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

1 2 3 4 5 6 7 891011

  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 362 DEBUG(dbgs() << "In callback! Addr=" << (void*)RetAddr
X86Subtarget.cpp 407 DEBUG(dbgs() << "Subtarget features: SSELevel " << X86SSELevel
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 285 DEBUG(dbgs() << "Function: " << F->getName() << "\n");
327 DEBUG(dbgs() << Blocks.size() << " blocks.\n");
339 DEBUG(dbgs() << Block.Number << " -> " << Block.OutEdges[i]->Number
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 148 DEBUG(dbgs() << " Transformation preventing inst: " << *User << '\n');
355 DEBUG(dbgs() << "CONVERT TO VECTOR: " << *AI << "\n TYPE = "
375 DEBUG(dbgs() << "CONVERT TO SCALAR INTEGER: " << *AI << "\n");
    [all...]
TailRecursionElimination.cpp 624 DEBUG(dbgs() << "FOLDING: " << *BB
SimplifyLibCalls.cpp 190 DEBUG(dbgs() << "SimplifyLibCalls simplified: " << *CI;
191 dbgs() << " into: " << *Result << "\n");
  /external/llvm/lib/IR/
AsmWriter.cpp 455 #define ST_DEBUG(X) dbgs() << X
    [all...]
ConstantsContext.h 645 DEBUG(dbgs() << "Constant.cpp: ConstantUniqueMap\n");
768 DEBUG(dbgs() << "Constant.cpp: ConstantUniqueMap\n");
DebugInfo.cpp 1001 /// dump - Print descriptor to dbgs() with a newline.
1003 print(dbgs()); dbgs() << '\n';
    [all...]
Verifier.cpp 96 dbgs() << "Basic Block in function '" << F.getName()
98 WriteAsOperand(dbgs(), I, true);
99 dbgs() << "\n";
224 dbgs() << MessagesStr.str();
229 dbgs() << MessagesStr.str();
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 77 dbgs() << "TypeMap: ";
79 dbgs() << " => ";
81 dbgs() << '\n';
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 827 DEBUG(dbgs() << "Args: ";
829 dbgs() << argv[i] << ' ';
830 dbgs() << '\n';
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 297 DEBUG(dbgs() << "********* Hexagon Hardware Loops *********\n");
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 367 DEBUG(dbgs() << " Inserted PHI: " << *PHI << "\n");
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 606 DEBUG(dbgs() << "Dropping debug info for " << *DI << "\n");
612 DEBUG(dbgs() << "Dropping debug info for " << *DI << "\n");
651 DEBUG(dbgs() << "Dropping debug info for " << DI);
685 DEBUG(dbgs() << "Dropping debug info for " << DI);
    [all...]
DAGCombiner.cpp 622 DEBUG(dbgs() << "\nReplacing.1 ";
624 dbgs() << "\nWith: ";
626 dbgs() << " and " << NumTo-1 << " other values\n";
698 DEBUG(dbgs() << "\nReplacing.2 ";
700 dbgs() << "\nWith: ";
702 dbgs() << '\n');
713 DEBUG(dbgs() << "\nReplacing.9 ";
715 dbgs() << "\nWith: ";
717 dbgs() << '\n');
846 DEBUG(dbgs() << "\nPromoting "
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 202 DEBUG(dbgs() << " Inserted PHI: " << *InsertedPHI << "\n");
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 593 dbgs() << *this << "\n";
630 dbgs() << *this << "\n";
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 260 DEBUG(dbgs() << "Found alloca equal to global: " << AI << '\n');
261 DEBUG(dbgs() << " memcpy = " << *Copy << '\n');
InstCombineCasts.cpp 457 DEBUG(dbgs() << "ICE: EvaluateInDifferentType converting expression type"
776 DEBUG(dbgs() << "ICE: EvaluateInDifferentType converting expression type"
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
LoopInfo.cpp 373 print(dbgs());
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]

Completed in 1961 milliseconds

1 2 3 4 5 6 7 891011