| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrBuilder.h | 71 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); 88 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 140 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 159 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 199 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 1240 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in run() 1242 TotalSize += MFI->getObjectSize(i); in run() 1301 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in run() 1350 assert(MFI->getObjectSize(FirstSlot) >= in run() 1351 MFI->getObjectSize(SecondSlot) && in run() 1355 ReducedSize += MFI->getObjectSize(SecondSlot); in run()
|
| H A D | PrologEpilogInserter.cpp | 320 SpillSize += MFI.getObjectSize(Idx); in run() 703 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 722 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 755 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots() 790 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot() 891 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets() 1397 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); in replaceFrameIndexDebugInstr()
|
| H A D | SanitizerBinaryMetadata.cpp | 91 Size = std::max(Size, MFI.getObjectOffset(i) + MFI.getObjectSize(i)); in run()
|
| H A D | LocalStackSlotAllocation.cpp | 166 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 186 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
|
| H A D | StackSlotColoring.cpp | 286 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots() 360 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
|
| H A D | MachineFrameInfo.cpp | 158 Offset += getObjectSize(i); in estimateStackSize()
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 72 : Slot(Idx), Size(MFI.getObjectSize(Idx)), in SlotData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600FrameLowering.cpp | 36 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrBuilder.h | 38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.h | 370 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize() 377 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize() 384 int64_t ObjSize = MFI.getObjectSize(StackHazardCSRSlotIndex); in getCalleeSavedStackSize()
|
| H A D | AArch64StackTaggingPreRA.cpp | 165 FrameSize += MFI->getObjectSize(i); in mayUseUncheckedLoadStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1InstrInfo.cpp | 135 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 D | MSP430InstrInfo.cpp | 43 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot() 69 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.cpp | 117 Size += MFI.getObjectSize(I); in estimateStackSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 131 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot() 365 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand() 395 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue() 406 PtrInfo, MachineMemOperand::MOStore, MFI.getObjectSize(Index), in spillIncomingStatepointValue() 1276 MFI.getObjectSize(Index), in visitGCRelocate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 367 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 390 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 305 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 334 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
|
| H A D | ARCFrameLowering.cpp | 135 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitPrologue() 322 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitEpilogue()
|
| H A D | ARCRegisterInfo.cpp | 175 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.cpp | 64 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 141 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 172 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 207 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 427 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot() 469 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
|