Searched refs:getStepVector (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 930 LLVM_ABI SDValue getStepVector(const SDLoc &DL, EVT ResVT, 935 LLVM_ABI SDValue getStepVector(const SDLoc &DL, EVT ResVT);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1695 SDValue StepVec = DAG.getStepVector(DL, EVLVecVT); in ExpandVP_MERGE()
|
| H A D | SelectionDAG.cpp | 2115 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT) { in getStepVector() function in SelectionDAG 2117 return getStepVector(DL, ResVT, One); in getStepVector() 2120 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, in getStepVector() function in SelectionDAG 7106 return getStepVector(DL, VT, NewStep); in FoldConstantArithmetic()
|
| H A D | SelectionDAGBuilder.cpp | 8050 SDValue VectorStep = DAG.getStepVector(sdl, VecTy); in visitIntrinsicCall() 8141 SDValue StepVec = DAG.getStepVector(DL, NewVT); in visitIntrinsicCall() 12550 setValue(&I, DAG.getStepVector(DL, ResultVT)); in visitStepVector()
|
| H A D | DAGCombiner.cpp | 3160 return DAG.getStepVector(DL, VT, NewStep); in visitADD() 3170 SDValue SV = DAG.getStepVector(DL, VT, NewStep); in visitADD() 4369 DAG.getStepVector(DL, VT, NewStep)); in visitSUB() 4838 return DAG.getStepVector(DL, VT, NewStep); in visitMUL() 10617 return DAG.getStepVector(DL, VT, NewStep); in visitSHL()
|
| H A D | TargetLowering.cpp | 9602 SDValue StepVec = DAG.getStepVector(DL, ResVecVT); in expandVPCTTZElements() 9639 SDValue StepVec = DAG.getStepVector(DL, StepVecVT); in expandVectorFindLastActive()
|
| H A D | LegalizeIntegerTypes.cpp | 6153 return DAG.getStepVector(dl, NOutVT, in PromoteIntRes_STEP_VECTOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14226 SDValue SV = DAG.getStepVector(DL, MVT::nxv2i64); in LowerDUPQLane() 14794 SDValue Steps = DAG.getStepVector(DL, ContainerVT, SeqInfo->second); in LowerFixedLengthBuildVectorToSVE() 21686 SDValue StepVector = DAG.getStepVector(DL, N->getValueType(0)); in LowerSVEIntrinsicIndex() 24297 Index = DAG.getStepVector(SDLoc(N), NewIndexVT, APInt(32, Stride, true)); in findMoreOptimalIndexType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12174 SDValue StepVec = DAG.getStepVector(DL, IdxVT); in lowerVECTOR_INTERLEAVE()
|