Home
last modified time | relevance | path

Searched refs:getOffsetOfLocalArea (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp60 getOffsetOfLocalArea() + in getFrameIndexReference()
75 getOffsetOfLocalArea()); in getFrameIndexReferenceFromSP()
H A DMachineFrameInfo.cpp213 int ValOffset = (FI ? FI->getOffsetOfLocalArea() : 0); in print()
H A DPrologEpilogInserter.cpp858 int LocalAreaOffset = TFI.getOffsetOfLocalArea(); in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp79 getOffsetOfLocalArea()); in getFrameIndexReference()
H A DNVPTXPrologEpilogPass.cpp177 int LocalAreaOffset = TFI.getOffsetOfLocalArea(); in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.cpp201 FIOffset = MFI.getObjectOffset(FIndex) - TFI->getOffsetOfLocalArea(); in eliminateFrameIndex()
H A DM68kFrameLowering.cpp96 int Offset = MFI.getObjectOffset(FI) - getOffsetOfLocalArea(); in getFrameIndexReference()
807 int SpillSlotOffset = getOffsetOfLocalArea() + M68kFI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h145 int getOffsetOfLocalArea() const { return LocalAreaOffset; } in getOffsetOfLocalArea() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp159 Offset += MFI.getStackSize() - TFI->getOffsetOfLocalArea() + 1; in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp474 StackOffset::getFixed(MFI.getObjectOffset(FI) - getOffsetOfLocalArea() + in getFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp2681 int Offset = MFI.getObjectOffset(FI) - getOffsetOfLocalArea(); in getFrameIndexReference()
2694 Offset += getOffsetOfLocalArea(); in getFrameIndexReference()
2766 getOffsetOfLocalArea() + Adjustment); in getFrameIndexReferenceSP()
2861 int SpillSlotOffset = getOffsetOfLocalArea() + X86FI->getTCReturnAddrDelta(); in assignCalleeSavedSpillSlots()
H A DX86ISelLoweringCall.cpp1561 int HomeOffset = FrameLowering.getOffsetOfLocalArea() + 8; in createVarArgAreaAndStoreRegisters()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp753 getOffsetOfLocalArea() + in getFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1338 getOffsetOfLocalArea() + I * getPointerSize(); in emitPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp682 int64_t Offset = MFI.getObjectOffset(FrameIdx) - getOffsetOfLocalArea(); in emitCalleeSavedGPRLocations()
2874 return StackOffset::getFixed(ObjectOffset - getOffsetOfLocalArea()); in getFrameIndexReferenceFromSP()
5281 MFI.getObjectOffset(VGFrameIdx) - TFI->getOffsetOfLocalArea(); in emitVGSaveRestore()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1368 assert(getOffsetOfLocalArea() == 0 && "LocalAreaOffset is not 0!"); in getFrameIndexReference()