Lines Matching refs:DialectAsmPrinter
744 static void print(ArrayType type, DialectAsmPrinter &os) { in print()
751 static void print(RuntimeArrayType type, DialectAsmPrinter &os) { in print()
758 static void print(PointerType type, DialectAsmPrinter &os) { in print()
763 static void print(ImageType type, DialectAsmPrinter &os) { in print()
772 static void print(StructType type, DialectAsmPrinter &os) { in print()
820 static void print(CooperativeMatrixNVType type, DialectAsmPrinter &os) { in print()
826 static void print(MatrixType type, DialectAsmPrinter &os) { in print()
831 void SPIRVDialect::printType(Type type, DialectAsmPrinter &os) const { in printType()
1110 static void print(spirv::VerCapExtAttr triple, DialectAsmPrinter &printer) { in print()
1124 static void print(spirv::TargetEnvAttr targetEnv, DialectAsmPrinter &printer) { in print()
1142 DialectAsmPrinter &printer) { in print()
1153 DialectAsmPrinter &printer) const { in printAttribute()