Searched refs:getSDagStackGuard (Results 1 – 12 of 12) sorted by relevance
683 Value *getSDagStackGuard(const Module &M) const override;
21454 Value *ARMTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in ARMTargetLowering21458 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1142 Value *getSDagStackGuard(const Module &M) const override;
17724 Value *PPCTargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in PPCTargetLowering17727 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1507 Value *getSDagStackGuard(const Module &M) const override;
618 Value *X86TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in X86TargetLowering624 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
817 Value *getSDagStackGuard(const Module &M) const override;
26795 Value *AArch64TargetLowering::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in AArch64TargetLowering26799 return TargetLowering::getSDagStackGuard(M); in getSDagStackGuard()
1843 Value *Global = TLI->getSDagStackGuard(*MF->getFunction().getParent()); in getStackGuard()3752 const Value *IRGuard = TLI->getSDagStackGuard(M); in emitSPDescriptorParent()
1963 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const { in getSDagStackGuard() function in TargetLoweringBase
2056 virtual Value *getSDagStackGuard(const Module &M) const;
3057 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard()3140 const Value *IRGuard = TLI.getSDagStackGuard(M); in visitSPDescriptorParent()7315 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall()