Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp798 UnsafeStackPtr = TL.getSafeStackPointerLocation(IRB); in run()
H A DTargetLoweringBase.cpp1866 TargetLoweringBase::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1516 Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const override;
H A DX86ISelLoweringCall.cpp637 X86TargetLowering::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in X86TargetLowering
654 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h822 Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const override;
H A DAArch64ISelLowering.cpp26810 AArch64TargetLowering::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in AArch64TargetLowering
26822 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2076 virtual Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const;