reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AutoUpgrade.cpp
 1401     if (VecWidth == 128 && EltWidth == 32)
 1403     else if (VecWidth == 128 && EltWidth == 64)
 1405     else if (VecWidth == 256 && EltWidth == 32)
 1407     else if (VecWidth == 256 && EltWidth == 64)
 1412     if (VecWidth == 128 && EltWidth == 32)
 1414     else if (VecWidth == 128 && EltWidth == 64)
 1416     else if (VecWidth == 256 && EltWidth == 32)
 1418     else if (VecWidth == 256 && EltWidth == 64)
 1513     if (VecWidth == 128 && EltWidth == 32)
 1515     else if (VecWidth == 128 && EltWidth == 64)
 1517     else if (VecWidth == 256 && EltWidth == 32)
 1519     else if (VecWidth == 256 && EltWidth == 64)
 1521     else if (VecWidth == 512 && EltWidth == 32)
 1523     else if (VecWidth == 512 && EltWidth == 64)
 1539     if (VecWidth == 256 && EltWidth == 32 && IsFloat)
 1541     else if (VecWidth == 256 && EltWidth == 32 && !IsFloat)
 1543     else if (VecWidth == 256 && EltWidth == 64 && IsFloat)
 1545     else if (VecWidth == 256 && EltWidth == 64 && !IsFloat)
 1547     else if (VecWidth == 512 && EltWidth == 32 && IsFloat)
 1549     else if (VecWidth == 512 && EltWidth == 32 && !IsFloat)
 1551     else if (VecWidth == 512 && EltWidth == 64 && IsFloat)
 1553     else if (VecWidth == 512 && EltWidth == 64 && !IsFloat)
 1555     else if (VecWidth == 128 && EltWidth == 16)
 1557     else if (VecWidth == 256 && EltWidth == 16)
 1559     else if (VecWidth == 512 && EltWidth == 16)
 1561     else if (VecWidth == 128 && EltWidth == 8)
 1563     else if (VecWidth == 256 && EltWidth == 8)
 1565     else if (VecWidth == 512 && EltWidth == 8)