Lines Matching defs:diag
526 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
527 diag << "permutation map is not minor identity: " << write;
532 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
533 diag << "not a memref type: " << write;
538 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
539 diag << "most minor stride is not 1: " << write;
546 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
547 diag << "elemental type mismatch: " << write;
553 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
554 diag << "elemental type mismatch: " << write;
559 return rewriter.notifyMatchFailure(write.getLoc(), [=](Diagnostic &diag) {
560 diag << "out of bounds dim: " << write;
566 write.getLoc(), [=](Diagnostic &diag) {
567 diag << "vector type is not rank 1, can't create masked store, "