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:SetPhysicalReg
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/
H
A
D
reg_alloc_graph_coloring_new_test.cpp
113
interval->
SetPhysicalReg
(physical_reg_count, inst->GetType());
in HWTEST_F()
156
interval->
SetPhysicalReg
(fp_reg_count, inst->GetType());
in HWTEST_F()
H
A
D
liveness_analyzer_new_test.cpp
506
* @tc.desc: Verify the
SetPhysicalReg
function.
527
life_intervals.
SetPhysicalReg
(1, DataType::Type::INT64);
in HWTEST_F()
H
A
D
compiler_regalloc_test.cpp
208
* @tc.desc: Verify the
SetPhysicalReg
function.
941
interv->
SetPhysicalReg
(1, DataType::UINT64);
in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
239
void
SetPhysicalReg
(Register reg, DataType::Type type)
in SetPhysicalReg()
function in panda::compiler::LifeIntervals
H
A
D
liveness_analyzer.cpp
569
interval->
SetPhysicalReg
(reg, is_fp ? DataType::FLOAT64 : DataType::UINT64);
in BlockReg()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
245
void
SetPhysicalReg
(Register reg, DataType::Type type)
in SetPhysicalReg()
function in ark::compiler::LifeIntervals
H
A
D
liveness_analyzer.cpp
826
interval->
SetPhysicalReg
(reg, IS_FP ? DataType::FLOAT64 : DataType::UINT64);
in BlockReg()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
liveness_analyzer_test.cpp
771
physical.
SetPhysicalReg
(0U, DataType::INT64); // Make interval physical
in TEST_F()
Completed in 9 milliseconds