Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseToLinalg.cpp68 auto dynamicShape = linalg::getDynOperands(loc, firstOperand, b); in getOrCreateOperandsMatchingResultTypes()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h54 SmallVector<Value, 4> getDynOperands(Location loc, Value val, OpBuilder &b);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp205 SmallVector<Value, 4> getDynOperands(Location loc, Value val, OpBuilder &b) { in getDynOperands() function