Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp142 static AffineMap makePermutationMap( in makePermutationMap() function
198 AffineMap mlir::makePermutationMap( in makePermutationMap() function in mlir
209 return ::makePermutationMap(indices, enclosingLoopToVectorDim); in makePermutationMap()
212 AffineMap mlir::makePermutationMap( in makePermutationMap() function in mlir
215 return makePermutationMap(op->getBlock(), indices, loopToVectorDim); in makePermutationMap()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/Utils/
H A DVectorUtils.h144 makePermutationMap(Block *insertPoint, ArrayRef<Value> indices,
147 makePermutationMap(Operation *insertPoint, ArrayRef<Value> indices,
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1187 auto permutationMap = makePermutationMap(state.builder.getInsertionBlock(), in vectorizeAffineLoad()
1232 auto permutationMap = makePermutationMap(state.builder.getInsertionBlock(), in vectorizeAffineStore()