| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | EdgeBundles.cpp | 83 O << "\t\"" << printMBBReference(MBB) << "\" [ shape=box ]\n" in WriteGraph() 84 << '\t' << G.getBundle(BB, false) << " -> \"" << printMBBReference(MBB) in WriteGraph() 86 << "\t\"" << printMBBReference(MBB) << "\" -> " << G.getBundle(BB, true) in WriteGraph() 89 O << "\t\"" << printMBBReference(MBB) << "\" -> \"" in WriteGraph() 90 << printMBBReference(*Succ) << "\" [ color=lightgray ]\n"; in WriteGraph()
|
| H A D | EarlyIfConversion.cpp | 203 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs() 217 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs() 298 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canPredicateInstrs() 313 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canPredicateInstrs() 456 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf() 457 << printMBBReference(*Succ0) << "/" in canConvertIf() 458 << printMBBReference(*Succ1) << " -> " in canConvertIf() 459 << printMBBReference(*Tail) << '\n'); in canConvertIf() 468 << printMBBReference(*Succ0) << " -> " in canConvertIf() 469 << printMBBReference(*Tail) << '\n'); in canConvertIf() [all …]
|
| H A D | BranchRelaxation.cpp | 283 << printMBBReference(DestBB) << " from " in isBlockInRange() 284 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange() 380 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch() 382 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch() 414 << printMBBReference(*NewBB) in fixupConditionalBranch() 416 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch() 418 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
|
| H A D | MachineBranchProbabilityInfo.cpp | 74 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
|
| H A D | MachineTraceMetrics.cpp | 480 << printMBBReference(*MBB) << '\n'); in computeTrace() 488 LLVM_DEBUG(dbgs() << " pred for " << printMBBReference(*I) << ": "); in computeTrace() 494 dbgs() << printMBBReference(*TBI.Pred) << '\n'; in computeTrace() 506 LLVM_DEBUG(dbgs() << " succ for " << printMBBReference(*I) << ": "); in computeTrace() 512 dbgs() << printMBBReference(*TBI.Succ) << '\n'; in computeTrace() 533 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate() 1133 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " Live-ins:"); in computeInstrHeights() 1301 OS << " pred=" << printMBBReference(*Pred); in print() 1313 OS << " succ=" << printMBBReference(*Succ); in print() 1339 OS << " <- " << printMBBReference(*Block->Pred); in print() [all …]
|
| H A D | SplitKit.cpp | 912 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator() 913 << " dominates " << printMBBReference(*MBB) in findShallowDominator() 920 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator() 921 << " dominates " << printMBBReference(*MBB) in findShallowDominator() 931 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator() 932 << " dominates " << printMBBReference(*MBB) in findShallowDominator() 1197 LLVM_DEBUG(dbgs() << ">" << printMBBReference(*MBB)); in transferValues() 1338 LLVM_DEBUG(dbgs() << " rewr " << printMBBReference(*MI->getParent()) in rewriteAssigned() 1728 LLVM_DEBUG(dbgs() << printMBBReference(*BI.MBB) << " [" << Start << ';' in splitRegInBlock() 1821 LLVM_DEBUG(dbgs() << printMBBReference(*BI.MBB) << " [" << Start << ';' in splitRegOutBlock() [all …]
|
| H A D | TailDuplicator.cpp | 118 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs() 121 << printMBBReference(*PredBB) << '\n'; in VerifyPHIs() 129 dbgs() << "Warning: malformed PHI in " << printMBBReference(MBB) in VerifyPHIs() 132 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs() 136 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs() 138 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs() 820 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
|
| H A D | MachineBasicBlock.cpp | 116 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm 372 OS << LS << printMBBReference(*Pred); in print() 383 OS << LS << printMBBReference(**I); in print() 395 OS << LS << printMBBReference(**I) << '(' in print() 644 LLVM_DEBUG(dbgs() << "Updating terminators on " << printMBBReference(*this) in updateTerminator() 1023 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge() 1024 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge() 1025 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge() 1279 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
|
| H A D | MachineLICM.cpp | 620 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA() 621 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA() 682 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope() 689 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope() 1429 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist() 1431 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
|
| H A D | BranchFolding.cpp | 566 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge() 567 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge() 738 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock() 891 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks() 894 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks() 897 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks() 982 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks() 987 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
|
| H A D | FixupStatepointCallerSaved.cpp | 262 << printMBBReference(*EHPad) << "\n"); in getFrameIndex() 293 << printMBBReference(*EHPad) << "\n"); in getFrameIndex() 467 << printMBBReference(*EHPad) << "\n"); in insertReloads()
|
| H A D | ProcessImplicitDefs.cpp | 160 LLVM_DEBUG(dbgs() << printMBBReference(MBB) << " has " << WorkList.size() in runOnMachineFunction()
|
| H A D | MachineVerifier.cpp | 500 errs() << "- basic block: " << printMBBReference(*MBB) << ' ' in report() 645 << printMBBReference(*succ) << ".\n"; in visitMachineBasicBlockBefore() 656 << printMBBReference(*Pred) << ".\n"; in visitMachineBasicBlockBefore() 2730 errs() << printMBBReference(*Pred) in checkPHIOps() 2792 << printMBBReference(*Pred) << "\n"; in visitMachineFunctionAfter() 3166 errs() << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment() 3177 << printMBBReference(*Pred) << '@' << PEnd << "\nValno #" in verifyLiveRangeSegment() 3327 errs() << "Predecessor " << printMBBReference(*Pred) in verifyStackFrame() 3330 << printMBBReference(*MBB) << " has entry state (" in verifyStackFrame() 3342 errs() << "Successor " << printMBBReference(*Succ) in verifyStackFrame() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoopsVerify.cpp | 124 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch() 127 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch() 144 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
|
| H A D | PPCExpandISEL.cpp | 172 LLVM_DEBUG(dbgs() << printMBBReference(*MF->getBlockNumbered(I.first)) in DumpISELInstructions() 197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 205 dbgs() << printMBBReference(*MBB) << ' '; in collectElseRegionBlocks() 420 LLVM_DEBUG(dbgs() << "Clear AliveBlock " << printMBBReference(*MBB) in updateLiveRangeInThenRegion() 444 << printMBBReference(*MBB) << '\n'); in updateLiveRangeInThenRegion() 449 << printMBBReference(*MBB) << '\n'); in updateLiveRangeInThenRegion() 481 LLVM_DEBUG(dbgs() << "Removing AliveBlock " << printMBBReference(*MBB) in updateLiveRangeInElseRegion() 658 << printMBBReference(MBB) << ' ' in runOnMachineFunction() 659 << printMBBReference(*IfTarget) << ' ' in runOnMachineFunction() 660 << printMBBReference(*Endif) << '\n'); in runOnMachineFunction() 677 << printMBBReference(*LoopHeader) << '\n'); in runOnMachineFunction()
|
| H A D | AMDGPUMachineCFGStructurizer.cpp | 761 << " -> " << printMBBReference(*Succ) in storeLiveOuts() 1458 << printMBBReference(*SourceMBB)); in shrinkPHI() 1470 << printMBBReference(*SourcePred)); in shrinkPHI() 1502 << printMBBReference(*LastMerge)); in replacePHI() 1512 << printMBBReference(*SourcePred)); in replacePHI() 1551 << printMBBReference(*IfMBB)); in replaceEntryPHI() 1562 << printMBBReference(*SourcePred)); in replaceEntryPHI() 1730 << printMBBReference(*IfBB) in insertMergePHI() 2144 << printMBBReference(*(*SRI).second)); in createEntryPHI() 2413 << printMBBReference(*Entry)); in splitLoopPHI() [all …]
|
| H A D | SIFixSGPRCopies.cpp | 478 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits() 488 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits() 506 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits() 508 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits() 509 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 372 LLVM_DEBUG(dbgs() << "Flags not defined in " << printMBBReference(*MBB) in findConvertibleCompare() 387 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs() 400 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs() 462 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvert() 463 << printMBBReference(*CmpBB) << " -> " in canConvert() 464 << printMBBReference(*Tail) << '\n'); in canConvert() 570 LLVM_DEBUG(dbgs() << "Merging " << printMBBReference(*CmpBB) << " into " in convert() 571 << printMBBReference(*Head) << ":\n" in convert()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZMachineScheduler.cpp | 82 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB() 102 << printMBBReference(*SinglePredMBB) << "\n";); in enterMBB() 121 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBasicBlockInfo.cpp | 100 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange() 101 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 142 << printMBBReference(*DestBB) << ", Distance " in expandBranches() 149 << printMBBReference(*MBB) << "\n"); in expandBranches()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 791 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange() 948 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater() 986 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater() 1221 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange() 1222 << " from " << printMBBReference(*MI->getParent()) in isBBInRange() 1344 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr() 1346 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 981 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange() 1186 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater() 1224 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater() 1458 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange() 1459 << " from " << printMBBReference(*MI->getParent()) in isBBInRange() 1604 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr() 1606 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.cpp | 800 dbgs() << "Visit FI(" << printMBBReference(*PI.getParent()) << "): " << PI; in visitPHI() 817 dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI() 818 << printMBBReference(*PI.getParent()); in visitPHI() 844 dbgs() << "Visit MI(" << printMBBReference(*MI.getParent()) << "): " << MI; in visitNonBranch() 928 dbgs() << "Visit BR(" << printMBBReference(B) << "): " << MI; in visitBranchesFrom() 944 dbgs() << " " << printMBBReference(*BT); in visitBranchesFrom()
|