Home
last modified time | relevance | path

Searched refs:ForeachListValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.h166 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
DTGParser.cpp1744 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { in ParseForeachDeclaration() argument
1767 ForeachListValue = dyn_cast<ListInit>(List); in ParseForeachDeclaration()
1768 if (!ForeachListValue) { in ParseForeachDeclaration()
1772 RecTy *ValueType = ForeachListValue->getType(); in ParseForeachDeclaration()
1806 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.h174 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
DTGParser.cpp2262 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument
2313 ForeachListValue = I; in ParseForeachDeclaration()
2325 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()