Searched refs:ItemType (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | TGParser.h | 174 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr, 176 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr, 186 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
|
| HD | TGParser.cpp | 769 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument 1002 Init *MHS = ParseValue(CurRec, ItemType); in ParseOperation() 1012 Init *RHS = ParseValue(CurRec, ItemType); in ParseOperation() 1138 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue() argument 1147 return ParseSimpleValue(CurRec, ItemType, Mode); in ParseSimpleValue() 1314 if (ItemType) { in ParseSimpleValue() 1315 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() 1318 ItemType->getAsString()); in ParseSimpleValue() 1384 if (!ItemType) { in ParseSimpleValue() 1454 return ParseOperation(CurRec, ItemType); in ParseSimpleValue() [all …]
|