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()
1603 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1657 if (ArgType != StringRecTy::get(Records)->getListTy() && in ParseOperation()
1659 IntRecTy::get(Records)->getListTy())) { in ParseOperation()
1733 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()
1859 IntRecTy::get(Records)->getListTy()) in ParseOperation()
1949 if (RHSt && StringRecTy::get(Records)->getListTy() != RHSt->getType()) { in ParseOperation()
2502 OutType = RHSt->getType()->getListTy(); in ParseOperationForEachFilter()
2504 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()
H A DRecord.cpp107 ListRecTy *RecTy::getListTy() { in getListTy() function in RecTy
333 return NewType->getListTy(); in resolveTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h101 ListRecTy *getListTy();
187 friend ListRecTy *RecTy::getListTy();
199 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get()