Searched refs:NumConcat (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5475 unsigned NumConcat = in WidenVecRes_Convert() local 5477 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 5905 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() local 5907 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 5910 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 7990 unsigned NumConcat = in GenWidenVectorLoads() local 7992 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 7995 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 8254 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType() local 8255 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 4108 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 4110 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 4145 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 4152 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 4153 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 6418 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in equalizeVectorShuffleLengths() local 6424 SmallVector<Register, 8> MOps1(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths() 6425 SmallVector<Register, 8> MOps2(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths()
|
| H A D | CombinerHelper.cpp | 570 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local 571 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 14649 unsigned NumConcat = SL->getNumConcatenated(); in CheckCompleteVariableDeclaration() local 14653 if (NumConcat == 2 && !SL->getBeginLoc().isMacroID()) { in CheckCompleteVariableDeclaration() 14668 for (unsigned i = 0; i < NumConcat - 1; ++i) in CheckCompleteVariableDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8744 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 8745 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 8748 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33880 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 33884 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 33887 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 33889 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 46055 unsigned NumConcat = RegSize / Vi8VT.getSizeInBits(); in createVPDPBUSD() local 46056 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, Vi8VT)); in createVPDPBUSD() 46087 unsigned NumConcat = RegSize / SrcVT.getSizeInBits(); in createPSADBW() local 46088 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, SrcVT)); in createPSADBW()
|