Home
last modified time | relevance | path

Searched defs:recordKeeper (Results 1 – 25 of 126) 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()
81 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
197 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
256 static bool emitInterfaceDocs(const RecordKeeper &recordKeeper, in emitInterfaceDocs()
H A DReferenceImplGen.cpp28 static void emitReferenceImplementations(const RecordKeeper &recordKeeper, in emitReferenceImplementations()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions()
H A DOpDocGen.cpp148 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc()
227 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc()
282 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc()
H A DSPIRVUtilsGen.cpp197 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
283 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
447 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
478 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
1080 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1138 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1217 static bool emitAttrUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitAttrUtils()
1359 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1386 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions()
H A DOpDocGen.cpp147 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc()
226 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc()
278 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc()
H A DSPIRVUtilsGen.cpp178 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
261 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
425 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
456 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
1058 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1116 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1195 static bool emitAttrUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitAttrUtils()
1337 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1364 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions()
H A DOpDocGen.cpp147 static void emitOpDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpDoc()
226 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc()
278 static void emitDialectDoc(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitDialectDoc()
H A DSPIRVUtilsGen.cpp178 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
261 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
425 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
456 static bool emitEnumDefs(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDefs()
1058 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1116 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1195 static bool emitAttrUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitAttrUtils()
1337 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1364 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp43 mlir::tblgen::getRequestedOpDefinitions(const RecordKeeper &recordKeeper) { in getRequestedOpDefinitions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/TableGen/
H A DGenInfo.h36 bool invoke(const llvm::RecordKeeper &recordKeeper, raw_ostream &os) const { in invoke()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp176 static bool emitInterfaceDefs(const RecordKeeper &recordKeeper, in emitInterfaceDefs()
255 static bool emitInterfaceDecls(const RecordKeeper &recordKeeper, in emitInterfaceDecls()
419 static bool emitEnumDecls(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitEnumDecls()
450 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A 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()
1052 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1110 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1189 static bool emitAttrUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitAttrUtils()
1331 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1358 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-tblgen/
H A 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()
1023 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1081 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1160 static bool emitOpUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitOpUtils()
1302 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1329 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A 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()
1052 emitExtendedSetDeserializationDispatch(const RecordKeeper &recordKeeper, in emitExtendedSetDeserializationDispatch()
1110 static bool emitSerializationFns(const RecordKeeper &recordKeeper, in emitSerializationFns()
1189 static bool emitAttrUtils(const RecordKeeper &recordKeeper, raw_ostream &os) { in emitAttrUtils()
1331 static bool emitAvailabilityImpl(const RecordKeeper &recordKeeper, in emitAvailabilityImpl()
1358 static bool emitCapabilityImplication(const RecordKeeper &recordKeeper, in emitCapabilityImplication()

123456