Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430FrameLowering.cpp63 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp647 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumb1FrameLowering.cpp397 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
HDARMFrameLowering.cpp707 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FrameLowering.cpp1167 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
1169 MFI.setOffsetAdjustment(-StackSize); in emitPrologue()