| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 322 const SCEV *getStep() const { return Step; } in getStep() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 172 const SCEV *getStep() const { return Step; } in getStep() function in __anonfea5f1180111::InductiveRangeCheck 696 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 938 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement() 941 Value *IncStep = Inc->getStep(); in lowerIncrement() 943 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 213 const SCEV *Step = IndDesc.getStep(); in getBounds() 364 return SE.isLoopInvariant(IndDesc.getStep(), this); in isAuxiliaryInductionVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 285 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2225 if (Node->getModifierLoc().isValid() || Node->getStep() != nullptr) { in VisitOMPLinearClause() 2231 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 2236 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
| H A D | StmtProfile.cpp | 780 if (C->getStep()) in VisitOMPLinearClause() 781 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 55 vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE); in VPInstructionsToVPRecipes()
|
| H A D | LoopVectorize.cpp | 3127 const SCEV *Step = ID.getStep(); in getExpandedStep() 3314 VPValue *StepVPV = Plan.getSCEVExpansion(II.getStep()); in fixupIVUsers() 8174 assert(SE.isLoopInvariant(IndDesc.getStep(), &OrigLoop) && in createWidenInductionRecipes() 8178 vputils::getOrCreateVPValueForSCEVExpr(Plan, IndDesc.getStep(), SE); in createWidenInductionRecipes() 8197 VPValue *Step = vputils::getOrCreateVPValueForSCEVExpr(Plan, II->getStep(), in tryToOptimizeInductionPHI() 9240 CanonicalIV, IndDesc.getStep()->getType()); in execute() 9269 Type *PhiType = IndDesc.getStep()->getType(); in execute()
|
| H A D | VPlanRecipes.cpp | 1621 O << ", " << *IndDesc.getStep(); in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1471 Value *getStep() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4158 Expr *getStep() { return *(getFinals().end()); } in getStep() function 4161 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
| H A D | RecursiveASTVisitor.h | 3551 TRY_TO(TraverseStmt(C->getStep()));
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6856 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20424 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause() 20510 if (Expr *S = Clause.getStep()) in FinishOpenMPLinearClause()
|
| H A D | TreeTransform.h | 10321 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|