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:SpillMode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator.h
211
enum
SpillMode
{ kSpillAtDefinition, kSpillDeferred };
enum in v8::internal::compiler::RegisterAllocationFlag::final
310
SpillMode
spill_mode);
1218
using
SpillMode
= TopTierRegisterAllocationData::
SpillMode
;
1246
TopLevelLiveRange* FixedLiveRangeFor(int index,
SpillMode
spill_mode);
1248
SpillMode
spill_mode);
1249
TopLevelLiveRange* FixedSIMD128LiveRangeFor(int index,
SpillMode
spill_mode);
1260
SpillMode
spill_mode);
1264
SpillMode
spill_mode);
1266
SpillMode
spill_mod
in Define()
[all...]
H
A
D
register-allocator.cc
1472
TopLevelLiveRange* range,
SpillMode
spill_mode) {
in AssignSpillRangeToLiveRange()
1480
if (spill_mode ==
SpillMode
::kSpillDeferred &&
in AssignSpillRangeToLiveRange()
1959
SpillMode
spill_mode) {
in FixedLiveRangeFor()
1960
int offset = spill_mode ==
SpillMode
::kSpillAtDefinition
in FixedLiveRangeFor()
1971
if (spill_mode ==
SpillMode
::kSpillDeferred) {
in FixedLiveRangeFor()
1980
int index, MachineRepresentation rep,
SpillMode
spill_mode) {
in FixedFPLiveRangeFor()
1999
int offset = spill_mode ==
SpillMode
::kSpillAtDefinition ? 0 : num_regs;
in FixedFPLiveRangeFor()
2009
if (spill_mode ==
SpillMode
::kSpillDeferred) {
in FixedFPLiveRangeFor()
2018
int index,
SpillMode
spill_mode) {
in FixedSIMD128LiveRangeFor()
2023
int offset = spill_mode ==
SpillMode
in FixedSIMD128LiveRangeFor()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
SplitKit.h
305
ComplementSpillMode
SpillMode
= SM_Partition;
member in llvm::SplitEditor
344
return LRCalc[
SpillMode
!= SM_Partition && RegIdx != 0];
in getLRCalc()
H
A
D
SplitKit.cpp
377
SpillMode
= SM;
in reset()
385
if (
SpillMode
)
in reset()
777
if (
SpillMode
&& !SlotIndex::isSameInstr(ParentVNI->def, Idx) &&
in leaveIntvAfter()
1086
if (
SpillMode
== SM_Speed &&
in hoistCopies()
1114
if (
SpillMode
== SM_Speed && !NotToHoistSet.empty())
in hoistCopies()
1224
if (
SpillMode
)
in transferValues()
1490
switch (
SpillMode
) {
in finish()
Completed in 13 milliseconds