Searched refs:getStepVector (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 897 static Value *getStepVector(Value *Val, Value *StartIdx, Value *Step, in getStepVector() function 1000 Value *SteppedStart = getStepVector( in execute()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 884 SDValue getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal); 888 SDValue getStepVector(const SDLoc &DL, EVT ResVT);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1531 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
|
| H A D | SelectionDAG.cpp | 2022 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT) { in getStepVector() function in SelectionDAG 2024 return getStepVector(DL, ResVT, One); in getStepVector() 2027 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector() function in SelectionDAG 6326 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
|
| H A D | SelectionDAGBuilder.cpp | 7573 SDValue VectorStep = DAG.getStepVector(sdl, VecTy); in visitIntrinsicCall() 7657 SDValue StepVec = DAG.getStepVector(DL, NewVT); in visitIntrinsicCall() 11889 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
|
| H A D | DAGCombiner.cpp | 3005 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 3015 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 4107 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 4553 return DAG.getStepVector(DL, VT, NewStep); in visitMUL() 10136 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
|
| H A D | LegalizeIntegerTypes.cpp | 5737 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 12425 SDValue SV = DAG.getStepVector(DL, MVT::nxv2i64); in LowerDUPQLane() 12967 SDValue Steps = DAG.getStepVector(DL, ContainerVT, SeqInfo->second); in LowerBUILD_VECTOR() 19727 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex() 21709 Index = DAG.getStepVector(SDLoc(N), NewIndexVT, APInt(32, Stride)); in findMoreOptimalIndexType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9742 DAG.getStepVector(DL, IdxVT, APInt(IdxVT.getScalarSizeInBits(), 2)); in lowerVECTOR_DEINTERLEAVE() 9813 SDValue StepVec = DAG.getStepVector(DL, IdxVT); in lowerVECTOR_INTERLEAVE()
|