Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DEarlyIfConversion.cpp204 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
218 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
276 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
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()
467 LLVM_DEBUG(dbgs() << "\nTriangle: " << printMBBReference(*Head) << " -> " in canConvertIf()
[all …]
DBranchRelaxation.cpp290 << printMBBReference(DestBB) << " from " in isBlockInRange()
291 << printMBBReference(*MI.getParent()) << " to " in isBlockInRange()
387 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*TBB) in fixupConditionalBranch()
389 << printMBBReference(NextBB) << '\n'); in fixupConditionalBranch()
421 << printMBBReference(*NewBB) in fixupConditionalBranch()
423 << " Insert B to " << printMBBReference(*FBB) << ".\n" in fixupConditionalBranch()
425 << printMBBReference(*TBB) << ".\n"); in fixupConditionalBranch()
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()
862 LLVM_DEBUG(dbgs() << "\nDepths for " << printMBBReference(*MBB) << ":\n"); in computeInstrDepths()
1047 LLVM_DEBUG(dbgs() << "Heights for " << printMBBReference(*MBB) << ":\n"); in computeInstrHeights()
[all …]
DMachineBranchProbabilityInfo.cpp94 OS << "edge " << printMBBReference(*Src) << " -> " << printMBBReference(*Dst) in printEdgeProbability()
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()
808 LLVM_DEBUG(dbgs() << "\n*** Tail-duplicating " << printMBBReference(*TailBB) in tailDuplicate()
DSplitKit.cpp731 LLVM_DEBUG(dbgs() << " enterIntvAtEnd " << printMBBReference(MBB) << ", " in enterIntvAtEnd()
811 LLVM_DEBUG(dbgs() << " leaveIntvAtTop " << printMBBReference(MBB) << ", " in leaveIntvAtTop()
911 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()
1182 LLVM_DEBUG(dbgs() << ':' << VNI->id << "*" << printMBBReference(*MBB)); in transferValues()
[all …]
DMachineBasicBlock.cpp79 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { in printMBBReference() function in llvm
351 OS << printMBBReference(**I); in print()
364 OS << printMBBReference(**I); in print()
377 OS << printMBBReference(**I) << '(' in print()
884 LLVM_DEBUG(dbgs() << "Splitting critical edge: " << printMBBReference(*this) in SplitCriticalEdge()
885 << " -- " << printMBBReference(*NMBB) << " -- " in SplitCriticalEdge()
886 << printMBBReference(*Succ) << '\n'); in SplitCriticalEdge()
1135 << printMBBReference(*this) << '\n'); in canSplitCriticalEdge()
DMachineLICM.cpp630 LLVM_DEBUG(dbgs() << "Hoisting to " << printMBBReference(*Preheader) in HoistPostRA()
631 << " from " << printMBBReference(*MI->getParent()) << ": " in HoistPostRA()
669 LLVM_DEBUG(dbgs() << "Entering " << printMBBReference(*MBB) << '\n'); in EnterScope()
676 LLVM_DEBUG(dbgs() << "Exiting " << printMBBReference(*MBB) << '\n'); in ExitScope()
1498 dbgs() << " from " << printMBBReference(*MI->getParent()); in Hoist()
1500 dbgs() << " to " << printMBBReference(*Preheader); in Hoist()
DBranchFolding.cpp609 LLVM_DEBUG(dbgs() << "Common tail length of " << printMBBReference(*MBB1) in ProfitableToMerge()
610 << " and " << printMBBReference(*MBB2) << " is " in ProfitableToMerge()
781 LLVM_DEBUG(dbgs() << "\nSplitting " << printMBBReference(*MBB) << ", size " in CreateCommonTailOnlyBlock()
934 << printMBBReference(*MergePotentials[i].getBlock()) in TryTailMergeBlocks()
937 dbgs() << " with successor " << printMBBReference(*SuccBB) << '\n'; in TryTailMergeBlocks()
940 << printMBBReference(*PredBB) << "\n"; in TryTailMergeBlocks()
1023 LLVM_DEBUG(dbgs() << "\nUsing common tail in " << printMBBReference(*MBB) in TryTailMergeBlocks()
1028 LLVM_DEBUG(dbgs() << printMBBReference(*SameTails[i].getBlock()) in TryTailMergeBlocks()
DMachineVerifier.cpp493 errs() << "- basic block: " << printMBBReference(*MBB) << ' ' in report()
646 << printMBBReference(*(*I)) << ".\n"; in visitMachineBasicBlockBefore()
658 << printMBBReference(*(*I)) << ".\n"; in visitMachineBasicBlockBefore()
2257 errs() << printMBBReference(*Pred) in checkPHIOps()
2323 << printMBBReference(*Pred) << "\n"; in visitMachineFunctionAfter()
2670 errs() << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
2681 << printMBBReference(*(*PI)) << '@' << PEnd << "\nValno #" in verifyLiveRangeSegment()
2682 << VNI->id << " live into " << printMBBReference(*MFI) << '@' in verifyLiveRangeSegment()
2833 errs() << "Predecessor " << printMBBReference(*(*I)) in verifyStackFrame()
2836 << printMBBReference(*MBB) << " has entry state (" in verifyStackFrame()
[all …]
DReachingDefAnalysis.cpp51 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << ": entry\n"); in enterBasicBlock()
73 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) in enterBasicBlock()
DMIRPrinter.cpp349 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
353 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
534 StrOS << printMBBReference(*MBB); in convert()
656 OS << printMBBReference(**I); in print()
DProcessImplicitDefs.cpp157 LLVM_DEBUG(dbgs() << printMBBReference(*MFI) << " has " << WorkList.size() in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp155 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " (" << MBB->getFullName() in verifyCTRBranch()
158 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
175 << printMBBReference(*BI->getParent()) << " (" in verifyCTRBranch()
DPPCExpandISEL.cpp172 LLVM_DEBUG(dbgs() << printMBBReference(*MF->getBlockNumbered(I.first)) in DumpISELInstructions()
197 << printMBBReference(*MF->getBlockNumbered(BlockList.first)) in expandAndMergeISELs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp274 dbgs() << printReg(SI.first, TRI) << '(' << printMBBReference(*SI.second) in dump()
662 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
710 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
755 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
781 << "Add LiveOut (PhiSource " << printMBBReference(*MBB) in storeLiveOuts()
782 << " -> " << printMBBReference(*(*SI)) in storeLiveOuts()
1492 << printMBBReference(*SourceMBB)); in shrinkPHI()
1504 << printMBBReference(*SourcePred)); in shrinkPHI()
1536 << printMBBReference(*LastMerge)); in replacePHI()
1546 << printMBBReference(*SourcePred)); in replacePHI()
[all …]
DSIFixSGPRCopies.cpp499 << printMBBReference(*MI2->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
509 << printMBBReference(*MI1->getParent()) << " " << *MI1); in hoistAndMergeSGPRInits()
527 << printMBBReference(*MI1->getParent()) << " " << *MI1 in hoistAndMergeSGPRInits()
529 << printMBBReference(*MI2->getParent()) << " to " in hoistAndMergeSGPRInits()
530 << printMBBReference(*I->getParent()) << " " << *MI2); in hoistAndMergeSGPRInits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.cpp100 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
101 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp142 << printMBBReference(*DestBB) << ", Distance " in expandBranches()
149 << printMBBReference(*MBB) << "\n"); in expandBranches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp987 << printMBBReference(*MI->getParent()) << ": " in isCPEntryInRange()
1192 LLVM_DEBUG(dbgs() << "Found water after " << printMBBReference(*WaterBB) in findAvailableWater()
1230 LLVM_DEBUG(dbgs() << "Split at end of " << printMBBReference(*UserMBB) in createNewWater()
1465 LLVM_DEBUG(dbgs() << "Branch of destination " << printMBBReference(*DestBB) in isBBInRange()
1466 << " from " << printMBBReference(*MI->getParent()) in isBBInRange()
1611 LLVM_DEBUG(dbgs() << " Insert B to " << printMBBReference(*DestBB) in fixupConditionalBr()
1613 << printMBBReference(*NextBB) << "\n"); in fixupConditionalBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
DHexagonConstPropagation.cpp632 LLVM_DEBUG(dbgs() << "Visiting FI(" << printMBBReference(*MB) << "): " << PN); in visitPHI()
657 LLVM_DEBUG(dbgs() << " edge " << printMBBReference(*PB) << "->" in visitPHI()
658 << printMBBReference(*MB) << " not executable\n"); in visitPHI()
673 LLVM_DEBUG(dbgs() << " edge from " << printMBBReference(*PB) << ": " in visitPHI()
687 LLVM_DEBUG(dbgs() << "Visiting MI(" << printMBBReference(*MI.getParent()) in visitNonBranch()
745 << printMBBReference(B) << "): " << MI); in visitBranchesFrom()
787 LLVM_DEBUG(dbgs() << " pushing edge " << printMBBReference(B) << " -> " in visitBranchesFrom()
788 << printMBBReference(*TB) << "\n"); in visitBranchesFrom()
888 << printMBBReference(*MF.getBlockNumbered(Edge.first)) << "->" in propagate()
889 << printMBBReference(*MF.getBlockNumbered(Edge.second)) << '\n'); in propagate()
[all …]

123