Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h448 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp622 MF.getSubtarget().getTargetLowering()->hasInlineStackProbe(MF)) { in emitPrologue()
H A DSystemZISelLowering.cpp848 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in SystemZTargetLowering
3749 if (hasInlineStackProbe(MF)) { in lowerDYNAMIC_STACKALLOC_ELF()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp546 TLI.hasInlineStackProbe(MF); in twoUniqueScratchRegsRequired()
902 (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) || in emitPrologue()
917 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
H A DPPCISelLowering.h964 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DPPCISelLowering.cpp7731 if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
12168 bool PPCTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in PPCTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp235 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in emitSPUpdate()
1231 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in BuildStackAlignAND()
3602 if (TLI.hasInlineStackProbe(MF) || TLI.hasStackProbeSymbol(MF)) in canUseAsPrologue()
H A DX86ISelLowering.h1518 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DX86ISelLowering.cpp26396 if (hasInlineStackProbe(MF)) { in LowerDYNAMIC_STACKALLOC()
57801 bool X86TargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in X86TargetLowering
57821 if (hasInlineStackProbe(MF)) in getStackProbeSymbolName()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1914 virtual bool hasInlineStackProbe(const MachineFunction &MF) const { return false; } in hasInlineStackProbe() function