Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32598 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
32599 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32699 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32700 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32951 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
32952 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
32953 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT)); in ReplaceNodeResults()
33000 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
33002 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
33003 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23113 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local
23114 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
23115 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
25035 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
25054 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17618 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine()
17619 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()
17615 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); PerformDAGCombine() local