/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 150 if (auto *Inc = dyn_cast<InstrProfIncrementInst>(Instr)) { in runOnModule() local 224 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) { in lowerIncrement() 267 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() 283 InstrProfIncrementInst *Inc) { in getOrCreateProfileComdat() 295 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) { in getOrCreateRegionCounters()
|
D | SanitizerCoverage.cpp | 494 Value *Inc = IRB.CreateAdd(LI, ConstantInt::get(IRB.getInt8Ty(), 1)); in InjectCoverageAtBlock() local
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterPressure.h | 105 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
/external/clang/lib/AST/ |
D | StmtCXX.cpp | 53 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
|
D | Stmt.cpp | 789 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
|
/external/libchrome/base/ |
D | atomicops_unittest.cc | 220 TEST(AtomicOpsTest, Inc) { in TEST() argument
|
/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/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 455 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1868 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 1902 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local 2019 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2068 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local 2154 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local 2253 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 345 Value *Loaded, Value *Inc) { in performAtomicOp()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
/external/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 167 if (Instruction *Inc = in getCanonicalInductionVariable() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 682 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 425 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc() 500 Expr *Inc; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 841 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectPopcountIdiom() local
|
D | LoopRerollPass.cpp | 414 int64_t Inc; member
|
D | LoopStrengthReduce.cpp | 2568 for (const IVInc &Inc : Chain) { in isProfitableChain() local 2818 for (const IVInc &Inc : Chain) { in FinalizeChain() local 2885 for (const IVInc &Inc : Chain) { in GenerateIVChain() local
|
D | LoopInterchange.cpp | 1070 void LoopInterchangeTransform::splitInnerLoopLatch(Instruction *Inc) { in splitInnerLoopLatch()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 641 int64_t Inc = Load ? MI->getOperand(3).getImm() in splitMemRef() local
|
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 684 if (const Stmt *Inc = S->getInc()) in VisitForStmt() local
|
D | CGStmtOpenMP.cpp | 1661 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in EmitSections() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 890 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 1215 VarDecl *CondVar, Sema::FullExprArg Inc, in RebuildForStmt() 1825 Expr *Cond, Expr *Inc, in RebuildCXXForRangeStmt() 6312 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformForStmt() local 6831 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformCXXForRangeStmt() local
|
D | SemaStmt.cpp | 2148 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8711 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performPostLD1Combine() local 9133 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performNEONPostLDSTCombine() local
|