Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDGPUFrameLowering.cpp81 const AllocaInst *Alloca = MFI->getObjectAllocation(i); in getFrameIndexOffset()
/external/llvm/lib/CodeGen/
DStackColoring.cpp270 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()
504 const AllocaInst *From = MFI->getObjectAllocation(it->first); in remapInstructions()
505 const AllocaInst *To = MFI->getObjectAllocation(it->second); in remapInstructions()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h376 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function