Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp125 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()
DSanitizerCoverage.cpp396 Value *Inc = IRB.CreateAdd(LI, ConstantInt::get(IRB.getInt8Ty(), 1)); in InjectCoverageAtBlock() local
/external/skia/include/core/
DSkInstCnt.h53 static void Inc() { in Inc() function
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h105 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
/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.cpp1836 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
DARMISelLowering.cpp8843 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp251 Value *Loaded, Value *Inc) { in performAtomicOp()
/external/llvm/lib/Analysis/
DLoopInfo.cpp164 if (Instruction *Inc = in getCanonicalInductionVariable() local
/external/clang/lib/Analysis/
DReachableCode.cpp596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/external/clang/include/clang/AST/
DStmtOpenMP.h387 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
448 Expr *Inc; member
/external/llvm/utils/TableGen/
DCodeGenRegisters.h682 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp418 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
DLoopRerollPass.cpp420 uint64_t Inc; member
DLoopInterchange.cpp971 void LoopInterchangeTransform::splitInnerLoopLatch(Instruction *Inc) { in splitInnerLoopLatch()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp680 if (const Stmt *Inc = S->getInc()) in VisitForStmt() local
DCGStmtOpenMP.cpp1139 UnaryOperator Inc(&IVRefExpr, UO_PreInc, KmpInt32Ty, VK_RValue, in emitSections() local
DTargetInfo.cpp5764 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp880 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
/external/clang/lib/AST/
DStmt.cpp849 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
912 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/external/clang/lib/Sema/
DTreeTransform.h1194 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
DSemaStmt.cpp2116 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
DSemaOpenMP.cpp2842 ExprResult Inc = in CheckOpenMPLoop() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8120 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/
DDAGCombiner.cpp8943 SDValue Inc = LD->getOperand(2); in SplitIndexingFromLoad() local