Home
last modified time | relevance | path

Searched defs:Inc (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h120 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
/external/chromium_org/base/
Datomicops_unittest.cc213 TEST(AtomicOpsTest, Inc) { in TEST() argument
/external/llvm/lib/Target/X86/
DX86AtomicExpandPass.cpp174 Value *Loaded, Value *Inc) { in performAtomicOp()
/external/chromium_org/v8/test/cctest/
Dtest-compiler.cc71 static double Inc(Isolate* isolate, int x) { in Inc() function
85 TEST(Inc) { in TEST() argument
/external/chromium_org/sync/internal_api/public/base/
Denum_set.h102 void Inc() { in Inc() function
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp610 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, in collectAllRoots()
774 uint64_t Inc = cast<SCEVConstant>(RealIVSCEV->getOperand(1))-> in reroll() local
DLoopIdiomRecognize.cpp450 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1835 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
1869 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
1985 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2034 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2120 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local
2219 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
DARMISelLowering.cpp8906 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
/external/llvm/lib/Analysis/
DLoopInfo.cpp166 if (Instruction *Inc = in getCanonicalInductionVariable() local
/external/clang/lib/Analysis/
DReachableCode.cpp596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.h638 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/external/clang/lib/AST/
DStmt.cpp789 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
852 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp756 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
/external/clang/lib/Sema/
DTreeTransform.h1167 VarDecl *CondVar, Sema::FullExprArg Inc, in RebuildForStmt()
1598 Expr *Cond, Expr *Inc, in RebuildCXXForRangeStmt()
5719 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformForStmt() local
6187 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformCXXForRangeStmt() local
DSemaStmt.cpp2092 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7412 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performPostLD1Combine() local
7534 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performNEONPostLDSTCombine() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp5385 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local