Searched refs:getSubMap (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | AffineMap.cpp | 373 AffineMap AffineMap::getSubMap(ArrayRef<unsigned> resultPos) { in getSubMap() function in AffineMap 386 return getSubMap(llvm::to_vector<4>(llvm::seq<unsigned>(0, numResults))); in getMajorSubMap() 394 return getSubMap(llvm::to_vector<4>( in getMinorSubMap()
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | AffineMap.cpp | 115 return wrap(unwrap(affineMap).getSubMap(pos)); in mlirAffineMapGetSubMap()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSortedMap.java | 664 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) { 702 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive)); 773 return getSubMap(keySet.tailIndex(checkNotNull(fromKey), inclusive), size());
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableSortedMap.java | 699 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) { 737 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive)); 808 return getSubMap(keySet.tailIndex(checkNotNull(fromKey), inclusive), size());
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | AffineMap.h | 189 AffineMap getSubMap(ArrayRef<unsigned> resultPos);
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Tiling.cpp | 266 if (!isTiled(map.getSubMap({r}), tileSizes)) { in makeTiledShapes() 275 auto m = map.getSubMap({r}); in makeTiledShapes()
|
D | FusionOnTensors.cpp | 138 consumerToProducerLoopsMap.getSubMap(producerArg.index()), in generateFusedTensorOpRegion()
|