Home | History | Annotate | Download | only in ARM

Lines Matching full:eltsize

5739   unsigned EltSize = VT.getVectorElementType().getSizeInBits();
5743 if (hasDominantValue && EltSize <= 32) {
5821 if (EltSize >= 32) {
5824 EVT EltVT = EVT::getFloatingPointVT(EltSize);
6087 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
6088 return (EltSize >= 32 ||
6230 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
6231 if (EltSize <= 32) {
6357 if (EltSize >= 32) {
6360 EVT EltVT = EVT::getFloatingPointVT(EltSize);
6470 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
6471 unsigned HalfSize = EltSize / 2;
6598 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2;
6600 MVT TruncVT = MVT::getIntegerVT(EltSize);
10208 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits();
10213 EltSize = 8;
10215 if (EltSize > VT.getVectorElementType().getSizeInBits())