Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32436 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
32537 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32761 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
32810 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
42674 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
42847 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local
48788 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local
48789 ResElts *= NumConcats; in combineTruncateWithSat()
49385 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
54858 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20295 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local
20296 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
20297 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
21934 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
21953 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9366 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine() local
9367 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()