Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp703 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
785 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
955 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
956 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DStackProtector.cpp606 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
H A DMIRPrinter.cpp417 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
H A DMachineOperand.cpp507 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h484 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1858 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()