Home
last modified time | relevance | path

Searched refs:regProp (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp72 auto *regProp = (md->opndMD[static_cast<uint32>(i)]); in IfOperandIsLiveAfterInsn() local
73 bool isUse = regProp->IsUse(); in IfOperandIsLiveAfterInsn()
173 auto *regProp = (md->opndMD[static_cast<uint32>(i)]); in IsOpndLiveinBB() local
176 bool isUse = regProp->IsUse(); in IsOpndLiveinBB()
180 DEBUG_ASSERT(regProp->IsDef(), "register should be redefined."); in IsOpndLiveinBB()
224 bool isUse = regProp->IsUse(); in IsOpndLiveinBB()
228 DEBUG_ASSERT(regProp->IsDef(), "register should be redefined."); in IsOpndLiveinBB()
285 auto *regProp = (md->opndMD[static_cast<uint64>(i)]); in IfOperandIsLiveAfterInsn() local
286 bool isUse = regProp->IsUse(); in IfOperandIsLiveAfterInsn()
386 auto *regProp in IsOpndLiveinBB() local
[all...]
H A Dinsn.cpp165 auto *regProp = md->opndMD[i]; in GetDefRegs() local
166 bool isDef = regProp->IsDef(); in GetDefRegs()
H A Dreg_alloc_lsra.cpp901 const OpndDesc *regProp = md->GetOpndDes(i); in LiveIntervalAnalysis() local
902 DEBUG_ASSERT(regProp != nullptr, "pointer is null in LSRALinearScanRegAllocator::LiveIntervalAnalysis"); in LiveIntervalAnalysis()
903 bool isDef = regProp->IsRegDef(); in LiveIntervalAnalysis()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp1124 auto *regProp = nextInsn->GetDesc()->opndMD[opndIdx]; in Run() local
1125 if (regProp->IsUse()) { in Run()
1156 auto *regProp = md->opndMD[opndIdx]; in CheckCondition() local
1161 if (regProp->IsDef()) { in CheckCondition()

Completed in 10 milliseconds