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.cpp1656 const RecTy *ListType = InitListBack->getType(); in ParseOperation() local
1660 ArgType = ListType; in ParseOperation()
1758 const RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1762 ListType->getAsString() + "'"); in ParseOperation()
2161 const auto *ListType = dyn_cast<ListRecTy>(List->getType()); in ParseOperation() local
2162 if (!ListType) { in ParseOperation()
2222 RecordVal(B, ListType->getElementType(), RecordVal::FK_Normal)); in ParseOperation()
2845 const auto *ListType = dyn_cast<ListRecTy>(ItemType); in ParseSimpleValue() local
2846 if (!ListType) { in ParseSimpleValue()
2851 GivenListTy = ListType; in ParseSimpleValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp383 using ListType = std::vector<unsigned>; typedef in __anon7f002ed80311::OrderedRegisterList
402 using iterator = ListType::iterator;
403 using const_iterator = ListType::const_iterator;
414 ListType Seq;