Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp465 unsigned accOperandIndex = vector::ContractionOp::getAccOperandIndex(); in getVectorContractionOpUnrollState() local
470 vectors[i].isAcc = i == accOperandIndex ? true : false; in getVectorContractionOpUnrollState()
477 vectors[0].indexMap, accOperandIndex + 1, false}); in getVectorContractionOpUnrollState()
479 vectors[1].indexMap, accOperandIndex + 2, false}); in getVectorContractionOpUnrollState()
483 resultIndex = accOperandIndex; in getVectorContractionOpUnrollState()