Home
last modified time | relevance | path

Searched defs:phiOpnd (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_pre.cpp29 for (auto *phiOpnd : phiOcc->GetPhiOpnds()) { in ResetDS() local
44 for (auto *phiOpnd : phiOcc->GetPhiOpnds()) { in ComputeDS() local
77 … auto phiOpnd = perCandMemPool->New<CgPhiOpndOcc>(pred, workCand->GetTheOperand(), phiOcc); in CreateSortedOccs() local
Doperand.cpp230 for (auto phiOpnd : phiList) { in GetLeastCommonValidBit() local
241 for (auto phiOpnd : phiList) { in IsRedundancy() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp155 auto &phiOpnd = static_cast<PhiOperand &>(opnd); in ComputeLiveIntervalsForEachUseOperand() local
Daarch64_ssa.cpp295 void A64OpndSSAUpdateVsitor::Visit(PhiOperand *phiOpnd) in Visit()
Daarch64_prop.cpp1725 auto &phiOpnd = static_cast<PhiOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
2069 auto &phiOpnd = static_cast<PhiOperand &>(curDefInsn->GetOperand(kInsnSecondOpnd)); in DFSFindValidDefInsns() local
2322 auto &phiOpnd = static_cast<PhiOperand &>(phiIt.second->GetOperand(kInsnSecondOpnd)); in CheckAndGetExistPhiDef() local
2353 auto &phiOpnd = static_cast<PhiOperand &>(curInsn->GetOperand(kInsnSecondOpnd)); in DFSBuildPhiInsn() local
Daarch64_validbit_opt.cpp183 Operand &phiOpnd = insn.GetOperand(kInsnSecondOpnd); in SetPhiValidBits() local
Daarch64_color_ra.cpp4391 auto *phiOpnd = static_cast<CgPhiOpndOcc *>(occ); in CalLoadSites() local