Searched refs:NewStep (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7191 Expr *NewStep = nullptr; in ActOnOpenMPDeclareSimdDirective() local 7217 NewStep = Step; in ActOnOpenMPDeclareSimdDirective() 7223 if (NewStep) in ActOnOpenMPDeclareSimdDirective() 7224 NewStep = in ActOnOpenMPDeclareSimdDirective() 8148 if (!NewStep || NewStep->containsErrors()) in setStep() 8157 NewStep = Val.get(); in setStep() 8194 NewStep = in setStep() 8195 SemaRef.CreateBuiltinUnaryOp(NewStep->getExprLoc(), UO_Minus, NewStep) in setStep() 8201 Step = NewStep; in setStep() 8620 if (!NewStep.isUsable()) in calculateNumIters() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 519 auto *NewStep = SE.getMulExpr(Step, SE.getConstant(Ty, StepMultiplier)); in visitAddRecExpr() local 522 return SE.getAddRecExpr(NewStart, NewStep, TheLoop, SCEV::FlagAnyWrap); in visitAddRecExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 3004 APInt NewStep = C0 + C1; in visitADD() local 3005 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 3014 APInt NewStep = SV0 + SV1; in visitADD() local 3015 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 4105 APInt NewStep = -N1.getConstantOperandAPInt(0); in visitSUB() local 4107 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 4552 APInt NewStep = C0 * MulVal; in visitMUL() local 4553 return DAG.getStepVector(DL, VT, NewStep); in visitMUL() 10135 APInt NewStep = C0 << ShlVal; in visitSHL() local 10136 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
|
| H A D | SelectionDAG.cpp | 6323 APInt NewStep = Opcode == ISD::MUL in FoldConstantArithmetic() local 6326 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
|