Home
last modified time | relevance | path

Searched refs:dbgs (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp306 dbgs() << "MERGEFUNC-SANITY: Started for first " << Max << " functions.\n"; in doSanityCheck()
322 dbgs() << "MERGEFUNC-SANITY: Non-symmetric; triple: " << TripleNumber in doSanityCheck()
324 dbgs() << *F1 << '\n' << *F2 << '\n'; in doSanityCheck()
355 dbgs() << "MERGEFUNC-SANITY: Non-transitive; triple: " in doSanityCheck()
357 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
359 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doSanityCheck()
366 dbgs() << "MERGEFUNC-SANITY: " << (Valid ? "Passed." : "Failed.") << "\n"; in doSanityCheck()
412 LLVM_DEBUG(dbgs() << "size of module: " << M.size() << '\n'); in runOnModule()
413 LLVM_DEBUG(dbgs() << "size of worklist: " << Worklist.size() << '\n'); in runOnModule()
424 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp168 LLVM_DEBUG(dbgs() << "The loop header is not the loop latch: not " in runOnLoop()
181 LLVM_DEBUG(dbgs() << "Unaligned memory access not supported: not " in runOnLoop()
187 LLVM_DEBUG(dbgs() << "DSP extension not enabled: not running pass " in runOnLoop()
195 LLVM_DEBUG(dbgs() << "\n== Parallel DSP pass ==\n\n"); in runOnLoop()
209 LLVM_DEBUG(dbgs() << "Is narrow sequence? "; V->dump()); in IsNarrowSequence()
228 LLVM_DEBUG(dbgs() << "No, unsupported Op:\t"; I->dump()); in IsNarrowSequence()
232 LLVM_DEBUG(dbgs() << "No, wrong SrcTy size: " << in IsNarrowSequence()
238 LLVM_DEBUG(dbgs() << "Yes, found narrow Load:\t"; Val->dump()); in IsNarrowSequence()
244 LLVM_DEBUG(dbgs() << "No, unsupported Op:\t"; I->dump()); in IsNarrowSequence()
253 LLVM_DEBUG(dbgs() << "Muls are mismatching operand list lengths: " in AreSymmetrical()
[all …]
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp274 DEBUG(dbgs() << "InsnClass: "); in dbgsInsnClass()
277 DEBUG(dbgs() << ", "); in dbgsInsnClass()
279 DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i])); in dbgsInsnClass()
282 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
289 DEBUG(dbgs() << "StateInfo: "); in dbgsStateInfo()
295 DEBUG(dbgs() << ", "); in dbgsStateInfo()
297 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
306 DEBUG(dbgs() << " "); in dbgsIndent()
359 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
379 dbgs() << "AddInsnClassStages " << chkstage << " (0x" in AddInsnClassStages()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp281 LLVM_DEBUG(dbgs() << "InsnClass: "); in dbgsInsnClass()
284 LLVM_DEBUG(dbgs() << ", "); in dbgsInsnClass()
286 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(InsnClass[i])); in dbgsInsnClass()
289 LLVM_DEBUG(dbgs() << " (input: 0x" << Twine::utohexstr(InsnInput) << ")"); in dbgsInsnClass()
296 LLVM_DEBUG(dbgs() << "StateInfo: "); in dbgsStateInfo()
302 LLVM_DEBUG(dbgs() << ", "); in dbgsStateInfo()
304 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(thisState)); in dbgsStateInfo()
313 LLVM_DEBUG(dbgs() << " "); in dbgsIndent()
364 LLVM_DEBUG(dbgs() << " thisState: 0x" << Twine::utohexstr(thisState) in AddInsnClass()
384 dbgs() << "AddInsnClassStages " << chkstage << " (0x" in AddInsnClassStages()
[all …]
DCodeGenHwModes.cpp29 dbgs() << Name << ": " << Features << '\n'; in dump()
49 dbgs() << '{'; in dump()
51 dbgs() << " (" << P.first << ',' << P.second->getName() << ')'; in dump()
52 dbgs() << " }\n"; in dump()
96 dbgs() << "Modes: {\n"; in dump()
98 dbgs() << " "; in dump()
101 dbgs() << "}\n"; in dump()
103 dbgs() << "ModeIds: {\n"; in dump()
105 dbgs() << " " << P.first() << " -> " << P.second << '\n'; in dump()
106 dbgs() << "}\n"; in dump()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp254 LLVM_DEBUG(dbgs() << "Too few arguments for function.\n"); in getFormalParams()
263 LLVM_DEBUG(dbgs() << "Can not convert function argument.\n"); in getFormalParams()
283 LLVM_DEBUG(dbgs() << "Failed to fold bitcast call expr\n"); in castCallResultIfNeeded()
297 LLVM_DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock()
301 LLVM_DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock()
306 LLVM_DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock()
308 LLVM_DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock()
313 dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock()
322 LLVM_DEBUG(dbgs() << "Store value is too complex to evaluate store. " in EvaluateBlock()
329 LLVM_DEBUG(dbgs() in EvaluateBlock()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp239 LLVM_DEBUG(dbgs() << "Determine if branch block " in canCoalesceBranch()
245 LLVM_DEBUG(dbgs() << "TII unable to Analyze Branch - skip\n"); in canCoalesceBranch()
250 LLVM_DEBUG(dbgs() << "Looking at terminator : " << I << "\n"); in canCoalesceBranch()
268 LLVM_DEBUG(dbgs() << "Terminator contains implicit operands - skip : " in canCoalesceBranch()
275 LLVM_DEBUG(dbgs() << "EH Pad - skip\n"); in canCoalesceBranch()
283 LLVM_DEBUG(dbgs() << "Does not form a triangle - skip\n"); in canCoalesceBranch()
289 LLVM_DEBUG(dbgs() << "Does not have 2 successors - skip\n"); in canCoalesceBranch()
308 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n"); in canCoalesceBranch()
314 dbgs() in canCoalesceBranch()
320 LLVM_DEBUG(dbgs() << "Valid Candidate\n"); in canCoalesceBranch()
[all …]
DPPCVSXSwapRemoval.cpp531 LLVM_DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
591 LLVM_DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
597 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
628 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs()
631 LLVM_DEBUG(dbgs() << " Def: "); in formWebs()
643 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
662 dbgs() << format("Web %d rejected for physreg, partial reg, or not " in recordUnoptimizableWebs()
665 LLVM_DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
667 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
688 LLVM_DEBUG(dbgs() << format( in recordUnoptimizableWebs()
[all …]
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp198 DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock()
202 DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock()
207 DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock()
209 DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock()
213 DEBUG(dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock()
222 DEBUG(dbgs() << "Store value is too complex to evaluate store. " << *Val in EvaluateBlock()
229 DEBUG(dbgs() << "Attempting to resolve bitcast on constant ptr.\n"); in EvaluateBlock()
258 DEBUG(dbgs() << "Failed to bitcast constant ptr, can not " in EvaluateBlock()
268 DEBUG(dbgs() << "Evaluated bitcast: " << *Val << "\n"); in EvaluateBlock()
277 DEBUG(dbgs() << "Found a BinaryOperator! Simplifying: " << *InstResult in EvaluateBlock()
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp211 DEBUG(dbgs() << " loop preheader is missing\n"); in legalLoopStructure()
216 DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure()
221 DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure()
226 DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure()
233 DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure()
239 DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
244 DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure()
249 DEBUG(dbgs() << " loop does not has dedicated exit blocks\n"); in legalLoopStructure()
256 DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure()
304 DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp28 dbgs() << "{"; in dump()
30 HazardRec.dumpSU(SU, dbgs()); in dump()
32 dbgs() << ", "; in dump()
34 dbgs() << "}\n"; in dump()
81 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB()
89 if (Loop && Loop->getHeader() == MBB) dbgs() << " (Loop header)"; in enterMBB()
90 dbgs() << ":\n";); in enterMBB()
100 LLVM_DEBUG(dbgs() << "** Continued scheduling from " in enterMBB()
110 LLVM_DEBUG(dbgs() << "** Emitting incoming branch: "; I->dump();); in enterMBB()
121 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp122 LLVM_DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
383 LLVM_DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
384 LLVM_DEBUG(IPI.first->print(dbgs())); in isDominated()
385 LLVM_DEBUG(dbgs() << '\n'); in isDominated()
411 LLVM_DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
412 LLVM_DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
413 LLVM_DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
433 LLVM_DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
434 LLVM_DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
435 LLVM_DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp111 DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
376 DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
377 DEBUG(IPI.first->print(dbgs())); in isDominated()
378 DEBUG(dbgs() << '\n'); in isDominated()
404 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
405 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
406 DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
426 DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
427 DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
428 DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
DAArch64AddressTypePromotion.cpp252 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n"); in propagateSignExtension()
261 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n'); in propagateSignExtension()
265 DEBUG(dbgs() << "No uses => marked as delete\n"); in propagateSignExtension()
271 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n'); in propagateSignExtension()
275 DEBUG(dbgs() << "Cannot get through\n"); in propagateSignExtension()
282 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n"); in propagateSignExtension()
310 DEBUG(dbgs() << "Propagate SExt to operands\n"); in propagateSignExtension()
313 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n'); in propagateSignExtension()
316 DEBUG(dbgs() << "No need to propagate\n"); in propagateSignExtension()
322 DEBUG(dbgs() << "Statically sign extend\n"); in propagateSignExtension()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp145 dbgs() << "Splicing "; in rescheduleLexographically()
147 dbgs() << " right before: "; in rescheduleLexographically()
236 LLVM_DEBUG(dbgs() << "Operand " << 0 << " of "; II->dump(); MO.dump();); in rescheduleCanonically()
284 dbgs() << "Splicing "; in rescheduleCanonically()
286 dbgs() << " right before: "; in rescheduleCanonically()
306 dbgs() << "Rescheduling Multi-Use Instructions Lexographically.";); in rescheduleCanonically()
313 dbgs() << "Rescheduling Idempotent Instructions Lexographically.";); in rescheduleCanonically()
389 LLVM_DEBUG(dbgs() << "Found Candidate: "; MI->dump();); in populateCandidates()
410 LLVM_DEBUG(dbgs() << "Popping frame index.\n";); in doCandidateWalk()
420 dbgs() << "Popping vreg "; in doCandidateWalk()
[all …]
DAggressiveAntiDepBreaker.cpp142 LLVM_DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
144 : CriticalPathSet.set_bits()) dbgs() in AggressiveAntiDepBreaker()
146 LLVM_DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
206 LLVM_DEBUG(dbgs() << "Observe: "); in Observe()
208 LLVM_DEBUG(dbgs() << "\tRegs:"); in Observe()
219 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
228 LLVM_DEBUG(dbgs() << '\n'); in Observe()
317 LLVM_DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
327 dbgs() << header << printReg(Reg, TRI); in HandleLastUse()
330 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
[all …]
DMacroFusion.cpp70 dbgs() << "Macro fuse: "; FirstSU.print(dbgs(), &DAG); dbgs() << " - "; in fuseInstructionPair()
71 SecondSU.print(dbgs(), &DAG); dbgs() << " / "; in fuseInstructionPair()
72 dbgs() << DAG.TII->getName(FirstSU.getInstr()->getOpcode()) << " - " in fuseInstructionPair()
83 LLVM_DEBUG(dbgs() << " Bind "; SecondSU.print(dbgs(), &DAG); in fuseInstructionPair()
84 dbgs() << " - "; SU->print(dbgs(), &DAG); dbgs() << '\n';); in fuseInstructionPair()
95 LLVM_DEBUG(dbgs() << " Bind "; SU->print(dbgs(), &DAG); dbgs() << " - "; in fuseInstructionPair()
96 FirstSU.print(dbgs(), &DAG); dbgs() << '\n';); in fuseInstructionPair()
DEarlyIfConversion.cpp188 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has live-ins.\n"); in canSpeculateInstrs()
202 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " has more than " in canSpeculateInstrs()
209 LLVM_DEBUG(dbgs() << "Can't hoist: " << *I); in canSpeculateInstrs()
217 LLVM_DEBUG(dbgs() << "Won't speculate load: " << *I); in canSpeculateInstrs()
224 LLVM_DEBUG(dbgs() << "Can't speculate: " << *I); in canSpeculateInstrs()
231 LLVM_DEBUG(dbgs() << "Won't speculate regmask: " << *I); in canSpeculateInstrs()
249 LLVM_DEBUG(dbgs() << printMBBReference(*MBB) << " depends on " in canSpeculateInstrs()
252 LLVM_DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); in canSpeculateInstrs()
283 LLVM_DEBUG(dbgs() << "Can't insert code after " << *I); in findInsertionPoint()
318 dbgs() << "Would clobber"; in findInsertionPoint()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp524 DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
584 DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
621 DEBUG(dbgs() << format("Unioning %d with %d\n", SwapVector[DefIdx].VSEId, in formWebs()
623 DEBUG(dbgs() << " Def: "); in formWebs()
635 DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
653 DEBUG(dbgs() << in recordUnoptimizableWebs()
656 DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs()
658 DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs()
679 DEBUG(dbgs() << in recordUnoptimizableWebs()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp417 DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
435 DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
462 DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
467 DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
481 DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
504 DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints()
505 DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp418 LLVM_DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
419 LLVM_DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
420 LLVM_DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
436 LLVM_DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
463 LLVM_DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
468 LLVM_DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
482 LLVM_DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
504 LLVM_DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
505 LLVM_DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints()
506 LLVM_DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp249 LLVM_DEBUG(dbgs() << " loop is not in loop-simplify form.\n"); in legalLoopStructure()
254 LLVM_DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure()
259 LLVM_DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure()
264 LLVM_DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure()
271 LLVM_DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure()
277 LLVM_DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
282 LLVM_DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure()
289 LLVM_DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure()
337 LLVM_DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses()
342 LLVM_DEBUG(dbgs() << " No memory modified in loop body\n"); in legalLoopMemoryAccesses()
[all …]
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp317 dbgs() << "SU(" << NodeNum << "): "; in dump()
324 dbgs() << " # preds left : " << NumPredsLeft << "\n"; in dumpAll()
325 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; in dumpAll()
327 dbgs() << " # weak preds left : " << WeakPredsLeft << "\n"; in dumpAll()
329 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n"; in dumpAll()
330 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n"; in dumpAll()
331 dbgs() << " Latency : " << Latency << "\n"; in dumpAll()
332 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAll()
333 dbgs() << " Height : " << getHeight() << "\n"; in dumpAll()
336 dbgs() << " Predecessors:\n"; in dumpAll()
[all …]
DAggressiveAntiDepBreaker.cpp130 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
133 dbgs() << " " << TRI->getName(r)); in AggressiveAntiDepBreaker()
134 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
192 DEBUG(dbgs() << "Observe: "); in Observe()
194 DEBUG(dbgs() << "\tRegs:"); in Observe()
206 dbgs() << " " << TRI->getName(Reg) << "=g" << in Observe()
214 DEBUG(dbgs() << '\n'); in Observe()
303 DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
313 dbgs() << header << TRI->getName(Reg); header = nullptr; }); in HandleLastUse()
314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
[all …]
DEarlyIfConversion.cpp188 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); in canSpeculateInstrs()
202 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " in canSpeculateInstrs()
209 DEBUG(dbgs() << "Can't hoist: " << *I); in canSpeculateInstrs()
217 DEBUG(dbgs() << "Won't speculate load: " << *I); in canSpeculateInstrs()
224 DEBUG(dbgs() << "Can't speculate: " << *I); in canSpeculateInstrs()
231 DEBUG(dbgs() << "Won't speculate regmask: " << *I); in canSpeculateInstrs()
249 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI); in canSpeculateInstrs()
251 DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); in canSpeculateInstrs()
282 DEBUG(dbgs() << "Can't insert code after " << *I); in findInsertionPoint()
317 dbgs() << "Would clobber"; in findInsertionPoint()
[all …]

12345678910>>...44