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

1 2 3 4 5 6 78 91011

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 682 DEBUG(dbgs() << "loop-idiom Scanning: F["
802 dbgs() << "NEGATIVE STRIDE: " << *SI << "\n";
803 dbgs() << "BB: " << *SI->getParent();
    [all...]
MemCpyOptimizer.cpp 459 DEBUG(dbgs() << "Replace stores:\n";
461 dbgs() << *Range.TheStores[i] << '\n';
462 dbgs() << "With: " << *AMemSet << '\n');
    [all...]
IndVarSimplify.cpp 178 DEBUG(dbgs() << "INDVARS: GEP rewrite bail out "
540 DEBUG(dbgs() << "INDVARS: RLEV: AfterLoopVal = " << *ExitVal << '\n'
762 DEBUG(dbgs() << "Cloning IVUser: " << *DU.NarrowUse << "\n");
    [all...]
CorrelatedValuePropagation.cpp 120 DEBUG(dbgs() << "CVP: Threading PHI over " << *SI << '\n');
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 162 DEBUG(dbgs() << "JIT: Map \'" << GV->getName()
273 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
280 DEBUG(dbgs() << "JIT: ARGV[" << i << "] = " << (void*)Dest << "\n");
889 dbgs() << "Cannot store value of type " << *Ty << "!\n";
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 903 dbgs() << "PAL[\n";
907 dbgs() << " { ";
909 dbgs() << "~0U";
911 dbgs() << Index;
912 dbgs() << " => " << getAsString(Index) << " }\n";
915 dbgs() << "]\n";
    [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 406 DEBUG(dbgs() << "Computing probabilities for " << I->getName() << "\n");
522 DEBUG(dbgs() << "set edge " << Src->getName() << " -> "
MemoryBuiltins.cpp 444 DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: " << *V
605 DEBUG(dbgs() << "ObjectSizeOffsetVisitor unknown instruction:" << I << '\n');
675 DEBUG(dbgs() << "ObjectSizeOffsetEvaluator::compute() unhandled value: "
817 DEBUG(dbgs() << "ObjectSizeOffsetEvaluator unknown instruction:" << I <<'\n');
AliasSetTracker.cpp 594 void AliasSet::dump() const { print(dbgs()); }
595 void AliasSetTracker::dump() const { print(dbgs()); }
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 115 dbgs() << "gc " << getName() << " must override performCustomLowering.\n";
121 dbgs() << "gc " << getName() << " must override findCustomSafePoints.\n";
CalcSpillWeights.cpp 43 DEBUG(dbgs() << "********** Compute Spill Weights **********\n"
PrologEpilogInserter.cpp 467 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << -Offset << "]\n");
470 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << Offset << "]\n");
566 DEBUG(dbgs() << "Local frame base offset: " << Offset << "\n");
572 DEBUG(dbgs() << "alloc FI(" << Entry.first << ") at SP[" <<
    [all...]
ScheduleDAGInstrs.cpp 650 DEBUG(dbgs() << "\tReject chain dep between SU("
    [all...]
LexicalScopes.cpp 319 raw_ostream &err = dbgs();
MachineSSAUpdater.cpp 203 DEBUG(dbgs() << " Inserted PHI: " << *InsertedPHI << "\n");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 226 DEBUG(dbgs() << "setSubgraphColor hit max level\n");
LegalizeIntegerTypes.cpp 36 DEBUG(dbgs() << "Promote integer result: "; N->dump(&DAG); dbgs() << "\n");
46 dbgs() << "PromoteIntegerResult #" << ResNo << ": ";
47 N->dump(&DAG); dbgs() << "\n";
751 DEBUG(dbgs() << "Promote integer operand: "; N->dump(&DAG); dbgs() << "\n");
760 dbgs() << "PromoteIntegerOperand Op #" << OpNo << ": ";
761 N->dump(&DAG); dbgs() << "\n";
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 35 DEBUG(dbgs() << "resolveRelocation LocalAddress: "
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 81 dbgs() << "considering symbol "
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 132 DEBUG(dbgs() << "Instrument " << *Ptr << " for " << Twine(NeededSize)
  /external/llvm/lib/Transforms/Utils/
Local.cpp 536 DEBUG(dbgs() << "Looking to fold " << BB->getName() << " into "
559 DEBUG(dbgs() << "Can't fold, phi node " << PN->getName() << " in "
574 DEBUG(dbgs() << "Can't fold, phi node " << PN->getName() << " in "
631 DEBUG(dbgs() << "Killing Trivial BB: \n" << *BB);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 374 DEBUG(dbgs() << "JIT: Allocating another slab of memory for function.");
492 DEBUG(dbgs() << "JIT: Allocating another slab of memory for function.");
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 144 print(dbgs());
145 dbgs() << '\n';
SubtargetFeature.cpp 352 print(dbgs());
  /external/clang/lib/Tooling/
Tooling.cpp 302 llvm::dbgs() << "Processing: " << File << ".\n";

Completed in 4943 milliseconds

1 2 3 4 5 6 78 91011