Home
last modified time | relevance | path

Searched defs:nextInsn (Results 1 – 9 of 9) 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.cpp93 Insn *nextInsn = insn.GetNext(); in RemoveInsn() local
102 void BB::RemoveInsnPair(Insn &insn, const Insn &nextInsn) in RemoveInsnPair()
122 void BB::RemoveInsnSequence(Insn &insn, const Insn &nextInsn) in RemoveInsnSequence()
Dpeep.cpp148 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
368 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in IfOperandIsLiveAfterInsn() local
580 bool PeepPattern::IsMemOperandOptPattern(const Insn &insn, Insn &nextInsn) in IsMemOperandOptPattern()
Dreg_alloc_lsra.cpp1489 Insn *nextInsn = insn.GetNext(); in InsertCallerSave() local
1639 Insn *nextInsn = insn.GetNext(); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2292 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
3573 Insn *nextInsn = insn.GetNext(); in Run() local
3780 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
3812 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
3846 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
4121 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
4172 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
4500 Insn *nextInsn = nullptr; in FlagUsedLaterInCurBB() local
4527 Insn *nextInsn = insn.GetNextMachineInsn(); in Run() local
4638 Insn *nextInsn = nullptr; in NoPreDefine() local
[all …]
Daarch64_color_ra.cpp3147 Insn *nextInsn = insn.GetNextMachineInsn(); in SpillOperandForSpillPost() local
3263 Insn *nextInsn = insn.GetNextMachineInsn(); in SpillOperand() local
3295 Insn *nextInsn = insn.GetNextMachineInsn(); in SpillOperand() local
4094 Insn *nextInsn = insn.GetNextMachineInsn(); in CreateSpillFillCode() local
Daarch64_ebo.cpp829 for (Insn *nextInsn = insn.GetNext(); nextInsn != nullptr; nextInsn = nextInsn->GetNext()) { in OperandLiveAfterInsn() local
Daarch64_cgfunc.cpp7522 Insn *nextInsn = insn->GetNextMachineInsn(); in DetermineReturnTypeofCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h873 Insn *nextInsn = nullptr; variable
1041 Insn *nextInsn = nullptr; variable
1662 Insn *nextInsn = nullptr; variable