Home
last modified time | relevance | path

Searched defs:useReg (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_validbit_opt.cpp21 Insn *ValidBitPattern::GetDefInsn(const RegOperand &useReg) in GetDefInsn()
Dschedule.cpp112 for (auto &useReg : node->GetUseRegnos()) { in Init() local
Dpeep.cpp91 Insn *CGPeepPattern::GetDefInsn(const RegOperand &useReg) in GetDefInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp348 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
424 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
505 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
872 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
991 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
1177 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
1297 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(static_cast<uint32>(validOpndIdx))); in CheckCondition() local
1676 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
1797 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
1810 auto &useReg = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnSecondOpnd)); in CheckPrePrevInsn() local
Daarch64_schedule.cpp1019 for (auto &useReg : node.GetUseRegnos()) { in UpdateLiveRegSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h503 for (const auto &useReg : useRegnos) { in DumpSchedInfo() local