| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 322 const SCEV *getStep() const { return Step; } in getStep() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 172 const SCEV *getStep() const { return Step; } in getStep() function in __anond8c8d8340111::InductiveRangeCheck 696 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1238 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in setupProfileSection() 1241 Value *IncStep = Inc->getStep(); in setupProfileSection() 1243 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in setupProfileSection()
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 288 Value *InstrProfIncrementInst::getStep() const { in getStep() 285 Value *InstrProfIncrementInst::getStep() const { getStep() function in InstrProfIncrementInst
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2227 if (Node->getModifierLoc().isValid() || Node->getStep() != nullptr) { in VisitOMPLinearClause() 2233 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 2238 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
| H A D | StmtProfile.cpp | 782 if (C->getStep()) in VisitOMPLinearClause() 783 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 60 vputils::getOrCreateVPValueForSCEVExpr(*Plan, II->getStep(), SE); in VPInstructionsToVPRecipes() 592 Plan.getOrAddLiveIn(ConstantInt::get(ID.getStep()->getType(), 0)); in optimizeForVFAndUF()
|
| H A D | LoopVectorize.cpp | 2667 const SCEV *Step = ID.getStep(); in vectorizeInterleaveGroup() 2810 VPValue *StepVPV = Plan.getSCEVExpansion(II.getStep()); in getOrCreateVectorTripCount() 7930 assert(SE.isLoopInvariant(IndDesc.getStep(), &OrigLoop) && in emitMinimumVectorEpilogueIterCountCheck() 7934 vputils::getOrCreateVPValueForSCEVExpr(Plan, IndDesc.getStep(), SE); in emitMinimumVectorEpilogueIterCountCheck() 7953 VPValue *Step = vputils::getOrCreateVPValueForSCEVExpr(Plan, II->getStep(), in emitMinimumVectorEpilogueIterCountCheck() 9064 Type *PhiType = IndDesc.getStep()->getType(); in adjustRecipesForReductions()
|
| H A D | VPlanRecipes.cpp | 2459 O << ", " << *IndDesc.getStep();
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 1543 Value *getStep() const; in classof()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4198 Expr *getStep() { return *(getFinals().end()); } in inits() 4201 const Expr *getStep() const { return *(getFinals().end()); } 4158 Expr *getStep() { return *(getFinals().end()); } getStep() function 4161 const Expr *getStep() const { return *(getFinals().end()); } getStep() function
|
| H A D | RecursiveASTVisitor.h | 3626 TRY_TO(TraverseStmt(C->getStep()));
|
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 7437 Record.AddStmt(C->getStep());
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19231 Expr *Step = Clause.getStep(); in buildDeclareReductionRef() 19317 if (Expr *S = Clause.getStep()) in push()
|
| H A D | TreeTransform.h | 10657 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPUseDevicePtrClause()
|