Home
last modified time | relevance | path

Searched defs:useReg (Results 1 – 8 of 8) 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()
Dcg_ssa.cpp267 Insn *CGSSAInfo::GetDefInsn(const RegOperand &useReg) in GetDefInsn()
Dschedule.cpp113 for (auto &useReg : node->GetUseRegnos()) { in Init() local
Dpeep.cpp93 Insn *CGPeepPattern::GetDefInsn(const RegOperand &useReg) in GetDefInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp429 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnThirdOpnd)); in CheckCondition() local
680 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
760 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
1612 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
1891 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
1992 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
2168 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
2288 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(static_cast<uint32>(validOpndIdx))); in CheckCondition() local
2707 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnSecondOpnd)); in CheckCondition() local
2831 auto &useReg = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
[all …]
Daarch64_schedule.cpp924 for (auto &useReg : node.GetUseRegnos()) { in UpdateLiveRegSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h755 for (const auto &useReg : useRegnos) { in DumpSchedInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h129 RegOperand *useReg = nullptr; variable