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.cpp33826 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
33827 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
33938 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
33939 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
34208 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
34209 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
34210 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT)); in ReplaceNodeResults()
34257 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
34259 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
34260 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24169 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local
24170 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
24171 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
26111 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
26130 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20652 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine() local
20653 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()