Searched defs:indexRemap (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | Utils.cpp | 1100 replaceAllMemRefUsesWith(Value oldMemRef,Value newMemRef,Operation * op,ArrayRef<Value> extraIndices,AffineMap indexRemap,ArrayRef<Value> extraOperands,ArrayRef<Value> symbolOperands,bool allowNonDereferencingOps) replaceAllMemRefUsesWith() argument 1273 replaceAllMemRefUsesWith(Value oldMemRef,Value newMemRef,ArrayRef<Value> extraIndices,AffineMap indexRemap,ArrayRef<Value> extraOperands,ArrayRef<Value> symbolOperands,Operation * domOpFilter,Operation * postDomOpFilter,bool allowNonDereferencingOps,bool replaceInDeallocOp) replaceAllMemRefUsesWith() argument [all...] |
H A D | LoopUtils.cpp | 2198 auto indexRemap = AffineMap::get(regionSymbols.size() + rank, 0, remapExprs, generateCopy() local
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | LoopFusion.cpp | 331 auto indexRemap = in createPrivateMemRef() local
|