Home
last modified time | relevance | path

Searched refs:printMBBReference (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEdgeBundles.cpp83 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 DEarlyIfConversion.cpp203 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 DBranchRelaxation.cpp283 << 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 DMachineBranchProbabilityInfo.cpp74 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
H A DMachineTraceMetrics.cpp480 << 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 DSplitKit.cpp912 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 DTailDuplicator.cpp118 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 DMachineBasicBlock.cpp116 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 DMachineLICM.cpp620 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 DBranchFolding.cpp566 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 DFixupStatepointCallerSaved.cpp262 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
293 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
467 << printMBBReference(*EHPad) << "\n"); in insertReloads()
H A DProcessImplicitDefs.cpp160 LLVM_DEBUG(dbgs() << printMBBReference(MBB) << " has " << WorkList.size() in runOnMachineFunction()
H A DMachineVerifier.cpp500 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 DPPCCTRLoopsVerify.cpp124 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
127 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
144 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
H A DPPCExpandISEL.cpp172 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 DSIOptimizeVGPRLiveRange.cpp205 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 DAMDGPUMachineCFGStructurizer.cpp761 << " -> " << 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 DSIFixSGPRCopies.cpp478 << 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 DAArch64ConditionalCompares.cpp372 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 DSystemZMachineScheduler.cpp82 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 DARMBasicBlockInfo.cpp100 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 DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp791 << 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 DMipsConstantIslandPass.cpp981 << 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 DBitTracker.cpp800 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()

123