Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp127 SmallVector<OpOperand *> outOfPlaceOpOperands; in resolveTensorOpOperandConflicts() local
168 outOfPlaceOpOperands.push_back(&opOperand); in resolveTensorOpOperandConflicts()
178 for (OpOperand *opOperand : outOfPlaceOpOperands) { in resolveTensorOpOperandConflicts()