/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | DialectGen.cpp | 298 emitDialectDecls(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitDialectDecls() argument 344 emitDialectDef(Dialect & dialect,const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitDialectDef() argument 392 emitDialectDefs(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitDialectDefs() argument
|
H A D | LLVMIRConversionGen.cpp | 180 emitBuilders(const RecordKeeper & recordKeeper,raw_ostream & os) emitBuilders() argument 308 emitIntrMLIRBuilders(const RecordKeeper & recordKeeper,raw_ostream & os) emitIntrMLIRBuilders() argument 325 emitOpMLIRBuilders(const RecordKeeper & recordKeeper,raw_ostream & os) emitOpMLIRBuilders() argument 543 emitEnumConversionDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumConversionDefs() argument 569 emitConvertibleIntrinsics(const RecordKeeper & recordKeeper,raw_ostream & os) emitConvertibleIntrinsics() argument
|
H A D | SPIRVUtilsGen.cpp | 198 emitInterfaceDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitInterfaceDefs() argument 288 emitInterfaceDecls(const RecordKeeper & recordKeeper,raw_ostream & os) emitInterfaceDecls() argument 453 emitEnumDecls(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDecls() argument 485 emitEnumDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDefs() argument 1125 emitExtendedSetDeserializationDispatch(const RecordKeeper & recordKeeper,raw_ostream & os) emitExtendedSetDeserializationDispatch() argument 1183 emitSerializationFns(const RecordKeeper & recordKeeper,raw_ostream & os) emitSerializationFns() argument 1264 emitAttrUtils(const RecordKeeper & recordKeeper,raw_ostream & os) emitAttrUtils() argument 1408 emitAvailabilityImpl(const RecordKeeper & recordKeeper,raw_ostream & os) emitAvailabilityImpl() argument 1437 emitCapabilityImplication(const RecordKeeper & recordKeeper,raw_ostream & os) emitCapabilityImplication() argument
|
H A D | PassDocGen.cpp | 59 emitDocs(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitDocs() argument
|
H A D | DirectiveCommonGen.cpp | 44 emitDecls(const RecordKeeper & recordKeeper,llvm::StringRef dialect,raw_ostream & os) emitDecls() argument
|
H A D | OpGenHelpers.cpp | 48 getRequestedOpDefinitions(const RecordKeeper & recordKeeper) getRequestedOpDefinitions() argument
|
H A D | EnumPythonBindingGen.cpp | 136 emitPythonEnums(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitPythonEnums() argument
|
H A D | PassGen.cpp | 31 getPasses(const llvm::RecordKeeper & recordKeeper) getPasses() argument 452 emitPasses(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) emitPasses() argument
|
H A D | OpDocGen.cpp | 285 emitOpDoc(const RecordKeeper & recordKeeper,raw_ostream & os) emitOpDoc() argument 374 emitAttrOrTypeDefDoc(const RecordKeeper & recordKeeper,raw_ostream & os,StringRef recordTypeName) emitAttrOrTypeDefDoc() argument 481 emitDialectDoc(const RecordKeeper & recordKeeper,raw_ostream & os) emitDialectDoc() argument
|
H A D | EnumsGen.cpp | 645 emitEnumDecls(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDecls() argument 683 emitEnumDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitEnumDefs() argument
|
H A D | OpDefinitionsGen.cpp | 4379 emitOpClasses(const RecordKeeper & recordKeeper,const std::vector<Record * > & defs,raw_ostream & os,const StaticVerifierFunctionEmitter & staticVerifierEmitter,bool emitDecl) global() argument 4416 emitOpClassDecls(const RecordKeeper & recordKeeper,const std::vector<Record * > & defs,raw_ostream & os) global() argument 4438 emitOpClassDefs(const RecordKeeper & recordKeeper,ArrayRef<Record * > defs,raw_ostream & os,StringRef constraintPrefix="") global() argument 4457 emitOpDecls(const RecordKeeper & recordKeeper,raw_ostream & os) global() argument 4487 emitOpDefShard(const RecordKeeper & recordKeeper,ArrayRef<Record * > defs,const Dialect & dialect,unsigned shardIndex,unsigned shardCount,raw_ostream & os) global() argument 4525 emitOpDefs(const RecordKeeper & recordKeeper,raw_ostream & os) global() argument
|
H A D | OpInterfacesGen.cpp | 65 getAllInterfaceDefinitions(const llvm::RecordKeeper & recordKeeper,StringRef name) getAllInterfaceDefinitions() argument
|
H A D | RewriterGen.cpp | 1889 StaticMatcherHelper(raw_ostream & os,const RecordKeeper & recordKeeper,RecordOperatorMap & mapper) StaticMatcherHelper() argument 1954 emitRewriters(const RecordKeeper & recordKeeper,raw_ostream & os) emitRewriters() argument
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | GenInfo.h | 37 invoke(const llvm::RecordKeeper & recordKeeper,raw_ostream & os) invoke() argument
|
/llvm-project/mlir/tools/tblgen-to-irdl/ |
H A D | OpDefinitionsGen.cpp | 149 getOpDefinitions(const RecordKeeper & recordKeeper) getOpDefinitions() argument 155 emitDialectIRDLDefs(const RecordKeeper & recordKeeper,raw_ostream & os) emitDialectIRDLDefs() argument
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Operator.cpp | 367 auto &recordKeeper = def.getRecords(); populateTypeInferenceInfo() local 552 auto &recordKeeper = def.getRecords(); populateOpStructure() local
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 389 std::unique_ptr<llvm::RecordKeeper> recordKeeper; global() member in __anoneedde2c00411::TableGenTextFile
|