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

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp290 StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF);
H A DX86CallFrameOptimization.cpp167 unsigned StackProbeSize = STI->getTargetLowering()->getStackProbeSize(MF);
H A DX86FrameLowering.cpp639 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF);
667 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF);
748 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF);
1230 const uint64_t StackProbeSize = TLI.getStackProbeSize(MF);
1542 unsigned StackProbeSize = STI.getTargetLowering()->getStackProbeSize(MF);
H A DX86ISelLowering.h1521 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DX86ISelLowering.cpp[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp618 const unsigned ProbeSize = TLI.getStackProbeSize(MF);
763 const unsigned ProbeSize = TLI.getStackProbeSize(MF);
H A DSystemZISelLowering.h614 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DSystemZISelLowering.cpp7448 SystemZTargetLowering::getStackProbeSize(const MachineFunction &MF) const { function in class:SystemZTargetLowering
8668 const unsigned ProbeSize = getStackProbeSize(MF);
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h966 unsigned getStackProbeSize(const MachineFunction &MF) const;
H A DPPCFrameLowering.cpp902 (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) ||
914 // If FrameSize <= TLI.getStackProbeSize(MF), as POWER ABI requires backchain
917 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) {
1255 unsigned ProbeSize = TLI.getStackProbeSize(MF);
H A DPPCISelLowering.cpp12176 unsigned PPCTargetLowering::getStackProbeSize(const MachineFunction &MF) const { function in class:PPCTargetLowering
12204 const unsigned ProbeSize = getStackProbeSize(*MF);

Completed in 408 milliseconds