Searched defs:recordKeeper (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | SPIRVUtilsGen.cpp | 178 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()
|
D | OpenMPCommonGen.cpp | 42 static bool emitDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls()
|
D | TypeDefGen.cpp | 36 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()
|
D | PassDocGen.cpp | 59 static void emitDocs(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDocs()
|
D | OpDocGen.cpp | 143 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc() 248 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc()
|
D | LLVMIRConversionGen.cpp | 167 static bool emitBuilders(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitBuilders() 274 static bool emitEnumConversionDefs(const RecordKeeper &recordKeeper, in emitEnumConversionDefs()
|
D | StructsGen.cpp | 99 static bool emitStructDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDecls() 285 static bool emitStructDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitStructDefs()
|
D | PassGen.cpp | 186 static void emitDecls(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) { in emitDecls()
|
D | DialectGen.cpp | 189 static bool emitDialectDecls(const llvm::RecordKeeper &recordKeeper, in emitDialectDecls()
|
D | EnumsGen.cpp | 402 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls() 437 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
|
D | OpInterfacesGen.cpp | 61 getAllOpInterfaceDefinitions(const llvm::RecordKeeper &recordKeeper) { in getAllOpInterfaceDefinitions()
|
D | OpDefinitionsGen.cpp | 2305 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()
|
D | RewriterGen.cpp | 1267 static void emitRewriters(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitRewriters()
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | GenInfo.h | 36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Operator.cpp | 264 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo() local 351 auto &recordKeeper = def.getRecords(); in populateOpStructure() local
|