Searched refs:getSDagStackGuard (Results 1 – 12 of 12) sorted by relevance
673 Value *getSDagStackGuard(const Module &M) const override;
21223 Value *ARMTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in ARMTargetLowering21227 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
731 Value *getSDagStackGuard(const Module &M) const override;
22578 Value *AArch64TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in AArch64TargetLowering22582 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1141 Value *getSDagStackGuard(const Module &M) const override;
17163 Value *PPCTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in PPCTargetLowering17166 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1478 Value *getSDagStackGuard(const Module &M) const override;
3043 Value *X86TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in X86TargetLowering3049 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1681 Value *Global = TLI.getSDagStackGuard(*MF->getFunction().getParent()); in getStackGuard()3299 const Value *IRGuard = TLI.getSDagStackGuard(M); in emitSPDescriptorParent()
1990 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in TargetLoweringBase
1882 virtual Value *getSDagStackGuard(const Module &M) const;
2684 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard()2766 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent()6724 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall()