/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 322 const SCEV *getStep() const { return Step; } in getStep() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 306 AsStep->getStep()), in lowerFunction()
|
H A D | InstrProfiling.cpp | 1238 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement() 1241 Value *IncStep = Inc->getStep(); in lowerIncrement() 1243 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
|
/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/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 legalizeAndOptimizeInductions()
|
H A D | LoopVectorize.cpp | 2667 const SCEV *Step = ID.getStep(); in getExpandedStep() 2810 VPValue *StepVPV = Plan.getSCEVExpansion(II.getStep()); in fixupIVUsers() 7930 assert(SE.isLoopInvariant(IndDesc.getStep(), &OrigLoop) && in createWidenInductionRecipes() 7934 vputils::getOrCreateVPValueForSCEVExpr(Plan, IndDesc.getStep(), SE); in createWidenInductionRecipes() 7953 VPValue *Step = vputils::getOrCreateVPValueForSCEVExpr(Plan, II->getStep(), in tryToOptimizeInductionPHI() 9064 Type *PhiType = IndDesc.getStep()->getType(); in execute()
|
H A D | VPlanRecipes.cpp | 2459 O << ", " << *IndDesc.getStep(); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 288 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 172 const SCEV *getStep() const { return Step; } 668 // getBegin() and "D" is getStep()). We rewrite the value being range 696 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); 175 const SCEV *getStep() const { return Step; } getStep() function in __anona4c10e620111::InductiveRangeCheck
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 1543 Value *getStep() const;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 4198 Expr *getStep() { return *(getFinals().end()); } in getStep() function 4201 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
H A D | RecursiveASTVisitor.h | 3626 TRY_TO(TraverseStmt(C->getStep()));
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 7437 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19231 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause() 19317 if (Expr *S = Clause.getStep()) in FinishOpenMPLinearClause()
|
H A D | TreeTransform.h | 10657 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|