Searched defs:copyOp (Results 1 – 3 of 3) sorted by relevance
29 getOperation()->walk([&](CopyOpInterface copyOp) { in runOnOperation()133 void reuseCopySourceAsTarget(CopyOpInterface copyOp) { in reuseCopySourceAsTarget()184 void reuseCopyTargetAsSource(CopyOpInterface copyOp) { in reuseCopyTargetAsSource()
308 if (auto copyOp = dyn_cast<linalg::CopyOp>(op)) { in vectorizeLinalgOp() local430 CopyOp copyOp; in matchAndRewrite() local501 CopyOp copyOp; in matchAndRewrite() local
184 static void emitScalarImplementation(ArrayRef<Value> allIvs, CopyOp copyOp) { in emitScalarImplementation()