Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.h118 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = 0);
DTGParser.cpp1044 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType) { in ParseSimpleValue() function in TGParser
1309 Init *Result = ParseSimpleValue(CurRec, ItemType); in ParseValue()
/external/llvm/lib/TableGen/
DTGParser.h173 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
DTGParser.cpp1133 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue() function in TGParser
1142 return ParseSimpleValue(CurRec, ItemType, Mode); in ParseSimpleValue()
1464 Init *Result = ParseSimpleValue(CurRec, ItemType, Mode); in ParseValue()
1766 Init *List = ParseSimpleValue(nullptr, nullptr, ParseForeachMode); in ParseForeachDeclaration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.h181 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
DTGParser.cpp1625 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue() function in TGParser
1634 return ParseSimpleValue(CurRec, ItemType, Mode); in ParseSimpleValue()
1954 Init *Result = ParseSimpleValue(CurRec, ItemType, Mode); in ParseValue()