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

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.cpp81 const AllocaInst *Alloca = MFI->getObjectAllocation(i);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp270 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
504 const AllocaInst *From = MFI->getObjectAllocation(it->first);
505 const AllocaInst *To = MFI->getObjectAllocation(it->second);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h374 /// getObjectAllocation - Return the underlying Alloca of the specified
376 const AllocaInst* getObjectAllocation(int ObjectIdx) const { function in class:llvm::MachineFrameInfo

Completed in 224 milliseconds