Searched refs:getCppType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | AttrOrTypeDef.cpp | 242 StringRef AttrOrTypeParameter::getCppType() const { in getCppType() function in AttrOrTypeParameter 250 .value_or(getCppType()); in getCppAccessorType() 254 return getDefValue<llvm::StringInit>("cppStorageType").value_or(getCppType()); in getCppStorageType() 276 return getDefValue<llvm::StringInit>("syntax").value_or(getCppType()); in getSyntax()
|
| H A D | Builder.cpp | 21 StringRef Builder::Parameter::getCppType() const { in getCppType() function in Builder::Parameter
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Builder.h | 39 StringRef getCppType() const;
|
| H A D | AttrOrTypeDef.h | 74 StringRef getCppType() const;
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | AttrOrTypeDefGen.cpp | 300 m->body() << formatv("getType().cast<{0}>()", param.getCppType()); in emitAccessors() 321 builderParams.emplace_back(param.getCppType(), param.getName()); in getBuilderParams() 356 builderParams.emplace_back(param.getCppType(), *param.getName(), in getCustomBuilderParams() 490 [&](auto ¶m) { os << param.getCppType(); }); in emitKeyType() 570 storageCls->declare<Field>(param.getCppType(), param.getName()); in emitStorageClass()
|
| H A D | OpDocGen.cpp | 283 os << "| " << it.getName() << " | `" << it.getCppType() << "` | " in emitAttrOrTypeDefDoc()
|
| H A D | AttrOrTypeFormatGen.cpp | 314 os << param.getCppType() << "(" in genParser() 385 tgfmt(parserErrorStr, &ctx), def.getName(), param.getCppType()); in genVariableParser()
|
| H A D | OpDefinitionsGen.cpp | 1797 arguments.emplace_back(params[i].getCppType(), std::move(name), in getBuilderSignature()
|