Home
last modified time | relevance | path

Searched defs:oldMemRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp168 Value oldMemRef = allocOp.getResult(); in areMemRefsNormalizable() local
181 !isMemRefNormalizable(oldMemRef.getUsers())) in areMemRefsNormalizable() local
194 dyn_cast<MemRefType>(oldMemRef.getType())) in areMemRefsNormalizable() local
381 BlockArgument oldMemRef = funcOp.getArgument(argIndex + 1); normalizeFuncOpMemRefs() local
422 Value oldMemRef = op->getResult(resIndex); normalizeFuncOpMemRefs() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DPipelineDataTransfer.cpp77 static bool doubleBuffer(Value oldMemRef, AffineForOp forOp) { in doubleBuffer() argument
271 Value oldMemRef = dmaStartOp->getOperand( in runOnAffineForOp() local
[all...]
H A DLoopFusion.cpp256 auto oldMemRef = cast<AffineWriteOpInterface>(srcStoreOpInst).getMemRef(); in createPrivateMemRef() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1099 replaceAllMemRefUsesWith(Value oldMemRef,Value newMemRef,Operation * op,ArrayRef<Value> extraIndices,AffineMap indexRemap,ArrayRef<Value> extraOperands,ArrayRef<Value> symbolOperands,bool allowNonDereferencingOps) replaceAllMemRefUsesWith() argument
1272 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
1703 Value oldMemRef = allocOp->getResult(); normalizeMemRef() local
[all...]