HomeSort by relevance Sort by last modified time
    Searched refs:dbgs (Results 76 - 100 of 254) sorted by null

1 2 34 5 6 7 8 91011

  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
SROA.cpp 464 DEBUG(dbgs() << "WARNING: Ignoring " << Size << " byte use @" << Offset
483 DEBUG(dbgs() << "WARNING: Clamping a " << Size << " byte use @" << Offset
539 DEBUG(dbgs() << "WARNING: Ignoring " << Size << " byte store @" << Offset
    [all...]
Reassociate.cpp 66 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
69 dbgs() << "[ ";
70 WriteAsOperand(dbgs(), Ops[i].Op, false, M);
71 dbgs() << ", #" << Ops[i].Rank << "] ";
232 //DEBUG(dbgs() << "Calculated Rank[" << V->getName() << "] = "
420 DEBUG(dbgs() << "LINEARIZE: " << *I << '\n');
470 DEBUG(dbgs() << "OPERAND: " << *Op << " (" << Weight << ")\n");
477 DEBUG(dbgs() << "DIRECT ADD: " << *Op << " (" << Weight << ")\n");
490 DEBUG(dbgs() << "ADD USES LEAF: " << *Op << " (" << Weight << ")\n");
515 DEBUG(dbgs() << "UNLEAF: " << *Op << " (" << It->second << ")\n")
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 337 DEBUG(dbgs() << "Verifying " << CPUsers.size() << " CP users.\n");
345 DEBUG(dbgs() << "OK\n");
348 DEBUG(dbgs() << "Out of range.\n");
361 dbgs() << format("%08x BB#%u\t", BBI.Offset, J)
380 DEBUG(dbgs() << "***** ARMConstantIslands: "
444 DEBUG(dbgs() << "Beginning CP iteration #" << NoCPIters << '\n');
456 DEBUG(dbgs() << "Beginning BR iteration #" << NoBRIters << '\n');
489 DEBUG(dbgs() << '\n'; dumpBBs());
560 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
    [all...]
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 113 DEBUG(dbgs() << "function '" << F->getName() << "' ran "
124 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": "
134 DEBUG(dbgs() << " :: ");
139 DEBUG(dbgs() << source->getName() << " --{" << duplicateNumber
ProfileInfo.cpp 169 DEBUG(dbgs() << "Creating Block " << BB->getName()
177 DEBUG(dbgs() << "Creating Block " << MBB->getBasicBlock()->getName()
186 DEBUG(dbgs() << "Adding to Edge " << e
196 DEBUG(dbgs() << "Adding to Block " << BB->getName()
207 DEBUG(dbgs() << "Deleting " << BB->getName() << "\n");
217 DEBUG(dbgs() << "Deleting" << e << "\n");
227 DEBUG(dbgs() << "Replacing " << oldedge << " with " << newedge << "\n");
230 DEBUG(dbgs() << "Adding " << oldedge << " to " << newedge << "\n");
283 DEBUG(dbgs() << "Diverting " << oldedge << " via " << newedge );
297 DEBUG(dbgs() << ", Weight: " << format("%.20g",w) << "\n")
    [all...]
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 79 print(dbgs());
RegAllocBasic.cpp 186 DEBUG(dbgs() << "spilling " << TRI->getName(PhysReg) <<
259 DEBUG(dbgs() << "spilling: " << VirtReg << '\n');
271 DEBUG(dbgs() << "********** BASIC REGISTER ALLOCATION **********\n"
284 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *VRM << "\n");
LiveIntervalAnalysis.cpp 153 printInstrs(dbgs());
262 DEBUG(dbgs() << "Computing live-in reg-units in ABI blocks.\n");
278 DEBUG(dbgs() << Begin << "\tBB#" << MBB->getNumber());
290 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << '#' << VNI->id);
293 DEBUG(dbgs() << '\n');
295 DEBUG(dbgs() << "Created " << NewIntvs.size() << " new intervals.\n");
308 DEBUG(dbgs() << "Shrink: " << *li << '\n');
329 DEBUG(dbgs() << Idx << '\t' << *UseMI
384 DEBUG(dbgs() << " live-in at " << BlockStart << '\n');
414 DEBUG(dbgs() << "Dead PHI at " << VNI->def << " may separate interval\n")
    [all...]
MachineLICM.cpp 334 DEBUG(dbgs() << "******** Pre-regalloc Machine LICM: ");
336 DEBUG(dbgs() << "******** Post-regalloc Machine LICM: ");
337 DEBUG(dbgs() << MF.getName() << " ********\n");
613 DEBUG(dbgs() << "Hoisting to BB#" << Preheader->getNumber() << " from BB#"
651 DEBUG(dbgs() << "Entering: " << MBB->getName() << '\n');
658 DEBUG(dbgs() << "Exiting: " << MBB->getName() << '\n');
    [all...]
ExecutionDepsFix.cpp 366 DEBUG(dbgs() << "BB#" << MBB->getNumber() << ": entry\n");
408 DEBUG(dbgs() << "BB#" << MBB->getNumber()
471 DEBUG(dbgs() << TRI->getName(RC->getRegister(rx)) << ":\t" << CurInstr
486 DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref);
488 DEBUG(dbgs() << ": Break dependency.\n");
496 DEBUG(dbgs() << ": OK.\n");
501 DEBUG(dbgs() << ": Wait for back-edge to resolve.\n");
652 DEBUG(dbgs() << "********** FIX EXECUTION DEPENDENCIES: "
MachineCSE.cpp 138 DEBUG(dbgs() << "Coalescing: " << *DefMI);
139 DEBUG(dbgs() << "*** to: " << *MI);
421 DEBUG(dbgs() << "Entering: " << MBB->getName() << '\n');
427 DEBUG(dbgs() << "Exiting: " << MBB->getName() << '\n');
509 DEBUG(dbgs() << "Examining: " << *MI);
510 DEBUG(dbgs() << "*** Found a common subexpression: " << *CSMI);
538 DEBUG(dbgs() << "*** Not profitable, avoid CSE!\n");
547 DEBUG(dbgs() << "*** Not the same register class, avoid CSE!\n");
RegAllocPBQP.cpp 487 DEBUG(dbgs() << "VREG " << PrintReg(vreg, tri) << " -> "
497 DEBUG(dbgs() << "VREG " << PrintReg(vreg, tri) << " -> SPILLED (Cost: "
505 DEBUG(dbgs() << PrintReg((*itr)->reg, tri) << " ");
509 DEBUG(dbgs() << ")\n");
557 DEBUG(dbgs() << "PBQP Register Allocating for " << mf->getName() << "\n");
585 DEBUG(dbgs() << " PBQP Regalloc round " << round << ":\n");
597 DEBUG(dbgs() << "Dumping graph for round " << round << " to \""
618 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");
  /external/llvm/lib/IR/
DebugLoc.cpp 136 dbgs() << getLine();
138 dbgs() << ',' << getCol();
141 dbgs() << " @ ";
144 dbgs() << "\n";
  /external/llvm/lib/MC/
MCSymbol.cpp 81 print(dbgs());
  /external/llvm/lib/Support/
FormattedStream.cpp 99 static formatted_raw_ostream S(dbgs());
APInt.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 178 dbgs() << format("%08x BB#%u\t", BBI.Offset, J)
193 DEBUG(dbgs() << "***** AArch64BranchFixup ******");
211 DEBUG(dbgs() << "Beginning iteration #" << NoBRIters << '\n');
227 DEBUG(dbgs() << '\n'; dumpBBs());
439 DEBUG(dbgs() << "Branch of destination BB#" << DestBB->getNumber()
541 DEBUG(dbgs() << " Invert Bcc condition and swap its destination with "
580 DEBUG(dbgs() << " Insert B to BB#"
AArch64ISelDAGToDAG.cpp 323 DEBUG(dbgs() << "Selecting: "; Node->dump(CurDAG); dbgs() << "\n");
326 DEBUG(dbgs() << "== "; Node->dump(CurDAG); dbgs() << "\n");
400 DEBUG(dbgs() << "=> ";
405 dbgs() << "\n");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 332 print(dbgs(), G);
333 dbgs() << '\n';
521 dbgs() << "\n" << std::string(indent+2, ' ')
524 dbgs() << '\n';
525 dbgs().indent(indent);
530 dbgs() << "SelectionDAG has " << AllNodes.size() << " nodes:";
540 dbgs() << "\n\n";
587 DumpNodesr(dbgs(), this, 0, 0, once);
592 DumpNodesr(dbgs(), this, 0, G, once);
628 printrWithDepth(dbgs(), G, depth)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 129 DEBUG(dbgs() << "LHS: " << LHS << "\n");
131 DEBUG(dbgs() << "RHS: " << RHS << "\n");
134 DEBUG(dbgs() << "Pivot ==> "
292 DEBUG(dbgs() << "Clusterify finished. Total clusters: " << Cases.size()
294 DEBUG(dbgs() << "Cases: " << Cases << "\n");
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 205 DEBUG(dbgs() << "Writing " << format("%p", (Value + Addend))
218 DEBUG(dbgs() << "Writing " << format("%p", TruncatedAddr)
282 DEBUG(dbgs() << "resolveARMRelocation, LocalAddress: "
344 DEBUG(dbgs() << "resolveMipselocation, LocalAddress: "
609 DEBUG(dbgs() << "\t\tRelType: " << RelType
638 DEBUG(dbgs() << "\t\tThis is section symbol\n");
660 DEBUG(dbgs() << "\t\tRel.SectionID: " << Rel.SectionID
668 DEBUG(dbgs() << "\t\tThis is an ARM branch relocation.");
676 DEBUG(dbgs() << " Stub function found\n");
679 DEBUG(dbgs() << " Create a new stub function\n")
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 739 DEBUG(dbgs() << "PERFORMING GLOBAL SRA ON: " << *GV);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 214 DEBUG(dbgs() << "ObjCARCContract::ContractAutorelease: Fusing "
224 DEBUG(dbgs() << " New Retain: "
377 DEBUG(dbgs() << "ObjCARCContract: Visiting: " << *Inst << "\n");
416 DEBUG(dbgs() << "ObjCARCContract: Adding inline asm marker for "
438 DEBUG(dbgs() << "OBJCARCContract: Old = " << *CI << "\n"
460 DEBUG(dbgs() << "ObjCARCContract: Finished List.\n\n");
  /external/clang/lib/Lex/
UnicodeCharSets.h 53 DEBUG(llvm::dbgs() << "Upper bound 0x");
54 DEBUG(llvm::dbgs().write_hex(Prev));
55 DEBUG(llvm::dbgs() << " should be less than succeeding lower bound 0x");
56 DEBUG(llvm::dbgs().write_hex(I->Lower) << "\n");
60 DEBUG(llvm::dbgs() << "Upper bound 0x");
61 DEBUG(llvm::dbgs().write_hex(I->Lower));
62 DEBUG(llvm::dbgs() << " should not be less than lower bound 0x");
63 DEBUG(llvm::dbgs().write_hex(I->Upper) << "\n");

Completed in 596 milliseconds

1 2 34 5 6 7 8 91011