Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
911 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()
912 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
H A DStackProtector.cpp531 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
H A DMIRPrinter.cpp383 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
H A DMachineOperand.cpp501 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h479 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1500 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()