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:IsAccWrite
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
54
if (inst->
IsAccWrite
()) {
in IsAccWriteBetween()
93
bool RegAccAlloc::
IsAccWrite
(compiler::Inst *inst) const
in IsAccWrite()
function in panda::bytecodeopt::RegAccAlloc
95
return UNLIKELY(inst->IsPhi()) ? IsPhiOptimizable(inst) : inst->
IsAccWrite
();
in IsAccWrite()
153
if (!
IsAccWrite
(phi_input) || IsAccWriteBetween(phi_input, phi)) {
in IsPhiAccReady()
221
if (inst->NoDest() || !
IsAccWrite
(inst)) {
in MarkAccForInstructions()
H
A
D
reg_acc_alloc.h
48
bool
IsAccWrite
(compiler::Inst *inst) const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
reg_acc_alloc.cpp
46
if (!inst->
IsAccWrite
()) {
in IsAccWriteInInst()
136
bool RegAccAlloc::
IsAccWrite
(compiler::Inst *inst) const
in IsAccWrite()
function in ark::bytecodeopt::RegAccAlloc
138
return UNLIKELY(inst->IsPhi()) ? IsPhiOptimizable(inst) : inst->
IsAccWrite
();
in IsAccWrite()
225
if (!
IsAccWrite
(phiInput) || IsAccWriteBetween(phiInput, phi)) {
in IsPhiAccReady()
347
if (inst->NoDest() || !
IsAccWrite
(inst)) {
in MarkInstruction()
H
A
D
reg_acc_alloc.h
50
bool
IsAccWrite
(compiler::Inst *inst) const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
inst.cpp
502
bool Inst::
IsAccWrite
() const
in IsAccWrite()
function in Inst
H
A
D
inst.h
821
bool
IsAccWrite
() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
inst.cpp
797
bool Inst::
IsAccWrite
() const
in IsAccWrite()
function in Inst
H
A
D
inst.h
993
bool
IsAccWrite
() const;
Completed in 17 milliseconds