Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1581 RecTy *ListType = InitListBack->getType(); in ParseOperation() local
1585 ArgType = ListType; in ParseOperation()
1683 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1687 ListType->getAsString() + "'"); in ParseOperation()
2085 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
2086 if (!ListType) { in ParseOperation()
2146 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()
2764 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
2765 if (!ListType) { in ParseSimpleValue()
2770 GivenListTy = ListType; in ParseSimpleValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp382 using ListType = std::vector<unsigned>; typedef in __anon7f002ed80311::OrderedRegisterList
401 using iterator = ListType::iterator;
402 using const_iterator = ListType::const_iterator;
413 ListType Seq;