Searched refs:isInPlace (Results 1 – 8 of 8) sorted by relevance
137 bool BufferizationAliasInfo::isInPlace(OpOperand &operand) const { in isInPlace() function in BufferizationAliasInfo211 bool OneShotAnalysisState::isInPlace(OpOperand &opOperand) const { in isInPlace() function in OneShotAnalysisState212 return aliasInfo.isInPlace(opOperand); in isInPlace()303 if (isInPlace(use) && bufferizesToMemoryWrite(use)) in isValueWritten()336 return aliasInfo.isInPlace(opOperand); in isInplaceMemoryWrite()677 if (aliasInfo.isInPlace(*opOperand) || currentOpOperand == opOperand) in hasPrecedingAliasingNonWritableTensor()806 if (state.isInPlace(*opOperand)) in equivalenceAnalysis()867 setInPlaceOpOperand(opOperand, aliasInfo.isInPlace(opOperand)); in annotateOpsWithBufferizationMarkers()
109 if (!state.isInPlace(operand)) in eliminateAllocTensors()125 return state.isInPlace(*operand); in eliminateAllocTensors()
262 if (!state.isInPlace(callOp->getOpOperand(bbargIdx))) in equivalenceAnalysis()
87 bool isInPlace(OpOperand &opOperand) const;139 bool isInPlace(OpOperand &opOperand) const override;
139 if (state.isInPlace(opOperand)) in resolveTensorOpOperandConflicts()468 bool AnalysisState::isInPlace(OpOperand &opOperand) const { in isInPlace() function in AnalysisState
408 virtual bool isInPlace(OpOperand &opOperand) const;
878 assert(state.isInPlace(op->getOpOperand(0) /*src*/) && in resolveConflicts()880 if (state.isInPlace(op->getOpOperand(1) /*dest*/)) in resolveConflicts()
59 `AnalysisState`, in particular `AnalysisState::isInPlace`. Any derived class