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

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h200 /// setArgumentFrameIndex - Record frame index for the byval
202 void setArgumentFrameIndex(const Argument *A, int FI);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp357 /// setArgumentFrameIndex - Record frame index for the byval
360 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, function in class:FunctionLoweringInfo
H A DSelectionDAGBuilder.cpp6809 FuncInfo->setArgumentFrameIndex(I, FI->getIndex());
6820 FuncInfo->setArgumentFrameIndex(I, FI->getIndex());

Completed in 213 milliseconds