Searched refs:NumConcats (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16102 unsigned NumConcats = VT.getSizeInBits() / InVT1.getSizeInBits(); in createBuildVecShuffle() local 16103 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle() 16104 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle() 17176 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local 17192 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26353 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local 26354 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 26443 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local 26444 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 26674 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local 26676 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults() 26677 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 33174 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local 33175 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast() 37691 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local [all …]
|