Home
last modified time | relevance | path

Searched refs:NumConcat (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3583 unsigned NumConcat = WidenNumElts/InVTNumElts; in WidenVecRes_Convert() local
3584 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in WidenVecRes_Convert()
3899 unsigned NumConcat = WidenNumElts / NumInElts; in WidenVecRes_CONCAT_VECTORS() local
3901 SmallVector<SDValue, 16> Ops(NumConcat); in WidenVecRes_CONCAT_VECTORS()
3904 for (unsigned i = NumOperands; i != NumConcat; ++i) in WidenVecRes_CONCAT_VECTORS()
5292 unsigned NumConcat = WidenWidth.getFixedSize() / NewVTWidth.getFixedSize(); in GenWidenVectorLoads() local
5293 SmallVector<SDValue, 16> ConcatOps(NumConcat); in GenWidenVectorLoads()
5296 for (unsigned i = 1; i != NumConcat; ++i) in GenWidenVectorLoads()
5542 unsigned NumConcat = WidenNumElts / InNumElts; in ModifyToType() local
5543 SmallVector<SDValue, 16> Ops(NumConcat); in ModifyToType()
[all …]
H A DSelectionDAGBuilder.cpp3587 unsigned NumConcat = MaskNumElts / SrcNumElts; in visitShuffleVector() local
3589 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in visitShuffleVector()
3624 unsigned NumConcat = PaddedMaskNumElts / SrcNumElts; in visitShuffleVector() local
3631 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()
3632 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp292 unsigned NumConcat = DstNumElts / SrcNumElts; in matchCombineShuffleVector() local
293 SmallVector<int, 8> ConcatSrcs(NumConcat, -1); in matchCombineShuffleVector()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp13123 unsigned NumConcat = SL->getNumConcatenated(); in CheckCompleteVariableDeclaration() local
13127 if (NumConcat == 2 && !SL->getBeginLoc().isMacroID()) { in CheckCompleteVariableDeclaration()
13142 for (unsigned i = 0; i < NumConcat - 1; ++i) in CheckCompleteVariableDeclaration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8363 unsigned NumConcat = WideNumElts / VecVT.getVectorNumElements(); in widenVec() local
8364 SmallVector<SDValue, 16> Ops(NumConcat); in widenVec()
8367 for (unsigned i = 1; i < NumConcat; ++i) in widenVec()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30673 unsigned NumConcat = 128 / InVT.getSizeInBits(); in ReplaceNodeResults() local
30677 NumConcat * InVT.getVectorNumElements()); in ReplaceNodeResults()
30680 NumConcat * VT.getVectorNumElements()); in ReplaceNodeResults()
30682 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT)); in ReplaceNodeResults()
40488 unsigned NumConcat = RegSize / InVT.getSizeInBits(); in createPSADBW() local
40489 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getConstant(0, DL, InVT)); in createPSADBW()