Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.h148 bool hasUndefinedContents(OpOperand *opOperand) const override;
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp449 if (hasUndefinedContents(&opOperand)) in canOmitTensorCopy()
490 bool AnalysisState::hasUndefinedContents(OpOperand *opOperand) const { in hasUndefinedContents() function in AnalysisState
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h417 virtual bool hasUndefinedContents(OpOperand *opOperand) const;
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotAnalysis.cpp291 bool OneShotAnalysisState::hasUndefinedContents(OpOperand *opOperand) const { in hasUndefinedContents() function in OneShotAnalysisState