Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp150 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()
DSanitizerCoverage.cpp494 Value *Inc = IRB.CreateAdd(LI, ConstantInt::get(IRB.getInt8Ty(), 1)); in InjectCoverageAtBlock() local
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h105 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
/external/clang/lib/AST/
DStmtCXX.cpp53 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
DStmt.cpp789 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/external/libchrome/base/
Datomicops_unittest.cc220 TEST(AtomicOpsTest, Inc) { in TEST() argument
/external/v8/test/cctest/
Dtest-compiler.cc71 static double Inc(Isolate* isolate, int x) { in Inc() function
85 TEST(Inc) { in TEST() argument
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1868 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/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp455 else if (const IncludedFile *Inc = FindIncludeAtLocation(Loc)) { in Process() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp345 Value *Loaded, Value *Inc) { in performAtomicOp()
/external/clang/lib/Analysis/
DReachableCode.cpp596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/external/llvm/lib/Analysis/
DLoopInfo.cpp167 if (Instruction *Inc = in getCanonicalInductionVariable() local
/external/clang/include/clang/AST/
DStmtOpenMP.h425 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
500 Expr *Inc; member
/external/llvm/utils/TableGen/
DCodeGenRegisters.h682 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp841 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectPopcountIdiom() local
DLoopRerollPass.cpp414 int64_t Inc; member
DLoopStrengthReduce.cpp2568 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
DLoopInterchange.cpp1070 void LoopInterchangeTransform::splitInnerLoopLatch(Instruction *Inc) { in splitInnerLoopLatch()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp641 int64_t Inc = Load ? MI->getOperand(3).getImm() in splitMemRef() local
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp684 if (const Stmt *Inc = S->getInc()) in VisitForStmt() local
DCGStmtOpenMP.cpp1661 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in EmitSections() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp890 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
/external/clang/lib/Sema/
DTreeTransform.h1215 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
DSemaStmt.cpp2148 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8711 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

12