Searched refs:NumConcat (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4795 unsigned NumConcat = in WidenVecRes_Convert() local 4797 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 5173 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() local 5175 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 5178 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 7076 unsigned NumConcat = in GenWidenVectorLoads() local 7078 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 7081 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 7343 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType() local 7344 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 3855 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 3857 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 3892 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 3899 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 3900 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 5371 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in equalizeVectorShuffleLengths() local 5377 SmallVector<Register, 8> MOps1(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths() 5378 SmallVector<Register, 8> MOps2(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths()
|
| H A D | CombinerHelper.cpp | 348 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local 349 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 14479 unsigned NumConcat = SL->getNumConcatenated(); in CheckCompleteVariableDeclaration() local 14483 if (NumConcat == 2 && !SL->getBeginLoc().isMacroID()) { in CheckCompleteVariableDeclaration() 14498 for (unsigned i = 0; i < NumConcat - 1; ++i) in CheckCompleteVariableDeclaration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8574 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 8575 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 8578 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 32138 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 32142 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 32145 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 32147 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 43231 unsigned NumConcat = RegSize / Vi8VT.getSizeInBits(); in createVPDPBUSD() local 43232 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, Vi8VT)); in createVPDPBUSD() 43264 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local 43265 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW()
|