Home
last modified time | relevance | path

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

123

/src/contrib/llvm-project/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 DBranchRelaxation.cpp345 << printMBBReference(DestBB) << " from " in isBlockInRange()
346 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange()
437 << printMBBReference(*MBB) << " to " << printMBBReference(*TBB) in fixupConditionalBranch()
486 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch()
488 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch()
520 << printMBBReference(*NewBB) in fixupConditionalBranch()
522 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch()
524 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
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()
275 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
297 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canPredicateInstrs()
312 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canPredicateInstrs()
462 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf()
463 << printMBBReference(*Succ0) << "/" in canConvertIf()
464 << printMBBReference(*Succ1) << " -> " in canConvertIf()
465 << printMBBReference(*Tail) << '\n'); in canConvertIf()
473 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvertIf()
[all …]
H A DMachineTraceMetrics.cpp416 LLVM_DEBUG(dbgs() << "Invalidate traces through " << printMBBReference(*MBB) in invalidate()
498 << printMBBReference(*MBB) << '\n'); in computeTrace()
506 LLVM_DEBUG(dbgs() << " pred for " << printMBBReference(*I) << ": "); in computeTrace()
512 dbgs() << printMBBReference(*TBI.Pred) << '\n'; in computeTrace()
524 LLVM_DEBUG(dbgs() << " succ for " << printMBBReference(*I) << ": "); in computeTrace()
530 dbgs() << printMBBReference(*TBI.Succ) << '\n'; in computeTrace()
551 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate()
576 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate()
874 LLVM_DEBUG(dbgs() << "\nDepths for " << printMBBReference(*MBB) << ":\n"); in computeInstrDepths()
1055 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n"); in computeInstrHeights()
[all …]
H A DMachineBranchProbabilityInfo.cpp106 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
H A DMachineLateInstrsCleanup.cpp198 << printMBBReference(*MBB) << ": " << *DefMI;); in processBlock()
221 << printMBBReference(*MBB) << ": " << MI;); in processBlock()
241 << printMBBReference(*MBB) << ": " << MI;); in processBlock()
H A DSplitKit.cpp703 LLVM_DEBUG(dbgs() << " enterIntvAtEnd " << printMBBReference(MBB) << ", " in enterIntvAtEnd()
800 LLVM_DEBUG(dbgs() << " leaveIntvAtTop " << printMBBReference(MBB) << ", " in leaveIntvAtTop()
924 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
925 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
932 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
933 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
943 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
944 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
1083 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1196 LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB)); in transferValues()
[all …]
H A DTailDuplicator.cpp129 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs()
132 << printMBBReference(*PredBB) << '\n'; in VerifyPHIs()
140 dbgs() << "Warning: malformed PHI in " << printMBBReference(MBB) in VerifyPHIs()
143 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
147 dbgs() << "Malformed PHI in " << printMBBReference(MBB) << ": " in VerifyPHIs()
149 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
850 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
H A DShrinkWrap.cpp821 LLVM_DEBUG(dbgs() << "Look into: " << printMBBReference(*MBB) << '\n'); in performShrinkWrapping()
890 << printMBBReference(*Save) << ' ' in performShrinkWrapping()
892 << "\nRestore: " << printMBBReference(*Restore) << ' ' in performShrinkWrapping()
966 << printMBBReference(*Save) << ' ' in runOnMachineFunction()
967 << "\nRestore: " << printMBBReference(*Restore) << '\n'); in runOnMachineFunction()
H A DMachineBasicBlock.cpp120 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm
386 OS << LS << printMBBReference(*Pred); in print()
397 OS << LS << printMBBReference(**I); in print()
409 OS << LS << printMBBReference(**I) << '(' in print()
693 LLVM_DEBUG(dbgs() << "Updating terminators on " << printMBBReference(*this) in updateTerminator()
1170 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge()
1171 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge()
1172 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge()
1421 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
H A DBranchFolding.cpp566 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge()
567 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge()
739 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock()
900 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks()
903 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks()
906 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks()
992 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks()
997 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
H A DMachineLICM.cpp702 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA()
703 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA()
765 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope()
772 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope()
1626 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist()
1628 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
H A DFixupStatepointCallerSaved.cpp262 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
293 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
468 << printMBBReference(*EHPad) << "\n"); in insertReloads()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp122 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
125 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
142 << 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()
/src/contrib/llvm-project/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()
667 << printMBBReference(MBB) << ' ' in runOnMachineFunction()
668 << printMBBReference(*IfTarget) << ' ' in runOnMachineFunction()
669 << printMBBReference(*Endif) << '\n'); in runOnMachineFunction()
686 << printMBBReference(*LoopHeader) << '\n'); in runOnMachineFunction()
H A DAMDGPUMachineCFGStructurizer.cpp255 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) in dump()
641 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
689 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
734 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
758 << "Add LiveOut (PhiSource " << printMBBReference(*MBB) in storeLiveOuts()
759 << " -> " << printMBBReference(*Succ) in storeLiveOuts()
1456 << printMBBReference(*SourceMBB)); in shrinkPHI()
1468 << printMBBReference(*SourcePred)); in shrinkPHI()
1500 << printMBBReference(*LastMerge)); in replacePHI()
1510 << printMBBReference(*SourcePred)); in replacePHI()
[all …]
H A DSIFixSGPRCopies.cpp515 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
525 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits()
543 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits()
545 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits()
546 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp259 LLVM_DEBUG(dbgs() << "AvailableIn state of " << printMBBReference(MBB) in computeAvailable()
270 LLVM_DEBUG(dbgs() << "AvailableOut state of " << printMBBReference(MBB) in computeAvailable()
302 LLVM_DEBUG(dbgs() << "AnticipatedOut state of " << printMBBReference(MBB) in computeAnticipated()
314 LLVM_DEBUG(dbgs() << "AnticipatedIn state of " << printMBBReference(MBB) in computeAnticipated()
408 LLVM_DEBUG(dbgs() << "Inserting at end of " << printMBBReference(MBB) in emitWriteVXRM()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp370 LLVM_DEBUG(dbgs() << "Flags not defined in " << printMBBReference(*MBB) in findConvertibleCompare()
385 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
398 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
460 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvert()
461 << printMBBReference(*CmpBB) << " -> " in canConvert()
462 << printMBBReference(*Tail) << '\n'); in canConvert()
568 LLVM_DEBUG(dbgs() << "Merging " << printMBBReference(*CmpBB) << " into " in convert()
569 << printMBBReference(*Head) << ":\n" in convert()
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp99 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
100 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp787 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
944 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
982 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1217 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1218 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1340 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1342 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/src/contrib/llvm-project/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()

123