Home
last modified time | relevance | path

Searched refs:getStepVector (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h853 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 DLegalizeVectorOps.cpp1302 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
H A DSelectionDAG.cpp1852 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 DDAGCombiner.cpp2686 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 DSelectionDAGBuilder.cpp7202 SDValue VectorStep = DAG.getStepVector(sdl, VecTy); in visitIntrinsicCall()
11285 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
H A DLegalizeIntegerTypes.cpp5359 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2269 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 DAArch64ISelLowering.cpp10686 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()