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:SpillFillType
(Results
1 - 12
of
12
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
split_resolver.cpp
153
auto spillFill = graph_->CreateInstSpillFill(
SpillFillType
::SPLIT_MOVE);
in CreateSpillFillForSplitMove()
174
if (inst->IsSpillFill() && !Is<
SpillFillType
::CONNECT_SPLIT_SIBLINGS>(inst)) {
in CreateSpillFillForSplitMove()
179
auto spillFill = graph_->CreateInstSpillFill(
SpillFillType
::SPLIT_MOVE);
in CreateSpillFillForSplitMove()
189
if (Is<
SpillFillType
::CONNECT_SPLIT_SIBLINGS>(prev)) {
in CreateSpillFillForSiblings()
192
ASSERT(Is<
SpillFillType
::INPUT_FILL>(prev));
in CreateSpillFillForSiblings()
196
auto spillFill = graph_->CreateInstSpillFill(
SpillFillType
::CONNECT_SPLIT_SIBLINGS);
in CreateSpillFillForSiblings()
H
A
D
split_resolver.h
43
template <
SpillFillType
EXPECTED_TYPE>
51
ASSERT(sf->GetSpillFillType() !=
SpillFillType
::UNKNOWN);
in Is()
H
A
D
reg_alloc_resolver.cpp
52
auto spillFillInst = GetGraph()->CreateInstSpillFill(
SpillFillType
::INPUT_FILL);
in AddCatchPhiMoves()
151
sfInst = GetGraph()->CreateInstSpillFill(
SpillFillType
::INPUT_FILL);
in AddMoveToFixedLocation()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
split_resolver.cpp
150
spill_fill->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in CreateSpillFillForSplitMove()
171
if (inst->IsSpillFill() && !Is<
SpillFillType
::CONNECT_SPLIT_SIBLINGS>(inst)) {
in CreateSpillFillForSplitMove()
177
spill_fill->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in CreateSpillFillForSplitMove()
187
if (Is<
SpillFillType
::CONNECT_SPLIT_SIBLINGS>(prev)) {
in CreateSpillFillForSiblings()
190
ASSERT(Is<
SpillFillType
::INPUT_FILL>(prev));
in CreateSpillFillForSiblings()
195
spill_fill->SetSpillFillType(
SpillFillType
::CONNECT_SPLIT_SIBLINGS);
in CreateSpillFillForSiblings()
H
A
D
split_resolver.h
43
template <
SpillFillType
expected_type>
51
ASSERT(sf->GetSpillFillType() !=
SpillFillType
::UNKNOWN);
in Is()
H
A
D
reg_alloc_resolver.cpp
46
spill_fill_inst->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in AddCatchPhiMoves()
126
sf_inst->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in AddMoveToFixedLocation()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
split_resolver_new_test.cpp
200
input_fill_inst->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in HWTEST_F()
272
EXPECT_EQ(sf_inst1->GetSpillFillType(),
SpillFillType
::CONNECT_SPLIT_SIBLINGS);
in HWTEST_F()
279
return inst->IsSpillFill() && inst->CastToSpillFill()->GetSpillFillType() ==
SpillFillType
::SPLIT_MOVE;
in HWTEST_F()
H
A
D
reg_alloc_resolver_test.cpp
133
EXPECT_EQ(sf_inst->CastToSpillFill()->GetSpillFillType(),
SpillFillType
::INPUT_FILL);
in HWTEST_F()
H
A
D
split_resolver_test.cpp
480
INS(4).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
481
INS(7).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
531
mul_sf->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
593
phi_sf->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
692
phi_sf->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
744
sf0->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
1075
INS(4).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
split_resolver_test.cpp
514
INS(4U).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
515
INS(7U).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
565
mulSf->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
627
phiSf->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
735
phiSf->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
837
sf0->SetSpillFillType(
SpillFillType
::SPLIT_MOVE);
in TEST_F()
1139
INS(4U).CastToSpillFill()->SetSpillFillType(
SpillFillType
::INPUT_FILL);
in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2160
enum
SpillFillType
{
enum in ConditionMixin
2245
SpillFillType
GetSpillFillType() const
2250
void SetSpillFillType(
SpillFillType
type)
2261
SpillFillType
sf_type_ {UNKNOWN};
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
3539
enum
SpillFillType
{
enum in DynObjectAccessType
3548
explicit SpillFillInst(ArenaAllocator *allocator, Opcode opcode,
SpillFillType
type = UNKNOWN)
in SpillFillInst()
3624
SpillFillType
GetSpillFillType() const
3629
void SetSpillFillType(
SpillFillType
type)
3650
SpillFillType
sfType_ {UNKNOWN};
7034
ConstructWrapper(ArenaAllocator *allocator, Opcode opcode,
SpillFillType
type = UNKNOWN)
Completed in 19 milliseconds