/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 338 dbgs() << "MERGEFUNC-SANITY: Started for first " << Max << " functions.\n"; in doSanityCheck() 354 dbgs() << "MERGEFUNC-SANITY: Non-symmetric; triple: " << TripleNumber in doSanityCheck() 356 dbgs() << *F1 << '\n' << *F2 << '\n'; in doSanityCheck() 387 dbgs() << "MERGEFUNC-SANITY: Non-transitive; triple: " in doSanityCheck() 389 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck() 391 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doSanityCheck() 398 dbgs() << "MERGEFUNC-SANITY: " << (Valid ? "Passed." : "Failed.") << "\n"; in doSanityCheck() 441 LLVM_DEBUG(dbgs() << "size of module: " << M.size() << '\n'); in runOnModule() 442 LLVM_DEBUG(dbgs() << "size of worklist: " << Worklist.size() << '\n'); in runOnModule() 453 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 339 dbgs() << "MERGEFUNC-SANITY: Started for first " << Max << " functions.\n"; in doSanityCheck() 355 dbgs() << "MERGEFUNC-SANITY: Non-symmetric; triple: " << TripleNumber in doSanityCheck() 357 dbgs() << *F1 << '\n' << *F2 << '\n'; in doSanityCheck() 388 dbgs() << "MERGEFUNC-SANITY: Non-transitive; triple: " in doSanityCheck() 390 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck() 392 dbgs() << *F1 << '\n' << *F2 << '\n' << *F3 << '\n'; in doSanityCheck() 399 dbgs() << "MERGEFUNC-SANITY: " << (Valid ? "Passed." : "Failed.") << "\n"; in doSanityCheck() 442 LLVM_DEBUG(dbgs() << "size of module: " << M.size() << '\n'); in runOnModule() 443 LLVM_DEBUG(dbgs() << "size of worklist: " << Worklist.size() << '\n'); in runOnModule() 454 LLVM_DEBUG(dbgs() << "size of FnTree: " << FnTree.size() << '\n'); in runOnModule() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 28 dbgs() << "Building jitlink graph for new input " in linkPhase1() 40 dbgs() << "Starting link phase 1 for graph " << G->getName() << "\n"; in linkPhase1() 48 dbgs() << "Link graph \"" << G->getName() << "\" pre-pruning:\n"; in linkPhase1() 49 dumpGraph(dbgs()); in linkPhase1() 55 dbgs() << "Link graph \"" << G->getName() << "\" post-pruning:\n"; in linkPhase1() 56 dumpGraph(dbgs()); in linkPhase1() 72 { dbgs() << "Resolving symbols defined in " << G->getName() << "\n"; }); in linkPhase1() 80 dbgs() << "Issuing lookup for external symbols for " << G->getName() in linkPhase1() 110 dbgs() << "Starting link phase 2 for graph " << G->getName() << "\n"; in linkPhase2() 124 dbgs() << "Link graph \"" << G->getName() in linkPhase2() [all …]
|
/external/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 274 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/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 235 LLVM_DEBUG(dbgs() << "Determine if branch block " in canCoalesceBranch() 241 LLVM_DEBUG(dbgs() << "TII unable to Analyze Branch - skip\n"); in canCoalesceBranch() 246 LLVM_DEBUG(dbgs() << "Looking at terminator : " << I << "\n"); in canCoalesceBranch() 264 LLVM_DEBUG(dbgs() << "Terminator contains implicit operands - skip : " in canCoalesceBranch() 271 LLVM_DEBUG(dbgs() << "EH Pad - skip\n"); in canCoalesceBranch() 276 LLVM_DEBUG(dbgs() << "Inline Asm Br - skip\n"); in canCoalesceBranch() 284 LLVM_DEBUG(dbgs() << "Does not form a triangle - skip\n"); in canCoalesceBranch() 290 LLVM_DEBUG(dbgs() << "Does not have 2 successors - skip\n"); in canCoalesceBranch() 309 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n"); in canCoalesceBranch() 315 dbgs() in canCoalesceBranch() [all …]
|
D | PPCVSXSwapRemoval.cpp | 527 LLVM_DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions() 587 LLVM_DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs() 593 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs() 624 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs() 627 LLVM_DEBUG(dbgs() << " Def: "); in formWebs() 639 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs() 658 dbgs() << format("Web %d rejected for physreg, partial reg, or not " in recordUnoptimizableWebs() 661 LLVM_DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs() 663 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs() 684 LLVM_DEBUG(dbgs() << format( in recordUnoptimizableWebs() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 100 LLVM_DEBUG(dbgs() << "Finding components of loop: " << L->getName() << "\n"); in findLoopComponents() 103 LLVM_DEBUG(dbgs() << "Loop is not in normal form\n"); in findLoopComponents() 111 LLVM_DEBUG(dbgs() << "Exiting and latch block are different\n"); in findLoopComponents() 117 LLVM_DEBUG(dbgs() << "Could not find back-branch\n"); in findLoopComponents() 121 LLVM_DEBUG(dbgs() << "Found back branch: "; BackBranch->dump()); in findLoopComponents() 132 LLVM_DEBUG(dbgs() << "Found induction PHI: "; InductionPHI->dump()); in findLoopComponents() 137 LLVM_DEBUG(dbgs() << "Could not find induction PHI\n"); in findLoopComponents() 152 LLVM_DEBUG(dbgs() << "Could not find valid comparison\n"); in findLoopComponents() 156 LLVM_DEBUG(dbgs() << "Found comparison: "; Compare->dump()); in findLoopComponents() 171 LLVM_DEBUG(dbgs() << "Cound not find valid increment\n"); in findLoopComponents() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 235 LLVM_DEBUG(dbgs() << "Determine if branch block " in canCoalesceBranch() 241 LLVM_DEBUG(dbgs() << "TII unable to Analyze Branch - skip\n"); in canCoalesceBranch() 246 LLVM_DEBUG(dbgs() << "Looking at terminator : " << I << "\n"); in canCoalesceBranch() 264 LLVM_DEBUG(dbgs() << "Terminator contains implicit operands - skip : " in canCoalesceBranch() 271 LLVM_DEBUG(dbgs() << "EH Pad - skip\n"); in canCoalesceBranch() 279 LLVM_DEBUG(dbgs() << "Does not form a triangle - skip\n"); in canCoalesceBranch() 285 LLVM_DEBUG(dbgs() << "Does not have 2 successors - skip\n"); in canCoalesceBranch() 304 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n"); in canCoalesceBranch() 310 dbgs() in canCoalesceBranch() 316 LLVM_DEBUG(dbgs() << "Valid Candidate\n"); in canCoalesceBranch() [all …]
|
D | PPCVSXSwapRemoval.cpp | 527 LLVM_DEBUG(dbgs() << "Swap vector when first built\n\n"); in gatherVectorInstructions() 587 LLVM_DEBUG(dbgs() << "\n*** Forming webs for swap removal ***\n\n"); in formWebs() 593 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs() 624 LLVM_DEBUG(dbgs() << format("Unioning %d with %d\n", in formWebs() 627 LLVM_DEBUG(dbgs() << " Def: "); in formWebs() 639 LLVM_DEBUG(dbgs() << "\n*** Rejecting webs for swap removal ***\n\n"); in recordUnoptimizableWebs() 658 dbgs() << format("Web %d rejected for physreg, partial reg, or not " in recordUnoptimizableWebs() 661 LLVM_DEBUG(dbgs() << " in " << EntryIdx << ": "); in recordUnoptimizableWebs() 663 LLVM_DEBUG(dbgs() << "\n"); in recordUnoptimizableWebs() 684 LLVM_DEBUG(dbgs() << format( in recordUnoptimizableWebs() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 198 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-project/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 289 LLVM_DEBUG(dbgs() << "Too few arguments for function.\n"); in getFormalParams() 298 LLVM_DEBUG(dbgs() << "Can not convert function argument.\n"); in getFormalParams() 318 LLVM_DEBUG(dbgs() << "Failed to fold bitcast call expr\n"); in castCallResultIfNeeded() 332 LLVM_DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock() 336 LLVM_DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock() 342 LLVM_DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock() 344 LLVM_DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock() 349 dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock() 358 LLVM_DEBUG(dbgs() << "Store value is too complex to evaluate store. " in EvaluateBlock() 365 LLVM_DEBUG(dbgs() in EvaluateBlock() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 211 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-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 218 LLVM_DEBUG(dbgs() << " loop is not in loop-simplify form.\n"); in legalLoopStructure() 223 LLVM_DEBUG(dbgs() << " loop is not innermost\n"); in legalLoopStructure() 228 LLVM_DEBUG(dbgs() << " loop has multiple backedges\n"); in legalLoopStructure() 233 LLVM_DEBUG(dbgs() << " loop has multiple exiting block\n"); in legalLoopStructure() 240 LLVM_DEBUG(dbgs() << " loop is not bottom tested\n"); in legalLoopStructure() 246 LLVM_DEBUG(dbgs() << " Parallel loop is not worth versioning\n"); in legalLoopStructure() 251 LLVM_DEBUG(dbgs() << " loop depth is more then threshold\n"); in legalLoopStructure() 258 LLVM_DEBUG(dbgs() << " loop does not has trip count\n"); in legalLoopStructure() 306 LLVM_DEBUG(dbgs() << " Alias tracker type safety failed!\n"); in legalLoopMemoryAccesses() 311 LLVM_DEBUG(dbgs() << " No memory modified in loop body\n"); in legalLoopMemoryAccesses() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 291 LLVM_DEBUG(dbgs() << "Too few arguments for function.\n"); in getFormalParams() 300 LLVM_DEBUG(dbgs() << "Can not convert function argument.\n"); in getFormalParams() 320 LLVM_DEBUG(dbgs() << "Failed to fold bitcast call expr\n"); in castCallResultIfNeeded() 334 LLVM_DEBUG(dbgs() << "Evaluating Instruction: " << *CurInst << "\n"); in EvaluateBlock() 338 LLVM_DEBUG(dbgs() << "Store is not simple! Can not evaluate.\n"); in EvaluateBlock() 343 LLVM_DEBUG(dbgs() << "Folding constant ptr expression: " << *Ptr); in EvaluateBlock() 345 LLVM_DEBUG(dbgs() << "; To: " << *Ptr << "\n"); in EvaluateBlock() 350 dbgs() << "Pointer is too complex for us to evaluate store."); in EvaluateBlock() 359 LLVM_DEBUG(dbgs() << "Store value is too complex to evaluate store. " in EvaluateBlock() 366 LLVM_DEBUG(dbgs() in EvaluateBlock() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LostDebugLocObserver.cpp | 21 LOC_DEBUG(dbgs() << ".. No debug info was present\n"); in analyzeDebugLocations() 26 dbgs() << ".. No instructions to carry debug info (dead code?)\n"); in analyzeDebugLocations() 30 LOC_DEBUG(dbgs() << ".. Searching " << PotentialMIsForDebugLocs.size() in analyzeDebugLocations() 40 dbgs() << ".. Assuming line-0 location covers remainder (if any)\n"); in analyzeDebugLocations() 44 LOC_DEBUG(dbgs() << ".. .. found " << MI->getDebugLoc() << " in " << *MI); in analyzeDebugLocations() 54 dbgs() << ".. Lost locations:\n"; in analyzeDebugLocations() 56 dbgs() << ".. .. "; in analyzeDebugLocations() 57 Loc.print(dbgs()); in analyzeDebugLocations() 58 dbgs() << "\n"; in analyzeDebugLocations() 60 dbgs() << ".. MIs with matched locations:\n"; in analyzeDebugLocations() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.cpp | 28 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/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.cpp | 28 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 122 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/ |
D | AArch64PromoteConstant.cpp | 111 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 …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 524 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/ |
D | DependenceAnalysis.cpp | 417 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-10.0/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 141 LLVM_DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker() 143 : CriticalPathSet.set_bits()) dbgs() in AggressiveAntiDepBreaker() 145 LLVM_DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker() 205 LLVM_DEBUG(dbgs() << "Observe: "); in Observe() 207 LLVM_DEBUG(dbgs() << "\tRegs:"); in Observe() 218 LLVM_DEBUG(if (State->GetGroup(Reg) != 0) dbgs() in Observe() 227 LLVM_DEBUG(dbgs() << '\n'); in Observe() 316 LLVM_DEBUG(if (!header && footer) dbgs() << footer); in HandleLastUse() 326 dbgs() << header << printReg(Reg, TRI); in HandleLastUse() 329 LLVM_DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 82 LLVM_DEBUG(dbgs() << "VPSLP: not all operands are VPInstructions\n"); in areVectorizable() 99 LLVM_DEBUG(dbgs() << "VPSLP: Opcodes do not agree \n"); in areVectorizable() 107 LLVM_DEBUG(dbgs() << "VPSLP: operands in different BBs\n"); in areVectorizable() 113 LLVM_DEBUG(dbgs() << "VPSLP: Some operands have multiple users.\n"); in areVectorizable() 134 dbgs() << "VPSLP: instruction modifying memory between loads\n"); in areVectorizable() 143 LLVM_DEBUG(dbgs() << "VPSLP: only simple loads are supported.\n"); in areVectorizable() 153 LLVM_DEBUG(dbgs() << "VPSLP: only simple stores are supported.\n"); in areVectorizable() 246 LLVM_DEBUG(dbgs() << " getBest\n"); in getBest() 249 LLVM_DEBUG(dbgs() << " Candidates for " in getBest() 255 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanSLP.cpp | 82 LLVM_DEBUG(dbgs() << "VPSLP: not all operands are VPInstructions\n"); in areVectorizable() 99 LLVM_DEBUG(dbgs() << "VPSLP: Opcodes do not agree \n"); in areVectorizable() 107 LLVM_DEBUG(dbgs() << "VPSLP: operands in different BBs\n"); in areVectorizable() 113 LLVM_DEBUG(dbgs() << "VPSLP: Some operands have multiple users.\n"); in areVectorizable() 134 dbgs() << "VPSLP: instruction modifying memory between loads\n"); in areVectorizable() 143 LLVM_DEBUG(dbgs() << "VPSLP: only simple loads are supported.\n"); in areVectorizable() 153 LLVM_DEBUG(dbgs() << "VPSLP: only simple stores are supported.\n"); in areVectorizable() 249 LLVM_DEBUG(dbgs() << " getBest\n"); in getBest() 252 LLVM_DEBUG(dbgs() << " Candidates for " in getBest() 258 LLVM_DEBUG(dbgs() << *cast<VPInstruction>(Candidate)->getUnderlyingInstr() in getBest() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 438 LLVM_DEBUG(dbgs() << "\tintersect constraints\n"); in intersectConstraints() 439 LLVM_DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); in intersectConstraints() 440 LLVM_DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); in intersectConstraints() 456 LLVM_DEBUG(dbgs() << "\t intersect 2 distances\n"); in intersectConstraints() 483 LLVM_DEBUG(dbgs() << "\t intersect 2 lines\n"); in intersectConstraints() 488 LLVM_DEBUG(dbgs() << "\t\tsame slope\n"); in intersectConstraints() 502 LLVM_DEBUG(dbgs() << "\t\tdifferent slopes\n"); in intersectConstraints() 524 LLVM_DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n"); in intersectConstraints() 525 LLVM_DEBUG(dbgs() << "\t\tXbot = " << Xbot << "\n"); in intersectConstraints() 526 LLVM_DEBUG(dbgs() << "\t\tYtop = " << Ytop << "\n"); in intersectConstraints() [all …]
|