HomeSort by relevance Sort by last modified time
    Searched refs:dbgs (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/MC/
MCLabel.cpp 21 print(dbgs());
MCInst.cpp 37 print(dbgs(), nullptr);
38 dbgs() << "\n";
69 print(dbgs(), nullptr);
70 dbgs() << "\n";
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 71 DEBUG(dbgs() << "Upper bound 0x");
72 DEBUG(dbgs().write_hex(Prev));
73 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
74 DEBUG(dbgs().write_hex(I->Lower) << "\n");
78 DEBUG(dbgs() << "Upper bound 0x");
79 DEBUG(dbgs().write_hex(I->Lower));
80 DEBUG(dbgs() << " should not be less than lower bound 0x");
81 DEBUG(dbgs().write_hex(I->Upper) << "\n");
Debug.h 59 /// DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
81 /// dbgs() - This returns a reference to a raw_ostream for debugging
83 /// like: dbgs() << "foo" << "bar";
84 raw_ostream &dbgs();
91 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
  /external/llvm/lib/Target/AArch64/
AArch64DeadRegisterDefinitionsPass.cpp 75 DEBUG(dbgs() << " Ignoring, operand is frame index\n");
82 DEBUG(dbgs() << " Dead def operand #" << i << " in:\n ";
83 MI.print(dbgs()));
86 DEBUG(dbgs() << " Ignoring, def is tied operand.\n");
92 DEBUG(dbgs() << " Ignoring, implicitly defines overlap reg.\n");
100 DEBUG(dbgs() << " Ignoring, register is not a GPR.\n");
109 DEBUG(dbgs() << " Replacing with zero register. New:\n ");
111 DEBUG(MI.print(dbgs()));
124 DEBUG(dbgs() << "***** AArch64DeadRegisterDefinitions *****\n");
AArch64PromoteConstant.cpp 94 DEBUG(dbgs() << getPassName() << '\n');
363 DEBUG(dbgs() << "Insertion point dominated by:\n");
364 DEBUG(IPI.first->print(dbgs()));
365 DEBUG(dbgs() << '\n');
391 DEBUG(dbgs() << "Merge insertion point with:\n");
392 DEBUG(IPI->first->print(dbgs()));
393 DEBUG(dbgs() << "\nat considered insertion point.\n");
413 DEBUG(dbgs() << "Merge insertion point with:\n");
414 DEBUG(IPI->first->print(dbgs()));
415 DEBUG(dbgs() << '\n')
    [all...]
AArch64AddressTypePromotion.cpp 252 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n");
261 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n');
265 DEBUG(dbgs() << "No uses => marked as delete\n");
271 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n');
275 DEBUG(dbgs() << "Cannot get through\n");
282 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n");
310 DEBUG(dbgs() << "Propagate SExt to operands\n");
313 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n');
316 DEBUG(dbgs() << "No need to propagate\n");
322 DEBUG(dbgs() << "Statically sign extend\n")
    [all...]
AArch64ConditionalCompares.cpp 313 DEBUG(dbgs() << "Flags not used by terminator: " << *I);
331 DEBUG(dbgs() << "Immediate out of range for ccmp: " << *I);
342 DEBUG(dbgs() << "Can't convert compare with live destination: " << *I);
360 DEBUG(dbgs() << "Can't create ccmp with multiple uses: " << *I);
366 DEBUG(dbgs() << "Not convertible compare: " << *I);
371 DEBUG(dbgs() << "Flags not defined in BB#" << MBB->getNumber() << '\n');
385 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
398 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than "
405 DEBUG(dbgs() << "Can't hoist: " << I);
413 DEBUG(dbgs() << "Won't speculate load: " << I)
    [all...]
  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 42 dbgs() << "hints:";
44 dbgs() << ' ' << PrintReg(Hints[I], TRI);
45 dbgs() << '\n';
EarlyIfConversion.cpp 188 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
202 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than "
209 DEBUG(dbgs() << "Can't hoist: " << *I);
217 DEBUG(dbgs() << "Won't speculate load: " << *I);
224 DEBUG(dbgs() << "Can't speculate: " << *I);
231 DEBUG(dbgs() << "Won't speculate regmask: " << *I);
249 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI);
251 DEBUG(dbgs() << "Can't insert instructions below terminator.\n");
282 DEBUG(dbgs() << "Can't insert code after " << *I);
317 dbgs() << "Would clobber"
    [all...]
ScheduleDAG.cpp 318 dbgs() << "SU(" << NodeNum << "): ";
325 dbgs() << " # preds left : " << NumPredsLeft << "\n";
326 dbgs() << " # succs left : " << NumSuccsLeft << "\n";
328 dbgs() << " # weak preds left : " << WeakPredsLeft << "\n";
330 dbgs() << " # weak succs left : " << WeakSuccsLeft << "\n";
331 dbgs() << " # rdefs left : " << NumRegDefsLeft << "\n";
332 dbgs() << " Latency : " << Latency << "\n";
333 dbgs() << " Depth : " << getDepth() << "\n";
334 dbgs() << " Height : " << getHeight() << "\n";
337 dbgs() << " Predecessors:\n"
    [all...]
AggressiveAntiDepBreaker.cpp 136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
139 dbgs() << " " << TRI->getName(r));
140 DEBUG(dbgs() << '\n');
199 DEBUG(dbgs() << "Observe: ");
201 DEBUG(dbgs() << "\tRegs:");
213 dbgs() << " " << TRI->getName(Reg) << "=g" <<
221 DEBUG(dbgs() << '\n');
314 dbgs() << header << TRI->getName(Reg); header = nullptr; });
315 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag);
326 dbgs() << header << TRI->getName(Reg); header = nullptr; })
    [all...]
