Searched defs:Inc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc12 // * Neither the name of Google Inc. nor the names of its
122 static double Inc(Isolate* isolate, int x) { function
138 TEST(Inc) {
141 CHECK_EQ(4.0, Inc(CcTest::i_isolate(), 3));
/external/v8/test/cctest/
H A Dtest-compiler.cc12 // * Neither the name of Google Inc. nor the names of its
132 static double Inc(int x) { function
148 TEST(Inc) {
151 CHECK_EQ(4.0, Inc(3));
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp451 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); local
452 if (!Inc || !Inc->isOne())
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h640 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { argument
641 getRegUnit(RUID).Weight += Inc;
/external/clang/lib/AST/
H A DStmt.cpp791 Expr *Cond, Expr *Inc, DeclStmt *LoopVar,
798 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
854 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
861 SubExprs[INC] = reinterpret_cast<Stmt*>(Inc);
790 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
853 ForStmt(ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1793 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1796 if ((NumVecs == 1 || NumVecs == 2) && !isa<ConstantSDNode>(Inc.getNode()))
1801 !isa<ConstantSDNode>(Inc.getNode()))
1802 Ops.push_back(isa<ConstantSDNode>(Inc.getNode()) ? Reg0 : Inc);
1827 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1828 assert(isa<ConstantSDNode>(Inc.getNode()) &&
1830 (void)Inc;
1943 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
1946 if (NumVecs <= 2 && !isa<ConstantSDNode>(Inc
1991 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2077 SDValue Inc = N->getOperand(AddrOpIdx + 1); local
2176 SDValue Inc = N->getOperand(2); local
[all...]
H A DARMISelLowering.cpp9098 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); local
9099 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
9121 Ops.push_back(Inc);
/external/clang/lib/Sema/
H A DSemaStmt.cpp1874 /*BeginEndDecl=*/0, /*Cond=*/0, /*Inc=*/0, DS,
2004 Expr *Inc, Stmt *LoopVarDecl,
2016 ExprResult NotEqExpr = Cond, IncrExpr = Inc;
2002 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
H A DTreeTransform.h1144 VarDecl *CondVar, Sema::FullExprArg Inc,
1147 CondVar, Inc, RParenLoc, Body);
1400 Expr *Cond, Expr *Inc,
1421 Cond, Inc, LoopVar, RParenLoc,
5575 ExprResult Inc = getDerived().TransformExpr(S->getInc());
5576 if (Inc.isInvalid())
5579 Sema::FullExprArg FullInc(getSema().MakeFullDiscardedValueExpr(Inc.get()));
5591 Inc.get() == S->getInc() &&
6056 ExprResult Inc = getDerived().TransformExpr(S->getInc()); local
6057 if (Inc
1142 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::FullExprArg Cond, VarDecl *CondVar, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
1397 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, Stmt *Range, Stmt *BeginEnd, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument
[all...]

Completed in 356 milliseconds