Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1485 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
1486 if (!ListType) { in ParseOperation()
1544 ParseRec->addValue(RecordVal(B, ListType->getElementType(), false)); in ParseOperation()
1790 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
1791 if (!ListType) { in ParseSimpleValue()
1796 GivenListTy = ListType; in ParseSimpleValue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp379 using ListType = std::vector<unsigned>; typedef in __anon64be325d0311::OrderedRegisterList
398 using iterator = ListType::iterator;
399 using const_iterator = ListType::const_iterator;
410 ListType Seq;