Searched refs:printType (Results 1 – 6 of 6) sorted by relevance
430 auto printType = [&](auto T) { in createHeader() local441 printType(*T); in createHeader()449 printType(*T); in createHeader()455 printType(*UT); in createHeader()467 printType(*TupleT); in createHeader()469 printType(*TupleUT); in createHeader()479 printType(*T); in createHeader()488 printType(*TupleT); in createHeader()
48 void printType(mlir::Type type,
121 void printType(llvm::raw_ostream &Out) const;
82 void CIRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in CIRDialect642 [&p](mlir::Type type) { p.printType(type); }); in printFuncTypeParams()
255 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
298 class imm8_opt_lsl<int ElementWidth, string printType,303 let PrintMethod = "printImm8OptLsl<" # printType # ">";