Searched refs:getStepVector (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 853 SDValue getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal); 857 SDValue getStepVector(const SDLoc &DL, EVT ResVT);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1302 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
|
| H A D | SelectionDAG.cpp | 1852 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT) { in getStepVector() function in SelectionDAG 1854 return getStepVector(DL, ResVT, One); in getStepVector() 1857 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector() function in SelectionDAG 5667 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
|
| H A D | DAGCombiner.cpp | 2686 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 2696 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 3728 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 4124 return DAG.getStepVector(DL, VT, NewStep); in visitMUL() 9129 return DAG.getStepVector(SDLoc(N), VT, NewStep); in visitSHL()
|
| H A D | SelectionDAGBuilder.cpp | 7202 SDValue VectorStep = DAG.getStepVector(sdl, VecTy); in visitIntrinsicCall() 11285 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
|
| H A D | LegalizeIntegerTypes.cpp | 5359 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2269 static Value *getStepVector(Value *Val, Value *StartIdx, Value *Step, in getStepVector() function 9270 Value *SteppedStart = getStepVector( in execute()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10686 SDValue SV = DAG.getStepVector(DL, MVT::nxv2i64); in LowerDUPQLane() 11149 SDValue Steps = DAG.getStepVector(DL, ContainerVT, SeqInfo->second); in LowerBUILD_VECTOR() 16193 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex()
|