Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp347 resultTypeMapping.resize(getNumResults()); in populateTypeInferenceInfo()
349 resultTypeMapping[i].emplace_back(operandIdx); in populateTypeInferenceInfo()
360 resultTypeMapping.resize(getNumResults()); in populateTypeInferenceInfo()
371 resultTypeMapping[i].emplace_back(tc); in populateTypeInferenceInfo()
377 resultTypeMapping[i].emplace_back(*mi); in populateTypeInferenceInfo()
646 return resultTypeMapping[index]; in getSameTypeAsResult()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h359 SmallVector<SmallVector<ArgOrType, 2>, 4> resultTypeMapping; variable