Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseToLinalg.cpp65 Value firstOperand = operands.front(); in getOrCreateOperandsMatchingResultTypes() local
68 auto dynamicShape = linalg::getDynOperands(loc, firstOperand, b); in getOrCreateOperandsMatchingResultTypes()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp903 auto firstOperand = symbolInfoIt->second.getVarName(symbolInfoIt->first); in emitMatchLogic() local
908 formatv("*{0}.begin() == *{1}.begin()", firstOperand, secondOperand), in emitMatchLogic()
909 formatv("\"Operands '{0}' and '{1}' must be equal\"", firstOperand, in emitMatchLogic()