Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1575 RecTy *ListType = InitListBack->getType(); in ParseOperation() local
1579 ArgType = ListType; in ParseOperation()
1677 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1681 ListType->getAsString() + "'"); in ParseOperation()
2079 ListRecTy *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
2080 if (!ListType) { in ParseOperation()
2140 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()
2758 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
2759 if (!ListType) { in ParseSimpleValue()
2764 GivenListTy = ListType; in ParseSimpleValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp382 using ListType = std::vector<unsigned>; typedef in __anon9aeb66ce0311::OrderedRegisterList
401 using iterator = ListType::iterator;
402 using const_iterator = ListType::const_iterator;
413 ListType Seq;