Lines Matching refs:dbgs

313     DEBUG(dbgs() << "Flags not used by terminator: " << *I);  in findConvertibleCompare()
331 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
342 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I); in findConvertibleCompare()
360 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
366 DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
371 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n'); in findConvertibleCompare()
385 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
398 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
405 DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
413 DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
420 DEBUG(dbgs() << "Can't speculate: " << I); in canSpeculateInstrs()
426 DEBUG(dbgs() << "Clobbers flags: " << I); in canSpeculateInstrs()
460 DEBUG(dbgs() << "\nTriangle: BB#" << Head->getNumber() << " -> BB#" in canConvert()
471 DEBUG(dbgs() << "Can't handle phis in Tail.\n"); in canConvert()
477 DEBUG(dbgs() << "Can't handle live-in physregs in Tail.\n"); in canConvert()
485 DEBUG(dbgs() << "Can't handle phis in CmpBB.\n"); in canConvert()
491 DEBUG(dbgs() << "Can't handle live-in physregs in CmpBB.\n"); in canConvert()
500 DEBUG(dbgs() << "Head branch not analyzable.\n"); in canConvert()
508 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in Head.\n"); in canConvert()
514 DEBUG(dbgs() << "Unsupported branch type on Head\n"); in canConvert()
528 DEBUG(dbgs() << "CmpBB branch not analyzable.\n"); in canConvert()
534 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch in CmpBB.\n"); in canConvert()
540 DEBUG(dbgs() << "Unsupported branch type on CmpBB\n"); in canConvert()
548 DEBUG(dbgs() << "Head->CmpBB on " << AArch64CC::getCondCodeName(HeadCmpBBCC) in canConvert()
564 DEBUG(dbgs() << "Merging BB#" << CmpBB->getNumber() << " into BB#" in convert()
679 DEBUG(dbgs() << "Result:\n" << *Head); in convert()
830 DEBUG(dbgs() << "Code size delta: " << CodeSizeDelta << '\n'); in shouldConvert()
836 DEBUG(dbgs() << "Code size is increasing, give up on this one.\n"); in shouldConvert()
855 DEBUG(dbgs() << "Head depth: " << HeadDepth in shouldConvert()
858 DEBUG(dbgs() << "Branch delay would be larger than " << DelayLimit in shouldConvert()
866 DEBUG(dbgs() << "Resources: " << ResDepth << '\n'); in shouldConvert()
872 DEBUG(dbgs() << "Too many instructions to speculate.\n"); in shouldConvert()
892 DEBUG(dbgs() << "********** AArch64 Conditional Compares **********\n" in runOnMachineFunction()