Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp803 UnsafeStackPtr = TL.getSafeStackPointerLocation(IRB); in run()
H A DTargetLoweringBase.cpp1904 TargetLoweringBase::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in TargetLoweringBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h683 Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const override;
H A DAArch64ISelLowering.cpp17628 AArch64TargetLowering::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in AArch64TargetLowering
17640 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1374 Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const override;
H A DX86ISelLowering.cpp2583 X86TargetLowering::getSafeStackPointerLocation(IRBuilderBase &IRB) const { in getSafeStackPointerLocation() function in X86TargetLowering
2603 return TargetLowering::getSafeStackPointerLocation(IRB); in getSafeStackPointerLocation()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1820 virtual Value *getSafeStackPointerLocation(IRBuilderBase &IRB) const;