Home
last modified time | relevance | path

Searched refs:LLVM_DEBUG (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp410 LLVM_DEBUG(doSanityCheck(Worklist)); in runOnModule()
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()
501 LLVM_DEBUG( in eraseInstsUnrelatedToPDI()
507 LLVM_DEBUG(dbgs() << " Deleting Instruction: "); in eraseInstsUnrelatedToPDI()
508 LLVM_DEBUG(I->print(dbgs())); in eraseInstsUnrelatedToPDI()
509 LLVM_DEBUG(dbgs() << "\n"); in eraseInstsUnrelatedToPDI()
513 LLVM_DEBUG(dbgs() << " } // Done erasing instructions unrelated to parameter " in eraseInstsUnrelatedToPDI()
547 LLVM_DEBUG(dbgs() << " Deciding: "); in filterInstsUnrelatedToPDI()
[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()
312 LLVM_DEBUG( 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()
313 LLVM_DEBUG( 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()
532 LLVM_DEBUG(dumpSwapVector()); 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()
598 LLVM_DEBUG(MI->dump()); in formWebs()
628 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs()
631 LLVM_DEBUG(dbgs() << " Def: "); in formWebs()
632 LLVM_DEBUG(DefMI->dump()); in formWebs()
643 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
661 LLVM_DEBUG( in recordUnoptimizableWebs()
[all …]
DPPCMIPeephole.cpp122 LLVM_DEBUG(dbgs() << "*** PowerPC MI peephole pass ***\n\n"); in initialize()
123 LLVM_DEBUG(MF->dump()); in initialize()
241 LLVM_DEBUG(dbgs() << "Converted instruction to imm form: "); in simplifyCode()
242 LLVM_DEBUG(MI.dump()); in simplifyCode()
327 LLVM_DEBUG(dbgs() << "Optimizing load-and-splat/splat " in simplifyCode()
329 LLVM_DEBUG(MI.dump()); in simplifyCode()
348 LLVM_DEBUG(dbgs() << "Optimizing splat/swap or splat/splat " in simplifyCode()
350 LLVM_DEBUG(MI.dump()); in simplifyCode()
363 LLVM_DEBUG(dbgs() << "Optimizing swap/splat => splat: "); in simplifyCode()
364 LLVM_DEBUG(MI.dump()); in simplifyCode()
[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()
382 LLVM_DEBUG({ in AddInsnClassStages()
[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/CodeGen/
DAggressiveAntiDepBreaker.cpp142 LLVM_DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
143 LLVM_DEBUG(for (unsigned r in AggressiveAntiDepBreaker()
146 LLVM_DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
206 LLVM_DEBUG(dbgs() << "Observe: "); in Observe()
207 LLVM_DEBUG(MI.dump()); 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()
326 LLVM_DEBUG(if (header) { in HandleLastUse()
[all …]
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()
317 LLVM_DEBUG({ in findInsertionPoint()
[all …]
DMIRCanonicalizerPass.cpp144 LLVM_DEBUG({ in rescheduleLexographically()
236 LLVM_DEBUG(dbgs() << "Operand " << 0 << " of "; II->dump(); MO.dump();); in rescheduleCanonically()
283 LLVM_DEBUG({ in rescheduleCanonically()
305 LLVM_DEBUG( in rescheduleCanonically()
312 LLVM_DEBUG( in rescheduleCanonically()
389 LLVM_DEBUG(dbgs() << "Found Candidate: "; MI->dump();); in populateCandidates()
410 LLVM_DEBUG(dbgs() << "Popping frame index.\n";); in doCandidateWalk()
419 LLVM_DEBUG({ in doCandidateWalk()
431 LLVM_DEBUG(dbgs() << "Popping physreg.\n";); in doCandidateWalk()
447 LLVM_DEBUG({ in doCandidateWalk()
[all …]
DExpandPostRAPseudos.cpp96 LLVM_DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); in LowerSubregToReg()
100 LLVM_DEBUG(dbgs() << "subreg: replaced by: " << *MI); in LowerSubregToReg()
113 LLVM_DEBUG(dbgs() << "subreg: replace by: " << *MI); in LowerSubregToReg()
116 LLVM_DEBUG(dbgs() << "subreg: eliminated!"); in LowerSubregToReg()
125 LLVM_DEBUG(dbgs() << "subreg: " << *CopyMI); in LowerSubregToReg()
128 LLVM_DEBUG(dbgs() << '\n'); in LowerSubregToReg()
136 LLVM_DEBUG(dbgs() << "dead copy: " << *MI); in LowerCopy()
138 LLVM_DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
147 LLVM_DEBUG(dbgs() << (IdentityCopy ? "identity copy: " : "undef copy: ") in LowerCopy()
155 LLVM_DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
[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/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 …]
DLoopPredication.cpp414 LLVM_DEBUG(dbgs() << "IV of type: " << *LatchType in generateLoopLatchCheck()
417 LLVM_DEBUG(dbgs() << "LatchCheck.IV: " << *NewLatchCheck.IV << "\n"); in generateLoopLatchCheck()
418 LLVM_DEBUG(dbgs() << "LatchCheck.Limit: " << *NewLatchCheck.Limit << "\n"); in generateLoopLatchCheck()
451 LLVM_DEBUG(dbgs() << "Can't expand limit check!\n"); in widenICmpRangeCheckIncrementingLoop()
457 LLVM_DEBUG(dbgs() << "LHS: " << *LatchLimit << "\n"); in widenICmpRangeCheckIncrementingLoop()
458 LLVM_DEBUG(dbgs() << "RHS: " << *RHS << "\n"); in widenICmpRangeCheckIncrementingLoop()
459 LLVM_DEBUG(dbgs() << "Pred: " << LimitCheckPred << "\n"); in widenICmpRangeCheckIncrementingLoop()
478 LLVM_DEBUG(dbgs() << "Can't expand limit check!\n"); in widenICmpRangeCheckDecrementingLoop()
485 LLVM_DEBUG(dbgs() << "Not the same. PostDecLatchCheckIV: " in widenICmpRangeCheckDecrementingLoop()
511 LLVM_DEBUG(dbgs() << "Analyzing ICmpInst condition:\n"); in widenICmpRangeCheck()
[all …]
DMergeICmps.cpp79 LLVM_DEBUG(dbgs() << "load\n"); in visitICmpLoadOperand()
81 LLVM_DEBUG(dbgs() << "used outside of block\n"); in visitICmpLoadOperand()
85 LLVM_DEBUG(dbgs() << "volatile\n"); in visitICmpLoadOperand()
90 LLVM_DEBUG(dbgs() << "GEP\n"); in visitICmpLoadOperand()
92 LLVM_DEBUG(dbgs() << "used outside of block\n"); in visitICmpLoadOperand()
97 LLVM_DEBUG(dbgs() << "not dereferenceable\n"); in visitICmpLoadOperand()
254 LLVM_DEBUG(dbgs() << "cmp has several uses\n"); in visitICmp()
258 LLVM_DEBUG(dbgs() << "cmp " in visitICmp()
278 LLVM_DEBUG(dbgs() << "branch\n"); in visitCmpBlock()
286 LLVM_DEBUG(dbgs() << "icmp\n"); in visitCmpBlock()
[all …]
DLoopInterchange.cpp80 LLVM_DEBUG(dbgs() << D << " "); in printDepMatrix()
81 LLVM_DEBUG(dbgs() << "\n"); in printDepMatrix()
110 LLVM_DEBUG(dbgs() << "Found " << MemInstr.size() in populateDependencyMatrix()
128 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix()
172 LLVM_DEBUG(dbgs() << "Cannot handle more than " << MaxMemInstrCount in populateDependencyMatrix()
275 LLVM_DEBUG(dbgs() << "Calling populateWorklist on Func: " in populateWorklist()
481 LLVM_DEBUG(dbgs() << "Worklist size = " << Worklist.size() << "\n"); in runOnFunction()
494 LLVM_DEBUG(dbgs() << "Couldn't compute backedge count\n"); in isComputableLoopNest()
498 LLVM_DEBUG(dbgs() << "NumBackEdges is not equal to 1\n"); in isComputableLoopNest()
502 LLVM_DEBUG(dbgs() << "Loop doesn't have unique exit block\n"); in isComputableLoopNest()
[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 …]
DAArch64ConditionalCompares.cpp314 LLVM_DEBUG(dbgs() << "Flags not used by terminator: " << *I); in findConvertibleCompare()
332 LLVM_DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
343 LLVM_DEBUG(dbgs() << "Can't convert compare with live destination: " in findConvertibleCompare()
362 LLVM_DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
368 LLVM_DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
373 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()
408 LLVM_DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
416 LLVM_DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp176 LLVM_DEBUG(dbgs() << "Packet[" << TotalPackets << "]:\n"); in reserveResources()
178 LLVM_DEBUG(dbgs() << "\t[" << i << "] SU("); in reserveResources()
179 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
180 LLVM_DEBUG(Packet[i]->getInstr()->dump()); in reserveResources()
191 LLVM_DEBUG(dbgs() << "********** MI Converging Scheduling VLIW " in schedule()
209 LLVM_DEBUG(unsigned maxH = 0; in schedule()
214 LLVM_DEBUG(unsigned maxD = 0; in schedule()
219 LLVM_DEBUG(for (unsigned su = 0, e = SUnits.size(); su != e; ++su) SUnits[su] in schedule()
226 LLVM_DEBUG( in schedule()
245 LLVM_DEBUG({ in schedule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFMIPeephole.cpp75 LLVM_DEBUG(dbgs() << "*** BPF MachineSSA peephole pass ***\n\n"); in initialize()
82 LLVM_DEBUG(dbgs() << " Def of Mov Src:"); in isMovFrom32Def()
83 LLVM_DEBUG(DefInsn->dump()); in isMovFrom32Def()
114 LLVM_DEBUG(dbgs() << " One ZExt elim sequence identified.\n"); in isMovFrom32Def()
142 LLVM_DEBUG(dbgs() << "Starting SRL found:"); in eliminateZExtSeq()
143 LLVM_DEBUG(MI.dump()); in eliminateZExtSeq()
151 LLVM_DEBUG(dbgs() << " SLL found:"); in eliminateZExtSeq()
152 LLVM_DEBUG(SllMI->dump()); in eliminateZExtSeq()
160 LLVM_DEBUG(dbgs() << " Type cast Mov found:"); in eliminateZExtSeq()
161 LLVM_DEBUG(MovMI->dump()); in eliminateZExtSeq()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h149 LLVM_DEBUG(dbgs() << "\tHiding edge " << BlockNamePrinter(N) << " -> " in Get()
156 LLVM_DEBUG(dbgs() << "\tShowing virtual edge " << BlockNamePrinter(N) in Get()
390 LLVM_DEBUG(dbgs() << "\t\tLooking for trivial roots\n"); in FindRoots()
407 LLVM_DEBUG(dbgs() << "Found a new trivial root: " << BlockNamePrinter(N) in FindRoots()
409 LLVM_DEBUG(dbgs() << "Last visited node: " in FindRoots()
414 LLVM_DEBUG(dbgs() << "\t\tLooking for non-trivial roots\n"); in FindRoots()
434 LLVM_DEBUG(dbgs() in FindRoots()
446 LLVM_DEBUG(dbgs() << "\t\t\tRunning forward DFS\n"); in FindRoots()
450 LLVM_DEBUG(dbgs() << "\t\t\tFound a new furthest away node " in FindRoots()
455 LLVM_DEBUG(dbgs() << "\t\t\tPrev DFSNum: " << Num << ", new DFSNum: " in FindRoots()
[all …]
DUnicodeCharRanges.h80 LLVM_DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
81 LLVM_DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()
82 LLVM_DEBUG(dbgs() << " should be less than succeeding lower bound 0x"); in rangesAreValid()
83 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()
87 LLVM_DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
88 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
89 LLVM_DEBUG(dbgs() << " should not be less than lower bound 0x"); in rangesAreValid()
90 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp662 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
699 LLVM_DEBUG(dbgs() << "Considering Register: " << printReg(Reg, TRI) in storeLiveOutReg()
704 LLVM_DEBUG(dbgs() << "Add LiveOut (PHI): " << printReg(Reg, TRI) << "\n"); in storeLiveOutReg()
710 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
722 LLVM_DEBUG(dbgs() << "Add LiveOut (Loop): " << printReg(Reg, TRI) in storeLiveOutReg()
739 LLVM_DEBUG(dbgs() << "Considering Register: " << printReg(Reg, TRI) in storeLiveOutRegRegion()
743 LLVM_DEBUG(dbgs() << "Add LiveOut (Region " << (void *)Region in storeLiveOutRegRegion()
755 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
780 LLVM_DEBUG(dbgs() in storeLiveOuts()
791 LLVM_DEBUG(dbgs() << "-Store Live Outs Endn-\n"); in storeLiveOuts()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp101 LLVM_DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs() in LoopVectorizeHints()
108 LLVM_DEBUG(dbgs() << "LV: Not vectorizing: #pragma vectorize disable.\n"); in allowVectorization()
114 LLVM_DEBUG(dbgs() << "LV: Not vectorizing: No #pragma vectorize enable.\n"); in allowVectorization()
120 LLVM_DEBUG(dbgs() << "LV: Not vectorizing: Disabled/already vectorized.\n"); in allowVectorization()
226 LLVM_DEBUG(dbgs() << "LV: ignoring invalid hint '" << Name << "'\n"); in setHint()
312 LLVM_DEBUG(dbgs() << "LV: Too many memory checks needed.\n"); in doesNotMeet()
353 LLVM_DEBUG(dbgs() << "LV: Canonical IV not found.\n"); in isUniformLoop()
361 LLVM_DEBUG(dbgs() << "LV: Unsupported loop latch branch.\n"); in isUniformLoop()
368 LLVM_DEBUG( in isUniformLoop()
378 LLVM_DEBUG(dbgs() << "LV: Loop latch condition is not uniform.\n"); in isUniformLoop()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp75 LLVM_DEBUG(HazardRec->dumpState();); in initialize()
81 LLVM_DEBUG(dbgs() << "** Entering " << printMBBReference(*NextMBB)); in enterMBB()
88 LLVM_DEBUG(const MachineLoop *Loop = MLI->getLoopFor(MBB); in enterMBB()
100 LLVM_DEBUG(dbgs() << "** Continued scheduling from " in enterMBB()
104 LLVM_DEBUG(HazardRec->dumpState();); in enterMBB()
110 LLVM_DEBUG(dbgs() << "** Emitting incoming branch: "; I->dump();); in enterMBB()
121 LLVM_DEBUG(dbgs() << "** Leaving " << printMBBReference(*MBB) << "\n";); in leaveMBB()
167 LLVM_DEBUG(dbgs() << "** Only one: "; in pickNode()
173 LLVM_DEBUG(dbgs() << "** Available: "; Available.dump(*HazardRec);); in pickNode()
184 LLVM_DEBUG(dbgs() << "** Best so far: ";); in pickNode()
[all …]

12345678910>>...21