Searched defs:deallocInsn (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 1025 Insn &deallocInsn = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2); in AppendInstructionDeallocateCallFrame() local 1032 Insn &deallocInsn = cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2); in AppendInstructionDeallocateCallFrame() local 1062 Insn &deallocInsn = storeFP ? cgFunc.GetInsnBuilder()->BuildInsn(mOp, o0, o1, *o2) in AppendInstructionDeallocateCallFrameDebug() local 1072 Insn &deallocInsn = (storeFP || stackFrameSize > kStrLdrPerPostUpperBound) in AppendInstructionDeallocateCallFrameDebug() local 1085 Insn &deallocInsn = (storeFP || fpToSpDistance > kStrLdrPerPostUpperBound) in AppendInstructionDeallocateCallFrameDebug() local
|
| D | aarch64_cgfunc.cpp | 6130 Insn &deallocInsn = GetInsnBuilder()->BuildInsn(MOP_xldp, regOpnd0, regOpnd1, frameDealloc); in GenerateCleanupCodeForExtEpilog() local
|