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.h122 bool useLoadStackGuardNode() const override;
H A DSparcISelLowering.cpp3676 bool SparcTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in SparcTargetLowering
3678 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h566 bool useLoadStackGuardNode() const override { in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h681 bool useLoadStackGuardNode() const override;
H A DARMISelLowering.cpp21410 bool ARMTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1129 bool useLoadStackGuardNode() const override;
H A DPPCISelLowering.cpp17494 bool PPCTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in PPCTargetLowering
17496 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1498 bool useLoadStackGuardNode() const override;
H A DX86ISelLowering.cpp2515 bool X86TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h785 bool useLoadStackGuardNode() const override;
H A DAArch64ISelLowering.cpp24962 bool AArch64TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in AArch64TargetLowering
24964 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2251 if (TLI.useLoadStackGuardNode()) { in translateKnownIntrinsic()
3546 if (TLI.useLoadStackGuardNode()) { in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5356 virtual bool useLoadStackGuardNode() const { in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2944 if (TLI.useLoadStackGuardNode()) { in visitSPDescriptorParent()
6952 if (TLI.useLoadStackGuardNode()) { in visitIntrinsicCall()
6974 if (TLI.useLoadStackGuardNode()) in visitIntrinsicCall()