Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SpillLocation
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
LiveDebugValues.cpp
184
SpillLoc
SpillLocation
;
member
276
VL.Loc.
SpillLocation
= {SpillBase, SpillOffset};
in CreateSpillLoc()
309
DIExpr, DIExpression::ApplyOffset, Loc.
SpillLocation
.SpillOffset);
in BuildDbgValue()
310
unsigned Base = Loc.
SpillLocation
.SpillBase;
in BuildDbgValue()
374
dbgs() << printReg(Loc.
SpillLocation
.SpillBase, TRI);
in dump()
375
dbgs() << "[" << Loc.
SpillLocation
.SpillOffset << "]";
in dump()
894
VarLoc::SpillLoc
SpillLocation
= extractSpillBaseRegAndOffset(MI);
in insertTransferDebugPair()
local
895
VarLoc VL = VarLoc::CreateSpillLoc(*DebugInstr,
SpillLocation
.SpillBase,
in insertTransferDebugPair()
896
SpillLocation
.SpillOffset, LS);
in insertTransferDebugPair()
1056
if (VL.Kind == VarLoc::SpillLocKind && VL.Loc.
SpillLocation
in transferSpillOrRestoreInst()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-assembler.cc
553
SpillLocation
spill_location) {
in GetTaggedSlotsForOOLCode()
557
if (spill_location ==
SpillLocation
::kTopOfStack && slot.is_reg()) {
in GetTaggedSlotsForOOLCode()
564
DCHECK_IMPLIES(slot.is_reg(), spill_location ==
SpillLocation
::kStackSlots);
in GetTaggedSlotsForOOLCode()
H
A
D
liftoff-assembler.h
209
enum class
SpillLocation
{ kTopOfStack, kStackSlots };
class
220
SpillLocation
spill_location);
H
A
D
liftoff-compiler.cc
706
? LiftoffAssembler::CacheState::
SpillLocation
::kStackSlots
in StackCheck()
707
: LiftoffAssembler::CacheState::
SpillLocation
::kTopOfStack);
in StackCheck()
754
LiftoffAssembler::CacheState::
SpillLocation
::kTopOfStack);
in TierupCheck()
2782
LiftoffAssembler::CacheState::
SpillLocation
::kStackSlots);
Completed in 15 milliseconds