Searched refs:EltWidth (Results 1 – 7 of 7) sorted by relevance
1088 unsigned EltWidth = CI.getType()->getScalarSizeInBits(); in upgradeAVX512MaskToSelect() local1091 if (VecWidth == 128 && EltWidth == 32) in upgradeAVX512MaskToSelect()1093 else if (VecWidth == 128 && EltWidth == 64) in upgradeAVX512MaskToSelect()1095 else if (VecWidth == 256 && EltWidth == 32) in upgradeAVX512MaskToSelect()1097 else if (VecWidth == 256 && EltWidth == 64) in upgradeAVX512MaskToSelect()1102 if (VecWidth == 128 && EltWidth == 32) in upgradeAVX512MaskToSelect()1104 else if (VecWidth == 128 && EltWidth == 64) in upgradeAVX512MaskToSelect()1106 else if (VecWidth == 256 && EltWidth == 32) in upgradeAVX512MaskToSelect()1108 else if (VecWidth == 256 && EltWidth == 64) in upgradeAVX512MaskToSelect()1203 if (VecWidth == 128 && EltWidth == 32) in upgradeAVX512MaskToSelect()[all …]
875 unsigned EltWidth = Op.getScalarValueSizeInBits(); in BitConvertVectorToIntegerVector() local876 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
874 unsigned EltWidth = VT.getScalarSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG() local876 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG()
8532 unsigned EltWidth = VT.getScalarSizeInBits(); in isConstantSplat() local8537 unsigned BitPos = j * EltWidth; in isConstantSplat()8540 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()8542 SplatValue.insertBits(CN->getAPIntValue().zextOrTrunc(EltWidth), BitPos); in isConstantSplat()
874 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector() local875 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
916 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector() local917 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
825 unsigned EltWidth = VT.getVectorElementType().getSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG() local827 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG()