Searched refs:NumConcats (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 30476 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local 30477 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 30541 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local 30542 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 30742 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local 30744 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults() 30745 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() 39958 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local 39960 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast() 39967 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 19038 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local 19039 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle() 19040 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle() 20414 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local 20433 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
|