Home
last modified time | relevance | path

Searched refs:shouldCombineCSRLocalStackBump (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h139 bool shouldCombineCSRLocalStackBump(MachineFunction &MF,
H A DAArch64FrameLowering.cpp894 bool AArch64FrameLowering::shouldCombineCSRLocalStackBump( in shouldCombineCSRLocalStackBump() function in AArch64FrameLowering
945 if (!shouldCombineCSRLocalStackBump(*MBB.getParent(), StackBumpBytes)) in shouldCombineCSRLocalStackBumpInEpilogue()
1538 bool CombineSPBump = shouldCombineCSRLocalStackBump(MF, NumBytes); in emitPrologue()