Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp488 SmallVectorImpl<std::string> &resultTypeNames,
1908 SmallVectorImpl<std::string> &resultTypeNames, in buildParamList() argument
1911 resultTypeNames.clear(); in buildParamList()
1913 resultTypeNames.reserve(numResults); in buildParamList()
1933 resultTypeNames.emplace_back(std::move(resultName)); in buildParamList()
1938 resultTypeNames.push_back("resultTypes"); in buildParamList()