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:INPUT_FILL
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
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()
H
A
D
split_resolver.cpp
190
ASSERT(Is<SpillFillType::
INPUT_FILL
>(prev));
in CreateSpillFillForSiblings()
/arkcompiler/runtime_core/compiler/tests/
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_new_test.cpp
200
input_fill_inst->SetSpillFillType(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()
1075
INS(4).CastToSpillFill()->SetSpillFillType(SpillFillType::
INPUT_FILL
);
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
split_resolver.cpp
192
ASSERT(Is<SpillFillType::
INPUT_FILL
>(prev));
in CreateSpillFillForSiblings()
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/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()
1139
INS(4U).CastToSpillFill()->SetSpillFillType(SpillFillType::
INPUT_FILL
);
in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2162
INPUT_FILL
,
enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
3541
INPUT_FILL
,
enumerator
Completed in 21 milliseconds