Home
last modified time | relevance | path

Searched defs:nextInsn (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_local_opt.cpp52 Insn *nextInsn = insn.GetNextMachineInsn(); in Optimize() local
119 Insn *nextInsn = insn.GetNextMachineInsn(); in Optimize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp92 Insn *nextInsn = insn.GetNext(); in RemoveInsn() local
101 void BB::RemoveInsnPair(Insn &insn, const Insn &nextInsn) in RemoveInsnPair()
121 void BB::RemoveInsnSequence(Insn &insn, const Insn &nextInsn) in RemoveInsnSequence()
Dpeep.cpp150 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
363 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
568 bool PeepPattern::IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn) in IsMemOperandOptPattern()
Dcg_stackmap_computation.cpp87 Insn *nextInsn = insn.GetNext(); in LoadOperand() local
Dreg_alloc_lsra.cpp1408 Insn *nextInsn = insn.GetNext(); in InsertCallerSave() local
1535 Insn *nextInsn = insn.GetNext(); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp3492 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
4938 Insn *nextInsn = insn.GetNext(); in Run() local
5150 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
5183 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
5216 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
5513 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
5676 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
5727 Insn *nextInsn = insn.GetNextMachineInsn(); in CheckCondition() local
5759 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
6068 Insn *nextInsn = nullptr; in FlagUsedLaterInCurBB() local
[all …]
Daarch64_ebo.cpp567 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in OperandLiveAfterInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h638 Insn *nextInsn = nullptr; variable
1470 Insn *nextInsn = nullptr; variable
2250 Insn *nextInsn = nullptr; variable