Home
last modified time | relevance | path

Searched refs:ItemType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.h249 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
251 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
254 Record *CurRec, RecTy *ItemType = nullptr);
266 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
267 Init *ParseOperationSubstr(Record *CurRec, RecTy *ItemType);
268 Init *ParseOperationFind(Record *CurRec, RecTy *ItemType);
269 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
270 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp1229 ArgType = ItemType; in ParseOperation()
1243 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1445 ItemType = nullptr; in ParseOperation()
1779 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationSubstr()
1867 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationFind()
1965 if (ItemType) { in ParseOperationForEachFilter()
1984 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter()
2281 if (ItemType) { in ParseSimpleValue()
2345 if (!ItemType) { in ParseSimpleValue()
2697 RecTy *ItemType; in ParseTemplateArgValueList() local
[all …]