/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A 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()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 120 void setUnitInc(int Inc) { UnitInc = Inc; } in setUnitInc()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 608 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 D | LoopIdiomRecognize.cpp | 450 ConstantInt *Inc = dyn_cast<ConstantInt>(Inst->getOperand(1)); in detectIdiom() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 245 Value *Loaded, Value *Inc) { in performAtomicOp()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 1820 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 D | ARMISelLowering.cpp | 8972 SDValue Inc = User->getOperand(User->getOperand(0) == Addr ? 1 : 0); in CombineBaseUpdate() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 167 if (Instruction *Inc = in getCanonicalInductionVariable() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 596 const Expr *Inc = FS->getInc(); in reportDeadCode() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 365 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 D | CodeGenRegisters.h | 681 void increaseRegUnitWeight(unsigned RUID, unsigned Inc) { in increaseRegUnitWeight()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 880 Value *Inc = Builder->CreateAdd(Op1, One); in commonIDivTransforms() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 843 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 D | TreeTransform.h | 1194 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 D | SemaStmt.cpp | 2120 Expr *Inc, Stmt *LoopVarDecl, in BuildCXXForRangeStmt()
|
H A D | SemaOpenMP.cpp | 2800 ExprResult Inc = in CheckOpenMPLoop() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7938 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 D | TargetInfo.cpp | 5852 llvm::Value *Inc = llvm::ConstantInt::get(IntTy, TypeAlign - 1); in EmitVAArg() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8578 SDValue Inc = LD->getOperand(2); in SplitIndexingFromLoad() local
|