Searched refs:getStepVector (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 898 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 D | VPlanRecipes.cpp | 1190 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 D | LegalizeVectorOps.cpp | 1525 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
|
H A D | SelectionDAG.cpp | 2058 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 D | SelectionDAGBuilder.cpp | 7945 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 D | DAGCombiner.cpp | 3000 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 D | LegalizeIntegerTypes.cpp | 5910 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
|
H A D | TargetLowering.cpp | 9196 SDValue StepVec = DAG.getStepVector(DL, ResVecVT); in expandVPCTTZElements()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13373 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 D | RISCVISelLowering.cpp | 10504 DAG.getStepVector(DL, IdxVT, APInt(IdxVT.getScalarSizeInBits(), 2)); in lowerVECTOR_DEINTERLEAVE() 10575 SDValue StepVec = DAG.getStepVector(DL, IdxVT); in lowerVECTOR_INTERLEAVE()
|