/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 | 116 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 D | StackColoring.cpp | 1214 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 D | PrologEpilogInserter.cpp | 316 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 D | SanitizerBinaryMetadata.cpp | 69 Size = std::max(Size, MFI.getObjectOffset(i) + MFI.getObjectSize(i)); in runOnMachineFunction()
|
H A D | LocalStackSlotAllocation.cpp | 166 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 186 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
|
H A D | StackSlotColoring.cpp | 276 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots() 348 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
|
H A D | StackFrameLayoutAnalysisPass.cpp | 71 : Slot(Idx), Size(MFI.getObjectSize(Idx)), in SlotData()
|
H A D | MachineFrameInfo.cpp | 158 Offset += getObjectSize(i); in estimateStackSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.h | 343 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 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/ARM/ |
H A D | Thumb1InstrInfo.cpp | 133 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 | 47 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 D | MipsFrameLowering.cpp | 123 Size += MFI.getObjectSize(I); in estimateStackSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.cpp | 303 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 331 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/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 132 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 D | XCoreInstrInfo.cpp | 369 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 D | WebAssemblyRegisterInfo.cpp | 66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 145 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 D | X86InstrBuilder.h | 210 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 137 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 D | XtensaInstrInfo.cpp | 43 Flags, MFFrame.getObjectSize(FI), Alignment); in addFrameReference()
|