Home
last modified time | relevance | path

Searched refs:printType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp430 auto printType = [&](auto T) { in createHeader() local
441 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()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRDialect.td48 void printType(mlir::Type type,
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h121 void printType(llvm::raw_ostream &Out) const;
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp82 void CIRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in CIRDialect
642 [&p](mlir::Type type) { p.printType(type); }); in printFuncTypeParams()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp255 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td298 class imm8_opt_lsl<int ElementWidth, string printType,
303 let PrintMethod = "printImm8OptLsl<" # printType # ">";