Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.h39 ArrayRef<OpOperand *> droppedOperands);
H A DLinalgInterfaces.td980 /*args=*/(ins "ArrayRef<OpOperand *>":$droppedOperands),
983 return detail::canOpOperandsBeDroppedImpl($_op, droppedOperands);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp31 linalg::LinalgOp linalgOp, ArrayRef<OpOperand *> droppedOperands) { in canOpOperandsBeDroppedImpl() argument
34 if (llvm::is_contained(droppedOperands, opOperand)) in canOpOperandsBeDroppedImpl()