Home
last modified time | relevance | path

Searched refs:IsAccWrite (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp54 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 Dreg_acc_alloc.h48 bool IsAccWrite(compiler::Inst *inst) const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp46 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 Dreg_acc_alloc.h50 bool IsAccWrite(compiler::Inst *inst) const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp502 bool Inst::IsAccWrite() const in IsAccWrite() function in Inst
H A Dinst.h821 bool IsAccWrite() const;
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp797 bool Inst::IsAccWrite() const in IsAccWrite() function in Inst
H A Dinst.h993 bool IsAccWrite() const;

Completed in 17 milliseconds