| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 107 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 126 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 166 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackColoring.cpp | 1169 LLVM_DEBUG(dbgs() << "Slot #" << i << " - " << MFI->getObjectSize(i) in runOnMachineFunction() 1171 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction() 1230 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS); in runOnMachineFunction() 1274 assert(MFI->getObjectSize(FirstSlot) >= in runOnMachineFunction() 1275 MFI->getObjectSize(SecondSlot) && in runOnMachineFunction() 1279 ReducedSize += MFI->getObjectSize(SecondSlot); in runOnMachineFunction()
|
| H A D | PrologEpilogInserter.cpp | 580 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 599 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 627 int ObjSize = MFI.getObjectSize(i); in computeFreeStackSlots() 662 int64_t ObjSize = MFI.getObjectSize(FrameIdx); in scavengeStackSlot() 757 FixedOff = MFI.getObjectOffset(i) + MFI.getObjectSize(i); in calculateFrameObjectOffsets() 768 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets() 789 Offset += MFI.getObjectSize(i); in calculateFrameObjectOffsets()
|
| H A D | LocalStackSlotAllocation.cpp | 149 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset() 169 Offset += MFI.getObjectSize(FrameIdx); in AdjustStackOffset()
|
| H A D | StackSlotColoring.cpp | 231 OrigSizes[FI] = MFI->getObjectSize(FI); in InitializeSlots() 316 if (!Share || Size > MFI->getObjectSize(Color)) in ColorSlot()
|
| H A D | MachineFrameInfo.cpp | 151 Offset += getObjectSize(i); in estimateStackSize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | Thumb1InstrInfo.cpp | 97 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in storeRegToStackSlot() 126 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in loadRegFromStackSlot()
|
| H A D | Thumb2InstrInfo.cpp | 147 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in storeRegToStackSlot() 187 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in loadRegFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | R600FrameLowering.cpp | 40 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
|
| H A D | SIMachineFunctionInfo.cpp | 257 unsigned Size = FrameInfo.getObjectSize(FI); in allocateSGPRSpillToVGPR()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrBuilder.h | 40 MFFrame.getObjectSize(FI), MFFrame.getObjectAlignment(FI)); in addFrameReference()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot() 76 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIdx), in loadRegFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFrameLowering.cpp | 124 Size += MFI.getObjectSize(I); in estimateStackSize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 294 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), Align); in storeRegToStackSlot() 321 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), Align); in loadRegFromStackSlot()
|
| H A D | ARCFrameLowering.cpp | 136 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitPrologue() 307 unsigned VarArgsBytes = MFI.getObjectSize(AFI->getVarArgsFrameIndex()); in emitEpilogue()
|
| H A D | ARCRegisterInfo.cpp | 174 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex); in eliminateFrameIndex()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 373 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 395 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.cpp | 67 assert(MFI.getObjectSize(FrameIndex) != 0 && in eliminateFrameIndex()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 141 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot() 175 MachineMemOperand::MOLoad, MFI.getObjectSize(FrameIndex), in loadRegFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrBuilder.h | 211 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI));
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 177 bool getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL,
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 407 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in storeRegToStackSlot() 446 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI)); in loadRegFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 162 static uint64_t getObjectSize(const Value *V, const DataLayout &DL, in getObjectSize() function 170 if (getObjectSize(V, Size, DL, &TLI, Opts)) in getObjectSize() 212 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc, in isObjectSmallerThan() 221 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc); in isObjectSize()
|
| H A D | MemoryBuiltins.cpp | 434 bool llvm::getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL, in getObjectSize() function in llvm 469 if (getObjectSize(ObjectSize->getArgOperand(0), Size, DL, TLI, EvalOptions) && in lowerObjectSizeCall()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 116 if (MFI.getObjectSize(FI) == SpillSize) { in allocateStackSlot() 381 assert((MFI.getObjectSize(Index) * 8) == Incoming.getValueSizeInBits() && in spillIncomingStatepointValue()
|