Home
last modified time | relevance | path

Searched refs:builderParams (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp318 SmallVector<MethodParameter> builderParams; in getBuilderParams() local
319 builderParams.append(prefix.begin(), prefix.end()); in getBuilderParams()
321 builderParams.emplace_back(param.getCppType(), param.getName()); in getBuilderParams()
322 return builderParams; in getBuilderParams()
351 SmallVector<MethodParameter> builderParams; in getCustomBuilderParams() local
352 builderParams.append(prefix.begin(), prefix.end()); in getCustomBuilderParams()
354 builderParams.emplace_back("::mlir::MLIRContext *", "context"); in getCustomBuilderParams()
356 builderParams.emplace_back(param.getCppType(), *param.getName(), in getCustomBuilderParams()
359 return builderParams; in getCustomBuilderParams()