Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp493 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in emitPrologue()
638 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe()
H A DSystemZISelLowering.h593 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DSystemZISelLowering.cpp7049 SystemZTargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in SystemZTargetLowering
8180 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp167 unsigned StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF); in isLegal()
H A DX86FrameLowering.cpp539 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGeneric()
568 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericBlock()
641 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericLoop()
1073 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in BuildStackAlignAND()
1367 unsigned StackProbeSize = STI.getTargetLowering()->getStackProbeSize(MF); in emitPrologue()
H A DX86ISelLowering.h1406 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DX86ISelLowering.cpp32989 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca()
52600 X86TargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h923 unsigned getStackProbeSize(MachineFunction &MF) const;
H A DPPCFrameLowering.cpp899 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
1252 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe()
H A DPPCISelLowering.cpp11668 unsigned PPCTargetLowering::getStackProbeSize(MachineFunction &MF) const { in getStackProbeSize() function in PPCTargetLowering
11699 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca()