Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp437 SmallVector<Value, 4> vectorTupleValues(resultValueState.numInstances); in unrollSingleResultStructuredOp() local
440 vectorTupleValues[i] = caches[resultIndex][i]; in unrollSingleResultStructuredOp()
444 vectorTupleValues); in unrollSingleResultStructuredOp()
605 SmallVector<Value, 4> vectorTupleValues(numSlices); in unrollTransferReadOp() local
614 vectorTupleValues[index] = builder.create<vector::TransferReadOp>( in unrollTransferReadOp()
624 builder.create<vector::TupleOp>(loc, tupleType, vectorTupleValues); in unrollTransferReadOp()