Home
last modified time | relevance | path

Searched refs:recordKeeper (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp48 getAllOpInterfaceDefinitions(const RecordKeeper &recordKeeper) { in getAllOpInterfaceDefinitions() argument
50 recordKeeper.getAllDerivedDefinitions("OpInterface"); in getAllOpInterfaceDefinitions()
81 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs() argument
85 for (const auto *def : getAllOpInterfaceDefinitions(recordKeeper)) { in emitInterfaceDefs()
197 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls() argument
201 for (const auto *def : getAllOpInterfaceDefinitions(recordKeeper)) { in emitInterfaceDecls()
256 static bool emitInterfaceDocs(const RecordKeeper &recordKeeper, in emitInterfaceDocs() argument
261 for (const auto *def : getAllOpInterfaceDefinitions(recordKeeper)) in emitInterfaceDocs()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp148 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc() argument
149 auto opDefs = getRequestedOpDefinitions(recordKeeper); in emitOpDoc()
227 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc() argument
230 recordKeeper.getAllDerivedDefinitions(recordTypeName); in emitAttrOrTypeDefDoc()
282 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc() argument
283 std::vector<Record *> opDefs = getRequestedOpDefinitions(recordKeeper); in emitDialectDoc()
285 recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc()
287 recordKeeper.getAllDerivedDefinitions("TypeDef"); in emitDialectDoc()
289 recordKeeper.getAllDerivedDefinitions("AttrDef"); in emitDialectDoc()
H A DDialectGen.cpp241 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls() argument
245 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls()
252 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr"); in emitDialectDecls()
253 auto typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDecls()
284 static bool emitDialectDefs(const llvm::RecordKeeper &recordKeeper, in emitDialectDefs() argument
288 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDefs()
H A DDirectiveCommonGen.cpp43 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() argument
45 recordKeeper.getAllDerivedDefinitions("DirectiveLanguage"); in emitDecls()
48 const auto &clauses = recordKeeper.getAllDerivedDefinitions("Clause"); in emitDecls()
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions() argument
44 Record *classDef = recordKeeper.getClass("Op"); in getRequestedOpDefinitions()
50 for (const auto &def : recordKeeper.getDefs()) { in getRequestedOpDefinitions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp147 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc() argument
148 auto opDefs = getRequestedOpDefinitions(recordKeeper); in emitOpDoc()
226 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc() argument
229 recordKeeper.getAllDerivedDefinitions(recordTypeName); in emitAttrOrTypeDefDoc()
278 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc() argument
279 std::vector<Record *> opDefs = getRequestedOpDefinitions(recordKeeper); in emitDialectDoc()
281 recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc()
283 recordKeeper.getAllDerivedDefinitions("TypeDef"); in emitDialectDoc()
285 recordKeeper.getAllDerivedDefinitions("AttrDef"); in emitDialectDoc()
H A DDialectGen.cpp235 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls() argument
239 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls()
246 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr"); in emitDialectDecls()
247 auto typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDecls()
273 static bool emitDialectDefs(const llvm::RecordKeeper &recordKeeper, in emitDialectDefs() argument
277 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDefs()
H A DDirectiveCommonGen.cpp43 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() argument
45 recordKeeper.getAllDerivedDefinitions("DirectiveLanguage"); in emitDecls()
48 const auto &clauses = recordKeeper.getAllDerivedDefinitions("Clause"); in emitDecls()
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions() argument
44 Record *classDef = recordKeeper.getClass("Op"); in getRequestedOpDefinitions()
50 for (const auto &def : recordKeeper.getDefs()) { in getRequestedOpDefinitions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp147 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc() argument
148 auto opDefs = getRequestedOpDefinitions(recordKeeper); in emitOpDoc()
226 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc() argument
229 recordKeeper.getAllDerivedDefinitions(recordTypeName); in emitAttrOrTypeDefDoc()
278 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc() argument
279 std::vector<Record *> opDefs = getRequestedOpDefinitions(recordKeeper); in emitDialectDoc()
281 recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDoc()
283 recordKeeper.getAllDerivedDefinitions("TypeDef"); in emitDialectDoc()
285 recordKeeper.getAllDerivedDefinitions("AttrDef"); in emitDialectDoc()
H A DDialectGen.cpp235 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls() argument
239 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls()
246 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr"); in emitDialectDecls()
247 auto typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDecls()
273 static bool emitDialectDefs(const llvm::RecordKeeper &recordKeeper, in emitDialectDefs() argument
277 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDefs()
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions() argument
44 Record *classDef = recordKeeper.getClass("Op"); in getRequestedOpDefinitions()
50 for (const auto &def : recordKeeper.getDefs()) { in getRequestedOpDefinitions()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp147 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) {
148 auto opDefs = getRequestedOpDefinitions(recordKeeper);
226 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper,
229 recordKeeper.getAllDerivedDefinitions(recordTypeName);
278 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) {
279 std::vector<Record *> opDefs = getRequestedOpDefinitions(recordKeeper);
281 recordKeeper.getAllDerivedDefinitions("DialectType");
283 recordKeeper.getAllDerivedDefinitions("TypeDef");
285 recordKeeper.getAllDerivedDefinitions("AttrDef");
H A DDialectGen.cpp235 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper,
239 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect");
246 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr");
247 auto typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType");
273 static bool emitDialectDefs(const llvm::RecordKeeper &recordKeeper,
277 auto dialectDefs = recordKeeper.getAllDerivedDefinitions("Dialect");
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h23 using GenFunction = std::function<bool(const llvm::RecordKeeper &recordKeeper,
36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke() argument
38 return generator(recordKeeper, os); in invoke()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-tblgen/
H A DDialectGen.cpp160 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls() argument
164 auto defs = recordKeeper.getAllDerivedDefinitions("Dialect"); in emitDialectDecls()
187 auto attrDefs = recordKeeper.getAllDerivedDefinitions("DialectAttr"); in emitDialectDecls()
188 auto typeDefs = recordKeeper.getAllDerivedDefinitions("DialectType"); in emitDialectDecls()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DDirectiveCommonGen.cpp43 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls() argument
45 recordKeeper.getAllDerivedDefinitions("DirectiveLanguage"); in emitDecls()
48 const auto &clauses = recordKeeper.getAllDerivedDefinitions("Clause"); in emitDecls()

123456