Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h416 Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const override;
H A DAArch64ISelLowering.cpp11768 Value *AArch64TargetLowering::getSafeStackPointerLocation(IRBuilder<> &IRB) const { in getSafeStackPointerLocation() function in AArch64TargetLowering
11780 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp790 UnsafeStackPtr = TL.getSafeStackPointerLocation(IRB); in run()
H A DTargetLoweringBase.cpp1575 Value *TargetLoweringBase::getSafeStackPointerLocation(IRBuilder<> &IRB) const { in getSafeStackPointerLocation() function in TargetLoweringBase
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1114 Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const override;
H A DX86ISelLowering.cpp2316 Value *X86TargetLowering::getSafeStackPointerLocation(IRBuilder<> &IRB) const { in getSafeStackPointerLocation() function in X86TargetLowering
2336 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1526 virtual Value *getSafeStackPointerLocation(IRBuilder<> &IRB) const;