Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h233 void setArgumentFrameIndex(const Argument *A, int FI);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp498 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
DSelectionDAGBuilder.cpp7471 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()
7501 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()
7512 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()