Home
last modified time | relevance | path

Searched defs:indexRemap (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1100 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 DLoopUtils.cpp2198 auto indexRemap = AffineMap::get(regionSymbols.size() + rank, 0, remapExprs, generateCopy() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp331 auto indexRemap = in createPrivateMemRef() local