Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h898 SDValue getStepVector(const SDLoc &DL, EVT ResVT, const APInt &StepVal);
902 SDValue getStepVector(const SDLoc &DL, EVT ResVT);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1190 static Value *getStepVector(Value *Val, Value *StartIdx, Value *Step, in getStepVector() function
1293 Value *SteppedStart = getStepVector( in execute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1525 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
H A DSelectionDAG.cpp2058 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT) { in getStepVector() function in SelectionDAG
2060 return getStepVector(DL, ResVT, One); in getStepVector()
2063 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, in getStepVector() function in SelectionDAG
6655 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
H A DSelectionDAGBuilder.cpp7945 SDValue VectorStep = DAG.getStepVector(sdl, VecTy); in visitIntrinsicCall()
8055 SDValue StepVec = DAG.getStepVector(DL, NewVT); in visitIntrinsicCall()
12397 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
H A DDAGCombiner.cpp3000 return DAG.getStepVector(DL, VT, NewStep); in visitADD()
3010 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD()
4065 DAG.getStepVector(DL, VT, NewStep)); in visitSUB()
4508 return DAG.getStepVector(DL, VT, NewStep); in visitMUL()
10162 return DAG.getStepVector(DL, VT, NewStep); in visitSHL()
H A DLegalizeIntegerTypes.cpp5910 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
H A DTargetLowering.cpp9196 SDValue StepVec = DAG.getStepVector(DL, ResVecVT); in expandVPCTTZElements()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13373 SDValue SV = DAG.getStepVector(DL, MVT::nxv2i64); in LowerDUPQLane()
13947 SDValue Steps = DAG.getStepVector(DL, ContainerVT, SeqInfo->second); in LowerBUILD_VECTOR()
20943 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex()
23140 Index = DAG.getStepVector(SDLoc(N), NewIndexVT, APInt(32, Stride)); in findMoreOptimalIndexType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10504 DAG.getStepVector(DL, IdxVT, APInt(IdxVT.getScalarSizeInBits(), 2)); in lowerVECTOR_DEINTERLEAVE()
10575 SDValue StepVec = DAG.getStepVector(DL, IdxVT); in lowerVECTOR_INTERLEAVE()