Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp63 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h563 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp547 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp692 MFI.setOffsetAdjustment(YamlMFI.OffsetAdjustment); in initializeFrameInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp399 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
H A DARMFrameLowering.cpp796 MFI.setOffsetAdjustment(MFI.getOffsetAdjustment() - in emitPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1552 MFI.setOffsetAdjustment(-NumBytes); in emitPrologue()
1554 MFI.setOffsetAdjustment(-StackSize); in emitPrologue()