Searched refs:emitAttrWithStorageType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpDefinitionsGen.cpp | 993 auto emitAttrWithStorageType = [&](StringRef name, StringRef attrName, in genAttrGetters() local 1010 emitAttrWithStorageType(name, namedAttr.name, namedAttr.attr); in genAttrGetters() 1090 auto emitAttrWithStorageType = [&](StringRef setterName, StringRef getterName, in genAttrSetters() local 1105 emitAttrWithStorageType(std::get<0>(names), std::get<1>(names), in genAttrSetters() 2905 auto emitAttrWithStorageType = [&](StringRef name, StringRef emitName, in OpOperandAdaptorEmitter() local 2939 emitAttrWithStorageType(name, emitName, attr); in OpOperandAdaptorEmitter()
|