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

1 2

  /external/llvm/lib/Analysis/
Trace.cpp 39 (*i)->printAsOperand(O, true, getModule());
AliasAnalysisCounter.cpp 140 LocA.Ptr->printAsOperand(errs(), true, M);
143 LocB.Ptr->printAsOperand(errs(), true, M);
166 Loc.Ptr->printAsOperand(errs(), true, M);
DominanceFrontier.cpp 116 I->first->printAsOperand(OS, false);
127 (*I)->printAsOperand(OS, false);
IVUsers.cpp 270 L->getHeader()->printAsOperand(OS, false);
280 UI->getOperandValToReplace()->printAsOperand(OS, false);
286 (*I)->getHeader()->printAsOperand(OS, false);
AliasAnalysisEvaluator.cpp 96 V1->printAsOperand(os1, true, M);
97 V2->printAsOperand(os2, true, M);
113 Ptr->printAsOperand(errs(), true, M);
MemDepPrinter.cpp 179 DepBB->printAsOperand(OS, /*PrintType=*/false, M);
AliasSetTracker.cpp 568 I.getPointer()->printAsOperand(OS << "(");
576 UnknownInsts[i]->printAsOperand(OS);
RegionInfo.cpp 216 getEntry()->printAsOperand(OS, false);
224 getExit()->printAsOperand(OS, false);
Lint.cpp 131 V->printAsOperand(MessagesStr, true, Mod);
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 42 Node->printAsOperand(OS, false);
53 Node->printAsOperand(OS, false);
LoopInfoImpl.h 326 BB->printAsOperand(OS, false);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 272 Inst->getParent()->printAsOperand(dbgs(), false);
274 SuccToSinkTo->printAsOperand(dbgs(), false);
GVN.cpp     [all...]
LoopStrengthReduce.cpp 458 BaseGV->printAsOperand(OS, /*PrintType=*/false);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 399 GADN->getGlobal()->printAsOperand(OS);
490 BA->getBlockAddress()->getFunction()->printAsOperand(OS, false);
492 BA->getBlockAddress()->getBasicBlock()->printAsOperand(OS, false);
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 313 DEBUG(TNOF->printAsOperand(errs(), false));
334 GV->printAsOperand(errs(), false);
  /external/llvm/include/llvm/IR/
Value.h 203 void printAsOperand(raw_ostream &O, bool PrintType = true,
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 357 getGlobal()->printAsOperand(OS, /*PrintType=*/false);
368 getBlockAddress()->printAsOperand(OS, /*PrintType=*/false);
380 getMetadata()->printAsOperand(OS, /*PrintType=*/false);
491 V->printAsOperand(OS, /*PrintType=*/false);
520 TBAAInfo->getOperand(0)->printAsOperand(OS, /*PrintType=*/false);
    [all...]
MachineBasicBlock.cpp 282 LBB->printAsOperand(OS, /*PrintType=*/false);
335 void MachineBasicBlock::printAsOperand(raw_ostream &OS, bool /*PrintType*/) const {
    [all...]
CodeGenPrepare.cpp     [all...]
MachineFunction.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 638 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
  /external/llvm/include/llvm/Support/
GenericDomTree.h 154 Node->getBlock()->printAsOperand(o, false);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 347 GV->printAsOperand(OutStreamer.GetCommentOS(),
526 F->printAsOperand(OutStreamer.GetCommentOS(),
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 650 void printAsOperand(raw_ostream &OS, bool /*PrintType*/) {
    [all...]

Completed in 699 milliseconds

1 2