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.cpp3668 bool SparcTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in SparcTargetLowering
3670 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h573 bool useLoadStackGuardNode() const override { in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h680 bool useLoadStackGuardNode() const override;
H A DARMISelLowering.cpp21433 bool ARMTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1140 bool useLoadStackGuardNode() const override;
H A DPPCISelLowering.cpp17706 bool PPCTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in PPCTargetLowering
17708 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1504 bool useLoadStackGuardNode() const override;
H A DX86ISelLowering.cpp2596 bool X86TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h808 bool useLoadStackGuardNode() const override;
H A DAArch64ISelLowering.cpp26405 bool AArch64TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in AArch64TargetLowering
26407 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2362 if (TLI->useLoadStackGuardNode()) { in translateKnownIntrinsic()
3746 if (TLI->useLoadStackGuardNode()) { in emitSPDescriptorParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5562 virtual bool useLoadStackGuardNode() const { in useLoadStackGuardNode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3135 if (TLI.useLoadStackGuardNode()) { in visitSPDescriptorParent()
7309 if (TLI.useLoadStackGuardNode()) { in visitIntrinsicCall()
7331 if (TLI.useLoadStackGuardNode()) in visitIntrinsicCall()