Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h599 void setOffsetAdjustment(int64_t Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() function
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp107 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp544 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp770 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp442 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
H A DARMFrameLowering.cpp1209 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1463 MFFrame.setOffsetAdjustment(Regs.getStackPointerBias()); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1868 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
1870 MFI.setOffsetAdjustment(-StackSize); in emitPrologue()