Searched refs:getStep (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 97 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 276 const SCEV *getStep() const { return Step; } in getStep() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 607 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 D | LoopVectorize.cpp | 1658 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 D | IntrinsicInst.h | 738 Value *getStep() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1373 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 1375 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
| H A D | StmtProfile.cpp | 661 if (C->getStep()) in VisitOMPLinearClause() 662 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 154 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 D | OpenMPClause.h | 2756 Expr *getStep() { return *(getFinals().end()); } in getStep() function 2759 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
| H A D | RecursiveASTVisitor.h | 3026 TRY_TO(TraverseStmt(C->getStep()));
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6714 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8700 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|
| H A D | SemaOpenMP.cpp | 11708 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause()
|