Lines Matching refs:dbgs

131       LLVM_DEBUG(dbgs() << "Beneficial due to " << *E << "\n");  in isProfitableToInterleave()
137 LLVM_DEBUG(dbgs() << "Beneficial due to " << *T << "\n"); in isProfitableToInterleave()
147 LLVM_DEBUG(dbgs() << "Not beneficial due to " << *E << "\n"); in isProfitableToInterleave()
156 LLVM_DEBUG(dbgs() << "tryInterleave from " << *Start << "\n"); in tryInterleave()
268 LLVM_DEBUG(dbgs() << " Unhandled instruction: " << *I << "\n"); in tryInterleave()
277 dbgs() << "Found group:\n Exts:\n"; in tryInterleave()
279 dbgs() << " " << *I << "\n"; in tryInterleave()
280 dbgs() << " Ops:\n"; in tryInterleave()
282 dbgs() << " " << *I << "\n"; in tryInterleave()
283 dbgs() << " OtherLeafs:\n"; in tryInterleave()
285 dbgs() << " " << *I->get() << " of " << *I->getUser() << "\n"; in tryInterleave()
286 dbgs() << " Truncs:\n"; in tryInterleave()
288 dbgs() << " " << *I << "\n"; in tryInterleave()
289 dbgs() << " Reducts:\n"; in tryInterleave()
291 dbgs() << " " << *I << "\n"; in tryInterleave()
302 LLVM_DEBUG(dbgs() << "Using VT:" << *VT << "\n"); in tryInterleave()
310 LLVM_DEBUG(dbgs() << " Type is unsupported\n"); in tryInterleave()
315 LLVM_DEBUG(dbgs() << " Type not double sized\n"); in tryInterleave()
320 LLVM_DEBUG(dbgs() << " Wrong type on " << *I << "\n"); in tryInterleave()
325 LLVM_DEBUG(dbgs() << " Wrong type on " << *I << "\n"); in tryInterleave()
337 LLVM_DEBUG(dbgs() << "Reduction does not look profitable\n"); in tryInterleave()
362 LLVM_DEBUG(dbgs() << "Replacing ext " << *I << "\n"); in tryInterleave()
371 LLVM_DEBUG(dbgs() << " with " << *Shuffle << "\n"); in tryInterleave()
375 LLVM_DEBUG(dbgs() << "Replacing leaf " << *I << "\n"); in tryInterleave()
379 LLVM_DEBUG(dbgs() << " with " << *Shuffle << "\n"); in tryInterleave()
383 LLVM_DEBUG(dbgs() << "Replacing trunc " << *I << "\n"); in tryInterleave()
390 LLVM_DEBUG(dbgs() << " with " << *Shuf << "\n"); in tryInterleave()