Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h239 virtual bool stackProbeFunctionModifiesSP() const { return false; } in stackProbeFunctionModifiesSP() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FrameLowering.h63 bool stackProbeFunctionModifiesSP() const override;
DX86FrameLowering.cpp597 bool X86FrameLowering::stackProbeFunctionModifiesSP() const { in stackProbeFunctionModifiesSP() function in X86FrameLowering
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp3661 STI.getFrameLowering()->stackProbeFunctionModifiesSP(); in ExtendRanges()