Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h271 void setArgumentFrameIndex(const Argument *A, int FI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp524 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
H A DSelectionDAGBuilder.cpp10248 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10283 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()
10302 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex()); in LowerArguments()