Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_phi_elimination.cpp196 auto &opndList = v->GetOperands(); in Visit() local
Daarch64_insn.cpp593 auto &opndList = v->GetOperands(); in Visit() local
Daarch64_ssa.cpp241 auto &opndList = v->GetOperands(); in Visit() local
Daarch64_cgfunc.cpp5908 auto &opndList = static_cast<ListOperand &>(opnd).GetOperands(); in ReplaceOpndInInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp176 auto &opndList = static_cast<ListOperand &>(opnd).GetOperands(); in IfOperandIsLiveAfterInsn() local
389 auto &opndList = static_cast<ListOperand &>(opnd).GetOperands(); in IfOperandIsLiveAfterInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp1071 MapleList<RegOperand *> opndList = v->GetOperands(); in Visit() local