HomeSort by relevance Sort by last modified time
    Searched defs:Inc (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/v8/test/cctest/
test-libplatform.h 12 // * Neither the name of Google Inc. nor the names of its
47 void Inc() {
71 task_counter_->Inc();
76 task_counter_->Inc();
test-compiler.cc 12 // * Neither the name of Google Inc. nor the names of its
75 static double Inc(Isolate* isolate, int x) {
89 TEST(Inc) {
92 CHECK_EQ(4.0, Inc(CcTest::i_isolate(), 3));
  /external/clang/lib/Analysis/
ReachableCode.cpp 596 const Expr *Inc = FS->getInc();
597 Loc = Inc->getLocStart();
598 R2 = Inc->getSourceRange();
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 332 bool collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, Instruction *IV,
610 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale,
632 } else if (Idx == Scale && Inc > 1) {
774 uint64_t Inc = cast<SCEVConstant>(RealIVSCEV->getOperand(1))->
778 uint64_t Scale = Inc;
788 if (Inc == 1 && !findScaleFromMul(RealIV, Scale, IV, LoopIncs))
797 if (!collectAllRoots(L, Inc, Scale, IV, Roots, AllRoots, LoopIncs))
    [all...]
LoopIdiomRecognize.cpp 450 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1));
451 if (!Inc || !Inc->isOne())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 756 Value *Inc = Builder->CreateAdd(Op1, One);
758 Inc, ConstantInt::get(I.getType(), 3));
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 495 // for (Init; Cond; Inc)
537 // Inc -> "rsIntIter++"
538 clang::UnaryOperator *Inc =
583 Inc,
864 // for (Init; Cond; Inc)
902 // Inc -> "rsIntIter++"
903 clang::UnaryOperator *Inc =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 206 #include "ARMGenDAGISel.inc"
209 /// SelectARMIndexedLoad - Indexed (pre/post inc/dec) load matching code for
    [all...]
ARMISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 627 #include "clang/AST/StmtNodes.inc"
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 639 milliseconds