Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/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()
90 O << "\t\"" << printMBBReference(MBB) << "\" -> \"" in WriteGraph()
91 << printMBBReference(**SI) << "\" [ color=lightgray ]\n"; in WriteGraph()
H A DEarlyIfConversion.cpp188 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
202 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
249 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " depends on " in canSpeculateInstrs()
365 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf()
366 << printMBBReference(*Succ0) << "/" in canConvertIf()
367 << printMBBReference(*Succ1) << " -> " in canConvertIf()
368 << printMBBReference(*Tail) << '\n'); in canConvertIf()
377 << printMBBReference(*Succ0) << " -> " in canConvertIf()
378 << printMBBReference(*Tail) << '\n'); in canConvertIf()
574 LLVM_DEBUG(dbgs() << "Joining tail " << printMBBReference(*Tail) in convertIf()
[all …]
H A DBranchRelaxation.cpp292 << printMBBReference(DestBB) << " from " in isBlockInRange()
293 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange()
389 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch()
391 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch()
423 << printMBBReference(*NewBB) in fixupConditionalBranch()
425 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch()
427 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
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()
1134 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " Live-ins:"); in computeInstrHeights()
1302 OS << " pred=" << printMBBReference(*Pred); in print()
1314 OS << " succ=" << printMBBReference(*Succ); in print()
1340 OS << " <- " << printMBBReference(*Block->Pred); in print()
[all …]
H A DMachineBranchProbabilityInfo.cpp87 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
H A DTailDuplicator.cpp115 dbgs() << "Malformed PHI in " << printMBBReference(*MBB) << ": " in VerifyPHIs()
118 << printMBBReference(*PredBB) << '\n'; in VerifyPHIs()
126 dbgs() << "Warning: malformed PHI in " << printMBBReference(*MBB) in VerifyPHIs()
129 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
133 dbgs() << "Malformed PHI in " << printMBBReference(*MBB) << ": " in VerifyPHIs()
135 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
802 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
H A DSplitKit.cpp911 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
912 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
919 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
920 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
930 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
931 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
1072 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1195 LLVM_DEBUG(dbgs() << ">" << printMBBReference(*MBB)); in transferValues()
1338 LLVM_DEBUG(dbgs() << " rewr " << printMBBReference(*MI->getParent()) in rewriteAssigned()
1708 LLVM_DEBUG(dbgs() << printMBBReference(*BI.MBB) << " [" << Start << ';' in splitRegInBlock()
[all …]
H A DReachingDefAnalysis.cpp50 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << ": entry\n"); in enterBasicBlock()
72 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) in enterBasicBlock()
H A DMachineBasicBlock.cpp74 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm
342 OS << printMBBReference(**I); in print()
355 OS << printMBBReference(**I); in print()
368 OS << printMBBReference(**I) << '(' in print()
880 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge()
881 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge()
882 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge()
1136 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
H A DMachineLICM.cpp596 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA()
597 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA()
635 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope()
642 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope()
1455 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist()
1457 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
H A DMachineVerifier.cpp490 errs() << "- basic block: " << printMBBReference(*MBB) << ' ' in report()
643 << printMBBReference(*(*I)) << ".\n"; in visitMachineBasicBlockBefore()
655 << printMBBReference(*(*I)) << ".\n"; in visitMachineBasicBlockBefore()
1870 errs() << printMBBReference(*Pred) in checkPHIOps()
2254 errs() << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
2265 << printMBBReference(*(*PI)) << '@' << PEnd << "\nValno #" in verifyLiveRangeSegment()
2266 << VNI->id << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
2417 errs() << "Predecessor " << printMBBReference(*(*I)) in verifyStackFrame()
2420 << printMBBReference(*MBB) << " has entry state (" in verifyStackFrame()
2433 errs() << "Successor " << printMBBReference(*(*I)) in verifyStackFrame()
[all …]
H A DBranchFolding.cpp653 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge()
654 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge()
810 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock()
963 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks()
966 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks()
969 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks()
1052 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks()
1057 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
H A DMIRPrinter.cpp340 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
344 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
488 StrOS << printMBBReference(*MBB); in convert()
610 OS << printMBBReference(**I); in print()
H A DProcessImplicitDefs.cpp157 LLVM_DEBUG(dbgs() << printMBBReference(*MFI) << " has " << WorkList.size() in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp373 LLVM_DEBUG(dbgs() << "Flags not defined in " << printMBBReference(*MBB) in findConvertibleCompare()
388 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
401 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
463 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvert()
464 << printMBBReference(*CmpBB) << " -> " in canConvert()
465 << printMBBReference(*Tail) << '\n'); in canConvert()
571 LLVM_DEBUG(dbgs() << "Merging " << printMBBReference(*CmpBB) << " into " in convert()
572 << printMBBReference(*Head) << ":\n" in convert()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp782 << " -> " << printMBBReference(*(*SI)) in storeLiveOuts()
1490 << printMBBReference(*SourceMBB)); in shrinkPHI()
1502 << printMBBReference(*SourcePred)); in shrinkPHI()
1534 << printMBBReference(*LastMerge)); in replacePHI()
1544 << printMBBReference(*SourcePred)); in replacePHI()
1583 << printMBBReference(*IfMBB)); in replaceEntryPHI()
1594 << printMBBReference(*SourcePred)); in replaceEntryPHI()
1764 << printMBBReference(*IfBB) in insertMergePHI()
2191 << printMBBReference(*(*SRI).second)); in createEntryPHI()
2460 << printMBBReference(*Entry)); in splitLoopPHI()
[all …]
H A DSIFixSGPRCopies.cpp519 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
529 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits()
547 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits()
549 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits()
550 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp81 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB()
101 << printMBBReference(*SinglePredMBB) << "\n";); in enterMBB()
121 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp998 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
1203 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
1242 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1477 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1478 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1623 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1625 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp801 dbgs() << "Visit FI(" << printMBBReference(*PI.getParent()) << "): " << PI; in visitPHI()
818 dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI()
819 << printMBBReference(*PI.getParent()); in visitPHI()
845 dbgs() << "Visit MI(" << printMBBReference(*MI.getParent()) << "): " << MI; in visitNonBranch()
930 dbgs() << "Visit BR(" << printMBBReference(B) << "): " << MI; in visitBranchesFrom()
946 dbgs() << " " << printMBBReference(*BTs[i]); in visitBranchesFrom()
H A DHexagonConstPropagation.cpp645 LLVM_DEBUG(dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI()
646 << printMBBReference(*MB) << " not executable\n"); in visitPHI()
661 LLVM_DEBUG(dbgs() << " edge from " << printMBBReference(*PB) << ": " in visitPHI()
675 LLVM_DEBUG(dbgs() << "Visiting MI(" << printMBBReference(*MI.getParent()) in visitNonBranch()
733 << printMBBReference(B) << "): " << MI); in visitBranchesFrom()
775 LLVM_DEBUG(dbgs() << " pushing edge " << printMBBReference(B) << " -> " in visitBranchesFrom()
776 << printMBBReference(*TB) << "\n"); in visitBranchesFrom()
876 << printMBBReference(*MF.getBlockNumbered(Edge.first)) << "->" in propagate()
940 dbgs() << " " << printMBBReference(B) << " -> " in propagate()
941 << printMBBReference(*SB) << '\n'; in propagate()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp734 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
737 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
754 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
H A DPPCExpandISEL.cpp173 LLVM_DEBUG(dbgs() << printMBBReference(*MF->getBlockNumbered(I.first)) in DumpISELInstructions()
198 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1080 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
1269 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
1313 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1608 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1609 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1731 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1733 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
2243 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << ": " << *NewJTMI); in optimizeThumb2JumpTables()

123