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:NoDest
(Results
1 - 24
of
24
) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_stat.cpp
27
if (interv->IsPhysical() || interv->
NoDest
()) {
in RegAllocStat()
H
A
D
reg_alloc_base.cpp
154
if (interval->
NoDest
()) {
in SetType()
170
if (inst->GetDstLocation().IsFixedRegister() && !inst->
NoDest
()) {
in SetPreassignedRegisters()
H
A
D
reg_alloc_resolver.cpp
87
if (CanReadFromAccumulator(inst, i) || input_interval->
NoDest
() || location.IsInvalid()) {
in ResolveInputs()
228
if (inst_interval->
NoDest
()) {
in ResolveOutput()
H
A
D
reg_alloc_graph_coloring.cpp
349
if (!interval->IsPhysical() && interval->
NoDest
()) {
in InitWorkingRanges()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
331
bool
NoDest
() const
in NoDest()
function in panda::compiler::LifeIntervals
333
return inst_->
NoDest
();
in NoDest()
517
if (li_inst == inst || li->
NoDest
()) {
in EnumerateLiveIntervalsForInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
liveness_analyzer.h
355
bool
NoDest
() const
in NoDest()
function in ark::compiler::LifeIntervals
360
return inst_->
NoDest
();
in NoDest()
551
if (liInst == inst || li->
NoDest
()) {
H
A
D
reg_alloc_verifier.cpp
328
if (inst->
NoDest
()) {
in NoDest()
function
528
if (input->
NoDest
() && !IsPseudoUserOfMultiOutput(input)) {
in HandleInst()
H
A
D
liveness_analyzer.cpp
289
if (!li->
NoDest
()) {
in SetUsePositions()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H
A
D
reg_alloc_base.cpp
171
if (interval->
NoDest
()) {
in SetType()
187
if (inst->GetDstLocation().IsFixedRegister() && !inst->
NoDest
()) {
in SetPreassignedRegisters()
H
A
D
reg_alloc_resolver.cpp
99
if (CanReadFromAccumulator(inst, i) || inputInterval->
NoDest
() || location.IsInvalid()) {
in ResolveInputs()
370
if (instInterval->
NoDest
()) {
in ResolveOutput()
H
A
D
reg_alloc_graph_coloring.cpp
446
if (interval->HasInst() && interval->
NoDest
()) {
in InitWorkingRanges()
H
A
D
reg_alloc_linear_scan.cpp
107
if (interval->
NoDest
() || interval->GetInst()->GetDstCount() > 1U || interval->GetReg() == ACC_REG_ID) {
in PrepareInterval()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
locations_builder.cpp
98
if (!inst->
NoDest
()) {
in LOCATIONS_BUILDER()
220
if (!inst->
NoDest
()) {
in LOCATIONS_BUILDER()
235
if (!inst->
NoDest
()) {
in LOCATIONS_BUILDER()
H
A
D
escape.cpp
1056
if (inst->
NoDest
() && !inst->HasPseudoDestination()) {
/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_common_test.cpp
183
if (inst->
NoDest
()) {
in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
221
if (inst->
NoDest
() || !IsAccWrite(inst)) {
in MarkAccForInstructions()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
347
if (inst->
NoDest
() || !IsAccWrite(inst)) {
in MarkInstruction()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
reg_alloc_common_test.cpp
193
if (inst->
NoDest
()) {
in LocationsNoSplitsCheckBB()
H
A
D
inst_generator.cpp
523
if (!inst->
NoDest
() || IsPseudoUserOfMultiOutput(inst)) {
in Finalize()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.h
837
bool
NoDest
() const
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
codegen.cpp
2483
if (!inst->
NoDest
()) {
in CreateBuiltinIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph_checker.cpp
400
CHECKER_MESSAGE_IF_NOT_AND_PRINT(inst->
NoDest
(), "Inlined call should have NO_DST flag");
in CheckUserOfInt32()
H
A
D
inst.h
1017
bool
NoDest
() const
Completed in 40 milliseconds