Home
last modified time | relevance | path

Searched refs:isTensorYielded (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DTensorCopyInsertion.cpp67 state.isTensorYielded(opResult); in insertTensorCopies()
H A DOneShotAnalysis.cpp295 bool OneShotAnalysisState::isTensorYielded(Value tensor) const { in isTensorYielded() function in OneShotAnalysisState
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h152 bool isTensorYielded(Value tensor) const override;
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp151 return state.isTensorYielded(v); in resolveTensorOpOperandConflicts()
226 return !analysisState.isTensorYielded(opResult); in shouldDeallocateOpResult()
495 bool AnalysisState::isTensorYielded(Value tensor) const { in isTensorYielded() function in AnalysisState
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h424 virtual bool isTensorYielded(Value tensor) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp159 analysisState.isTensorYielded(collapseShapeOp.getResult()), options); in bufferize()
888 bool isYielded = state.isTensorYielded(opResult); in resolveConflicts()