Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2809 class OpOperandAdaptorEmitter { class
2821 explicit OpOperandAdaptorEmitter(
2843 OpOperandAdaptorEmitter::OpOperandAdaptorEmitter( in OpOperandAdaptorEmitter() function in OpOperandAdaptorEmitter
2975 void OpOperandAdaptorEmitter::addVerification() { in addVerification()
2988 void OpOperandAdaptorEmitter::emitDecl( in emitDecl()
2992 OpOperandAdaptorEmitter(op, staticVerifierEmitter).adaptor.writeDeclTo(os); in emitDecl()
2995 void OpOperandAdaptorEmitter::emitDef( in emitDef()
2999 OpOperandAdaptorEmitter(op, staticVerifierEmitter).adaptor.writeDefTo(os); in emitDef()
3035 OpOperandAdaptorEmitter::emitDecl(op, staticVerifierEmitter, os); in emitOpClasses()
3046 OpOperandAdaptorEmitter::emitDef(op, staticVerifierEmitter, os); in emitOpClasses()