Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A 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()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h120 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp608 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, in collectAllRoots()
771 uint64_t Inc = cast<SCEVConstant>(RealIVSCEV->getOperand(1))-> in reroll() local
H A DLoopIdiomRecognize.cpp450 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp245 Value *Loaded, Value *Inc) { in performAtomicOp()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1820 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
1854 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD() local
1971 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2020 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST() local
2106 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLDSTLane() local
2205 SDValue Inc = N->getOperand(2); in SelectVLDDup() local
H A DARMISelLowering.cpp8972 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp167 if (Instruction *Inc = in getCanonicalInductionVariable() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h365 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
424 Expr *Inc; member
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h681 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp880 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp843 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
906 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1194 VarDecl *CondVar, Sema::FullExprArg Inc, in RebuildForStmt()
1648 Expr *Cond, Expr *Inc, in RebuildCXXForRangeStmt()
5957 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformForStmt() local
6426 ExprResult Inc = getDerived().TransformExpr(S->getInc()); in TransformCXXForRangeStmt() local
H A DSemaStmt.cpp2120 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
H A DSemaOpenMP.cpp2800 ExprResult Inc = in CheckOpenMPLoop() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7938 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performPostLD1Combine() local
8060 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in performNEONPostLDSTCombine() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5852 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8578 SDValue Inc = LD->getOperand(2); in SplitIndexingFromLoad() local