Home
last modified time | relevance | path

Searched refs:IsAccRead (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp58 if (inst->IsAccRead()) { in IsAccWriteBetween()
85 bool RegAccAlloc::IsAccRead(compiler::Inst *inst) const in IsAccRead() function in panda::bytecodeopt::RegAccAlloc
87 return UNLIKELY(inst->IsPhi()) ? IsPhiOptimizable(inst) : inst->IsAccRead(); in IsAccRead()
110 if (!IsAccRead(user) || IsAccWriteBetween(inst, user)) { in CanUserReadAcc()
177 if (!IsAccRead(inst)) { in SetNeedLda()
H A Dcommon.cpp26 if (inst->IsIntrinsic() && inst->IsAccRead()) { in AccReadIndex()
H A Dreg_acc_alloc.h47 bool IsAccRead(compiler::Inst *inst) const;
H A Dreg_encoder.cpp339 return !inst->IsCall() && inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp64 if (!inst->IsAccRead()) { in IsAccReadFromReg()
113 bool RegAccAlloc::IsAccRead(compiler::Inst *inst) const in IsAccRead() function in ark::bytecodeopt::RegAccAlloc
115 return UNLIKELY(inst->IsPhi()) ? IsPhiOptimizable(inst) : inst->IsAccRead(); in IsAccRead()
144 return inst->IsAccRead(); in CanIntrinsicReadAcc()
158 if (!IsAccRead(user) || IsAccWriteBetween(inst, user)) { in CanUserReadAcc()
257 if (!IsAccRead(inst)) { in SetNeedLda()
H A Dreg_acc_alloc.h49 bool IsAccRead(compiler::Inst *inst) const;
H A Dcommon.cpp37 if (inst->IsIntrinsic() && inst->IsAccRead()) { in AccReadIndex()
H A Dreg_encoder.cpp382 return inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
384 return !inst->IsCallOrIntrinsic() && inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp497 bool Inst::IsAccRead() const in IsAccRead() function in Inst
H A Dinst.h820 bool IsAccRead() const;
/arkcompiler/runtime_core/compiler/tests/
H A Ddump_test.cpp555 EXPECT_TRUE(inst->IsAccRead()); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp792 bool Inst::IsAccRead() const in IsAccRead() function in Inst
H A Dinst.h992 bool IsAccRead() const;

Completed in 18 milliseconds