Home
last modified time | relevance | path

Searched defs:emptyTensorOp (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DEmptyTensorElimination.cpp55 findValidInsertionPoint(Operation *emptyTensorOp, Operation *user, in insertionPointDominatesUses() argument
64 findValidInsertionPoint(Operation * emptyTensorOp,const SmallVector<Value> & neededValues) findValidInsertionPoint() argument
138 Operation *emptyTensorOp = v.getDefiningOp(); eliminateEmptyTensors() local
[all...]
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp982 auto emptyTensorOp = dimOp.getSource().getDefiningOp<EmptyOp>(); matchAndRewrite() local