Home
last modified time | relevance | path

Searched refs:getObjectSize (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBuilder.h71 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
88 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp116 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
135 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
175 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1214 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction()
1216 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction()
1276 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction()
1325 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1326 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1330 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp316 SpillSize += MFI.getObjectSize(Idx); in runOnMachineFunction()
701 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
720 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
753 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots()
788 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot()
889 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
1395 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); in replaceFrameIndexDebugInstr()
H A DSanitizerBinaryMetadata.cpp69 Size = std::max(Size, MFI.getObjectOffset(i) + MFI.getObjectSize(i)); in runOnMachineFunction()
H A DLocalStackSlotAllocation.cpp166 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
186 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
H A DStackSlotColoring.cpp276 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots()
348 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
H A DStackFrameLayoutAnalysisPass.cpp71 : Slot(Idx), Size(MFI.getObjectSize(Idx)), in SlotData()
H A DMachineFrameInfo.cpp158 Offset += getObjectSize(i); in estimateStackSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h343 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize()
350 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
357 int64_t ObjSize = MFI.getObjectSize(StackHazardCSRSlotIndex); in getCalleeSavedStackSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp36 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp133 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
162 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp47 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
75 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp123 Size += MFI.getObjectSize(I); in estimateStackSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp303 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
331 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
H A DARCFrameLowering.cpp135 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitPrologue()
322 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitEpilogue()
H A DARCRegisterInfo.cpp175 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp132 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot()
366 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand()
396 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue()
407 PtrInfo, MachineMemOperand::MOStore, MFI.getObjectSize(Index), in spillIncomingStatepointValue()
1272 MFI.getObjectSize(Index), in visitGCRelocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp369 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
391 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp145 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
175 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h210 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp137 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
175 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp43 Flags, MFFrame.getObjectSize(FI), Alignment); in addFrameReference()

1234