reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
665 OS << "__vector __pixel "; 668 OS << "__vector __bool "; 669 printBefore(T->getElementType(), OS); 672 OS << "__vector "; 673 printBefore(T->getElementType(), OS); 676 OS << "__attribute__((neon_vector_type("; 678 T->getSizeExpr()->printPretty(OS, nullptr, Policy); 679 OS << "))) "; 680 printBefore(T->getElementType(), OS); 683 OS << "__attribute__((neon_polyvector_type("; 685 T->getSizeExpr()->printPretty(OS, nullptr, Policy); 686 OS << "))) "; 687 printBefore(T->getElementType(), OS); 692 OS << "__attribute__((__vector_size__("; 694 T->getSizeExpr()->printPretty(OS, nullptr, Policy); 695 OS << " * sizeof("; 696 print(T->getElementType(), OS, StringRef()); 697 OS << ")))) "; 698 printBefore(T->getElementType(), OS);