Home
last modified time | relevance | path

Searched refs:getListTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp880 IntRecTy::get(Records)->getListTy()) in ParseSliceElement()
1678 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1732 if (ArgType != StringRecTy::get(Records)->getListTy() && in ParseOperation()
1734 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1808 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()
1935 IntRecTy::get(Records)->getListTy()) in ParseOperation()
2025 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
2581 OutType = RHSt->getType()->getListTy(); in ParseOperationForEachFilter()
2583 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()
H A DRecord.cpp142 const ListRecTy *RecTy::getListTy() const { in getListTy() function in RecTy
368 return NewType->getListTy(); in resolveTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h104 const ListRecTy *getListTy() const;
190 friend const ListRecTy *RecTy::getListTy() const;
202 static const ListRecTy *get(const RecTy *T) { return T->getListTy(); } in get()