| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 1210 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction() 1212 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction() 1272 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction() 1321 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction() 1322 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction() 1326 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
|
| H A D | SanitizerBinaryMetadata.cpp | 69 Size = std::max(Size, MFI.getObjectOffset(i) + MFI.getObjectSize(i)); in runOnMachineFunction()
|
| H A D | PrologEpilogInserter.cpp | 317 SpillSize += MFI.getObjectSize(Idx); in runOnMachineFunction() 714 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 733 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 766 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots() 801 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot() 902 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets() 1408 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); in replaceFrameIndexDebugInstr()
|
| H A D | LocalStackSlotAllocation.cpp | 147 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 167 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
|
| H A D | StackSlotColoring.cpp | 269 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots() 341 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 67 : Slot(Idx), Size(MFI.getObjectSize(Idx)), in SlotData()
|
| H A D | MachineFrameInfo.cpp | 158 Offset += getObjectSize(i); in estimateStackSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1InstrInfo.cpp | 97 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot() 126 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600FrameLowering.cpp | 36 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrBuilder.h | 38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.cpp | 123 Size += MFI.getObjectSize(I); in estimateStackSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.h | 311 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize() 318 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
|
| /freebsd-14.2/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-14.2/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 | 136 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitPrologue() 323 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitEpilogue()
|
| H A D | ARCRegisterInfo.cpp | 175 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 132 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot() 363 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand() 393 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue() 404 PtrInfo, MachineMemOperand::MOStore, MFI.getObjectSize(Index), in spillIncomingStatepointValue() 1269 MFI.getObjectSize(Index), in visitGCRelocate()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.cpp | 66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 210 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 426 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot() 470 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
|