Searched defs:NumConcat (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1492 unsigned NumConcat = WidenNumElts/InVTNumElts; local
1493 SmallVector<SDValue, 16> Ops(NumConcat);
1496 for (unsigned i = 1; i != NumConcat; ++i)
1499 &Ops[0], NumConcat);
1696 unsigned NumConcat = WidenVT.getVectorNumElements() / local
1699 SmallVector<SDValue, 16> Ops(NumConcat);
1702 for (unsigned i = NumOperands; i != NumConcat; ++i)
1704 return DAG.getNode(ISD::CONCAT_VECTORS, dl, WidenVT, &Ops[0], NumConcat);
1788 unsigned NumConcat = WidenNumElts/InVTNumElts; local
1789 SmallVector<SDValue, 16> Ops(NumConcat);
2303 unsigned NumConcat = WidenWidth / NewVTWidth; local
2575 unsigned NumConcat = WidenNumElts / InNumElts; local
[all...]
H A DSelectionDAGBuilder.cpp2825 unsigned NumConcat = MaskNumElts / SrcNumElts; local
2830 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal);
2831 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal);
2837 &MOps1[0], NumConcat);
2840 &MOps2[0], NumConcat);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2376 unsigned NumConcat = WidenNumElts/InVTNumElts; local
2377 SmallVector<SDValue, 16> Ops(NumConcat);
2380 for (unsigned i = 1; i != NumConcat; ++i)
2651 unsigned NumConcat = WidenVT.getVectorNumElements() / local
2654 SmallVector<SDValue, 16> Ops(NumConcat);
2657 for (unsigned i = NumOperands; i != NumConcat; ++i)
2744 unsigned NumConcat = WidenNumElts/InVTNumElts; local
2745 SmallVector<SDValue, 16> Ops(NumConcat);
2748 for (unsigned i = 1; i != NumConcat; ++i)
2883 unsigned NumConcat local
3317 unsigned NumConcat = WidenNumElts / MaskNumElts; local
3533 unsigned NumConcat = WidenWidth / NewVTWidth; local
3841 unsigned NumConcat = WidenNumElts / InNumElts; local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21823 unsigned NumConcat = RegSize / InVT.getSizeInBits(); local
21825 SmallVector<SDValue, 16> Ops(NumConcat, DAG.getUNDEF(InVT));
29033 unsigned NumConcat = WidenNumElts / MaskNumElts; local
29152 unsigned NumConcat = WidenNumElts / MaskNumElts; local
30728 unsigned NumConcat = RegSize / InVT.getSizeInBits(); local
[all...]

Completed in 376 milliseconds