Lines Matching defs:LDBG

53 #define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
360 LDBG("Canonical vector shape: ");
363 LDBG("Scalable vector dims: ");
409 LDBG("Masking map: " << maskingMap << "\n");
416 LDBG("Reusing mask: " << mask << "\n");
431 LDBG("Mask shape: ");
436 LDBG("Masking is not needed for masking map: " << maskingMap << "\n");
450 LDBG("Creating new mask: " << mask << "\n");
459 LDBG("Trying to mask: " << *opToMask << "\n");
470 LDBG("No mask required\n");
484 LDBG("Masked operation: " << *maskOp << "\n");
683 LDBG("vectorized op: " << *write << "\n");
1028 LDBG("Found gather load: " << extractOp);
1042 LDBG("Found scalar broadcast load: " << extractOp);
1060 LDBG("Found contigous load: " << extractOp);
1065 LDBG("Found gather load: " << extractOp);
1109 LDBG("Vectorised as gather load: " << extractOp << "\n");
1173 LDBG("Vectorised as scalar broadcast load: " << extractOp << "\n");
1199 LDBG("Vectorised as contiguous load: " << extractOp);
1246 LDBG("vectorize op " << *op << "\n");
1360 LDBG("Vectorizing operation as linalg generic\n");
1424 LDBG("New vectorized bbarg(" << bbarg.getArgNumber() << "): " << readValue
1457 LDBG("failed to vectorize: " << op << "\n");
1463 LDBG("New vector op: " << *maybeMaskedOp << "\n");
1708 LDBG("Unable to reify result shapes of " << unpackOp);
1790 LDBG("reduction precondition failed: no reduction iterator\n");
1800 LDBG("reduction precondition failed: reduction detection failed\n");
1811 LDBG("Vectorization of flattened convs with dynamic shapes is not "
1817 LDBG("Not a 1D depth-wise WC conv, dynamic shapes are not supported\n");
1827 LDBG("Dynamically-shaped op vectorization precondition failed: only "
1851 LDBG("Dynamically-shaped op meets vectorization pre-conditions\n");
1863 LDBG("Inner-tiles must be constant: " << unpackOp << "\n");
1891 LDBG("Dynamically-shaped op failed vectorization pre-conditions\n");
1934 LDBG("precondition failed: not projected permutations\n");
1938 LDBG("precondition failed: reduction preconditions\n");
1950 LDBG("pad value is not constant: " << packOp << "\n");
1970 LDBG("inner_tiles must be constant: " << packOp << "\n");
1982 LDBG("pad value is not constant: " << padOp << "\n");
1995 LDBG("low pad must all be zero: " << padOp << "\n");
2064 LDBG("Non-trailing reduction dim requested for scalable "
2069 LDBG("Scalable vectorization of the reduction dim in Matmul-like ops "
2078 LDBG("Inner parallel dim not requested for scalable "
2095 LDBG("Higher dim than the trailing reduction dim requested for scalable "
2181 LDBG("Attempting to vectorize:\n" << *op << "\n");
2182 LDBG("Input vector sizes: ");
2185 LDBG("Input scalable vector dims: ");
2192 LDBG("Vectorization pre-conditions failed\n");
2201 LDBG("Vectorization state couldn't be initialized\n");
2222 LDBG("Unsupported convolution can't be vectorized.\n");
2226 LDBG("Vectorize generic by broadcasting to the canonical vector "
2254 LDBG("Vectorization failed\n");
2629 LDBG("Failed to get a pad value for out-of-bounds read access\n");
2805 LDBG("interleavedUses precondition failed, firstOp: "
2818 LDBG(" found interleaved op " << *owner << ", firstOp: " << *firstOp