Home
last modified time | relevance | path

Searched refs:listOpnd (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp184 auto &listOpnd = static_cast<ListOperand &>(opnd); in IsOpndLiveinBB() local
187 for (const auto op : listOpnd.GetOperands()) { in IsOpndLiveinBB()
198 for (const auto op : listOpnd.GetOperands()) { in IsOpndLiveinBB()
397 auto &listOpnd = static_cast<ListOperand &>(opnd); in IsOpndLiveinBB() local
400 for (const auto op : listOpnd.GetOperands()) { in IsOpndLiveinBB()
411 for (const auto op : listOpnd.GetOperands()) { in IsOpndLiveinBB()
H A Doptimize_common.cpp126 bool DotGenerator::FoundListOpndRegNum(ListOperand &listOpnd, const Insn &insnObj, regno_t vReg) in FoundListOpndRegNum() argument
129 for (auto op : listOpnd.GetOperands()) { in FoundListOpndRegNum()
183 auto &listOpnd = static_cast<ListOperand &>(opnd); in DumpBBInstructions() local
184 found = FoundListOpndRegNum(listOpnd, *insn, vReg); in DumpBBInstructions()
H A Dlive.cpp287 ListOperand &listOpnd = static_cast<ListOperand &>(opnd); in ProcessAsmListOpnd() local
288 for (auto op : listOpnd.GetOperands()) { in ProcessAsmListOpnd()
295 ListOperand &listOpnd = static_cast<ListOperand &>(opnd); in ProcessListOpnd() local
296 for (auto op : listOpnd.GetOperands()) { in ProcessListOpnd()
H A Dinsn.cpp255 auto &listOpnd = static_cast<ListOperand &>(opnd); in ScanReg() local
256 for (auto listElem : listOpnd.GetOperands()) { in ScanReg()
H A Dreg_alloc_lsra.cpp708 auto &listOpnd = static_cast<ListOperand &>(opnd); in ComputeLiveIntervalForEachOperand() local
709 for (auto op : listOpnd.GetOperands()) { in ComputeLiveIntervalForEachOperand()
1738 auto &listOpnd = static_cast<ListOperand&>(opnd); in FinalizeUseRegisters() local
1740 for (auto *regOpnd : listOpnd.GetOperands()) { in FinalizeUseRegisters()
1809 auto &listOpnd = static_cast<ListOperand&>(opnd); in FinalizeDefRegisters() local
1811 for (auto *regOpnd : listOpnd.GetOperands()) { in FinalizeDefRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doptimize_common.h133 static bool FoundListOpndRegNum(ListOperand &listOpnd, const Insn &insnObj, regno_t vReg);
H A Doperand.h1563 auto *listOpnd = allocator.GetMemPool()->New<ListOperand>(allocator); variable
1565 listOpnd->PushOpnd(*regOpnd->CloneTree(allocator));
1567 return listOpnd;
/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
539 for (auto &listElem : listOpnd.GetOperands()) { in IsRegNotSameMemUseInInsn()

Completed in 21 milliseconds