Lines Matching refs:dbgs

524     DEBUG(dbgs() << "Swap vector when first built\n\n");  in gatherVectorInstructions()
584 DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
621 DEBUG(dbgs() << format("Unioning %d with %d\n", SwapVector[DefIdx].VSEId, in formWebs()
623 DEBUG(dbgs() << " Def: "); in formWebs()
635 DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
653 DEBUG(dbgs() << in recordUnoptimizableWebs()
656 DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
658 DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
679 DEBUG(dbgs() << in recordUnoptimizableWebs()
681 DEBUG(dbgs() << " def " << EntryIdx << ": "); in recordUnoptimizableWebs()
683 DEBUG(dbgs() << " use " << UseIdx << ": "); in recordUnoptimizableWebs()
685 DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
702 DEBUG(dbgs() << in recordUnoptimizableWebs()
704 DEBUG(dbgs() << " def " << DefIdx << ": "); in recordUnoptimizableWebs()
706 DEBUG(dbgs() << " use " << EntryIdx << ": "); in recordUnoptimizableWebs()
708 DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
713 DEBUG(dbgs() << "Swap vector after web analysis:\n\n"); in recordUnoptimizableWebs()
724 DEBUG(dbgs() << "\n*** Marking swaps for removal ***\n\n"); in markSwapsForRemoval()
739 DEBUG(dbgs() << "Marking swap fed by load for removal: "); in markSwapsForRemoval()
754 DEBUG(dbgs() << "Marking swap feeding store for removal: "); in markSwapsForRemoval()
800 DEBUG(dbgs() << "Changing splat: "); in handleSpecialSwappables()
815 DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
829 DEBUG(dbgs() << "Changing XXPERMDI: "); in handleSpecialSwappables()
842 DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
853 DEBUG(dbgs() << "Changing SUBREG_TO_REG: "); in handleSpecialSwappables()
861 DEBUG(dbgs() << " Into: "); in handleSpecialSwappables()
901 DEBUG(dbgs() << "\n*** Removing swaps ***\n\n"); in removeSwaps()
914 DEBUG(dbgs() << format("Replaced %d with copy: ", in removeSwaps()
933 DEBUG(dbgs() << format("%6d", ID)); in dumpSwapVector()
934 DEBUG(dbgs() << format("%6d", EC->getLeaderValue(ID))); in dumpSwapVector()
935 DEBUG(dbgs() << format(" BB#%3d", MI->getParent()->getNumber())); in dumpSwapVector()
936 DEBUG(dbgs() << format(" %14s ", TII->getName(MI->getOpcode()))); in dumpSwapVector()
939 DEBUG(dbgs() << "load "); in dumpSwapVector()
941 DEBUG(dbgs() << "store "); in dumpSwapVector()
943 DEBUG(dbgs() << "swap "); in dumpSwapVector()
945 DEBUG(dbgs() << "physreg "); in dumpSwapVector()
947 DEBUG(dbgs() << "partialreg "); in dumpSwapVector()
950 DEBUG(dbgs() << "swappable "); in dumpSwapVector()
953 DEBUG(dbgs() << "special:**unknown**"); in dumpSwapVector()
958 DEBUG(dbgs() << "special:extract "); in dumpSwapVector()
961 DEBUG(dbgs() << "special:insert "); in dumpSwapVector()
964 DEBUG(dbgs() << "special:load "); in dumpSwapVector()
967 DEBUG(dbgs() << "special:store "); in dumpSwapVector()
970 DEBUG(dbgs() << "special:splat "); in dumpSwapVector()
973 DEBUG(dbgs() << "special:xxpermdi "); in dumpSwapVector()
976 DEBUG(dbgs() << "special:copywiden "); in dumpSwapVector()
982 DEBUG(dbgs() << "rejected "); in dumpSwapVector()
984 DEBUG(dbgs() << "remove "); in dumpSwapVector()
986 DEBUG(dbgs() << "\n"); in dumpSwapVector()
993 DEBUG(dbgs() << "\n"); in dumpSwapVector()