Home
last modified time | relevance | path

Searched defs:recordKeeper (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp178 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
257 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
421 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
452 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
1021 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1079 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1158 static bool emitOpUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpUtils()
1300 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1327 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
DOpenMPCommonGen.cpp42 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls()
DTypeDefGen.cpp36 static void findAllTypeDefs(const llvm::RecordKeeper &recordKeeper, in findAllTypeDefs()
243 static bool emitTypeDefDecls(const llvm::RecordKeeper &recordKeeper, in emitTypeDefDecls()
568 static bool emitTypeDefDefs(const llvm::RecordKeeper &recordKeeper, in emitTypeDefDefs()
DOpDocGen.cpp143 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc()
248 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc()
DPassDocGen.cpp59 static void emitDocs(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDocs()
DLLVMIRConversionGen.cpp167 static bool emitBuilders(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitBuilders()
274 static bool emitEnumConversionDefs(const RecordKeeper &recordKeeper, in emitEnumConversionDefs()
DStructsGen.cpp99 static bool emitStructDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDecls()
285 static bool emitStructDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDefs()
DPassGen.cpp186 static void emitDecls(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls()
DDialectGen.cpp189 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls()
DEnumsGen.cpp402 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
437 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
DOpInterfacesGen.cpp61 getAllOpInterfaceDefinitions(const llvm::RecordKeeper &recordKeeper) { in getAllOpInterfaceDefinitions()
DOpDefinitionsGen.cpp2305 getAllDerivedDefinitions(const RecordKeeper &recordKeeper, in getAllDerivedDefinitions()
2330 static bool emitOpDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDecls()
2339 static bool emitOpDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDefs()
DRewriterGen.cpp1267 static void emitRewriters(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitRewriters()
/external/llvm-project/mlir/include/mlir/TableGen/
DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp264 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo() local
351 auto &recordKeeper = def.getRecords(); in populateOpStructure() local