Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.h37 bool isFPCloseToIncomingSP() const override { return false; } in isFPCloseToIncomingSP() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h26 bool isFPCloseToIncomingSP() const override { return false; } in isFPCloseToIncomingSP() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h121 virtual bool isFPCloseToIncomingSP() const { return true; } in isFPCloseToIncomingSP() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp886 TFI.isFPCloseToIncomingSP() && in calculateFrameObjectOffsets()