Searched refs:NumConcat (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4324 unsigned NumConcat = in WidenVecRes_Convert() local 4326 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 4657 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() local 4659 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 4662 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 6400 unsigned NumConcat = in GenWidenVectorLoads() local 6402 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 6405 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 6667 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType() local 6668 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 3602 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 3604 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 3639 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 3646 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 3647 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 342 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local 343 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 13621 unsigned NumConcat = SL->getNumConcatenated(); in CheckCompleteVariableDeclaration() local 13625 if (NumConcat == 2 && !SL->getBeginLoc().isMacroID()) { in CheckCompleteVariableDeclaration() 13640 for (unsigned i = 0; i < NumConcat - 1; ++i) in CheckCompleteVariableDeclaration()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8422 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 8423 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 8426 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 32490 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 32494 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 32497 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 32499 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 42981 unsigned NumConcat = RegSize / Vi8VT.getSizeInBits(); in createVPDPBUSD() local 42982 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, Vi8VT)); in createVPDPBUSD() 43014 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local 43015 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW()
|