Searched refs:getSDagStackGuard (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h495 Value *getSDagStackGuard(const Module &M) const override;
H A DAArch64ISelLowering.cpp13238 Value *AArch64TargetLowering::getSDagStackGuard(const Module &M) const { function in class:AArch64TargetLowering
13242 return TargetLowering::getSDagStackGuard(M);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h574 Value *getSDagStackGuard(const Module &M) const override;
H A DARMISelLowering.cpp16844 Value *ARMTargetLowering::getSDagStackGuard(const Module &M) const { function in class:ARMTargetLowering
16848 return TargetLowering::getSDagStackGuard(M);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1219 Value *getSDagStackGuard(const Module &M) const override;
H A DX86ISelLowering.cpp2510 Value *X86TargetLowering::getSDagStackGuard(const Module &M) const { function in class:X86TargetLowering
2516 return TargetLowering::getSDagStackGuard(M);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1618 virtual Value *getSDagStackGuard(const Module &M) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1793 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const { function in class:TargetLoweringBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1178 Value *Global = TLI.getSDagStackGuard(*MF->getFunction().getParent());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2511 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent());
2592 const Value *IRGuard = TLI.getSDagStackGuard(M);
6487 const Value *Global = TLI.getSDagStackGuard(M);

Completed in 592 milliseconds