Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.cpp205 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
219 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
278 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
300 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canPredicateInstrs()
315 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canPredicateInstrs()
458 LLVM_DEBUG(dbgs() << "\nDiamond: " << printMBBReference(*Head) << " -> " in canConvertIf()
459 << printMBBReference(*Succ0) << "/" in canConvertIf()
460 << printMBBReference(*Succ1) << " -> " in canConvertIf()
461 << printMBBReference(*Tail) << '\n'); in canConvertIf()
469 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvertIf()
[all …]
H A DBranchRelaxation.cpp284 << printMBBReference(DestBB) << " from " in isBlockInRange()
285 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange()
381 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch()
383 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch()
415 << printMBBReference(*NewBB) in fixupConditionalBranch()
417 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch()
419 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
H A DMachineTraceMetrics.cpp398 LLVM_DEBUG(dbgs() << "Invalidate traces through " << printMBBReference(*MBB) in invalidate()
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()
558 LLVM_DEBUG(dbgs() << "Invalidate " << printMBBReference(*MBB) << ' ' in invalidate()
861 LLVM_DEBUG(dbgs() << "\nDepths for " << printMBBReference(*MBB) << ":\n"); in computeInstrDepths()
1047 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n"); in computeInstrHeights()
[all …]
H A DMachineBranchProbabilityInfo.cpp96 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
H A DSplitKit.cpp698 LLVM_DEBUG(dbgs() << " enterIntvAtEnd " << printMBBReference(MBB) << ", " in enterIntvAtEnd()
795 LLVM_DEBUG(dbgs() << " leaveIntvAtTop " << printMBBReference(MBB) << ", " in leaveIntvAtTop()
917 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
918 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
925 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
926 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
936 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB) in findShallowDominator()
937 << " dominates " << printMBBReference(*MBB) in findShallowDominator()
1076 << printMBBReference(*Dom.first) << ' ' << Dom.second in hoistCopies()
1189 LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB)); in transferValues()
[all …]
H A DTailDuplicator.cpp121 dbgs() << "Malformed PHI in " << printMBBReference(*MBB) << ": " in VerifyPHIs()
124 << printMBBReference(*PredBB) << '\n'; in VerifyPHIs()
132 dbgs() << "Warning: malformed PHI in " << printMBBReference(*MBB) in VerifyPHIs()
135 << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
139 dbgs() << "Malformed PHI in " << printMBBReference(*MBB) << ": " in VerifyPHIs()
141 dbgs() << " non-existing " << printMBBReference(*PHIBB) << '\n'; in VerifyPHIs()
826 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
H A DMachineBasicBlock.cpp119 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm
376 OS << LS << printMBBReference(*Pred); in print()
387 OS << LS << printMBBReference(**I); in print()
399 OS << LS << printMBBReference(**I) << '(' in print()
643 LLVM_DEBUG(dbgs() << "Updating terminators on " << printMBBReference(*this) in updateTerminator()
1044 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge()
1045 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge()
1046 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge()
1305 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
H A DMachineLICM.cpp618 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA()
619 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA()
663 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope()
670 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope()
1414 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist()
1416 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
H A DBranchFolding.cpp562 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge()
563 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge()
734 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock()
887 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks()
890 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks()
893 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks()
978 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks()
983 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
H A DFixupStatepointCallerSaved.cpp261 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
292 << printMBBReference(*EHPad) << "\n"); in getFrameIndex()
466 << printMBBReference(*EHPad) << "\n"); in insertReloads()
H A DMachineVerifier.cpp478 errs() << "- basic block: " << printMBBReference(*MBB) << ' ' in report()
623 << printMBBReference(*succ) << ".\n"; in visitMachineBasicBlockBefore()
634 << printMBBReference(*Pred) << ".\n"; in visitMachineBasicBlockBefore()
2588 errs() << printMBBReference(*Pred) in checkPHIOps()
2650 << printMBBReference(*Pred) << "\n"; in visitMachineFunctionAfter()
3020 errs() << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
3031 << printMBBReference(*Pred) << '@' << PEnd << "\nValno #" in verifyLiveRangeSegment()
3032 << VNI->id << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
3181 errs() << "Predecessor " << printMBBReference(*Pred) in verifyStackFrame()
3184 << printMBBReference(*MBB) << " has entry state (" in verifyStackFrame()
[all …]
H A DProcessImplicitDefs.cpp155 LLVM_DEBUG(dbgs() << printMBBReference(MBB) << " has " << WorkList.size() in runOnMachineFunction()
H A DExecutionDomainFix.cpp164 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << ": entry\n"); in enterBasicBlock()
203 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) in enterBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp125 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
128 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
145 << 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp255 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) in dump()
643 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
691 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
736 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
762 << "Add LiveOut (PhiSource " << printMBBReference(*MBB) in storeLiveOuts()
763 << " -> " << printMBBReference(*(*SI)) in storeLiveOuts()
1470 << printMBBReference(*SourceMBB)); in shrinkPHI()
1482 << printMBBReference(*SourcePred)); in shrinkPHI()
1514 << printMBBReference(*LastMerge)); in replacePHI()
1524 << printMBBReference(*SourcePred)); in replacePHI()
[all …]
H A DSIFixSGPRCopies.cpp470 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
480 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits()
498 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits()
500 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits()
501 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp82 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB()
102 << printMBBReference(*SinglePredMBB) << "\n";); in enterMBB()
122 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/netbsd-src/external/apache2/llvm/dist/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()
1459 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1460 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1605 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1607 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/netbsd-src/external/apache2/llvm/dist/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()
929 dbgs() << "Visit BR(" << printMBBReference(B) << "): " << MI; in visitBranchesFrom()
945 dbgs() << " " << printMBBReference(*BTs[i]); in visitBranchesFrom()
H A DHexagonConstPropagation.cpp631 LLVM_DEBUG(dbgs() << "Visiting FI(" << printMBBReference(*MB) << "): " << PN); in visitPHI()
656 LLVM_DEBUG(dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI()
657 << printMBBReference(*MB) << " not executable\n"); in visitPHI()
672 LLVM_DEBUG(dbgs() << " edge from " << printMBBReference(*PB) << ": " in visitPHI()
686 LLVM_DEBUG(dbgs() << "Visiting MI(" << printMBBReference(*MI.getParent()) in visitNonBranch()
744 << printMBBReference(B) << "): " << MI); in visitBranchesFrom()
789 LLVM_DEBUG(dbgs() << " pushing edge " << printMBBReference(B) << " -> " in visitBranchesFrom()
790 << printMBBReference(*TB) << "\n"); in visitBranchesFrom()
893 << printMBBReference(*MF.getBlockNumbered(Edge.first)) << "->" in propagate()
894 << printMBBReference(*MF.getBlockNumbered(Edge.second)) << '\n'); in propagate()
[all …]

123