/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/include/llvm/Support/ |
UnicodeCharRanges.h | 47 DEBUG(llvm::dbgs() << "Upper bound 0x"); 48 DEBUG(llvm::dbgs().write_hex(Prev)); 49 DEBUG(llvm::dbgs() << " should be less than succeeding lower bound 0x"); 50 DEBUG(llvm::dbgs().write_hex(I->Lower) << "\n"); 54 DEBUG(llvm::dbgs() << "Upper bound 0x"); 55 DEBUG(llvm::dbgs().write_hex(I->Lower)); 56 DEBUG(llvm::dbgs() << " should not be less than lower bound 0x"); 57 DEBUG(llvm::dbgs().write_hex(I->Upper) << "\n");
|
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/ |
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 | 207 DEBUG(dbgs()<<"Inspecting block #"<<BasicBlocks.lookup(*FI)<< 214 DEBUG(dbgs()<<"BEGIN : {"); 216 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" "); 217 DEBUG(dbgs()<<"}\n"); 219 DEBUG(dbgs()<<"END : {"); 221 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" "); 223 DEBUG(dbgs()<<"}\n"); 225 DEBUG(dbgs()<<"LIVE_IN: {"); 227 DEBUG(dbgs()<<BlockInfo.LiveIn.test(i)<<" "); 229 DEBUG(dbgs()<<"}\n") [all...] |
RegAllocFast.cpp | 285 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI) 289 DEBUG(dbgs() << " to stack slot #" << FI << "\n"); 315 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); 442 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); 451 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " 462 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); 491 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to " 546 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " 552 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); 553 DEBUG(dbgs() << "\tCost: " << Cost << "\n") [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...] |
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 397 dbgs() << "Null pointer passed into function.\n"; 409 dbgs() << "Failed setup with no Shl or And instruction on base opcode!\n"; 417 dbgs() << "Failed setup since the base operand is not an instruction!\n"; 435 dbgs() << "Failed setup since both mask and shift are NULL!\n"; 490 dbgs() << "!!! Vectors are not supported yet!\n"; 501 dbgs() << "Found an OR Operation that failed setup!\n"; 513 dbgs() << "Found an OR Operation that failed setup!\n"; 524 dbgs() << "Found an OR operation that can possible be optimized to ubit insert!\n"; 525 dbgs() << "Op: "; inst->dump(); 526 dbgs() << "LHS: "; if (LHS) { LHS->dump(); } else { dbgs() << "(None)\n"; [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 397 dbgs() << "Null pointer passed into function.\n"; 409 dbgs() << "Failed setup with no Shl or And instruction on base opcode!\n"; 417 dbgs() << "Failed setup since the base operand is not an instruction!\n"; 435 dbgs() << "Failed setup since both mask and shift are NULL!\n"; 490 dbgs() << "!!! Vectors are not supported yet!\n"; 501 dbgs() << "Found an OR Operation that failed setup!\n"; 513 dbgs() << "Found an OR Operation that failed setup!\n"; 524 dbgs() << "Found an OR operation that can possible be optimized to ubit insert!\n"; 525 dbgs() << "Op: "; inst->dump(); 526 dbgs() << "LHS: "; if (LHS) { LHS->dump(); } else { dbgs() << "(None)\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/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | 64 DEBUG(dbgs() << "New instr: " << *i << "\n"); 68 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \ 69 dbgs() << "\n"; \ 75 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \ 76 b->print(dbgs()); \ 77 dbgs() << "\n"; \ 164 DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI);); 166 DEBUG(MDT->print(dbgs(), (const llvm::Module*)0);); 168 DEBUG(PDT->print(dbgs());); 189 dbgs() << "BB" << (*iterBlk)->getNumber() [all...] |
/external/llvm/lib/Target/Mips/ |
MipsOs16.cpp | 75 DEBUG(dbgs() << "Working on call" << "\n"); 92 DEBUG(dbgs() << "Working on " << F->getName() << "\n"); 94 DEBUG(dbgs() << " need to compile as nomips16 \n"); 99 DEBUG(dbgs() << " no need to compile as nomips16 \n");
|