Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DStackProtector.cpp561 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
DMIRPrinter.cpp392 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
DMachineOperand.cpp495 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h483 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1805 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()