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

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h203 /// setArgumentFrameIndex - Record frame index for the byval
205 void setArgumentFrameIndex(const Argument *A, int FI);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp398 /// setArgumentFrameIndex - Record frame index for the byval
401 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, function in class:FunctionLoweringInfo
H A DSelectionDAGBuilder.cpp7540 FuncInfo->setArgumentFrameIndex(I, FI->getIndex());
7570 FuncInfo->setArgumentFrameIndex(I, FI->getIndex());
7581 FuncInfo->setArgumentFrameIndex(I, FI->getIndex());

Completed in 130 milliseconds