Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp290 StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF); in runOnMachineFunction()
H A DX86CallFrameOptimization.cpp167 unsigned StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF); in isLegal()
H A DX86FrameLowering.cpp639 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGeneric()
667 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericBlock()
748 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in emitStackProbeInlineGenericLoop()
1230 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF); in BuildStackAlignAND()
1542 unsigned StackProbeSize = STI.getTargetLowering()->getStackProbeSize(MF); in emitPrologue()
H A DX86ISelLowering.h1521 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DX86ISelLowering.cpp35997 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca()
57842 X86TargetLowering::getStackProbeSize(const MachineFunction &MF) const { in getStackProbeSize() function in X86TargetLowering
/openbsd/gnu/llvm/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.h614 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DSystemZISelLowering.cpp7448 SystemZTargetLowering::getStackProbeSize(const MachineFunction &MF) const { in getStackProbeSize() function in SystemZTargetLowering
8668 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp902 (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) || in emitPrologue()
917 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
1255 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe()
H A DPPCISelLowering.h966 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DPPCISelLowering.cpp12176 unsigned PPCTargetLowering::getStackProbeSize(const MachineFunction &MF) const { in getStackProbeSize() function in PPCTargetLowering
12204 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca()