Home
last modified time | relevance | path

Searched refs:setOffsetAdjustment (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp63 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp647 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp397 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
DARMFrameLowering.cpp707 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1167 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
1169 MFI.setOffsetAdjustment(-StackSize); in emitPrologue()