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.h601 void setOffsetAdjustment(int64_t Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() function
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp105 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/Target/ARM/
H A DThumb1FrameLowering.cpp414 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
H A DARMFrameLowering.cpp1327 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp848 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1495 MFFrame.setOffsetAdjustment(Regs.getStackPointerBias()); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1929 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
1931 MFI.setOffsetAdjustment(-StackSize); in emitPrologue()