Home
last modified time | relevance | path

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

12345678910>>...34

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp446 LLVM_DEBUG(doFunctionalCheck(Worklist)); in runOnModule()
448 LLVM_DEBUG(dbgs() << "size of module: " << M.size() << '\n'); in runOnModule()
449 LLVM_DEBUG(dbgs() << "size of worklist: " << Worklist.size() << '\n'); in runOnModule()
460 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule()
518 LLVM_DEBUG( in eraseInstsUnrelatedToPDI()
524 LLVM_DEBUG(dbgs() << " Deleting Instruction: "); in eraseInstsUnrelatedToPDI()
525 LLVM_DEBUG(I->print(dbgs())); in eraseInstsUnrelatedToPDI()
526 LLVM_DEBUG(dbgs() << "\n"); in eraseInstsUnrelatedToPDI()
533 LLVM_DEBUG(dbgs() << " Deleting DbgVariableRecord "); in eraseInstsUnrelatedToPDI()
534 LLVM_DEBUG(DVR->print(dbgs())); in eraseInstsUnrelatedToPDI()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp530 LLVM_DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions()
531 LLVM_DEBUG(dumpSwapVector()); in gatherVectorInstructions()
590 LLVM_DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs()
596 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
597 LLVM_DEBUG(MI->dump()); in formWebs()
627 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs()
630 LLVM_DEBUG(dbgs() << " Def: "); in formWebs()
631 LLVM_DEBUG(DefMI->dump()); in formWebs()
642 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs()
660 LLVM_DEBUG( in recordUnoptimizableWebs()
[all …]
H A DPPCBranchCoalescing.cpp234 LLVM_DEBUG(dbgs() << "Determine if branch block " in canCoalesceBranch()
240 LLVM_DEBUG(dbgs() << "TII unable to Analyze Branch - skip\n"); in canCoalesceBranch()
245 LLVM_DEBUG(dbgs() << "Looking at terminator : " << I << "\n"); in canCoalesceBranch()
263 LLVM_DEBUG(dbgs() << "Terminator contains implicit operands - skip : " in canCoalesceBranch()
270 LLVM_DEBUG(dbgs() << "EH Pad - skip\n"); in canCoalesceBranch()
275 LLVM_DEBUG(dbgs() << "Inline Asm Br - 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()
[all …]
H A DPPCMergeStringPool.cpp167 LLVM_DEBUG(dbgs() << "Looking at global:"); in collectCandidateConstants()
168 LLVM_DEBUG(Global.dump()); in collectCandidateConstants()
169 LLVM_DEBUG(dbgs() << "isConstant() " << Global.isConstant() << "\n"); in collectCandidateConstants()
170 LLVM_DEBUG(dbgs() << "hasInitializer() " << Global.hasInitializer() in collectCandidateConstants()
219 LLVM_DEBUG(dbgs() << "Constant data of Global: "); in collectCandidateConstants()
220 LLVM_DEBUG(ConstData->dump()); in collectCandidateConstants()
221 LLVM_DEBUG(dbgs() << "\n\n"); in collectCandidateConstants()
236 LLVM_DEBUG(dbgs() << "Merging string pool for module: " << M.getName() in mergeModuleStringPool()
238 LLVM_DEBUG(dbgs() << "Number of globals is: " << M.global_size() << "\n"); in mergeModuleStringPool()
270 LLVM_DEBUG(dbgs() << "Constructing global variable for string pool: "); in mergeModuleStringPool()
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp179 LLVM_DEBUG(dbgs() << " loop is not in loop-simplify form.\n"); in legalLoopStructure()
184 LLVM_DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure()
189 LLVM_DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure()
194 LLVM_DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure()
201 LLVM_DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure()
207 LLVM_DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure()
212 LLVM_DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure()
219 LLVM_DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure()
281 LLVM_DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses()
286 LLVM_DEBUG(dbgs() << " No memory modified in loop body\n"); in legalLoopMemoryAccesses()
[all …]
H A DLoopFlatten.cpp175 LLVM_DEBUG(dbgs() << "Found use of outer induction variable: "; U->dump()); in checkOuterInductionPhiUsers()
177 LLVM_DEBUG(dbgs() << "Did not match expected pattern, bailing\n"); in checkOuterInductionPhiUsers()
180 LLVM_DEBUG(dbgs() << "Use is optimisable\n"); in checkOuterInductionPhiUsers()
200 LLVM_DEBUG(dbgs() << "Checking linear i*M+j expression for: "; U->dump()); in matchLinearIVUser()
226 LLVM_DEBUG(dbgs() << "Matched multiplication: "; MatchedMul->dump()); in matchLinearIVUser()
227 LLVM_DEBUG(dbgs() << "Matched iteration count: "; MatchedItCount->dump()); in matchLinearIVUser()
234 LLVM_DEBUG(dbgs() << "Multiply has more than one use\n"); in matchLinearIVUser()
249 LLVM_DEBUG(dbgs() << "Looking for inner trip count: "; in matchLinearIVUser()
253 LLVM_DEBUG(dbgs() << "Found. This sse is optimisable\n"); in matchLinearIVUser()
259 LLVM_DEBUG(dbgs() << "Did not match expected pattern, bailing\n"); in matchLinearIVUser()
[all …]
H A DMergeICmps.cpp139 LLVM_DEBUG(dbgs() << "load\n"); in visitICmpLoadOperand()
141 LLVM_DEBUG(dbgs() << "used outside of block\n"); in visitICmpLoadOperand()
146 LLVM_DEBUG(dbgs() << "volatile or atomic\n"); in visitICmpLoadOperand()
151 LLVM_DEBUG(dbgs() << "from non-zero AddressSpace\n"); in visitICmpLoadOperand()
156 LLVM_DEBUG(dbgs() << "not dereferenceable\n"); in visitICmpLoadOperand()
166 LLVM_DEBUG(dbgs() << "GEP\n"); in visitICmpLoadOperand()
168 LLVM_DEBUG(dbgs() << "used outside of block\n"); in visitICmpLoadOperand()
314 LLVM_DEBUG(dbgs() << "cmp has several uses\n"); in visitICmp()
319 LLVM_DEBUG(dbgs() << "cmp " in visitICmp()
344 LLVM_DEBUG(dbgs() << "branch\n"); in visitCmpBlock()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp135 LLVM_DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
136 LLVM_DEBUG(for (unsigned r in AggressiveAntiDepBreaker()
139 LLVM_DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
198 LLVM_DEBUG(dbgs() << "Observe: "); in Observe()
199 LLVM_DEBUG(MI.dump()); in Observe()
200 LLVM_DEBUG(dbgs() << "\tRegs:"); in Observe()
211 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe()
220 LLVM_DEBUG(dbgs() << '\n'); in Observe()
306 LLVM_DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse()
315 LLVM_DEBUG(if (header) { in HandleLastUse()
[all …]
H A DVLIWMachineScheduler.cpp182 LLVM_DEBUG(dbgs() << "Packet[" << TotalPackets << "]:\n"); in reserveResources()
184 LLVM_DEBUG(dbgs() << "\t[" << i << "] SU("); in reserveResources()
185 LLVM_DEBUG(dbgs() << Packet[i]->NodeNum << ")\t"); in reserveResources()
186 LLVM_DEBUG(Packet[i]->getInstr()->dump()); in reserveResources()
202 LLVM_DEBUG(dbgs() << "********** MI Converging Scheduling VLIW " in schedule()
220 LLVM_DEBUG({ in schedule()
227 LLVM_DEBUG({ in schedule()
234 LLVM_DEBUG(dump()); in schedule()
242 LLVM_DEBUG( in schedule()
262 LLVM_DEBUG({ in schedule()
[all …]
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()
224 LLVM_DEBUG(dbgs() << "Can't hoist: " << MI); in canSpeculateInstrs()
232 LLVM_DEBUG(dbgs() << "Won't speculate load: " << MI); in canSpeculateInstrs()
239 LLVM_DEBUG(dbgs() << "Can't speculate: " << MI); in canSpeculateInstrs()
257 LLVM_DEBUG(dbgs() << "Won't speculate regmask: " << *I); in InstrDependenciesAllowIfConv()
275 LLVM_DEBUG(dbgs() << printMBBReference(*I->getParent()) << " depends on " in InstrDependenciesAllowIfConv()
278 LLVM_DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); 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()
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp262 LLVM_DEBUG(dbgs() << "Too few arguments for function.\n"); in getFormalParams()
270 LLVM_DEBUG(dbgs() << "Can not convert function argument.\n"); in getFormalParams()
287 LLVM_DEBUG(dbgs() << "Failed to fold bitcast call expr\n"); in castCallResultIfNeeded()
301 LLVM_DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock()
305 LLVM_DEBUG(dbgs() << "Store is volatile! Can not evaluate.\n"); in EvaluateBlock()
311 LLVM_DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock()
313 LLVM_DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock()
322 LLVM_DEBUG(dbgs() << "Store is not to global with unique initializer: " in EvaluateBlock()
331 LLVM_DEBUG(dbgs() << "Store value is too complex to evaluate store. " in EvaluateBlock()
341 LLVM_DEBUG( in EvaluateBlock()
[all …]
H A DFixIrreducible.cpp131 LLVM_DEBUG(dbgs() << "child loop: " << Child->getHeader()->getName() in INITIALIZE_PASS_DEPENDENCY()
141 LLVM_DEBUG(dbgs() << "moved block from child: " << BB->getName() in INITIALIZE_PASS_DEPENDENCY()
151 LLVM_DEBUG(dbgs() << "subsumed child loop (common header)\n"); in INITIALIZE_PASS_DEPENDENCY()
157 LLVM_DEBUG(dbgs() << "added child loop to new loop\n"); in INITIALIZE_PASS_DEPENDENCY()
182 LLVM_DEBUG( in createNaturalLoopInternal()
215 LLVM_DEBUG(dbgs() << "added guard block: " << G->getName() << "\n"); in createNaturalLoopInternal()
223 LLVM_DEBUG(dbgs() << "moved block from parent: " << BB->getName() in createNaturalLoopInternal()
227 LLVM_DEBUG(dbgs() << "added block from child: " << BB->getName() << "\n"); in createNaturalLoopInternal()
230 LLVM_DEBUG(dbgs() << "header for new loop: " in createNaturalLoopInternal()
273 LLVM_DEBUG(dbgs() << "Found SCC:"); in makeReducible()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DLVLGen.cpp79 LLVM_DEBUG(dbgs() << "Vector instruction found: "); in runOnMachineBasicBlock()
80 LLVM_DEBUG(MI->dump()); in runOnMachineBasicBlock()
81 LLVM_DEBUG(dbgs() << "Vector length is " << RegName(Reg) << ". "); in runOnMachineBasicBlock()
82 LLVM_DEBUG(dbgs() << "Current VL is " in runOnMachineBasicBlock()
89 LLVM_DEBUG(dbgs() << "Generate a LVL instruction to load " in runOnMachineBasicBlock()
96 LLVM_DEBUG(dbgs() << "Reuse current VL.\n"); in runOnMachineBasicBlock()
106 LLVM_DEBUG(dbgs() << RegName(RegForVL) << " is needed to be updated: "); in runOnMachineBasicBlock()
107 LLVM_DEBUG(MI->dump()); in runOnMachineBasicBlock()
118 LLVM_DEBUG(dbgs() << "********** Begin LVLGen **********\n"); in runOnMachineFunction()
119 LLVM_DEBUG(dbgs() << "********** Function: " << F.getName() << '\n'); in runOnMachineFunction()
[all …]
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp307 LLVM_DEBUG(dbgs() << "Before normalizing negative direction vectors:\n"; in normalize()
326 LLVM_DEBUG(dbgs() << "After normalizing negative direction vectors:\n"; in normalize()
503 LLVM_DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints()
504 LLVM_DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints()
505 LLVM_DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints()
521 LLVM_DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints()
548 LLVM_DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints()
553 LLVM_DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints()
567 LLVM_DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints()
589 LLVM_DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints()
[all …]
H A DLoopCacheAnalysis.cpp118 LLVM_DEBUG(dbgs() << "Trip count of loop " << L.getName() in computeTripCount()
155 LLVM_DEBUG(dbgs().indent(2) << "Succesfully delinearized: " << *this in IndexedReference()
165 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
172 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
180 LLVM_DEBUG(dbgs().indent(2) << "No spacial reuse, different subscripts: " in hasSpacialReuse()
195 LLVM_DEBUG(dbgs().indent(2) in hasSpacialReuse()
204 LLVM_DEBUG({ in hasSpacialReuse()
221 LLVM_DEBUG(dbgs().indent(2) in hasTemporalReuse()
230 LLVM_DEBUG(dbgs().indent(2) << "No temporal reuse: no dependence\n"); in hasTemporalReuse()
235 LLVM_DEBUG(dbgs().indent(2) << "Found temporal reuse\n"); in hasTemporalReuse()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp122 LLVM_DEBUG(dbgs() << getPassName() << '\n'); in runOnModule()
397 LLVM_DEBUG(dbgs() << "Insertion point dominated by:\n"); in isDominated()
398 LLVM_DEBUG(IPI.first->print(dbgs())); in isDominated()
399 LLVM_DEBUG(dbgs() << '\n'); in isDominated()
425 LLVM_DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
426 LLVM_DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
427 LLVM_DEBUG(dbgs() << "\nat considered insertion point.\n"); in tryAndMerge()
447 LLVM_DEBUG(dbgs() << "Merge insertion point with:\n"); in tryAndMerge()
448 LLVM_DEBUG(IPI->first->print(dbgs())); in tryAndMerge()
449 LLVM_DEBUG(dbgs() << '\n'); in tryAndMerge()
[all …]
H A DAArch64ConditionalCompares.cpp312 LLVM_DEBUG(dbgs() << "Flags not used by terminator: " << *I); in findConvertibleCompare()
330 LLVM_DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I); in findConvertibleCompare()
341 LLVM_DEBUG(dbgs() << "Can't convert compare with live destination: " in findConvertibleCompare()
359 LLVM_DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I); in findConvertibleCompare()
365 LLVM_DEBUG(dbgs() << "Not convertible compare: " << *I); in findConvertibleCompare()
370 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()
405 LLVM_DEBUG(dbgs() << "Can't hoist: " << I); in canSpeculateInstrs()
413 LLVM_DEBUG(dbgs() << "Won't speculate load: " << I); in canSpeculateInstrs()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp70 LLVM_DEBUG(dbgs() << "Erasing: " << MI << "\n"); in erasingInstr()
74 LLVM_DEBUG(dbgs() << "Creating: " << MI << "\n"); in createdInstr()
76 LLVM_DEBUG(CreatedInstrs.insert(&MI)); in createdInstr()
79 LLVM_DEBUG(dbgs() << "Changing: " << MI << "\n"); in changingInstr()
83 LLVM_DEBUG(dbgs() << "Changed: " << MI << "\n"); in changedInstr()
88 LLVM_DEBUG(for (const auto *MI in reportFullyCreatedInstrs()
93 LLVM_DEBUG(CreatedInstrs.clear()); in reportFullyCreatedInstrs()
137 LLVM_DEBUG(dbgs() << "Generic MI Combiner for: " << MF.getName() << '\n'); in combineMachineInstrs()
147 LLVM_DEBUG(dbgs() << "\n\nCombiner iteration #" << Iteration << '\n'); in combineMachineInstrs()
162 LLVM_DEBUG(dbgs() << CurMI << "Is dead; erasing.\n"); in combineMachineInstrs()
[all …]
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp27 LLVM_DEBUG({ in linkPhase1()
35 LLVM_DEBUG({ in linkPhase1()
42 LLVM_DEBUG({ in linkPhase1()
78 LLVM_DEBUG({ in linkPhase2()
89 LLVM_DEBUG(dbgs() << "Resolving symbols defined in " << G->getName() << "\n"); in linkPhase2()
98 LLVM_DEBUG({ in linkPhase2()
110 LLVM_DEBUG({ in linkPhase2()
137 LLVM_DEBUG({ in linkPhase3()
148 LLVM_DEBUG({ in linkPhase3()
157 LLVM_DEBUG({ in linkPhase3()
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp74 LLVM_DEBUG(dbgs() << "VPSLP: not all operands are VPInstructions\n"); in areVectorizable()
91 LLVM_DEBUG(dbgs() << "VPSLP: Opcodes do not agree \n"); in areVectorizable()
99 LLVM_DEBUG(dbgs() << "VPSLP: operands in different BBs\n"); in areVectorizable()
105 LLVM_DEBUG(dbgs() << "VPSLP: Some operands have multiple users.\n"); in areVectorizable()
127 LLVM_DEBUG( in areVectorizable()
137 LLVM_DEBUG(dbgs() << "VPSLP: only simple loads are supported.\n"); in areVectorizable()
147 LLVM_DEBUG(dbgs() << "VPSLP: only simple stores are supported.\n"); in areVectorizable()
243 LLVM_DEBUG(dbgs() << " getBest\n"); in getBest()
246 LLVM_DEBUG(dbgs() << " Candidates for " in getBest()
252 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp670 LLVM_DEBUG(dbgs() << "Selecting: "; Node->dump(CurDAG); dbgs() << '\n'); in Select()
673 LLVM_DEBUG(dbgs() << "== "; Node->dump(CurDAG); dbgs() << '\n'); in Select()
700 LLVM_DEBUG(dbgs() << "Selecting AddrType::ARIPI: "); in SelectARIPI()
701 LLVM_DEBUG(dbgs() << "NOT IMPLEMENTED\n"); in SelectARIPI()
706 LLVM_DEBUG(dbgs() << "Selecting AddrType::ARIPD: "); in SelectARIPD()
707 LLVM_DEBUG(dbgs() << "NOT IMPLEMENTED\n"); in SelectARIPD()
713 LLVM_DEBUG(dbgs() << "Selecting AddrType::ARID: "); in SelectARID()
720 LLVM_DEBUG(dbgs() << "REJECT: Cannot match PC relative address\n"); in SelectARID()
726 LLVM_DEBUG(dbgs() << "SUCCESS matched FI\n"); in SelectARID()
731 LLVM_DEBUG(dbgs() << "REJECT: Cannot match Index\n"); in SelectARID()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp641 LLVM_DEBUG(dbgs() << "Visiting " << printMBBReference(*MBB) << "\n"); in buildMRT()
678 LLVM_DEBUG(dbgs() << "Considering Register: " << printReg(Reg, TRI) in storeLiveOutReg()
683 LLVM_DEBUG(dbgs() << "Add LiveOut (PHI): " << printReg(Reg, TRI) << "\n"); in storeLiveOutReg()
689 LLVM_DEBUG(dbgs() << "Add LiveOut (MBB " << printMBBReference(*MBB) in storeLiveOutReg()
701 LLVM_DEBUG(dbgs() << "Add LiveOut (Loop): " << printReg(Reg, TRI) in storeLiveOutReg()
718 LLVM_DEBUG(dbgs() << "Considering Register: " << printReg(Reg, TRI) in storeLiveOutRegRegion()
722 LLVM_DEBUG(dbgs() << "Add LiveOut (Region " << (void *)Region in storeLiveOutRegRegion()
734 LLVM_DEBUG(dbgs() << "-Store Live Outs Begin (" << printMBBReference(*MBB) in storeLiveOuts()
757 LLVM_DEBUG(dbgs() in storeLiveOuts()
768 LLVM_DEBUG(dbgs() << "-Store Live Outs Endn-\n"); in storeLiveOuts()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h110 LLVM_DEBUG(dbgs() << "ModifiedPO(" << POIndex[&BB]
539 LLVM_DEBUG(dbgs() << "labeling " << Context.print(&SuccBlock) << ":\n" in computeJoin()
551 LLVM_DEBUG(dbgs() << "\tfresh label: " << SuccIdx << "\n"); in computeJoin()
557 LLVM_DEBUG(dbgs() << "\tnew label: " << Context.print(&PushedLabel) in computeJoin()
565 LLVM_DEBUG(dbgs() << "\tnew label: " << Context.print(&SuccBlock) << "\n"); in computeJoin()
579 LLVM_DEBUG(dbgs() << "\tDivergent cycle exit: " << Context.print(&ExitBlock) in visitCycleExitEdge()
591 LLVM_DEBUG(dbgs() << "\tDivergent join: " << Context.print(&SuccBlock) in visitEdge()
599 LLVM_DEBUG(dbgs() << "SDA:computeJoinPoints: " in computeJoinPoints()
615 LLVM_DEBUG(dbgs() << "\tImmediate divergent cycle exit: " in computeJoinPoints()
628 LLVM_DEBUG(dbgs() << "Current labels:\n"; printDefs(dbgs())); in computeJoinPoints()
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h76 LLVM_DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
77 LLVM_DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()
78 LLVM_DEBUG(dbgs() << " should be less than succeeding lower bound 0x"); in rangesAreValid()
79 LLVM_DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()
83 LLVM_DEBUG(dbgs() << "Upper bound 0x"); in rangesAreValid()
84 LLVM_DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
85 LLVM_DEBUG(dbgs() << " should not be less than lower bound 0x"); in rangesAreValid()
86 LLVM_DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp139 LLVM_DEBUG(dbgs() << "ARM TP: Not a v8.1m.main+mve target.\n"); in runOnLoop()
173 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"); in runOnLoop()
221 LLVM_DEBUG(dbgs() << "ARM TP: element count must be loop invariant.\n"); in IsSafeActiveMask()
235 LLVM_DEBUG(dbgs() << "ARM TP: induction not an add expr: "; IVExpr->dump()); in IsSafeActiveMask()
240 LLVM_DEBUG(dbgs() << "ARM TP: phi not part of this loop\n"); in IsSafeActiveMask()
245 LLVM_DEBUG(dbgs() << "ARM TP: induction step is not a constant: "; in IsSafeActiveMask()
251 LLVM_DEBUG(dbgs() << "ARM TP: Step value " << StepValue in IsSafeActiveMask()
259 LLVM_DEBUG(dbgs() << "ARM TP: Constant tripcount expected in " in IsSafeActiveMask()
276 LLVM_DEBUG(dbgs() << "ARM TP: inconsistent constant tripcount values: " in IsSafeActiveMask()
305 LLVM_DEBUG({ in IsSafeActiveMask()
[all …]

12345678910>>...34