Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2603 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local
2607 SplatStep = Builder.CreateVectorSplat(VF, Step); in buildScalarSteps()
2620 auto *Mul = Builder.CreateBinOp(MulOp, InitVec, SplatStep); in buildScalarSteps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1623 SDValue SplatStep = DAG.getSplatVector( in lowerBUILD_VECTOR() local
1625 VID = DAG.getNode(Opcode, DL, VT, VID, SplatStep); in lowerBUILD_VECTOR()