| /external/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 125 if (auto *Inc = dyn_cast<InstrProfIncrementInst>(I++)) { in runOnModule() local 143 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() 185 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef VarName) { in getVarName() 192 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) { in getOrCreateRegionCounters()
|
| D | SanitizerCoverage.cpp | 396 Value *Inc = IRB.CreateAdd(LI, ConstantInt::get(IRB.getInt8Ty(), 1)); in InjectCoverageAtBlock() local
|
| /external/skia/include/core/ |
| D | SkInstCnt.h | 53 static void Inc() { in Inc() function
|
| /external/llvm/include/llvm/CodeGen/ |
| D | RegisterPressure.h | 105 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
| /external/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/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 1836 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 1870 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 1987 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2036 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2122 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local 2221 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
|
| D | ARMISelLowering.cpp | 8843 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
|
| /external/llvm/lib/CodeGen/ |
| D | AtomicExpandPass.cpp | 251 Value *Loaded, Value *Inc) { in performAtomicOp()
|
| /external/llvm/lib/Analysis/ |
| D | LoopInfo.cpp | 164 if (Instruction *Inc = in getCanonicalInductionVariable() local
|
| /external/clang/lib/Analysis/ |
| D | ReachableCode.cpp | 596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
| /external/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 387 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc() 448 Expr *Inc; member
|
| /external/llvm/utils/TableGen/ |
| D | CodeGenRegisters.h | 682 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 418 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
|
| D | LoopRerollPass.cpp | 420 uint64_t Inc; member
|
| D | LoopInterchange.cpp | 971 void LoopInterchangeTransform::splitInnerLoopLatch(Instruction *Inc) { in splitInnerLoopLatch()
|
| /external/clang/lib/CodeGen/ |
| D | CoverageMappingGen.cpp | 680 if (const Stmt *Inc = S->getInc()) in VisitForStmt() local
|
| D | CGStmtOpenMP.cpp | 1139 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in emitSections() local
|
| D | TargetInfo.cpp | 5764 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 880 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
|
| /external/clang/lib/AST/ |
| D | Stmt.cpp | 849 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt() 912 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
|
| /external/clang/lib/Sema/ |
| D | TreeTransform.h | 1194 VarDecl *CondVar, Sema::FullExprArg Inc, in RebuildForStmt() 1648 Expr *Cond, Expr *Inc, in RebuildCXXForRangeStmt() 5980 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformForStmt() local 6449 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformCXXForRangeStmt() local
|
| D | SemaStmt.cpp | 2116 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
|
| D | SemaOpenMP.cpp | 2842 ExprResult Inc = in CheckOpenMPLoop() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 8120 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performPostLD1Combine() local 8242 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performNEONPostLDSTCombine() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 8943 SDValue Inc = LD->getOperand(2); in SplitIndexingFromLoad() local
|