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:IsPhysical
(Results
1 - 21
of
21
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
interference_graph.cpp
169
if (ig.GetNode(i).
IsPhysical
()) {
173
if (i != j && ig.HasEdge(i, j) && ig.GetNode(j).
IsPhysical
()) {
201
if (!(skip_physical && node.
IsPhysical
()) && colors[node.GetColor()] == INVALID_REG) {
209
if (skip_physical && GetNode(i).
IsPhysical
()) {
220
if (!(skip_physical && GetNode(j).
IsPhysical
()) && HasEdge(node_num, j)) {
232
if (skip_physical && GetNode(i).
IsPhysical
()) {
H
A
D
reg_alloc_graph_coloring.cpp
85
return liveness->
IsPhysical
() && liveness->GetLocation() == location;
in FindFixedNode()
96
return !liveness->
IsPhysical
() && liveness->GetInst() == inst && liveness->GetSibling() == nullptr;
in FindNode()
114
if (interv->
IsPhysical
() || interv->IsPreassigned()) {
in PrecolorIG()
118
node.SetFixedColor(color, interv->
IsPhysical
());
in PrecolorIG()
219
if (interv->
IsPhysical
() || interv->GetSibling() == nullptr) {
in AddAffinityEdgeToSibling()
349
if (!interval->
IsPhysical
() && interval->NoDest()) {
in InitWorkingRanges()
356
if (interval->
IsPhysical
()) {
in InitWorkingRanges()
H
A
D
reg_alloc_stat.cpp
27
if (interv->
IsPhysical
() || interv->NoDest()) {
in RegAllocStat()
H
A
D
split_resolver.cpp
30
ASSERT(!interval->
IsPhysical
());
in Run()
92
ASSERT(!interval->
IsPhysical
());
in ProcessBlock()
H
A
D
reg_alloc_base.cpp
197
if (!interval->
IsPhysical
()) {
in PrepareIntervals()
H
A
D
interference_graph.h
83
bool
IsPhysical
() const noexcept
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
interference_graph.cpp
180
if (ig.GetNode(i).
IsPhysical
()) {
185
if (i != j && ig.HasEdge(i, j) && ig.GetNode(j).
IsPhysical
()) {
213
if (!(skipPhysical && node.
IsPhysical
()) && colors[node.GetColor()] == INVALID_REG) {
221
if (skipPhysical && GetNode(i).
IsPhysical
()) {
232
bool check = !(skipPhysical && GetNode(j).
IsPhysical
()) && HasEdge(nodeNum, j);
245
if (skipPhysical && GetNode(i).
IsPhysical
()) {
H
A
D
split_resolver.cpp
32
ASSERT(!interval->
IsPhysical
());
in Run()
94
ASSERT(!interval->
IsPhysical
());
in ProcessBlock()
H
A
D
reg_alloc_stat.cpp
28
if (interv->
IsPhysical
()) {
in RegAllocStat()
H
A
D
interference_graph.h
92
bool
IsPhysical
() const noexcept
232
return node.
IsPhysical
() && node.GetLifeIntervals()->GetLocation() == location;
in FindPhysicalNode()
H
A
D
reg_alloc_graph_coloring.cpp
127
if (interv->
IsPhysical
() || interv->IsPreassigned()) {
in PrecolorIG()
453
if (interval->
IsPhysical
()) {
in InitWorkingRanges()
H
A
D
reg_alloc_linear_scan.cpp
95
if (interval->
IsPhysical
()) {
in PrepareInterval()
624
if (interval->IsSplitSibling() || interval->
IsPhysical
()) {
in IsNonSpillableConstInterval()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
341
bool
IsPhysical
() const
in IsPhysical()
function in panda::compiler::LifeIntervals
488
if (!interv->
IsPhysical
() && !interv->IsPreassigned()) {
508
if (li->
IsPhysical
()) {
in EnumerateLiveIntervalsForInst()
H
A
D
liveness_analyzer.cpp
589
ASSERT(!
IsPhysical
());
in SplitAt()
/arkcompiler/runtime_core/compiler/tests/
H
A
D
reg_alloc_graph_coloring_new_test.cpp
428
if (interval->
IsPhysical
() || interval->NoDest()) {
in HWTEST_F()
466
if (interval->
IsPhysical
() || interval->NoDest()) {
in HWTEST_F()
H
A
D
reg_alloc_interference_graph_new_test.cpp
174
EXPECT_TRUE(node.
IsPhysical
());
in HWTEST_F()
178
EXPECT_FALSE(node.
IsPhysical
());
in HWTEST_F()
H
A
D
compiler_regalloc_test.cpp
93
EXPECT_FALSE(cnode->
IsPhysical
());
in HWTEST_F()
98
EXPECT_TRUE(cnode->
IsPhysical
());
in HWTEST_F()
101
EXPECT_FALSE(cnode->
IsPhysical
());
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
368
bool
IsPhysical
() const
in IsPhysical()
function in ark::compiler::LifeIntervals
424
ASSERT(other->
IsPhysical
());
in IntersectsWith()
H
A
D
live_registers.cpp
45
for (auto split = interval; !interval->
IsPhysical
() && split != nullptr; split = split->GetSibling()) {
in GetSibling()
H
A
D
liveness_analyzer.cpp
599
if (!interv->
IsPhysical
() && !interv->IsPreassigned()) {
in Cleanup()
848
ASSERT(!
IsPhysical
());
in SplitAt()
993
if (interval->
IsPhysical
()) {
in CalcSpillWeight()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_linear_scan_test.cpp
1677
if (!sibling->
IsPhysical
() && sibling->GetInst()->IsConst()) {
in TEST_F()
1696
if (!sibling->
IsPhysical
() && sibling->GetInst()->IsConst()) {
in TEST_F()
Completed in 17 milliseconds