Home
last modified time | relevance | path

Searched defs:emitDecl (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp468 void OpEmitter::emitDecl(const Operator &op, raw_ostream &os) { in emitDecl() function in OpEmitter
476 void OpEmitter::emitDecl(raw_ostream &os) { opClass.writeDeclTo(os); } in emitDecl() function in OpEmitter
2244 void OpOperandAdaptorEmitter::emitDecl(const Operator &op, raw_ostream &os) { in emitDecl() function in OpOperandAdaptorEmitter
2254 bool emitDecl) { in emitOpClasses()