Home
last modified time | relevance | path

Searched refs:genPrinter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp188 void genPrinter(MethodBody &os);
674 void DefFormat::genPrinter(MethodBody &os) { in genPrinter() function in DefFormat
1163 format->genPrinter(printer); in generateAttrOrTypeFormat()
H A DOpDefinitionsGen.cpp508 void genPrinter();
831 genPrinter(); in OpEmitter()
2459 void OpEmitter::genPrinter() { in genPrinter() function in OpEmitter
H A DOpFormatGen.cpp331 void genPrinter(Operator &op, OpClass &opClass);
2131 void OperationFormat::genPrinter(Operator &op, OpClass &opClass) { in genPrinter() function in OperationFormat
3209 format.genPrinter(op, opClass); in generateOpFormat()