Home
last modified time | relevance | path

Searched refs:getObjectAllocation (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DStackColoring.cpp532 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
605 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
798 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
799 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
DLocalStackSlotAllocation.cpp212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
DMIRPrinter.cpp316 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
DPrologEpilogInserter.cpp849 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h421 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1129 MF.getFrameInfo()->getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()