Searched refs:NumConcat (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5084 unsigned NumConcat = in WidenVecRes_Convert() 5086 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 5489 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() 5491 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 5494 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 7471 unsigned NumConcat = in GenWidenVectorLoads() 7473 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 7476 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 7738 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); in ModifyToType() 7739 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() 5080 unsigned NumConcat = WidenVecRes_Convert() local 5485 unsigned NumConcat = WidenNumElts / NumInElts; WidenVecRes_CONCAT_VECTORS() local 7467 unsigned NumConcat = GenWidenVectorLoads() local 7734 unsigned NumConcat = WidenEC.getKnownScalarFactor(InEC); ModifyToType() local [all...] |
H A D | SelectionDAGBuilder.cpp | 4048 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 4050 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 4085 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 4092 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 4093 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()
|