Searched refs:NumConcat (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5080 unsigned NumConcat = in WidenVecRes_Convert() local 5082 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 5485 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() local 5487 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 5490 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 7467 unsigned NumConcat = in GenWidenVectorLoads() local 7469 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 7472 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 7734 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType() local 7735 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
H A D | SelectionDAGBuilder.cpp | 4046 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 4048 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 4083 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 4090 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 4091 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5723 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in equalizeVectorShuffleLengths() local 5729 SmallVector<Register, 8> MOps1(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths() 5730 SmallVector<Register, 8> MOps2(NumConcat, Undef.getReg(0)); in equalizeVectorShuffleLengths()
|
H A D | CombinerHelper.cpp | 504 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local 505 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 14284 unsigned NumConcat = SL->getNumConcatenated(); in CheckCompleteVariableDeclaration() local 14288 if (NumConcat == 2 && !SL->getBeginLoc().isMacroID()) { in CheckCompleteVariableDeclaration() 14303 for (unsigned i = 0; i < NumConcat - 1; ++i) in CheckCompleteVariableDeclaration()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8700 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 8701 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 8704 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32652 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 32656 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 32659 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 32661 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 44225 unsigned NumConcat = RegSize / Vi8VT.getSizeInBits(); in createVPDPBUSD() local 44226 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, Vi8VT)); in createVPDPBUSD() 44258 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local 44259 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW()
|