Lines Matching refs:Operation
32 bool bufferizesToAllocation(Operation *op, OpResult opResult) const { in bufferizesToAllocation()
38 bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand, in bufferizesToMemoryRead()
43 bool bufferizesToMemoryWrite(Operation *op, OpOperand &opOperand, in bufferizesToMemoryWrite()
48 SmallVector<OpResult> getAliasingOpResult(Operation *op, OpOperand &opOperand, in getAliasingOpResult()
53 bool isWritable(Operation *op, Value value, in isWritable()
62 bool bufferizesToMemoryRead(Operation *op, OpOperand &opOperand, in bufferizesToMemoryRead()
67 bool bufferizesToMemoryWrite(Operation *op, OpOperand &opOperand, in bufferizesToMemoryWrite()
72 SmallVector<OpResult> getAliasingOpResult(Operation *op, OpOperand &opOperand, in getAliasingOpResult()
77 BufferRelation bufferRelation(Operation *op, OpResult opResult, in bufferRelation()
86 bool isMemoryWrite(Operation *op, OpResult opResult, in isMemoryWrite()
92 bool bufferizesToAllocation(Operation *op, OpResult opResult) const { in bufferizesToAllocation()