Home
last modified time | relevance | path

Searched defs:isAccType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.cpp747 bool isAccType = instBase->GetDstReg() == compiler::GetAccReg(); in VisitLoadObject() local
805 bool isAccType = instBase->GetSrcReg(1U) == compiler::GetAccReg(); in VisitStoreObject() local
Dcodegen.cpp1545 bool isAccType = (vs == compiler::GetAccReg()); in VisitStoreObject() local
1644 bool isAccType = IsAccLoadObject(inst); in VisitLoadObject() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static.cpp1351 bool isAccType = (vs == compiler::GetAccReg()); in VisitStoreObjectIntrinsic() local
1435 bool isAccType = (inst->GetDstReg() == compiler::GetAccReg()); in VisitLoadObjectIntrinsic() local