Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h476 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp623 MF.getSubtarget().getTargetLowering()->hasInlineStackProbe(MF)) { in emitPrologue()
H A DSystemZISelLowering.cpp915 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in SystemZTargetLowering
4045 if (hasInlineStackProbe(MF)) { in lowerDYNAMIC_STACKALLOC_ELF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp544 TLI.hasInlineStackProbe(MF); in twoUniqueScratchRegsRequired()
900 (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) || in emitPrologue()
915 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) { in emitPrologue()
H A DPPCISelLowering.h955 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DPPCISelLowering.cpp7867 if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
12473 bool PPCTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in PPCTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h997 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp525 if (TLI->hasInlineStackProbe(MF) && in eliminateCallFramePseudoInstr()
742 if (!Subtarget.getTargetLowering()->hasInlineStackProbe(MF)) { in allocateStackSpace()
1063 if (!RegInfo->hasStackRealignment(*MF) && TLI->hasInlineStackProbe(*MF)) in canUseAsPrologue()
H A DAArch64ISelLowering.cpp14389 else if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
27143 bool AArch64TargetLowering::hasInlineStackProbe( in hasInlineStackProbe() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1545 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp242 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in emitSPUpdate()
1259 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF); in BuildStackAlignAND()
3790 if (TLI.hasInlineStackProbe(MF) || TLI.hasStackProbeSymbol(MF)) in canUseAsPrologue()
H A DX86ISelLowering.cpp24748 if (hasInlineStackProbe(MF)) { in LowerDYNAMIC_STACKALLOC()
57710 bool X86TargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in X86TargetLowering
57730 if (hasInlineStackProbe(MF)) in getStackProbeSymbolName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2005 virtual bool hasInlineStackProbe(const MachineFunction &MF) const { return false; } in hasInlineStackProbe() function