Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp336 static bool requiresSaveVG(const MachineFunction &MF);
1170 if (requiresSaveVG(*MF) || in canUseAsPrologue()
1466 static bool requiresSaveVG(const MachineFunction &MF) { in requiresSaveVG() function
1514 if (requiresSaveVG(MF)) in convertCalleeSaveRestoreToSPPrePostIncDec()
2104 (!requiresSaveVG(MF) || !isVGInstruction(MBBI))) in emitPrologue()
3129 !requiresSaveVG(MF) && !AFI->isSVECC(); in produceCompactUnwindFrame()
4076 if (requiresSaveVG(MF)) { in determineCalleeSaves()
4090 if (requiresSaveVG(MF) && !Subtarget.hasSVE()) in determineCalleeSaves()
4231 if (requiresSaveVG(MF)) { in assignCalleeSavedSpillSlots()
5294 if (requiresSaveVG(MF)) in processFunctionBeforeFrameIndicesReplaced()