Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1213 RecTy *ListType = InitListBack->getType(); in ParseOperation() local
1217 ArgType = ListType; in ParseOperation()
1305 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1309 ListType->getAsString() + "'"); in ParseOperation()
1555 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
1556 if (!ListType) { in ParseOperation()
1614 ParseRec->addValue(RecordVal(B, ListType->getElementType(), in ParseOperation()
2224 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
2225 if (!ListType) { in ParseSimpleValue()
2230 GivenListTy = ListType; in ParseSimpleValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp383 using ListType = std::vector<unsigned>; typedef in __anond7543a0c0311::OrderedRegisterList
402 using iterator = ListType::iterator;
403 using const_iterator = ListType::const_iterator;
414 ListType Seq;