Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp96 SmallVector<Value, 6> copyIntoOutParams; in updateReturnOps() local
100 copyIntoOutParams.push_back(operand); in updateReturnOps()
105 for (auto t : llvm::zip(copyIntoOutParams, appendedEntryArgs)) in updateReturnOps()