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

1 2

  /external/llvm/include/llvm/Assembly/
Writer.h 26 // WriteAsOperand - Write the name of the specified value out to the specified
32 void WriteAsOperand(raw_ostream &, const Value *, bool PrintTy = true,
  /external/llvm/lib/Analysis/
Trace.cpp 40 WriteAsOperand(O, *i, true, getModule());
AliasAnalysisCounter.cpp 141 WriteAsOperand(errs(), LocA.Ptr, true, M);
144 WriteAsOperand(errs(), LocB.Ptr, true, M);
167 WriteAsOperand(errs(), Loc.Ptr, true, M);
DominanceFrontier.cpp 117 WriteAsOperand(OS, I->first, false);
128 WriteAsOperand(OS, *I, false);
AliasAnalysisEvaluator.cpp 95 WriteAsOperand(os1, V1, true, M);
96 WriteAsOperand(os2, V2, true, M);
112 WriteAsOperand(errs(), Ptr, true, M);
IVUsers.cpp 251 WriteAsOperand(OS, L->getHeader(), false);
261 WriteAsOperand(OS, UI->getOperandValToReplace(), false);
267 WriteAsOperand(OS, (*I)->getHeader(), false);
MemDepPrinter.cpp 180 WriteAsOperand(OS, DepBB, /*PrintType=*/false, M);
AliasSetTracker.cpp 571 WriteAsOperand(OS << "(", I.getPointer());
579 WriteAsOperand(OS, UnknownInsts[i]);
RegionInfo.cpp 187 WriteAsOperand(OS, getEntry(), false);
195 WriteAsOperand(OS, getExit(), false);
ScalarEvolution.cpp 141 WriteAsOperand(OS, cast<SCEVConstant>(this)->getValue(), false);
177 WriteAsOperand(OS, AR->getLoop()->getHeader(), /*PrintType=*/false);
232 WriteAsOperand(OS, FieldNo, false);
238 WriteAsOperand(OS, U->getValue(), false);
    [all...]
Lint.cpp 132 WriteAsOperand(MessagesStr, V, true, Mod);
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 43 WriteAsOperand(OS, Node, false);
53 WriteAsOperand(OS, Node, false);
LoopInfoImpl.h 345 WriteAsOperand(OS, BB, false);
Dominators.h 158 WriteAsOperand(o, Node->getBlock(), false);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 262 WriteAsOperand(dbgs(), Inst->getParent(), false);
264 WriteAsOperand(dbgs(), SuccToSinkTo, false);
CodeGenPrepare.cpp 851 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
861 WriteAsOperand(OS, BaseReg, /*PrintType=*/false);
867 WriteAsOperand(OS, ScaledReg, /*PrintType=*/false);
    [all...]
GVN.cpp     [all...]
LoopStrengthReduce.cpp 397 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 158 inline void WriteAsOperand(raw_ostream &OS, const CFGBlock *BB,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 390 WriteAsOperand(OS, GADN->getGlobal());
481 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
483 WriteAsOperand(OS, BA->getBlockAddress()->getBasicBlock(), false);
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 312 DEBUG(WriteAsOperand(errs(), TNOF, false));
333 WriteAsOperand(errs(), GV, false);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 353 WriteAsOperand(OS, getGlobal(), /*PrintType=*/false);
364 WriteAsOperand(OS, getBlockAddress(), /*PrintType=*/false);
373 WriteAsOperand(OS, getMetadata(), /*PrintType=*/false);
482 WriteAsOperand(OS, MMO.getValue(), /*PrintType=*/false);
503 WriteAsOperand(OS, TBAAInfo->getOperand(0), /*PrintType=*/false);
    [all...]
MachineBasicBlock.cpp 275 WriteAsOperand(OS, LBB, /*PrintType=*/false);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 650 void WriteAsOperand(raw_ostream &, const MachineBasicBlock*, bool t);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 265 WriteAsOperand(OutStreamer.GetCommentOS(), GV,
437 WriteAsOperand(OutStreamer.GetCommentOS(), F,
    [all...]

Completed in 1083 milliseconds

1 2