Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrBuilder.h71 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
88 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackColoring.cpp1242 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction()
1244 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction()
1304 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction()
1353 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1354 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1358 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
H A DSanitizerBinaryMetadata.cpp68 Size = std::max(Size, MFI.getObjectOffset(i) + MFI.getObjectSize(i)); in runOnMachineFunction()
H A DLocalStackSlotAllocation.cpp147 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
167 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
H A DStackSlotColoring.cpp226 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots()
311 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
H A DStackFrameLayoutAnalysisPass.cpp67 : Slot(Idx), Size(MFI.getObjectSize(Idx)), in SlotData()
H A DMachineFrameInfo.cpp158 Offset += getObjectSize(i); in estimateStackSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp97 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
126 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp36 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h288 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize()
295 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp47 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
75 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp124 Size += MFI.getObjectSize(I); in estimateStackSize()
/openbsd-src/gnu/llvm/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.cpp136 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitPrologue()
323 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitEpilogue()
H A DARCRegisterInfo.cpp174 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp132 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot()
364 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand()
394 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue()
405 PtrInfo, MachineMemOperand::MOStore, MFI.getObjectSize(Index), in spillIncomingStatepointValue()
1264 MFI.getObjectSize(Index), in visitGCRelocate()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp369 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
391 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp140 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
170 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp98 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
135 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrBuilder.h210 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h176 bool getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL,
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp426 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
470 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()

123