Home
last modified time | relevance | path

Searched refs:SplatStep (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1435 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in execute() local
1440 SplatStep = Builder.CreateVectorSplat(State.VF, Step); in execute()
1462 auto *Mul = Builder.CreateBinOp(MulOp, InitVec, SplatStep); in execute()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3761 SDValue SplatStep = DAG.getConstant(SplatStepVal, DL, VIDVT); in lowerBuildVectorOfConstants() local
3762 VID = DAG.getNode(StepOpcode, DL, VIDVT, VID, SplatStep); in lowerBuildVectorOfConstants()
3765 SDValue SplatStep = in lowerBuildVectorOfConstants() local
3767 VID = DAG.getNode(ISD::SRL, DL, VIDVT, VID, SplatStep); in lowerBuildVectorOfConstants()