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:GetSpillFill
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/
H
A
D
split_resolver_new_test.cpp
161
auto sf_data1 = add_inst->GetPrev()->CastToSpillFill()->
GetSpillFill
(0);
in HWTEST_F()
162
auto sf_data2 = mul_inst->GetPrev()->CastToSpillFill()->
GetSpillFill
(0);
in HWTEST_F()
273
auto sf_data1 = sf_inst1->CastToSpillFill()->
GetSpillFill
(0);
in HWTEST_F()
282
auto sf_data2 = sf_inst2->CastToSpillFill()->
GetSpillFill
(0);
in HWTEST_F()
H
A
D
reg_alloc_resolver_test.cpp
135
auto sf_data1 = sf_inst->CastToSpillFill()->
GetSpillFill
(0);
in HWTEST_F()
139
auto sf_data2 = sf_inst->CastToSpillFill()->
GetSpillFill
(1);
in HWTEST_F()
H
A
D
reg_alloc_graph_coloring_test.cpp
31
auto spill_fill = param->GetNext()->CastToSpillFill()->
GetSpillFill
(0);
in GetParameterSpillFilll()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_linear_scan_test.cpp
755
ASSERT_EQ(prev->CastToSpillFill()->
GetSpillFill
(0U).DstValue(), div.GetSrcReg(0U));
in TEST_F()
823
auto spillFill = sfInst->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
926
ASSERT_EQ(spillFill->
GetSpillFill
(i).SrcValue(), loadArr->GetDstReg(i));
in TEST_F()
931
ASSERT_EQ(div->GetSrcReg(i), spillFill->
GetSpillFill
(i).DstValue());
in TEST_F()
936
ASSERT_EQ(div->GetSrcReg(i), spillFill->
GetSpillFill
(i).SrcValue());
in TEST_F()
1041
auto call0Sf = call0->GetPrev()->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
1136
EXPECT_EQ(addSf->CastToSpillFill()->
GetSpillFill
(0U), expectedSf);
in TEST_F()
1456
auto sf = spillFill->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
1508
auto spill = INS(4U).GetNext()->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
1510
auto fill = INS(7U).GetPrev()->CastToSpillFill()->
GetSpillFill
(
in TEST_F()
[all...]
H
A
D
split_resolver_test.cpp
1352
auto const1Move = splitSf->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
1353
auto const0Move = splitSf->CastToSpillFill()->
GetSpillFill
(1U);
in TEST_F()
1362
auto const0Fill = fillSf->CastToSpillFill()->
GetSpillFill
(0U);
in TEST_F()
1363
auto const1Fill = fillSf->CastToSpillFill()->
GetSpillFill
(1U);
in TEST_F()
H
A
D
reg_alloc_graph_coloring_test.cpp
32
auto spillFill = param->GetNext()->CastToSpillFill()->
GetSpillFill
(0U);
in GetParameterSpillFilll()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
2214
const SpillFillData &
GetSpillFill
(size_t n) const
in GetSpillFill()
function in ConditionMixin::SpillFillInst
2220
SpillFillData &
GetSpillFill
(size_t n)
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.h
3593
const SpillFillData &
GetSpillFill
(size_t n) const
in GetSpillFill()
function in DynObjectAccessType::SpillFillInst
3599
SpillFillData &
GetSpillFill
(size_t n)
Completed in 19 milliseconds