Searched defs:InterfaceGenRegistration (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpInterfacesGen.cpp | 561 struct InterfaceGenRegistration { struct 562 InterfaceGenRegistration(StringRef genArg, StringRef genDesc) in InterfaceGenRegistration() function 570 [](const llvm::RecordKeeper &records, raw_ostream &os) { in InterfaceGenRegistration() 574 [](const llvm::RecordKeeper &records, raw_ostream &os) { in __anond275f65c0e02() 578 [](const llvm::RecordKeeper &records, raw_ostream &os) { in __anond275f65c0f02() 582 std::string genDeclArg, genDefArg, genDocArg; 583 std::string genDeclDesc, genDefDesc, genDocDesc; 584 mlir::GenRegistration genDecls, genDefs, genDocs;
|