Searched defs:dstOp (Results 1 – 8 of 8) sorted by relevance
35 auto dstOp = cast<DestinationStyleOpInterface>(op); in bufferizesToMemoryWrite() local42 auto dstOp = cast<DestinationStyleOpInterface>(op); in getAliasingValues() local
18 auto dstOp = dyn_cast<DestinationStyleOpInterface>(op); in defaultGetDestinationOperand() local27 auto dstOp = dyn_cast<DestinationStyleOpInterface>(op); in defaultGetUpdatedDestination() local
411 auto dstOp = value.getDefiningOp<DestinationStyleOpInterface>(); in processWorklist() local
176 for (auto *dstOp : loadAndStoreOps) { in isLoopMemoryParallel() local370 Operation *dstOp = commonBlock->findAncestorOpInBlock(*dstAccess.opInst); in srcAppearsBeforeDstInAncestralBlock() local706 auto *dstOp = loadAndStoreOps[j]; in getDependenceComponents() local
358 Operation *dstOp = getNode(dstId)->op; in hasDependencePath() local
121 Operation *dstOp = loadAndStoreOps[j]; checkTilingLegality() local
1442 auto dstOp = cast<DestinationStyleOpInterface>(consumerOp); tileAndFuseConsumerOfSlice() local
3152 createCharArrayAmend(mlir::Location loc,fir::FirOpBuilder & builder,fir::ArrayAccessOp dstOp,mlir::Value & dstLen,const fir::ExtendedValue & srcExv,mlir::Value innerArg,llvm::ArrayRef<mlir::Value> bounds) createCharArrayAmend() argument