Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h204 void setArgumentFrameIndex(const Argument *A, int FI);
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h285 void setArgumentFrameIndex(const Argument *A, int FI);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp357 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
DSelectionDAGBuilder.cpp6705 FuncInfo->setArgumentFrameIndex(I, FI->getIndex()); in LowerArguments()
6716 FuncInfo->setArgumentFrameIndex(I, FI->getIndex()); in LowerArguments()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp516 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex() function in FunctionLoweringInfo
DSelectionDAGBuilder.cpp8005 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()
8035 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()
8046 FuncInfo->setArgumentFrameIndex(&*I, FI->getIndex()); in LowerArguments()