ExpandPostRAPseudos.cpp 99 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI);
103 DEBUG(dbgs() << "subreg: replaced by: " << *MI);
116 DEBUG(dbgs() << "subreg: replace by: " << *MI);
119 DEBUG(dbgs() << "subreg: eliminated!");
128 DEBUG(dbgs() << "subreg: " << *CopyMI);
131 DEBUG(dbgs() << '\n');
139 DEBUG(dbgs() << "dead copy: " << *MI);
141 DEBUG(dbgs() << "replaced by: " << *MI);
149 DEBUG(dbgs() << "identity copy: " << *MI);
156 DEBUG(dbgs() << "replaced by: " << *MI)
    [all...]
ScoreboardHazardRecognizer.cpp 78 DEBUG(dbgs() << "Disabled scoreboard hazard recognizer\n");
82 DEBUG(dbgs() << "Using scoreboard hazard recognizer: Depth = "
95 dbgs() << "Scoreboard:\n";
103 dbgs() << "\t";
105 dbgs() << ((FUs & (1 << j)) ? '1' : '0');
106 dbgs() << '\n';
165 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
166 DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
StackColoring.cpp 198 DEBUG(dbgs() << "Inspecting block #" << BasicBlocks.lookup(MBB) << " ["
205 DEBUG(dbgs()<<"BEGIN : {");
207 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" ");
208 DEBUG(dbgs()<<"}\n");
210 DEBUG(dbgs()<<"END : {");
212 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" ");
214 DEBUG(dbgs()<<"}\n");
216 DEBUG(dbgs()<<"LIVE_IN: {");
218 DEBUG(dbgs()<<BlockInfo.LiveIn.test(i)<<" ");
220 DEBUG(dbgs()<<"}\n")
    [all...]
RegAllocFast.cpp 286 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->VirtReg, TRI)
290 DEBUG(dbgs() << " to stack slot #" << FI << "\n");
316 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV);
443 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n");
452 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding "
463 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n");
492 DEBUG(dbgs() << "Assigning " << PrintReg(LR.VirtReg, TRI) << " to "
547 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from "
553 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n");
554 DEBUG(dbgs() << "\tCost: " << Cost << "\n")
    [all...]
  /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/Target/Mips/
MipsOs16.cpp 84 DEBUG(dbgs() << "Working on call" << "\n");
99 DEBUG(dbgs() << "Run on Module MipsOs16 \n" << Mips32FunctionMask << "\n");
101 DEBUG(dbgs() << "using mask \n" << Mips32FunctionMask << "\n");
106 DEBUG(dbgs() << "Working on " << F->getName() << "\n");
113 DEBUG(dbgs() << "mask forced mips32: " << F->getName() << "\n");
127 DEBUG(dbgs() << "os16 forced mips32: " << F->getName() << "\n");
131 DEBUG(dbgs() << "os16 forced mips16: " << F->getName() << "\n");
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 422 DEBUG(dbgs() << "\tintersect constraints\n");
423 DEBUG(dbgs() << "\t X ="; X->dump(dbgs()));
424 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs()));
440 DEBUG(dbgs() << "\t intersect 2 distances\n");
467 DEBUG(dbgs() << "\t intersect 2 lines\n");
472 DEBUG(dbgs() << "\t\tsame slope\n");
486 DEBUG(dbgs() << "\t\tdifferent slopes\n");
508 DEBUG(dbgs() << "\t\tXtop = " << Xtop << "\n")
    [all...]
BlockFrequencyInfoImpl.cpp 35 void BlockMass::dump() const { print(dbgs()); }
277 dbgs() << " =>"
280 dbgs() << ", succ = " << getBlockName(Succ);
282 dbgs() << ", resolved = " << getBlockName(Resolved);
283 dbgs() << "\n";
344 DEBUG(dbgs() << "compute-loop-scale: " << getLoopName(Loop) << "\n");
353 DEBUG(dbgs() << " - exit-mass = " << ExitMass << " (" << BlockMass::getFull()
359 DEBUG(dbgs() << " - reduced-to-max-scale: " << getMaxLoopScale() << "\n");
365 DEBUG(dbgs() << "packaging-loop: " << getLoopName(Loop) << "\n");
371 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\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/Target/R600/
AMDILCFGStructurizer.cpp 67 DEBUG(dbgs() << "New instr: " << *i << "\n");
71 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
72 dbgs() << "\n"; \
78 dbgs() << msg << "BB" << b->getNumber() << "size " << b->size(); \
79 b->print(dbgs()); \
80 dbgs() << "\n"; \
169 DEBUG(dbgs() << "LoopInfo:\n"; PrintLoopinfo(*MLI););
171 DEBUG(MDT->print(dbgs(), (const llvm::Module*)nullptr););
173 DEBUG(PDT->print(dbgs()););
193 dbgs() << "BB" << (*iterBlk)->getNumber()
    [all...]
  /external/llvm/lib/Support/
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/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 66 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
68 DEBUG(dbgs() << "Connected to OProfile agent.\n");
76 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: "
79 DEBUG(dbgs() << "Disconnected from OProfile agent.\n");
92 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to "
105 DEBUG(dbgs() << "Failed to tell OProfile about native function "
150 DEBUG(dbgs()
162 DEBUG(dbgs()
188 DEBUG(dbgs() << "Failed to tell OProfile about native function "
213 DEBUG(dbgs()
    [all...]

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>