Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h479 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp611 MF.getSubtarget().getTargetLowering()->hasInlineStackProbe(MF)) { in emitPrologue()
H A DSystemZISelLowering.cpp928 bool SystemZTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in SystemZTargetLowering
4070 if (hasInlineStackProbe(MF)) { in lowerDYNAMIC_STACKALLOC_ELF()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.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()
H A DPPCISelLowering.h966 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DPPCISelLowering.cpp7992 if (hasInlineStackProbe(MF)) in LowerDYNAMIC_STACKALLOC()
12666 bool PPCTargetLowering::hasInlineStackProbe(const MachineFunction &MF) const { in hasInlineStackProbe() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1551 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DX86FrameLowering.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()
H A DX86ISelLowering.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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1024 bool hasInlineStackProbe(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.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()
H A DAArch64ISelLowering.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/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2082 virtual bool hasInlineStackProbe(const MachineFunction &MF) const { return false; } in hasInlineStackProbe() function