Home
last modified time | relevance | path

Searched defs:deallocInsn (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp1025 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
Daarch64_cgfunc.cpp6130 Insn &deallocInsn = GetInsnBuilder()->BuildInsn(MOP_xldp, regOpnd0, regOpnd1, frameDealloc); in GenerateCleanupCodeForExtEpilog() local