Lines Matching refs:dbgs
530 LLVM_DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
590 LLVM_DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
596 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
627 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs()
630 LLVM_DEBUG(dbgs() << " Def: "); in formWebs()
642 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
661 dbgs() << format("Web %d rejected for physreg, partial reg, or not " in recordUnoptimizableWebs()
664 LLVM_DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
666 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
687 LLVM_DEBUG(dbgs() << format( in recordUnoptimizableWebs()
689 LLVM_DEBUG(dbgs() << " def " << EntryIdx << ": "); in recordUnoptimizableWebs()
691 LLVM_DEBUG(dbgs() << " use " << UseIdx << ": "); in recordUnoptimizableWebs()
693 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
708 dbgs() << format( in recordUnoptimizableWebs()
710 LLVM_DEBUG(dbgs() << " def " << EntryIdx << ": "); in recordUnoptimizableWebs()
712 LLVM_DEBUG(dbgs() << " use " << UseIdx << ": "); in recordUnoptimizableWebs()
714 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
734 LLVM_DEBUG(dbgs() << format( in recordUnoptimizableWebs()
736 LLVM_DEBUG(dbgs() << " def " << DefIdx << ": "); in recordUnoptimizableWebs()
738 LLVM_DEBUG(dbgs() << " use " << EntryIdx << ": "); in recordUnoptimizableWebs()
740 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
752 dbgs() << format( in recordUnoptimizableWebs()
754 LLVM_DEBUG(dbgs() << " def " in recordUnoptimizableWebs()
757 LLVM_DEBUG(dbgs() << " use " << UseIdx << ": "); in recordUnoptimizableWebs()
759 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
765 LLVM_DEBUG(dbgs() << "Swap vector after web analysis:\n\n"); in recordUnoptimizableWebs()
776 LLVM_DEBUG(dbgs() << "\n*** Marking swaps for removal ***\n\n"); in markSwapsForRemoval()
791 LLVM_DEBUG(dbgs() << "Marking swap fed by load for removal: "); in markSwapsForRemoval()
806 LLVM_DEBUG(dbgs() << "Marking swap feeding store for removal: "); in markSwapsForRemoval()
852 LLVM_DEBUG(dbgs() << "Changing splat: "); in handleSpecialSwappables()
876 LLVM_DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
890 LLVM_DEBUG(dbgs() << "Changing XXPERMDI: "); in handleSpecialSwappables()
909 LLVM_DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
920 LLVM_DEBUG(dbgs() << "Changing SUBREG_TO_REG: "); in handleSpecialSwappables()
928 LLVM_DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
968 LLVM_DEBUG(dbgs() << "\n*** Removing swaps ***\n\n"); in removeSwaps()
981 LLVM_DEBUG(dbgs() << format("Replaced %d with copy: ", in removeSwaps()
1001 dbgs() << format("%6d", ID); in dumpSwapVector()
1002 dbgs() << format("%6d", EC->getLeaderValue(ID)); in dumpSwapVector()
1003 dbgs() << format(" %bb.%3d", MI->getParent()->getNumber()); in dumpSwapVector()
1004 dbgs() << format(" %14s ", TII->getName(MI->getOpcode()).str().c_str()); in dumpSwapVector()
1007 dbgs() << "load "; in dumpSwapVector()
1009 dbgs() << "store "; in dumpSwapVector()
1011 dbgs() << "swap "; in dumpSwapVector()
1013 dbgs() << "physreg "; in dumpSwapVector()
1015 dbgs() << "partialreg "; in dumpSwapVector()
1018 dbgs() << "swappable "; in dumpSwapVector()
1021 dbgs() << "special:**unknown**"; in dumpSwapVector()
1026 dbgs() << "special:extract "; in dumpSwapVector()
1029 dbgs() << "special:insert "; in dumpSwapVector()
1032 dbgs() << "special:load "; in dumpSwapVector()
1035 dbgs() << "special:store "; in dumpSwapVector()
1038 dbgs() << "special:splat "; in dumpSwapVector()
1041 dbgs() << "special:xxpermdi "; in dumpSwapVector()
1044 dbgs() << "special:copywiden "; in dumpSwapVector()
1050 dbgs() << "rejected "; in dumpSwapVector()
1052 dbgs() << "remove "; in dumpSwapVector()
1054 dbgs() << "\n"; in dumpSwapVector()
1061 dbgs() << "\n"; in dumpSwapVector()