Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp129 SMLoc inputsOperandsLoc, outputsOperandsLoc; in parseCommonStructuredOpParts() local
140 inputsOperandsLoc = parser.getCurrentLocation(); in parseCommonStructuredOpParts()
153 if (parser.resolveOperands(inputsOperands, inputTypes, inputsOperandsLoc, in parseCommonStructuredOpParts()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4949 llvm::SMLoc inputsOperandsLoc; in parse() local
4956 inputsOperandsLoc = parser.getCurrentLocation(); in parse()
4961 if (parser.resolveOperands(inputsOperands, inputTypes, inputsOperandsLoc, in parse()