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.cpp13436 for (unsigned SeqLen = 1; SeqLen < NumOps; SeqLen *= 2) { in getRepeatedSequence() local
13437 Sequence.append(SeqLen, SDValue()); in getRepeatedSequence()
13441 SDValue &SeqOp = Sequence[I % SeqLen]; in getRepeatedSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4092 unsigned SeqLen = Sequence.size(); in lowerBuildVectorOfConstants() local
4093 MVT ViaIntVT = MVT::getIntegerVT(EltBitSize * SeqLen); in lowerBuildVectorOfConstants()
4101 const unsigned RequiredVL = NumElts / SeqLen; in lowerBuildVectorOfConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7676 unsigned SeqLen = Sequence.size(); in lowerBuildVectorAsBroadcast() local
7678 SeqLen == 1 || in lowerBuildVectorAsBroadcast()
7689 MVT EltType = MVT::getIntegerVT(VT.getScalarSizeInBits() * SeqLen); in lowerBuildVectorAsBroadcast()
7692 MVT BcstVT = MVT::getVectorVT(EltType, NumElts / SeqLen); in lowerBuildVectorAsBroadcast()
7695 BcstVT = MVT::getVectorVT(EltType, Scale * (NumElts / SeqLen)); in lowerBuildVectorAsBroadcast()