Home
last modified time | relevance | path

Searched refs:NewStep (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5436 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step"); in buildDistanceFunc() local
5450 Actions.BuildBinOp(nullptr, {}, BO_LT, BuildVarRef(NewStep), Zero)); in buildDistanceFunc()
5458 nullptr, {}, BO_Div, ForwardRange, BuildVarRef(NewStep))); in buildDistanceFunc()
5466 Actions.BuildUnaryOp(nullptr, {}, UO_Minus, BuildVarRef(NewStep))); in buildDistanceFunc()
5509 Expr *Divisor = BuildVarRef(NewStep); in buildDistanceFunc()
5589 Expr *NewStep = AssertSuccess(Recap.TransformExpr(Step)); in buildLoopVarFunc() local
5592 Actions.BuildBinOp(nullptr, {}, BO_Mul, NewStep, LogicalRef)); in buildLoopVarFunc()
6901 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local
6906 NewSteps.push_back(E ? NewStep : nullptr); in ActOnOpenMPDeclareSimdDirective()
6927 NewStep = Step; in ActOnOpenMPDeclareSimdDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp516 const SCEV *NewStep = in visitAddRecExpr() local
520 return SE.getAddRecExpr(NewStart, NewStep, TheLoop, SCEV::FlagAnyWrap); in visitAddRecExpr()
H A DVPlanTransforms.cpp1394 auto *NewStep = Plan.getOrAddLiveIn(ConstantInt::get(NewIVTy, 1)); in optimizeVectorInductionWidthForTCAndVFUF() local
1395 WideIV->setStepValue(NewStep); in optimizeVectorInductionWidthForTCAndVFUF()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3159 APInt NewStep = C0 + C1; in visitADD() local
3160 return DAG.getStepVector(DL, VT, NewStep); in visitADD()
3169 APInt NewStep = SV0 + SV1; in visitADD() local
3170 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD()
4367 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local
4369 DAG.getStepVector(DL, VT, NewStep)); in visitSUB()
4837 APInt NewStep = C0 * MulVal; in visitMUL() local
4838 return DAG.getStepVector(DL, VT, NewStep); in visitMUL()
10616 APInt NewStep = C0 << ShlVal; in visitSHL() local
10617 return DAG.getStepVector(DL, VT, NewStep); in visitSHL()
H A DSelectionDAG.cpp7103 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local
7106 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()