• Home
  • Raw
  • Download

Lines Matching refs:dbgs

310     DEBUG(dbgs() << "Flags not used by terminator: " << *I);  in findConvertibleCompare()
328 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
339 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I); in findConvertibleCompare()
357 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
363 DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
368 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n'); in findConvertibleCompare()
382 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
395 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
402 DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
410 DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
417 DEBUG(dbgs() << "Can't speculate: " << I); in canSpeculateInstrs()
423 DEBUG(dbgs() << "Clobbers flags: " << I); in canSpeculateInstrs()
457 DEBUG(dbgs() << "\nTriangle: BB#" << Head->getNumber() << " -> BB#" in canConvert()
468 DEBUG(dbgs() << "Can't handle phis in Tail.\n"); in canConvert()
474 DEBUG(dbgs() << "Can't handle live-in physregs in Tail.\n"); in canConvert()
482 DEBUG(dbgs() << "Can't handle phis in CmpBB.\n"); in canConvert()
488 DEBUG(dbgs() << "Can't handle live-in physregs in CmpBB.\n"); in canConvert()
497 DEBUG(dbgs() << "Head branch not analyzable.\n"); in canConvert()
505 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in Head.\n"); in canConvert()
511 DEBUG(dbgs() << "Unsupported branch type on Head\n"); in canConvert()
525 DEBUG(dbgs() << "CmpBB branch not analyzable.\n"); in canConvert()
531 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in CmpBB.\n"); in canConvert()
537 DEBUG(dbgs() << "Unsupported branch type on CmpBB\n"); in canConvert()
545 DEBUG(dbgs() << "Head->CmpBB on " << AArch64CC::getCondCodeName(HeadCmpBBCC) in canConvert()
561 DEBUG(dbgs() << "Merging BB#" << CmpBB->getNumber() << " into BB#" in convert()
676 DEBUG(dbgs() << "Result:\n" << *Head); in convert()
825 DEBUG(dbgs() << "Code size delta: " << CodeSizeDelta << '\n'); in shouldConvert()
831 DEBUG(dbgs() << "Code size is increasing, give up on this one.\n"); in shouldConvert()
850 DEBUG(dbgs() << "Head depth: " << HeadDepth in shouldConvert()
853 DEBUG(dbgs() << "Branch delay would be larger than " << DelayLimit in shouldConvert()
861 DEBUG(dbgs() << "Resources: " << ResDepth << '\n'); in shouldConvert()
867 DEBUG(dbgs() << "Too many instructions to speculate.\n"); in shouldConvert()
887 DEBUG(dbgs() << "********** AArch64 Conditional Compares **********\n" in runOnMachineFunction()