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)
 1423     if (VecWidth == 128)
 1425     else if (VecWidth == 256)
 1427     else if (VecWidth == 512)
 1432     if (VecWidth == 128)
 1434     else if (VecWidth == 256)
 1436     else if (VecWidth == 512)
 1441     if (VecWidth == 128)
 1443     else if (VecWidth == 256)
 1445     else if (VecWidth == 512)
 1450     if (VecWidth == 128)
 1452     else if (VecWidth == 256)
 1454     else if (VecWidth == 512)
 1459     if (VecWidth == 128)
 1461     else if (VecWidth == 256)
 1463     else if (VecWidth == 512)
 1468     if (VecWidth == 128)
 1470     else if (VecWidth == 256)
 1472     else if (VecWidth == 512)
 1477     if (VecWidth == 128)
 1479     else if (VecWidth == 256)
 1481     else if (VecWidth == 512)
 1486     if (VecWidth == 128)
 1488     else if (VecWidth == 256)
 1490     else if (VecWidth == 512)
 1495     if (VecWidth == 128)
 1497     else if (VecWidth == 256)
 1499     else if (VecWidth == 512)
 1504     if (VecWidth == 128)
 1506     else if (VecWidth == 256)
 1508     else if (VecWidth == 512)
 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)
 1570     if (VecWidth == 128)
 1572     else if (VecWidth == 256)
 1574     else if (VecWidth == 512)
 1579     if (VecWidth == 128)
 1581     else if (VecWidth == 256)
 1583     else if (VecWidth == 512)
 1588     if (Name[9] == 'd' && VecWidth == 128)
 1590     else if (Name[9] == 'd' && VecWidth == 256)
 1592     else if (Name[9] == 'd' && VecWidth == 512)
 1594     else if (Name[9] == 'q' && VecWidth == 128)
 1596     else if (Name[9] == 'q' && VecWidth == 256)
 1598     else if (Name[9] == 'q' && VecWidth == 512)
 1603     if (Name[5] == 'b' && VecWidth == 128)
 1605     else if (Name[5] == 'b' && VecWidth == 256)
 1607     else if (Name[5] == 'b' && VecWidth == 512)
 1609     else if (Name[5] == 'w' && VecWidth == 128)
 1611     else if (Name[5] == 'w' && VecWidth == 256)
 1613     else if (Name[5] == 'w' && VecWidth == 512)