/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 120 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
/external/chromium_org/base/ |
D | atomicops_unittest.cc | 213 TEST(AtomicOpsTest, Inc) { in TEST() argument
|
/external/llvm/lib/Target/X86/ |
D | X86AtomicExpandPass.cpp | 174 Value *Loaded, Value *Inc) { in performAtomicOp()
|
/external/chromium_org/v8/test/cctest/ |
D | test-compiler.cc | 71 static double Inc(Isolate* isolate, int x) { in Inc() function 85 TEST(Inc) { in TEST() argument
|
/external/chromium_org/sync/internal_api/public/base/ |
D | enum_set.h | 102 void Inc() { in Inc() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 610 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
|
D | LoopIdiomRecognize.cpp | 450 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1835 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
|
D | ARMISelLowering.cpp | 8906 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 166 if (Instruction *Inc = in getCanonicalInductionVariable() local
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 638 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 789 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt() 852 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 756 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 1167 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
|
D | SemaStmt.cpp | 2092 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7412 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/ |
D | TargetInfo.cpp | 5385 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local
|