Searched refs:NumConcat (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 3267 unsigned NumConcat = WidenNumElts/InVTNumElts; in WidenVecRes_Convert() local 3268 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 3582 unsigned NumConcat = WidenVT.getVectorNumElements() / in WidenVecRes_CONCAT_VECTORS() local 3585 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 3588 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 4909 unsigned NumConcat = WidenWidth / NewVTWidth; in GenWidenVectorLoads() local 4910 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 4913 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 5197 unsigned NumConcat = WidenNumElts / InNumElts; in ModifyToType() local 5198 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
D | SelectionDAGBuilder.cpp | 3620 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 3622 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 3657 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 3664 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 3665 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 240 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local 241 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
|
D | LegalizerHelper.cpp | 2848 int NumConcat = (DstNumElts + NarrowNumElts - 1) / NarrowNumElts; in fewerElementsVectorBuildVector() local 2849 LLT WidenedDstTy = LLT::vector(NarrowNumElts * NumConcat, SrcTy); in fewerElementsVectorBuildVector() 2869 for (int I = 0; I != NumConcat; ++I) { in fewerElementsVectorBuildVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7981 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 7982 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 7985 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28755 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 28759 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 28762 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 28764 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 36727 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local 36728 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW()
|