Home
last modified time | relevance | path

Searched refs:SeqLen (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12861 for (unsigned SeqLen = 1; SeqLen < NumOps; SeqLen *= 2) { in getRepeatedSequence() local
12862 Sequence.append(SeqLen, SDValue()); in getRepeatedSequence()
12866 SDValue &SeqOp = Sequence[I % SeqLen]; in getRepeatedSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3837 unsigned SeqLen = Sequence.size(); in lowerBuildVectorOfConstants()
3838 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants()
3846 const unsigned RequiredVL = NumElts / SeqLen; in lowerBuildVectorOfConstants()
3836 unsigned SeqLen = Sequence.size(); lowerBuildVectorOfConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7312 unsigned SeqLen = Sequence.size(); in lowerBuildVectorAsBroadcast() local
7314 SeqLen == 1 || in lowerBuildVectorAsBroadcast()
7325 MVT EltType = MVT::getIntegerVT(VT.getScalarSizeInBits() * SeqLen); in lowerBuildVectorAsBroadcast()
7328 MVT BcstVT = MVT::getVectorVT(EltType, NumElts / SeqLen); in lowerBuildVectorAsBroadcast()
7331 BcstVT = MVT::getVectorVT(EltType, Scale * (NumElts / SeqLen)); in lowerBuildVectorAsBroadcast()