Home
last modified time | relevance | path

Searched defs:allocTensorOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DAllocTensorElimination.cpp47 Operation *allocTensorOp) { in insertionPointDominatesUses()
57 findValidInsertionPoint(Operation *allocTensorOp, in findValidInsertionPoint()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp335 auto allocTensorOp = dimOp.getSource().getDefiningOp<AllocTensorOp>(); in matchAndRewrite() local
H A DBufferizableOpInterface.cpp106 auto allocTensorOp = b.create<AllocTensorOp>(loc, tensorType, dynamicSizes, in allocateTensorForShapedValue() local