Home
last modified time | relevance | path

Searched refs:allocateTensorForShapedValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp67 FailureOr<Value> bufferization::allocateTensorForShapedValue( in allocateTensorForShapedValue() function in bufferization
179 FailureOr<Value> copy = allocateTensorForShapedValue( in resolveTensorOpOperandConflicts()
191 FailureOr<Value> copy = allocateTensorForShapedValue( in resolveTensorOpOperandConflicts()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp157 FailureOr<Value> tensorAlloc = allocateTensorForShapedValue( in bufferize()
388 allocateTensorForShapedValue(rewriter, loc, fromElementsOp.getResult(), in bufferize()
456 allocateTensorForShapedValue(rewriter, loc, generateOp.getResult(), in bufferize()
889 FailureOr<Value> alloc = allocateTensorForShapedValue( in resolveConflicts()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp462 allocateTensorForShapedValue(rewriter, yieldOp.getLoc(), value, in resolveConflicts()
676 allocateTensorForShapedValue(rewriter, conditionOp.getLoc(), value, in resolveConflicts()
697 allocateTensorForShapedValue(rewriter, yieldOp.getLoc(), value, in resolveConflicts()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h478 allocateTensorForShapedValue(OpBuilder &b, Location loc, Value shapedValue,