Home | History | Annotate | Download | only in ARM

Lines Matching refs:EltSize

4445   unsigned EltSize = VT.getVectorElementType().getSizeInBits();
4449 if (hasDominantValue && EltSize <= 32) {
4529 if (EltSize >= 32) {
4532 EVT EltVT = EVT::getFloatingPointVT(EltSize);
4716 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
4717 return (EltSize >= 32 ||
4866 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
4867 if (EltSize <= 32) {
4967 if (EltSize >= 32) {
4970 EVT EltVT = EVT::getFloatingPointVT(EltSize);
5082 unsigned EltSize = VT.getVectorElementType().getSizeInBits();
5083 unsigned HalfSize = EltSize / 2;
5202 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2;
5204 MVT TruncVT = MVT::getIntegerVT(EltSize);
8836 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits();
8841 EltSize = 8;
8843 if (EltSize > VT.getVectorElementType().getSizeInBits())