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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h119 bool useLoadStackGuardNode() const override;
H A DSparcISelLowering.cpp3409 bool SparcTargetLowering::useLoadStackGuardNode() const { function in class:SparcTargetLowering
3411 return TargetLowering::useLoadStackGuardNode();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h489 bool useLoadStackGuardNode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h486 bool useLoadStackGuardNode() const override;
H A DAArch64ISelLowering.cpp13032 bool AArch64TargetLowering::useLoadStackGuardNode() const { function in class:AArch64TargetLowering
13034 return TargetLowering::useLoadStackGuardNode();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h571 bool useLoadStackGuardNode() const override;
H A DARMISelLowering.cpp16824 bool ARMTargetLowering::useLoadStackGuardNode() const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h962 bool useLoadStackGuardNode() const override;
H A DPPCISelLowering.cpp15431 bool PPCTargetLowering::useLoadStackGuardNode() const { function in class:PPCTargetLowering
15433 return TargetLowering::useLoadStackGuardNode();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1216 bool useLoadStackGuardNode() const override;
H A DX86ISelLowering.cpp2059 bool X86TargetLowering::useLoadStackGuardNode() const { function in class:X86TargetLowering
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1607 /// DEPRECATED: please override useLoadStackGuardNode and customize
4240 virtual bool useLoadStackGuardNode() const { function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2586 // If useLoadStackGuardNode returns true, generate LOAD_STACK_GUARD.
2589 if (TLI.useLoadStackGuardNode()) {
6484 if (TLI.useLoadStackGuardNode()) {
6506 if (TLI.useLoadStackGuardNode())

Completed in 689 milliseconds