Home
last modified time | relevance | path

Searched defs:listOpnd (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp255 auto &listOpnd = static_cast<ListOperand &>(opnd); in ScanReg() local
H A Dpeep.cpp184 auto &listOpnd = static_cast<ListOperand &>(opnd); in IsOpndLiveinBB() local
397 auto &listOpnd = static_cast<ListOperand &>(opnd); in IsOpndLiveinBB() local
H A Doptimize_common.cpp126 bool DotGenerator::FoundListOpndRegNum(ListOperand &listOpnd, const Insn &insnObj, regno_t vReg) in FoundListOpndRegNum() argument
183 auto &listOpnd = static_cast<ListOperand &>(opnd); in DumpBBInstructions() local
H A Dlive.cpp287 ListOperand &listOpnd = static_cast<ListOperand &>(opnd); in ProcessAsmListOpnd() local
295 ListOperand &listOpnd = static_cast<ListOperand &>(opnd); in ProcessListOpnd() local
H A Dreg_alloc_lsra.cpp708 auto &listOpnd = static_cast<ListOperand &>(opnd); in ComputeLiveIntervalForEachOperand() local
1738 auto &listOpnd = static_cast<ListOperand&>(opnd); in FinalizeUseRegisters() local
1809 auto &listOpnd = static_cast<ListOperand&>(opnd); in FinalizeDefRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1563 auto *listOpnd = allocator.GetMemPool()->New<ListOperand>(allocator); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp538 auto &listOpnd = static_cast<const ListOperand &>(opnd); in IsRegNotSameMemUseInInsn() local

Completed in 15 milliseconds