Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30655 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
30720 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
30928 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
40217 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast()
40224 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
40397 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local
45582 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local
45583 ResElts *= NumConcats; in combineTruncateWithSat()
46177 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
51019 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19236 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local
19237 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
19238 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
20649 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
20668 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()