Home
last modified time | relevance | path

Searched refs:getStep (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIntrinsicInst.cpp97 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h276 const SCEV *getStep() const { return Step; } in getStep() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp607 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement()
611 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1658 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) && in widenIntOrFpInduction()
1664 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), in widenIntOrFpInduction()
1667 Step = cast<SCEVUnknown>(ID.getStep())->getValue(); in widenIntOrFpInduction()
2621 auto Step = ID.getStep(); in emitTransformedIndex()
2838 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton()
2948 !II.getStep()->getType()->isIntegerTy() in fixupIVUsers()
2950 II.getStep()->getType()) in fixupIVUsers()
2951 : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType()); in fixupIVUsers()
3838 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h738 Value *getStep() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp1373 if (Node->getStep() != nullptr) { in VisitOMPLinearClause()
1375 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
H A DStmtProfile.cpp661 if (C->getStep()) in VisitOMPLinearClause()
662 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp154 const SCEV *getStep() const { return Step; } in getStep() function in __anon72252c870111::InductiveRangeCheck
1589 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h2756 Expr *getStep() { return *(getFinals().end()); } in getStep() function
2759 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
H A DRecursiveASTVisitor.h3026 TRY_TO(TraverseStmt(C->getStep()));
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6714 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8700 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
H A DSemaOpenMP.cpp11708 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause()