Searched refs:getSafeStackPointerLocation (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp783 UnsafeStackPtr = TL.getSafeStackPointerLocation(IRB);
H A DTargetLoweringBase.cpp1713 Value *TargetLoweringBase::getSafeStackPointerLocation(IRBuilder<> &IRB) const { function in class:TargetLoweringBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h500 Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const override;
H A DAArch64ISelLowering.cpp13252 Value *AArch64TargetLowering::getSafeStackPointerLocation(IRBuilder<> &IRB) const { function in class:AArch64TargetLowering
13264 return TargetLowering::getSafeStackPointerLocation(IRB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1228 Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const override;
H A DX86ISelLowering.cpp2528 Value *X86TargetLowering::getSafeStackPointerLocation(IRBuilder<> &IRB) const { function in class:X86TargetLowering
2548 return TargetLowering::getSafeStackPointerLocation(IRB);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1638 virtual Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const;

Completed in 241 milliseconds