Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp52 ArrayRef<llvm::Record *> opDefs, bool emitDecl) { in emitOpConstraints() argument
54 if (emitDecl) in emitOpConstraints()
H A DOpDefinitionsGen.cpp387 emitDecl(const Operator &op, raw_ostream &os,
397 void emitDecl(raw_ostream &os);
841 void OpEmitter::emitDecl( in emitDecl() function in OpEmitter
844 OpEmitter(op, staticVerifierEmitter).emitDecl(os); in emitDecl()
853 void OpEmitter::emitDecl(raw_ostream &os) { in emitDecl() function in OpEmitter
2812 emitDecl(const Operator &op,
2988 void OpOperandAdaptorEmitter::emitDecl( in emitDecl() function in OpOperandAdaptorEmitter
3005 bool emitDecl) { in emitOpClasses() argument
3008 if (emitDecl) { in emitOpClasses()
3026 staticVerifierEmitter.emitOpConstraints(defs, emitDecl); in emitOpClasses()
[all …]
H A DAttrOrTypeDefGen.cpp69 void emitDecl(raw_ostream &os) const { in emitDecl() function in __anon07f336460411::DefGen
656 DefGen(def).emitDecl(os); in emitDecls()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h110 void emitOpConstraints(ArrayRef<llvm::Record *> opDefs, bool emitDecl);