Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h140 bool shouldCombineCSRLocalStackBump(MachineFunction &MF,
H A DAArch64FrameLowering.cpp887 bool AArch64FrameLowering::shouldCombineCSRLocalStackBump( in shouldCombineCSRLocalStackBump() function in AArch64FrameLowering
938 if (!shouldCombineCSRLocalStackBump(*MBB.getParent(), StackBumpBytes)) in shouldCombineCSRLocalStackBumpInEpilogue()
1532 bool CombineSPBump = shouldCombineCSRLocalStackBump(MF, NumBytes); in emitPrologue()