Searched refs:IsAccRead (Results 1 – 7 of 7) sorted by relevance
58 if (inst->IsAccRead()) { in IsAccWriteBetween()85 bool RegAccAlloc::IsAccRead(compiler::Inst *inst) const in IsAccRead() function in panda::bytecodeopt::RegAccAlloc87 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()
24 if (inst->IsIntrinsic() && inst->IsAccRead()) { in AccReadIndex()
47 bool IsAccRead(compiler::Inst *inst) const;
339 return !inst->IsCall() && inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
491 bool Inst::IsAccRead() const in IsAccRead() function in panda::compiler::Inst
819 bool IsAccRead() const;
555 EXPECT_TRUE(inst->IsAccRead()); in __anonb8e9e89d0a02()