Lines Matching refs:getOpOperand
100 if (&opOperand == &op->getOpOperand(0) /*src*/) in getAliasingOpResult()
224 if (&opOperand == &op->getOpOperand(0) /*src*/) in getAliasingOpResult()
268 if (&opOperand == &op->getOpOperand(0) /*source*/) in getAliasingOpResult()
523 assert(&opOperand == &op->getOpOperand(1) /*dest*/ && in getAliasingOpResult()
531 return {&op->getOpOperand(1) /*dest*/}; in getAliasingOpOperand()
605 if (uRead == &insertSliceOp->getOpOperand(1) /*dest*/ && in isNotConflictingInsertSliceLikeOp()
622 if (uRead == &insertSliceOp->getOpOperand(0) /*source*/ && in isNotConflictingInsertSliceLikeOp()
623 uConflictingWrite == &insertSliceOp->getOpOperand(1) /*dest*/ && in isNotConflictingInsertSliceLikeOp()
654 if (uConflictingWrite == &insertSliceOp->getOpOperand(1) /*dest*/ && in isNotConflictingInsertSliceLikeOp()
676 return &opOperand == &op->getOpOperand(1) /*dest*/; in bufferizesToMemoryWrite()
681 if (&opOperand == &op->getOpOperand(1) /*dest*/) in getAliasingOpResult()
779 if (&opOperand == &op->getOpOperand(1) /* shape */) in bufferizesToMemoryRead()
823 if (&opOperand != &op->getOpOperand(1) /*dest*/) in getAliasingOpResult()
838 return &opOperand == &op->getOpOperand(1) /*dest*/; in bufferizesToMemoryWrite()
878 assert(state.isInPlace(op->getOpOperand(0) /*src*/) && in resolveConflicts()
880 if (state.isInPlace(op->getOpOperand(1) /*dest*/)) in resolveConflicts()