Searched refs:indexMap (Results 1 – 4 of 4) sorted by relevance
653 AffineMap indexMap = extract.map().compose(read.getPermutationMap()); in matchAndRewrite() local657 llvm::zip(indexMap.getResults(), extract.map().getResults())) { in matchAndRewrite()700 AffineMap indexMap = insert.map().compose(write.getPermutationMap()); in matchAndRewrite() local704 llvm::zip(indexMap.getResults(), insert.map().getResults())) { in matchAndRewrite()
364 AffineMap indexMap = map.compose(newWriteOp.getPermutationMap()); in tryDistributeOp() local368 for (auto it : llvm::zip(indexMap.getResults(), map.getResults())) { in tryDistributeOp()598 AffineMap indexMap = map.compose(read.getPermutationMap()); in matchAndRewrite() local601 for (auto it : llvm::zip(indexMap.getResults(), map.getResults())) { in matchAndRewrite()
224 AffineMap indexMap; member377 newIndexingMaps.push_back(replacementInfo->indexMap); in matchAndRewrite()
2214 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices() local2220 if (indexMap[vtableIndex]) { in MakeAddressPointIndices()2223 assert(indexMap[vtableIndex] == addressPoint && in MakeAddressPointIndices()2227 indexMap[vtableIndex] = addressPoint; in MakeAddressPointIndices()2235 return indexMap; in MakeAddressPointIndices()