Home
last modified time | relevance | path

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

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