Home
last modified time | relevance | path

Searched defs:CallOpInterface (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp144 struct CallOpInterface struct
147 bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand, in bufferizesToMemoryRead()
162 bool bufferizesToMemoryWrite(Operation *op, OpOperand &opOperand, in bufferizesToMemoryWrite()
177 SmallVector<OpResult> getAliasingOpResult(Operation *op, OpOperand &opOperand, in getAliasingOpResult()
204 getAliasingOpOperand(Operation *op, OpResult opResult, in getAliasingOpOperand()
229 BufferRelation bufferRelation(Operation *op, OpResult opResult, in bufferRelation()
259 LogicalResult bufferize(Operation *op, RewriterBase &rewriter, in bufferize()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h24 class CallOpInterface; variable
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DInliningUtils.h25 class CallOpInterface; variable
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DCallGraph.h26 class CallOpInterface; variable