Home | History | Annotate | Download | only in TableGen

Lines Matching defs:QT

665                      llvm::SmallVectorImpl<QualType> &QT) {
708 // corresponding QualType into "QT".
720 << " QT.push_back("
759 OS << " QT.reserve(" << VectorList.size() * BaseTypes.size() << ");\n"
761 << " QT.append(TypeList);\n"
788 auto QT = T->getValueAsDef("QTExpr");
789 if (QT->getValueAsBit("IsAbstract") == 1)
801 OS << " QT.push_back(" << QT->getValueAsString("TypeExpr") << ");\n";
818 for (unsigned I = 0; I < QT.size(); I++) {
821 QT[I] = Context.getExtVectorType(QT[I],
832 for (unsigned Index = 0; Index < QT.size(); Index++) {
833 QT[Index] = Context.getExtVectorType(QT[Index], Ty.VectorWidth);
838 for (unsigned Index = 0; Index < QT.size(); Index++) {
839 QT[Index] = Context.getVolatileType(QT[Index]);
844 for (unsigned Index = 0; Index < QT.size(); Index++) {
845 QT[Index] = Context.getConstType(QT[Index]);
853 for (unsigned Index = 0; Index < QT.size(); Index++) {
854 QT[Index] = Context.getAddrSpaceQualType(QT[Index], Ty.AS);
855 QT[Index] = Context.getPointerType(QT[Index]);