Searched refs:getSDagStackGuard (Results 1 – 12 of 12) sorted by relevance
704 Value *getSDagStackGuard(const Module &M) const override;
21384 Value *ARMTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in ARMTargetLowering21388 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
338 Value *getSDagStackGuard(const Module &M) const override;
28357 Value *AArch64TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in AArch64TargetLowering28361 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1159 Value *getSDagStackGuard(const Module &M) const override;
18632 Value *PPCTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in PPCTargetLowering18635 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1594 Value *getSDagStackGuard(const Module &M) const override;
635 Value *X86TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in X86TargetLowering641 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1851 Value *Global = TLI->getSDagStackGuard(*MF->getFunction().getParent()); in getStackGuard()3908 const Value *IRGuard = TLI->getSDagStackGuard(M); in emitSPDescriptorParent()
2067 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in TargetLoweringBase
2113 virtual Value *getSDagStackGuard(const Module &M) const;
3028 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard()3117 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent()7361 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall()