Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32084 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
32185 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32435 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
32484 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
42924 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
43097 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local
49780 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local
49781 ResElts *= NumConcats; in combineTruncateWithSat()
50418 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
55959 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22753 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local
22754 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()
22755 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()
24660 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local
24679 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16079 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine() local
16080 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()