Searched refs:getStep (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h282 const SCEV *getStep() const { return Step; } function in class:llvm::InductionDescriptor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp96 Value *InstrProfIncrementInst::getStep() const { function in class:InstrProfIncrementInst
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp645 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(),
648 Value *IncStep = Inc->getStep();
650 auto *Count = Builder.CreateAdd(Load, Inc->getStep());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp211 const SCEV *Step = IndDesc.getStep();
361 return SE.isLoopInvariant(IndDesc.getStep(), this);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h819 Value *getStep() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1833 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) &&
1839 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(),
1842 Step = cast<SCEVUnknown>(ID.getStep())->getValue();
2828 auto Step = ID.getStep();
3054 Type *StepType = II.getStep()->getType();
3180 !II.getStep()->getType()->isIntegerTy()
3182 II.getStep()->getType())
3183 : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType());
4166 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp669 if (C->getStep())
670 Profiler->VisitStmt(C->getStep());
H A DOpenMPClause.cpp1530 if (Node->getStep() != nullptr) {
1532 Node->getStep()->printPretty(OS, nullptr, Policy, 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp159 const SCEV *getStep() const { return Step; } function in class:__anon2683::InductiveRangeCheck
1579 // getBegin() and "D" is getStep()). We rewrite the value being range
1607 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3324 Expr *getStep() { return *(getFinals().end()); } function in class:clang::final
3327 const Expr *getStep() const { return *(getFinals().end()); } function in class:clang::final
H A DRecursiveASTVisitor.h3199 TRY_TO(TraverseStmt(C->getStep()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6289 Record.AddStmt(C->getStep());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14514 Expr *Step = Clause.getStep();
14601 if (Expr *S = Clause.getStep())
H A DTreeTransform.h9055 ExprResult Step = getDerived().TransformExpr(C->getStep());

Completed in 313 milliseconds