Lines Matching defs:LDBG
26 #define LDBG(X) LLVM_DEBUG(DBGS() << X << "\n")
72 LDBG("");
73 LDBG("Get unroll shape for op " << op->getName().getStringRef());
75 LDBG("--no filter constraint -> BAIL");
83 LDBG("--not an unrollable op -> BAIL");
88 LDBG("--could not get shape of op " << *op << " -> BAIL");
97 LDBG("--no unrolling target shape defined " << *op << "-> SKIP");
105 LDBG("--could not compute integral shape ratio -> BAIL");
109 LDBG("--no unrolling needed -> SKIP");
112 LDBG("--found an integral shape ratio to unroll to -> SUCCESS");