Home
last modified time | relevance | path

Searched refs:EltWidth (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp1088 unsigned EltWidth = CI.getType()->getScalarSizeInBits(); in upgradeAVX512MaskToSelect() local
1091 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp875 unsigned EltWidth = Op.getScalarValueSizeInBits(); in BitConvertVectorToIntegerVector() local
876 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
DLegalizeVectorOps.cpp874 unsigned EltWidth = VT.getScalarSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG() local
876 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG()
DSelectionDAG.cpp8532 unsigned EltWidth = VT.getScalarSizeInBits(); in isConstantSplat() local
8537 unsigned BitPos = j * EltWidth; in isConstantSplat()
8540 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
8542 SplatValue.insertBits(CN->getAPIntValue().zextOrTrunc(EltWidth), BitPos); in isConstantSplat()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp874 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector() local
875 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp916 unsigned EltWidth = Op.getValueType().getVectorElementType().getSizeInBits(); in BitConvertVectorToIntegerVector() local
917 EVT EltNVT = EVT::getIntegerVT(*DAG.getContext(), EltWidth); in BitConvertVectorToIntegerVector()
DLegalizeVectorOps.cpp825 unsigned EltWidth = VT.getVectorElementType().getSizeInBits(); in ExpandSIGN_EXTEND_VECTOR_INREG() local
827 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, DL, VT); in ExpandSIGN_EXTEND_VECTOR_INREG()