Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h112 bool useLoadStackGuardNode() const override;
H A DSparcISelLowering.cpp3421 bool SparcTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in SparcTargetLowering
3423 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h524 bool useLoadStackGuardNode() const override { in useLoadStackGuardNode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h673 bool useLoadStackGuardNode() const override;
H A DARMISelLowering.cpp20132 bool ARMTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1092 bool useLoadStackGuardNode() const override;
H A DPPCISelLowering.cpp16514 bool PPCTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in PPCTargetLowering
16516 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h669 bool useLoadStackGuardNode() const override;
H A DAArch64ISelLowering.cpp17366 bool AArch64TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in AArch64TargetLowering
17368 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1362 bool useLoadStackGuardNode() const override;
H A DX86ISelLowering.cpp2089 bool X86TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4619 virtual bool useLoadStackGuardNode() const { in useLoadStackGuardNode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2684 if (TLI.useLoadStackGuardNode()) { in visitSPDescriptorParent()
6581 if (TLI.useLoadStackGuardNode()) { in visitIntrinsicCall()
6603 if (TLI.useLoadStackGuardNode()) in visitIntrinsicCall()