Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp115 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
134 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
174 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrBuilder.h71 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
88 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp1239 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction()
1241 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction()
1301 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction()
1345 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction()
1346 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction()
1350 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp640 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
659 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
692 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots()
727 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot()
832 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
847 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets()
870 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets()
1229 unsigned Size = MF.getFrameInfo().getObjectSize(FrameIdx); in replaceFrameIndices()
H A DLocalStackSlotAllocation.cpp148 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
168 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
H A DStackSlotColoring.cpp228 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots()
313 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
H A DMachineFrameInfo.cpp158 Offset += getObjectSize(i); in estimateStackSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp96 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
125 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp35 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
H A DSIMachineFunctionInfo.cpp287 unsigned Size = FrameInfo.getObjectSize(FI); in allocateSGPRSpillToVGPR()
377 unsigned Size = FrameInfo.getObjectSize(FI); in allocateVGPRSpillToAGPR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h38 MFFrame.getObjectSize(FI), MFFrame.getObjectAlign(FI)); in addFrameReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h256 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in getCalleeSavedStackSize()
263 int64_t ObjSize = MFI.getObjectSize(getSwiftAsyncContextFrameIdx()); in getCalleeSavedStackSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp48 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
75 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp123 Size += MFI.getObjectSize(I); in estimateStackSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp130 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot()
356 MFI.getObjectSize(FI.getIndex()), in getMachineMemOperand()
386 assert((MFI.getObjectSize(Index) * 8) == in spillIncomingStatepointValue()
397 PtrInfo, MachineMemOperand::MOStore, MFI.getObjectSize(Index), in spillIncomingStatepointValue()
1232 MFI.getObjectSize(Index), in visitGCRelocate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp305 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
332 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.cpp172 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp372 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
394 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.cpp66 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp140 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
174 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h210 MFI.getObjectSize(FI), MFI.getObjectAlign(FI));
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp406 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in storeRegToStackSlot()
445 MFI.getObjectSize(FI), MFI.getObjectAlign(FI)); in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp144 static uint64_t getObjectSize(const Value *V, const DataLayout &DL, in getObjectSize() function
152 if (getObjectSize(V, Size, DL, &TLI, Opts)) in getObjectSize()
194 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc, in isObjectSmallerThan()
225 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc); in isObjectSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h219 bool getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL,

123