Searched refs:opDefs (Results 1 – 3 of 3) sorted by relevance
52 ArrayRef<llvm::Record *> opDefs, bool emitDecl) { in emitOpConstraints() argument53 collectOpConstraints(opDefs); in emitOpConstraints()57 NamespaceEmitter namespaceEmitter(os, Operator(*opDefs[0]).getCppNamespace()); in emitOpConstraints()266 ArrayRef<Record *> opDefs) { in collectOpConstraints() argument273 for (Record *def : opDefs) { in collectOpConstraints()
206 auto opDefs = getRequestedOpDefinitions(recordKeeper); in emitOpDoc() local209 for (const llvm::Record *opDef : opDefs) in emitOpDoc()352 std::vector<Record *> opDefs = getRequestedOpDefinitions(recordKeeper); in emitDialectDoc() local386 for (Record *opDef : opDefs) { in emitDialectDoc()
110 void emitOpConstraints(ArrayRef<llvm::Record *> opDefs, bool emitDecl);179 void collectOpConstraints(ArrayRef<llvm::Record *> opDefs);