Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h479 bool hasInlineStackProbe(const MachineFunction &MF) const override;
HDSystemZFrameLowering.cpp611 MF.getSubtarget().getTargetLowering()->hasInlineStackProbe(MF)) { in emitPrologue()
HDSystemZISelLowering.cpp928 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in SystemZTargetLowering
4070 if (hasInlineStackProbe(MF)) { in lowerDYNAMIC_STACKALLOC_ELF()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp548 TLI.hasInlineStackProbe(MF); in twoUniqueScratchRegsRequired()
903 (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) || in emitPrologue()
918 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
HDPPCISelLowering.h966 bool hasInlineStackProbe(const MachineFunction &MF) const override;
HDPPCISelLowering.cpp7992 if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
12666 bool PPCTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in PPCTargetLowering
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1551 bool hasInlineStackProbe(const MachineFunction &MF) const override;
HDX86FrameLowering.cpp243 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in emitSPUpdate()
1255 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in BuildStackAlignAND()
3845 if (TLI.hasInlineStackProbe(MF) || TLI.hasStackProbeSymbol(MF)) in canUseAsPrologue()
HDX86ISelLowering.cpp24958 if (hasInlineStackProbe(MF)) { in LowerDYNAMIC_STACKALLOC()
59379 bool X86TargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in X86TargetLowering
59399 if (hasInlineStackProbe(MF)) in getStackProbeSymbolName()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1024 bool hasInlineStackProbe(const MachineFunction &MF) const override;
HDAArch64FrameLowering.cpp561 if (TLI->hasInlineStackProbe(MF) && in eliminateCallFramePseudoInstr()
793 if (!Subtarget.getTargetLowering()->hasInlineStackProbe(MF)) { in allocateStackSpace()
1119 if (!RegInfo->hasStackRealignment(*MF) && !TLI->hasInlineStackProbe(*MF)) in canUseAsPrologue()
HDAArch64ISelLowering.cpp7676 if (!Subtarget->isTargetWindows() && !hasInlineStackProbe(MF)) { in LowerFormalArguments()
15462 else if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
28719 bool AArch64TargetLowering::hasInlineStackProbe( in hasInlineStackProbe() function in AArch64TargetLowering
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2082 virtual bool hasInlineStackProbe(const MachineFunction &MF) const { return false; } in hasInlineStackProbe() function