| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 162 const SCEV *StepV = IVD.getStep(); in run()
|
| H A D | VPlanTransforms.cpp | 74 vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE); in tryToConvertVPInstructionsToVPRecipes() 669 Plan.getOrAddLiveIn(ConstantInt::get(ID.getStep()->getType(), 0)); in legalizeAndOptimizeInductions()
|
| H A D | LoopVectorize.cpp | 2445 const SCEV *Step = ID.getStep(); in getExpandedStep() 7706 assert(SE.isLoopInvariant(IndDesc.getStep(), &OrigLoop) && in createWidenInductionRecipes() 7710 vputils::getOrCreateVPValueForSCEVExpr(Plan, IndDesc.getStep(), SE); in createWidenInductionRecipes() 7732 VPValue *Step = vputils::getOrCreateVPValueForSCEVExpr(Plan, II->getStep(), in tryToOptimizeInductionPHI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 394 const SCEV *getStep() const { return Step; } in getStep() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfLowering.cpp | 372 AsStep->getStep()), in lowerFunction()
|
| H A D | InstrProfiling.cpp | 1206 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement() 1209 Value *IncStep = Inc->getStep(); in lowerIncrement() 1211 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 164 const SCEV *getStep() const { return Step; } in getStep() function in __anona4c10e620111::InductiveRangeCheck 712 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 214 const SCEV *Step = IndDesc.getStep(); in getBounds() 365 return SE.isLoopInvariant(IndDesc.getStep(), this); in isAuxiliaryInductionVariable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 932 uint64_t getStep() const { in getStep() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 256 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2421 if (Node->getModifierLoc().isValid() || Node->getStep() != nullptr) { in VisitOMPLinearClause() 2427 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 2432 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
| H A D | StmtProfile.cpp | 812 if (C->getStep()) in VisitOMPLinearClause() 813 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1504 LLVM_ABI Value *getStep() const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1294 mlir::Region *maybeGetStep() { return &getStep(); } 1296 return llvm::SmallVector<mlir::Region *, 3>{&getCond(), &getBody(), &getStep()};
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2314 if (isa<Constant>(Inc->getStep())) { in remapIndices()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4752 Expr *getStep() { return *(getFinals().end()); } in getStep() function 4755 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
| H A D | RecursiveASTVisitor.h | 3735 TRY_TO(TraverseStmt(C->getStep()));
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8159 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19893 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause() 19979 if (Expr *S = Clause.getStep()) in FinishOpenMPLinearClause()
|
| H A D | TreeTransform.h | 11166 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|