Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1223 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1268 if (ArgType != StringRecTy::get()->getListTy() && in ParseOperation()
1269 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()
1334 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()
1436 if (RHSt && StringRecTy::get()->getListTy() != RHSt->getType()) { in ParseOperation()
1774 OutType = RHSt->getType()->getListTy(); in ParseOperationForEachFilter()
1776 OutType = InEltType->getListTy(); in ParseOperationForEachFilter()
DRecord.cpp59 ListRecTy *RecTy::getListTy() { in getListTy() function in RecTy
272 return NewType->getListTy(); in resolveTypes()
/external/llvm/include/llvm/TableGen/
DRecord.h74 ListRecTy *getListTy();
177 friend ListRecTy *RecTy::getListTy();
184 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h91 ListRecTy *getListTy();
196 friend ListRecTy *RecTy::getListTy();
207 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h92 ListRecTy *getListTy();
179 friend ListRecTy *RecTy::getListTy();
190 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1203 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1276 Type = cast<TypedInit>(InitList.front())->getType()->getListTy(); in ParseOperation()
1403 OutType = RHSt->getType()->getListTy(); in ParseOperation()
1488 if (RHSt && StringRecTy::get()->getListTy() != RHSt->getType()) { in ParseOperation()
DRecord.cpp63 ListRecTy *RecTy::getListTy() { in getListTy() function in RecTy
281 return NewType->getListTy(); in resolveTypes()
/external/llvm/lib/TableGen/
DRecord.cpp92 ListRecTy *RecTy::getListTy() { in getListTy() function in RecTy