Home
last modified time | relevance | path

Searched refs:stackProbeFunctionModifiesSP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h243 virtual bool stackProbeFunctionModifiesSP() const { return false; } in stackProbeFunctionModifiesSP() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h63 bool stackProbeFunctionModifiesSP() const override;
H A DX86FrameLowering.cpp620 bool X86FrameLowering::stackProbeFunctionModifiesSP() const { in stackProbeFunctionModifiesSP() function in X86FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3700 STI.getFrameLowering()->stackProbeFunctionModifiesSP(); in ExtendRanges()