Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp44 AffineMap offsetMap, ArrayRef<Value> dimValues, in getXferIndices() argument
54 AffineExpr d0 = b.getAffineDimExpr(offsetMap.getNumDims()); in getXferIndices()
56 b, loc, d0 + offsetMap.getResult(offsetsIdx++), dims); in getXferIndices()