Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp167 unsigned StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF); in isLegal()
H A DX86FrameLowering.cpp636 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGeneric()
665 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericBlock()
740 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericLoop()
1224 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in BuildStackAlignAND()
1518 unsigned StackProbeSize = STI.getTargetLowering()->getStackProbeSize(MF); in emitPrologue()
H A DX86ISelLowering.h1467 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DX86ISelLowering.cpp35010 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca()
56497 X86TargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp618 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in emitPrologue()
763 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe()
H A DSystemZISelLowering.h617 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DSystemZISelLowering.cpp7445 SystemZTargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in SystemZTargetLowering
8670 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h959 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DPPCFrameLowering.cpp896 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
1241 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe()
H A DPPCISelLowering.cpp12011 unsigned PPCTargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in PPCTargetLowering
12042 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca()