/external/llvm/lib/MC/ |
MCLabel.cpp | 21 print(dbgs());
|
MCInst.cpp | 37 print(dbgs(), 0); 38 dbgs() << "\n"; 69 print(dbgs(), 0); 70 dbgs() << "\n";
|
MCValue.cpp | 36 print(dbgs(), 0);
|
/external/llvm/lib/CodeGen/ |
AllocationOrder.cpp | 41 dbgs() << "hints:"; 43 dbgs() << ' ' << PrintReg(Hints[I], TRI); 44 dbgs() << '\n';
|
EarlyIfConversion.cpp | 187 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n"); 201 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than " 208 DEBUG(dbgs() << "Can't hoist: " << *I); 216 DEBUG(dbgs() << "Won't speculate load: " << *I); 223 DEBUG(dbgs() << "Can't speculate: " << *I); 230 DEBUG(dbgs() << "Won't speculate regmask: " << *I); 248 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI); 250 DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); 281 DEBUG(dbgs() << "Can't insert code after " << *I); 316 dbgs() << "Would clobber" [all...] |
ScheduleDAG.cpp | 317 dbgs() << "SU(" << NodeNum << "): "; 324 dbgs() << " # preds left : " << NumPredsLeft << "\n"; 325 dbgs() << " # succs left : " << NumSuccsLeft << "\n"; 327 dbgs() << " # weak preds left : " << WeakPredsLeft << "\n"; 329 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n"; 330 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n"; 331 dbgs() << " Latency : " << Latency << "\n"; 332 dbgs() << " Depth : " << getDepth() << "\n"; 333 dbgs() << " Height : " << getHeight() << "\n"; 336 dbgs() << " Predecessors:\n" [all...] |
AggressiveAntiDepBreaker.cpp | 135 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); 138 dbgs() << " " << TRI->getName(r)); 139 DEBUG(dbgs() << '\n'); 198 DEBUG(dbgs() << "Observe: "); 200 DEBUG(dbgs() << "\tRegs:"); 212 dbgs() << " " << TRI->getName(Reg) << "=g" << 220 DEBUG(dbgs() << '\n'); 313 dbgs() << header << TRI->getName(Reg); header = NULL; }); 314 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); 325 dbgs() << header << TRI->getName(Reg); header = NULL; }) [all...] |
ExpandPostRAPseudos.cpp | 98 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); 102 DEBUG(dbgs() << "subreg: replaced by: " << *MI); 115 DEBUG(dbgs() << "subreg: replace by: " << *MI); 118 DEBUG(dbgs() << "subreg: eliminated!"); 127 DEBUG(dbgs() << "subreg: " << *CopyMI); 130 DEBUG(dbgs() << '\n'); 138 DEBUG(dbgs() << "dead copy: " << *MI); 140 DEBUG(dbgs() << "replaced by: " << *MI); 148 DEBUG(dbgs() << "identity copy: " << *MI); 155 DEBUG(dbgs() << "replaced by: " << *MI) [all...] |
ScoreboardHazardRecognizer.cpp | 77 DEBUG(dbgs() << "Disabled scoreboard hazard recognizer\n"); 81 DEBUG(dbgs() << "Using scoreboard hazard recognizer: Depth = " 94 dbgs() << "Scoreboard:\n"; 102 dbgs() << "\t"; 104 dbgs() << ((FUs & (1 << j)) ? '1' : '0'); 105 dbgs() << '\n'; 164 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", "); 165 DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
|
StackColoring.cpp | 206 DEBUG(dbgs()<<"Inspecting block #"<<BasicBlocks.lookup(*FI)<< 213 DEBUG(dbgs()<<"BEGIN : {"); 215 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" "); 216 DEBUG(dbgs()<<"}\n"); 218 DEBUG(dbgs()<<"END : {"); 220 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" "); 222 DEBUG(dbgs()<<"}\n"); 224 DEBUG(dbgs()<<"LIVE_IN: {"); 226 DEBUG(dbgs()<<BlockInfo.LiveIn.test(i)<<" "); 228 DEBUG(dbgs()<<"}\n") [all...] |
RegAllocFast.cpp | 285 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI) 289 DEBUG(dbgs() << " to stack slot #" << FI << "\n"); 317 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); 445 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); 454 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " 465 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); 494 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to " 549 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " 555 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); 556 DEBUG(dbgs() << "\tCost: " << Cost << "\n") [all...] |
LiveRegMatrix.cpp | 73 DEBUG(dbgs() << "assigning " << PrintReg(VirtReg.reg, TRI) 79 DEBUG(dbgs() << ' ' << PrintRegUnit(*Units, TRI)); 83 DEBUG(dbgs() << '\n'); 88 DEBUG(dbgs() << "unassigning " << PrintReg(VirtReg.reg, TRI) 92 DEBUG(dbgs() << ' ' << PrintRegUnit(*Units, TRI)); 96 DEBUG(dbgs() << '\n');
|
ProcessImplicitDefs.cpp | 77 DEBUG(dbgs() << "Processing " << *MI); 91 DEBUG(dbgs() << "Converting to IMPLICIT_DEF: " << *UserMI); 123 DEBUG(dbgs() << "Physreg user: " << *UserMI); 132 DEBUG(dbgs() << "Keeping physreg: " << *MI); 139 DEBUG(dbgs() << "********** PROCESS IMPLICIT DEFS **********\n" 161 DEBUG(dbgs() << "BB#" << MFI->getNumber() << " has " << WorkList.size()
|
ShrinkWrapping.cpp | 188 dbgs() << "Place CSR spills/restores for " 302 dbgs() 317 dbgs() 366 dbgs() << "DISABLED: " << Fn.getName() 386 dbgs() << "DISABLED: " << Fn.getName() 468 DEBUG(dbgs() << "DISABLED: " << Fn.getName() 480 DEBUG(dbgs() << "DISABLED: " << Fn.getName() 507 DEBUG(dbgs() << "DISABLED: " << Fn.getName() 523 dbgs() << "ENABLED: " << Fn.getName(); 525 dbgs() << " (fast exit path)" [all...] |
/external/llvm/lib/Support/ |
BranchProbability.cpp | 26 dbgs() << *this << '\n';
|
ErrorHandling.cpp | 93 dbgs() << msg << "\n"; 94 dbgs() << "UNREACHABLE executed"; 96 dbgs() << " at " << file << ":" << line; 97 dbgs() << "!\n";
|
Debug.cpp | 76 // know that debug mode is enabled and dbgs() really is a 77 // circular_raw_ostream. If NDEBUG is defined, then dbgs() == 80 static_cast<llvm::circular_raw_ostream *>(&llvm::dbgs()); 100 /// dbgs - Return a circular-buffered debug stream. 101 raw_ostream &llvm::dbgs() { function in class:llvm 124 /// dbgs - Return errs(). 125 raw_ostream &dbgs() {
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCExpand.cpp | 95 DEBUG(dbgs() << "ObjCARCExpand: Visiting Function: " << F.getName() << "\n"); 100 DEBUG(dbgs() << "ObjCARCExpand: Visiting: " << *Inst << "\n"); 115 DEBUG(dbgs() << "ObjCARCExpand: Old = " << *Inst << "\n" 125 DEBUG(dbgs() << "ObjCARCExpand: Finished List.\n\n");
|
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 417 DEBUG(dbgs() << "\tintersect constraints\n"); 418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs())); 419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs())); 435 DEBUG(dbgs() << "\t intersect 2 distances\n"); 462 DEBUG(dbgs() << "\t intersect 2 lines\n"); 467 DEBUG(dbgs() << "\t\tsame slope\n"); 481 DEBUG(dbgs() << "\t\tdifferent slopes\n"); 503 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n") [all...] |
Trace.cpp | 51 print(dbgs());
|
/external/llvm/include/llvm/Analysis/ |
ProfileInfo.h | 42 // Helper for dumping edges to dbgs(). 125 dbgs() << "Creating Edge " << e 172 dbgs() << "**** This is ProfileInfo " << this << " speaking:\n"; 176 dbgs() << "Functions: \n"; 178 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n"; 183 dbgs() << fi->first << "@" << format("%p",fi->first) << ": " << format("%.20g",fi->second) << "\n"; 192 dbgs() << "BasicBlocks for Function " << F << ":\n"; 194 dbgs() << bi->first << "@" << format("%p", bi->first) << ": " << format("%.20g",bi->second) << "\n"; 201 dbgs() << "Edges for Function " << ei->first << ":\n"; 204 dbgs() << ewi->first << ": " << format("%.20g",ewi->second) << "\n" [all...] |
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n"); 62 DEBUG(dbgs() << "Connected to OProfile agent.\n"); 70 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: " 73 DEBUG(dbgs() << "Disconnected from OProfile agent.\n"); 86 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to " 99 DEBUG(dbgs() << "Failed to tell OProfile about native function " 144 DEBUG(dbgs() 156 DEBUG(dbgs()
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | 144 DEBUG(dbgs() << "Loop Unroll: F[" << Header->getParent()->getName() 193 DEBUG(dbgs() << " Loop Size = " << LoopSize << "\n"); 195 DEBUG(dbgs() << " Not unrolling loop which contains non duplicatable" 200 DEBUG(dbgs() << " Not unrolling loop with inlinable calls.\n"); 205 DEBUG(dbgs() << " Too large to fully unroll with count: " << Count 208 DEBUG(dbgs() << " will not try to unroll partially because " 226 DEBUG(dbgs() << " could not unroll partially\n"); 229 DEBUG(dbgs() << " partially unrolling with count: " << Count << "\n");
|
/external/llvm/include/llvm/Support/ |
Debug.h | 63 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n"); 85 /// dbgs() - This returns a reference to a raw_ostream for debugging 87 /// like: dbgs() << "foo" << "bar"; 88 raw_ostream &dbgs(); 95 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 95 DEBUG(dbgs() 120 dbgs() << "*** Scheduling failed! ***\n"; 122 dbgs() << " has been released too many times!\n"; 154 DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: "); 249 DEBUG(dbgs() << "*** Advancing cycle, no work to do\n"); 257 DEBUG(dbgs() << "*** Emitting noop\n");
|