Searched refs:NumConcat (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2891 unsigned NumConcat = WidenNumElts/InVTNumElts; in WidenVecRes_Convert() local 2892 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert() 3156 unsigned NumConcat = WidenVT.getVectorNumElements() / in WidenVecRes_CONCAT_VECTORS() local 3159 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS() 3162 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS() 4204 unsigned NumConcat = WidenWidth / NewVTWidth; in GenWidenVectorLoads() local 4205 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads() 4208 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads() 4492 unsigned NumConcat = WidenNumElts / InNumElts; in ModifyToType() local 4493 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 3238 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local 3240 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector() 3275 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local 3282 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector() 3283 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26375 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local 26379 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults() 26382 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults() 26384 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults() 33393 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local 33394 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW() 37507 unsigned NumConcat = WidenNumElts / MaskNumElts; in combineMaskedLoad() local 37509 SmallVector<SDValue, 16> Ops(NumConcat, ZeroVal); in combineMaskedLoad() 37645 unsigned NumConcat = WidenNumElts / MaskNumElts; in combineMaskedStore() local 37647 SmallVector<SDValue, 16> Ops(NumConcat, ZeroVal); in combineMaskedStore()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7296 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local 7297 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec() 7300 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
|