Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h120 bool useLoadStackGuardNode() const override;
H A DSparcISelLowering.cpp3405 bool SparcTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in SparcTargetLowering
3407 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h462 bool useLoadStackGuardNode() const override { in useLoadStackGuardNode() function
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h402 bool useLoadStackGuardNode() const override;
H A DAArch64ISelLowering.cpp11561 bool AArch64TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in AArch64TargetLowering
11563 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h545 bool useLoadStackGuardNode() const override;
H A DARMISelLowering.cpp14598 bool ARMTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h888 bool useLoadStackGuardNode() const override;
H A DPPCISelLowering.cpp14336 bool PPCTargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in PPCTargetLowering
14338 return TargetLowering::useLoadStackGuardNode(); in useLoadStackGuardNode()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1102 bool useLoadStackGuardNode() const override;
H A DX86ISelLowering.cpp1920 bool X86TargetLowering::useLoadStackGuardNode() const { in useLoadStackGuardNode() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3870 virtual bool useLoadStackGuardNode() const { in useLoadStackGuardNode() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2295 if (TLI.useLoadStackGuardNode()) { in visitSPDescriptorParent()
5886 if (TLI.useLoadStackGuardNode()) { in visitIntrinsicCall()
5908 if (TLI.useLoadStackGuardNode()) in visitIntrinsicCall()