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

1 2 3 4 5

  /external/llvm/lib/Analysis/
Trace.cpp 39 (*i)->printAsOperand(O, true, getModule());
IVUsers.cpp 286 L->getHeader()->printAsOperand(OS, false);
295 IVUse.getOperandValToReplace()->printAsOperand(OS, false);
299 PostIncLoop->getHeader()->printAsOperand(OS, false);
AliasAnalysisEvaluator.cpp 46 V1->printAsOperand(os1, true, M);
47 V2->printAsOperand(os2, true, M);
63 Ptr->printAsOperand(errs(), true, M);
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 42 Node->printAsOperand(OS, false);
53 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 374 DebugVar.Var->printAsOperand(StrOS, MST);
378 DebugVar.Expr->printAsOperand(StrOS, MST);
382 DebugVar.Loc->printAsOperand(StrOS, MST);
398 Constant.Val.ConstVal->printAsOperand(StrOS);
587 MI.getDebugLoc()->printAsOperand(OS, MST);
638 V.printAsOperand(OS, /*PrintType=*/false, MST);
644 V.printAsOperand(OS, /*PrintType=*/true, MST);
787 Op.getCImm()->printAsOperand(OS, /*PrintType=*/true, MST);
790 Op.getFPImm()->printAsOperand(OS, /*PrintType=*/true, MST);
822 Op.getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CFGPrinter.h 71 Node->printAsOperand(OS, false);
82 Node->printAsOperand(OS, false);
DominanceFrontierImpl.h 126 I->first->printAsOperand(OS, false);
136 BB->printAsOperand(OS, false);
  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.cpp 100 V->printAsOperand(dbgs(), true, M);
108 F->printAsOperand(dbgs(), true, M);
147 F->printAsOperand(dbgs(), true, M);
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 190 Inst->getParent()->printAsOperand(dbgs(), false);
192 SuccToSinkTo->printAsOperand(dbgs(), false);
  /external/llvm/unittests/IR/
ValueTest.cpp 111 // Check that Value::print() and Value::printAsOperand() work with and
161 INST->printAsOperand(OS, TYPE); \
167 INST->printAsOperand(OS, TYPE, MST); \

Completed in 1565 milliseconds

1 2 3 4 5