Home
last modified time | relevance | path

Searched refs:useLoadStackGuardNode (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h79 bool useLoadStackGuardNode(const Module &M) const override;
H A DSparcISelLowering.cpp3521 bool SparcTargetLowering::useLoadStackGuardNode(const Module &M) const { in useLoadStackGuardNode() function in SparcTargetLowering
3523 return TargetLowering::useLoadStackGuardNode(M); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h594 bool useLoadStackGuardNode(const Module &M) const override { return true; } in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h701 bool useLoadStackGuardNode(const Module &M) const override;
H A DARMISelLowering.cpp21363 bool ARMTargetLowering::useLoadStackGuardNode(const Module &M) const { in useLoadStackGuardNode() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h329 bool useLoadStackGuardNode(const Module &M) const override;
H A DAArch64ISelLowering.cpp27939 bool AArch64TargetLowering::useLoadStackGuardNode(const Module &M) const { in useLoadStackGuardNode() function in AArch64TargetLowering
27941 return TargetLowering::useLoadStackGuardNode(M); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1157 bool useLoadStackGuardNode(const Module &M) const override;
H A DPPCISelLowering.cpp18614 bool PPCTargetLowering::useLoadStackGuardNode(const Module &M) const { in useLoadStackGuardNode() function in PPCTargetLowering
18617 return TargetLowering::useLoadStackGuardNode(M); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1591 bool useLoadStackGuardNode(const Module &M) const override;
H A DX86ISelLowering.cpp2732 bool X86TargetLowering::useLoadStackGuardNode(const Module &M) const { in useLoadStackGuardNode() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2400 if (TLI->useLoadStackGuardNode(*CI.getModule())) { in translateKnownIntrinsic()
3902 if (TLI->useLoadStackGuardNode(*ParentBB->getBasicBlock()->getModule())) { in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5754 virtual bool useLoadStackGuardNode(const Module &M) const { return false; } in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3114 if (TLI.useLoadStackGuardNode(M)) { in visitSPDescriptorParent()
7357 if (TLI.useLoadStackGuardNode(M)) { in visitIntrinsicCall()
7380 if (TLI.useLoadStackGuardNode(M)) in visitIntrinsicCall()