Lines Matching refs:Opcode

738   unsigned Opcode;  in tryLoad()  local
744 Opcode = NVPTX::LD_i8_avar; in tryLoad()
747 Opcode = NVPTX::LD_i16_avar; in tryLoad()
750 Opcode = NVPTX::LD_i32_avar; in tryLoad()
753 Opcode = NVPTX::LD_i64_avar; in tryLoad()
756 Opcode = NVPTX::LD_f32_avar; in tryLoad()
759 Opcode = NVPTX::LD_f64_avar; in tryLoad()
767 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops); in tryLoad()
772 Opcode = NVPTX::LD_i8_asi; in tryLoad()
775 Opcode = NVPTX::LD_i16_asi; in tryLoad()
778 Opcode = NVPTX::LD_i32_asi; in tryLoad()
781 Opcode = NVPTX::LD_i64_asi; in tryLoad()
784 Opcode = NVPTX::LD_f32_asi; in tryLoad()
787 Opcode = NVPTX::LD_f64_asi; in tryLoad()
795 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops); in tryLoad()
801 Opcode = NVPTX::LD_i8_ari_64; in tryLoad()
804 Opcode = NVPTX::LD_i16_ari_64; in tryLoad()
807 Opcode = NVPTX::LD_i32_ari_64; in tryLoad()
810 Opcode = NVPTX::LD_i64_ari_64; in tryLoad()
813 Opcode = NVPTX::LD_f32_ari_64; in tryLoad()
816 Opcode = NVPTX::LD_f64_ari_64; in tryLoad()
824 Opcode = NVPTX::LD_i8_ari; in tryLoad()
827 Opcode = NVPTX::LD_i16_ari; in tryLoad()
830 Opcode = NVPTX::LD_i32_ari; in tryLoad()
833 Opcode = NVPTX::LD_i64_ari; in tryLoad()
836 Opcode = NVPTX::LD_f32_ari; in tryLoad()
839 Opcode = NVPTX::LD_f64_ari; in tryLoad()
848 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops); in tryLoad()
853 Opcode = NVPTX::LD_i8_areg_64; in tryLoad()
856 Opcode = NVPTX::LD_i16_areg_64; in tryLoad()
859 Opcode = NVPTX::LD_i32_areg_64; in tryLoad()
862 Opcode = NVPTX::LD_i64_areg_64; in tryLoad()
865 Opcode = NVPTX::LD_f32_areg_64; in tryLoad()
868 Opcode = NVPTX::LD_f64_areg_64; in tryLoad()
876 Opcode = NVPTX::LD_i8_areg; in tryLoad()
879 Opcode = NVPTX::LD_i16_areg; in tryLoad()
882 Opcode = NVPTX::LD_i32_areg; in tryLoad()
885 Opcode = NVPTX::LD_i64_areg; in tryLoad()
888 Opcode = NVPTX::LD_f32_areg; in tryLoad()
891 Opcode = NVPTX::LD_f64_areg; in tryLoad()
900 NVPTXLD = CurDAG->getMachineNode(Opcode, dl, TargetVT, MVT::Other, Ops); in tryLoad()
919 unsigned Opcode; in tryLoadVector() local
990 Opcode = NVPTX::LDV_i8_v2_avar; in tryLoadVector()
993 Opcode = NVPTX::LDV_i16_v2_avar; in tryLoadVector()
996 Opcode = NVPTX::LDV_i32_v2_avar; in tryLoadVector()
999 Opcode = NVPTX::LDV_i64_v2_avar; in tryLoadVector()
1002 Opcode = NVPTX::LDV_f32_v2_avar; in tryLoadVector()
1005 Opcode = NVPTX::LDV_f64_v2_avar; in tryLoadVector()
1014 Opcode = NVPTX::LDV_i8_v4_avar; in tryLoadVector()
1017 Opcode = NVPTX::LDV_i16_v4_avar; in tryLoadVector()
1020 Opcode = NVPTX::LDV_i32_v4_avar; in tryLoadVector()
1023 Opcode = NVPTX::LDV_f32_v4_avar; in tryLoadVector()
1032 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops); in tryLoadVector()
1043 Opcode = NVPTX::LDV_i8_v2_asi; in tryLoadVector()
1046 Opcode = NVPTX::LDV_i16_v2_asi; in tryLoadVector()
1049 Opcode = NVPTX::LDV_i32_v2_asi; in tryLoadVector()
1052 Opcode = NVPTX::LDV_i64_v2_asi; in tryLoadVector()
1055 Opcode = NVPTX::LDV_f32_v2_asi; in tryLoadVector()
1058 Opcode = NVPTX::LDV_f64_v2_asi; in tryLoadVector()
1067 Opcode = NVPTX::LDV_i8_v4_asi; in tryLoadVector()
1070 Opcode = NVPTX::LDV_i16_v4_asi; in tryLoadVector()
1073 Opcode = NVPTX::LDV_i32_v4_asi; in tryLoadVector()
1076 Opcode = NVPTX::LDV_f32_v4_asi; in tryLoadVector()
1085 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops); in tryLoadVector()
1097 Opcode = NVPTX::LDV_i8_v2_ari_64; in tryLoadVector()
1100 Opcode = NVPTX::LDV_i16_v2_ari_64; in tryLoadVector()
1103 Opcode = NVPTX::LDV_i32_v2_ari_64; in tryLoadVector()
1106 Opcode = NVPTX::LDV_i64_v2_ari_64; in tryLoadVector()
1109 Opcode = NVPTX::LDV_f32_v2_ari_64; in tryLoadVector()
1112 Opcode = NVPTX::LDV_f64_v2_ari_64; in tryLoadVector()
1121 Opcode = NVPTX::LDV_i8_v4_ari_64; in tryLoadVector()
1124 Opcode = NVPTX::LDV_i16_v4_ari_64; in tryLoadVector()
1127 Opcode = NVPTX::LDV_i32_v4_ari_64; in tryLoadVector()
1130 Opcode = NVPTX::LDV_f32_v4_ari_64; in tryLoadVector()
1144 Opcode = NVPTX::LDV_i8_v2_ari; in tryLoadVector()
1147 Opcode = NVPTX::LDV_i16_v2_ari; in tryLoadVector()
1150 Opcode = NVPTX::LDV_i32_v2_ari; in tryLoadVector()
1153 Opcode = NVPTX::LDV_i64_v2_ari; in tryLoadVector()
1156 Opcode = NVPTX::LDV_f32_v2_ari; in tryLoadVector()
1159 Opcode = NVPTX::LDV_f64_v2_ari; in tryLoadVector()
1168 Opcode = NVPTX::LDV_i8_v4_ari; in tryLoadVector()
1171 Opcode = NVPTX::LDV_i16_v4_ari; in tryLoadVector()
1174 Opcode = NVPTX::LDV_i32_v4_ari; in tryLoadVector()
1177 Opcode = NVPTX::LDV_f32_v4_ari; in tryLoadVector()
1188 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops); in tryLoadVector()
1199 Opcode = NVPTX::LDV_i8_v2_areg_64; in tryLoadVector()
1202 Opcode = NVPTX::LDV_i16_v2_areg_64; in tryLoadVector()
1205 Opcode = NVPTX::LDV_i32_v2_areg_64; in tryLoadVector()
1208 Opcode = NVPTX::LDV_i64_v2_areg_64; in tryLoadVector()
1211 Opcode = NVPTX::LDV_f32_v2_areg_64; in tryLoadVector()
1214 Opcode = NVPTX::LDV_f64_v2_areg_64; in tryLoadVector()
1223 Opcode = NVPTX::LDV_i8_v4_areg_64; in tryLoadVector()
1226 Opcode = NVPTX::LDV_i16_v4_areg_64; in tryLoadVector()
1229 Opcode = NVPTX::LDV_i32_v4_areg_64; in tryLoadVector()
1232 Opcode = NVPTX::LDV_f32_v4_areg_64; in tryLoadVector()
1246 Opcode = NVPTX::LDV_i8_v2_areg; in tryLoadVector()
1249 Opcode = NVPTX::LDV_i16_v2_areg; in tryLoadVector()
1252 Opcode = NVPTX::LDV_i32_v2_areg; in tryLoadVector()
1255 Opcode = NVPTX::LDV_i64_v2_areg; in tryLoadVector()
1258 Opcode = NVPTX::LDV_f32_v2_areg; in tryLoadVector()
1261 Opcode = NVPTX::LDV_f64_v2_areg; in tryLoadVector()
1270 Opcode = NVPTX::LDV_i8_v4_areg; in tryLoadVector()
1273 Opcode = NVPTX::LDV_i16_v4_areg; in tryLoadVector()
1276 Opcode = NVPTX::LDV_i32_v4_areg; in tryLoadVector()
1279 Opcode = NVPTX::LDV_f32_v4_areg; in tryLoadVector()
1289 LD = CurDAG->getMachineNode(Opcode, DL, N->getVTList(), Ops); in tryLoadVector()
1332 unsigned Opcode; in tryLDGLDU() local
1365 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i8avar; in tryLDGLDU()
1368 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i16avar; in tryLDGLDU()
1371 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i32avar; in tryLDGLDU()
1374 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i64avar; in tryLDGLDU()
1377 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f32avar; in tryLDGLDU()
1380 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f64avar; in tryLDGLDU()
1388 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i8avar; in tryLDGLDU()
1391 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i16avar; in tryLDGLDU()
1394 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i32avar; in tryLDGLDU()
1397 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i64avar; in tryLDGLDU()
1400 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f32avar; in tryLDGLDU()
1403 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f64avar; in tryLDGLDU()
1413 Opcode = NVPTX::INT_PTX_LDG_G_v2i8_ELE_avar; in tryLDGLDU()
1416 Opcode = NVPTX::INT_PTX_LDG_G_v2i16_ELE_avar; in tryLDGLDU()
1419 Opcode = NVPTX::INT_PTX_LDG_G_v2i32_ELE_avar; in tryLDGLDU()
1422 Opcode = NVPTX::INT_PTX_LDG_G_v2i64_ELE_avar; in tryLDGLDU()
1425 Opcode = NVPTX::INT_PTX_LDG_G_v2f32_ELE_avar; in tryLDGLDU()
1428 Opcode = NVPTX::INT_PTX_LDG_G_v2f64_ELE_avar; in tryLDGLDU()
1437 Opcode = NVPTX::INT_PTX_LDU_G_v2i8_ELE_avar; in tryLDGLDU()
1440 Opcode = NVPTX::INT_PTX_LDU_G_v2i16_ELE_avar; in tryLDGLDU()
1443 Opcode = NVPTX::INT_PTX_LDU_G_v2i32_ELE_avar; in tryLDGLDU()
1446 Opcode = NVPTX::INT_PTX_LDU_G_v2i64_ELE_avar; in tryLDGLDU()
1449 Opcode = NVPTX::INT_PTX_LDU_G_v2f32_ELE_avar; in tryLDGLDU()
1452 Opcode = NVPTX::INT_PTX_LDU_G_v2f64_ELE_avar; in tryLDGLDU()
1461 Opcode = NVPTX::INT_PTX_LDG_G_v4i8_ELE_avar; in tryLDGLDU()
1464 Opcode = NVPTX::INT_PTX_LDG_G_v4i16_ELE_avar; in tryLDGLDU()
1467 Opcode = NVPTX::INT_PTX_LDG_G_v4i32_ELE_avar; in tryLDGLDU()
1470 Opcode = NVPTX::INT_PTX_LDG_G_v4f32_ELE_avar; in tryLDGLDU()
1479 Opcode = NVPTX::INT_PTX_LDU_G_v4i8_ELE_avar; in tryLDGLDU()
1482 Opcode = NVPTX::INT_PTX_LDU_G_v4i16_ELE_avar; in tryLDGLDU()
1485 Opcode = NVPTX::INT_PTX_LDU_G_v4i32_ELE_avar; in tryLDGLDU()
1488 Opcode = NVPTX::INT_PTX_LDU_G_v4f32_ELE_avar; in tryLDGLDU()
1495 LD = CurDAG->getMachineNode(Opcode, DL, InstVTList, Ops); in tryLDGLDU()
1509 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i8ari64; in tryLDGLDU()
1512 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i16ari64; in tryLDGLDU()
1515 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i32ari64; in tryLDGLDU()
1518 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i64ari64; in tryLDGLDU()
1521 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f32ari64; in tryLDGLDU()
1524 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f64ari64; in tryLDGLDU()
1532 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i8ari64; in tryLDGLDU()
1535 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i16ari64; in tryLDGLDU()
1538 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i32ari64; in tryLDGLDU()
1541 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i64ari64; in tryLDGLDU()
1544 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f32ari64; in tryLDGLDU()
1547 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f64ari64; in tryLDGLDU()
1558 Opcode = NVPTX::INT_PTX_LDG_G_v2i8_ELE_ari64; in tryLDGLDU()
1561 Opcode = NVPTX::INT_PTX_LDG_G_v2i16_ELE_ari64; in tryLDGLDU()
1564 Opcode = NVPTX::INT_PTX_LDG_G_v2i32_ELE_ari64; in tryLDGLDU()
1567 Opcode = NVPTX::INT_PTX_LDG_G_v2i64_ELE_ari64; in tryLDGLDU()
1570 Opcode = NVPTX::INT_PTX_LDG_G_v2f32_ELE_ari64; in tryLDGLDU()
1573 Opcode = NVPTX::INT_PTX_LDG_G_v2f64_ELE_ari64; in tryLDGLDU()
1582 Opcode = NVPTX::INT_PTX_LDU_G_v2i8_ELE_ari64; in tryLDGLDU()
1585 Opcode = NVPTX::INT_PTX_LDU_G_v2i16_ELE_ari64; in tryLDGLDU()
1588 Opcode = NVPTX::INT_PTX_LDU_G_v2i32_ELE_ari64; in tryLDGLDU()
1591 Opcode = NVPTX::INT_PTX_LDU_G_v2i64_ELE_ari64; in tryLDGLDU()
1594 Opcode = NVPTX::INT_PTX_LDU_G_v2f32_ELE_ari64; in tryLDGLDU()
1597 Opcode = NVPTX::INT_PTX_LDU_G_v2f64_ELE_ari64; in tryLDGLDU()
1607 Opcode = NVPTX::INT_PTX_LDG_G_v4i8_ELE_ari64; in tryLDGLDU()
1610 Opcode = NVPTX::INT_PTX_LDG_G_v4i16_ELE_ari64; in tryLDGLDU()
1613 Opcode = NVPTX::INT_PTX_LDG_G_v4i32_ELE_ari64; in tryLDGLDU()
1616 Opcode = NVPTX::INT_PTX_LDG_G_v4f32_ELE_ari64; in tryLDGLDU()
1625 Opcode = NVPTX::INT_PTX_LDU_G_v4i8_ELE_ari64; in tryLDGLDU()
1628 Opcode = NVPTX::INT_PTX_LDU_G_v4i16_ELE_ari64; in tryLDGLDU()
1631 Opcode = NVPTX::INT_PTX_LDU_G_v4i32_ELE_ari64; in tryLDGLDU()
1634 Opcode = NVPTX::INT_PTX_LDU_G_v4f32_ELE_ari64; in tryLDGLDU()
1650 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i8ari; in tryLDGLDU()
1653 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i16ari; in tryLDGLDU()
1656 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i32ari; in tryLDGLDU()
1659 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i64ari; in tryLDGLDU()
1662 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f32ari; in tryLDGLDU()
1665 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f64ari; in tryLDGLDU()
1673 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i8ari; in tryLDGLDU()
1676 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i16ari; in tryLDGLDU()
1679 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i32ari; in tryLDGLDU()
1682 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i64ari; in tryLDGLDU()
1685 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f32ari; in tryLDGLDU()
1688 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f64ari; in tryLDGLDU()
1699 Opcode = NVPTX::INT_PTX_LDG_G_v2i8_ELE_ari32; in tryLDGLDU()
1702 Opcode = NVPTX::INT_PTX_LDG_G_v2i16_ELE_ari32; in tryLDGLDU()
1705 Opcode = NVPTX::INT_PTX_LDG_G_v2i32_ELE_ari32; in tryLDGLDU()
1708 Opcode = NVPTX::INT_PTX_LDG_G_v2i64_ELE_ari32; in tryLDGLDU()
1711 Opcode = NVPTX::INT_PTX_LDG_G_v2f32_ELE_ari32; in tryLDGLDU()
1714 Opcode = NVPTX::INT_PTX_LDG_G_v2f64_ELE_ari32; in tryLDGLDU()
1723 Opcode = NVPTX::INT_PTX_LDU_G_v2i8_ELE_ari32; in tryLDGLDU()
1726 Opcode = NVPTX::INT_PTX_LDU_G_v2i16_ELE_ari32; in tryLDGLDU()
1729 Opcode = NVPTX::INT_PTX_LDU_G_v2i32_ELE_ari32; in tryLDGLDU()
1732 Opcode = NVPTX::INT_PTX_LDU_G_v2i64_ELE_ari32; in tryLDGLDU()
1735 Opcode = NVPTX::INT_PTX_LDU_G_v2f32_ELE_ari32; in tryLDGLDU()
1738 Opcode = NVPTX::INT_PTX_LDU_G_v2f64_ELE_ari32; in tryLDGLDU()
1748 Opcode = NVPTX::INT_PTX_LDG_G_v4i8_ELE_ari32; in tryLDGLDU()
1751 Opcode = NVPTX::INT_PTX_LDG_G_v4i16_ELE_ari32; in tryLDGLDU()
1754 Opcode = NVPTX::INT_PTX_LDG_G_v4i32_ELE_ari32; in tryLDGLDU()
1757 Opcode = NVPTX::INT_PTX_LDG_G_v4f32_ELE_ari32; in tryLDGLDU()
1766 Opcode = NVPTX::INT_PTX_LDU_G_v4i8_ELE_ari32; in tryLDGLDU()
1769 Opcode = NVPTX::INT_PTX_LDU_G_v4i16_ELE_ari32; in tryLDGLDU()
1772 Opcode = NVPTX::INT_PTX_LDU_G_v4i32_ELE_ari32; in tryLDGLDU()
1775 Opcode = NVPTX::INT_PTX_LDU_G_v4f32_ELE_ari32; in tryLDGLDU()
1784 LD = CurDAG->getMachineNode(Opcode, DL, InstVTList, Ops); in tryLDGLDU()
1797 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i8areg64; in tryLDGLDU()
1800 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i16areg64; in tryLDGLDU()
1803 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i32areg64; in tryLDGLDU()
1806 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i64areg64; in tryLDGLDU()
1809 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f32areg64; in tryLDGLDU()
1812 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f64areg64; in tryLDGLDU()
1820 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i8areg64; in tryLDGLDU()
1823 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i16areg64; in tryLDGLDU()
1826 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i32areg64; in tryLDGLDU()
1829 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i64areg64; in tryLDGLDU()
1832 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f32areg64; in tryLDGLDU()
1835 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f64areg64; in tryLDGLDU()
1846 Opcode = NVPTX::INT_PTX_LDG_G_v2i8_ELE_areg64; in tryLDGLDU()
1849 Opcode = NVPTX::INT_PTX_LDG_G_v2i16_ELE_areg64; in tryLDGLDU()
1852 Opcode = NVPTX::INT_PTX_LDG_G_v2i32_ELE_areg64; in tryLDGLDU()
1855 Opcode = NVPTX::INT_PTX_LDG_G_v2i64_ELE_areg64; in tryLDGLDU()
1858 Opcode = NVPTX::INT_PTX_LDG_G_v2f32_ELE_areg64; in tryLDGLDU()
1861 Opcode = NVPTX::INT_PTX_LDG_G_v2f64_ELE_areg64; in tryLDGLDU()
1870 Opcode = NVPTX::INT_PTX_LDU_G_v2i8_ELE_areg64; in tryLDGLDU()
1873 Opcode = NVPTX::INT_PTX_LDU_G_v2i16_ELE_areg64; in tryLDGLDU()
1876 Opcode = NVPTX::INT_PTX_LDU_G_v2i32_ELE_areg64; in tryLDGLDU()
1879 Opcode = NVPTX::INT_PTX_LDU_G_v2i64_ELE_areg64; in tryLDGLDU()
1882 Opcode = NVPTX::INT_PTX_LDU_G_v2f32_ELE_areg64; in tryLDGLDU()
1885 Opcode = NVPTX::INT_PTX_LDU_G_v2f64_ELE_areg64; in tryLDGLDU()
1895 Opcode = NVPTX::INT_PTX_LDG_G_v4i8_ELE_areg64; in tryLDGLDU()
1898 Opcode = NVPTX::INT_PTX_LDG_G_v4i16_ELE_areg64; in tryLDGLDU()
1901 Opcode = NVPTX::INT_PTX_LDG_G_v4i32_ELE_areg64; in tryLDGLDU()
1904 Opcode = NVPTX::INT_PTX_LDG_G_v4f32_ELE_areg64; in tryLDGLDU()
1913 Opcode = NVPTX::INT_PTX_LDU_G_v4i8_ELE_areg64; in tryLDGLDU()
1916 Opcode = NVPTX::INT_PTX_LDU_G_v4i16_ELE_areg64; in tryLDGLDU()
1919 Opcode = NVPTX::INT_PTX_LDU_G_v4i32_ELE_areg64; in tryLDGLDU()
1922 Opcode = NVPTX::INT_PTX_LDU_G_v4f32_ELE_areg64; in tryLDGLDU()
1938 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i8areg; in tryLDGLDU()
1941 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i16areg; in tryLDGLDU()
1944 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i32areg; in tryLDGLDU()
1947 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_i64areg; in tryLDGLDU()
1950 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f32areg; in tryLDGLDU()
1953 Opcode = NVPTX::INT_PTX_LDG_GLOBAL_f64areg; in tryLDGLDU()
1961 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i8areg; in tryLDGLDU()
1964 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i16areg; in tryLDGLDU()
1967 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i32areg; in tryLDGLDU()
1970 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_i64areg; in tryLDGLDU()
1973 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f32areg; in tryLDGLDU()
1976 Opcode = NVPTX::INT_PTX_LDU_GLOBAL_f64areg; in tryLDGLDU()
1987 Opcode = NVPTX::INT_PTX_LDG_G_v2i8_ELE_areg32; in tryLDGLDU()
1990 Opcode = NVPTX::INT_PTX_LDG_G_v2i16_ELE_areg32; in tryLDGLDU()
1993 Opcode = NVPTX::INT_PTX_LDG_G_v2i32_ELE_areg32; in tryLDGLDU()
1996 Opcode = NVPTX::INT_PTX_LDG_G_v2i64_ELE_areg32; in tryLDGLDU()
1999 Opcode = NVPTX::INT_PTX_LDG_G_v2f32_ELE_areg32; in tryLDGLDU()
2002 Opcode = NVPTX::INT_PTX_LDG_G_v2f64_ELE_areg32; in tryLDGLDU()
2011 Opcode = NVPTX::INT_PTX_LDU_G_v2i8_ELE_areg32; in tryLDGLDU()
2014 Opcode = NVPTX::INT_PTX_LDU_G_v2i16_ELE_areg32; in tryLDGLDU()
2017 Opcode = NVPTX::INT_PTX_LDU_G_v2i32_ELE_areg32; in tryLDGLDU()
2020 Opcode = NVPTX::INT_PTX_LDU_G_v2i64_ELE_areg32; in tryLDGLDU()
2023 Opcode = NVPTX::INT_PTX_LDU_G_v2f32_ELE_areg32; in tryLDGLDU()
2026 Opcode = NVPTX::INT_PTX_LDU_G_v2f64_ELE_areg32; in tryLDGLDU()
2036 Opcode = NVPTX::INT_PTX_LDG_G_v4i8_ELE_areg32; in tryLDGLDU()
2039 Opcode = NVPTX::INT_PTX_LDG_G_v4i16_ELE_areg32; in tryLDGLDU()
2042 Opcode = NVPTX::INT_PTX_LDG_G_v4i32_ELE_areg32; in tryLDGLDU()
2045 Opcode = NVPTX::INT_PTX_LDG_G_v4f32_ELE_areg32; in tryLDGLDU()
2054 Opcode = NVPTX::INT_PTX_LDU_G_v4i8_ELE_areg32; in tryLDGLDU()
2057 Opcode = NVPTX::INT_PTX_LDU_G_v4i16_ELE_areg32; in tryLDGLDU()
2060 Opcode = NVPTX::INT_PTX_LDU_G_v4i32_ELE_areg32; in tryLDGLDU()
2063 Opcode = NVPTX::INT_PTX_LDU_G_v4f32_ELE_areg32; in tryLDGLDU()
2071 LD = CurDAG->getMachineNode(Opcode, DL, InstVTList, Ops); in tryLDGLDU()
2172 unsigned Opcode; in tryStore() local
2178 Opcode = NVPTX::ST_i8_avar; in tryStore()
2181 Opcode = NVPTX::ST_i16_avar; in tryStore()
2184 Opcode = NVPTX::ST_i32_avar; in tryStore()
2187 Opcode = NVPTX::ST_i64_avar; in tryStore()
2190 Opcode = NVPTX::ST_f32_avar; in tryStore()
2193 Opcode = NVPTX::ST_f64_avar; in tryStore()
2202 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore()
2207 Opcode = NVPTX::ST_i8_asi; in tryStore()
2210 Opcode = NVPTX::ST_i16_asi; in tryStore()
2213 Opcode = NVPTX::ST_i32_asi; in tryStore()
2216 Opcode = NVPTX::ST_i64_asi; in tryStore()
2219 Opcode = NVPTX::ST_f32_asi; in tryStore()
2222 Opcode = NVPTX::ST_f64_asi; in tryStore()
2231 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore()
2237 Opcode = NVPTX::ST_i8_ari_64; in tryStore()
2240 Opcode = NVPTX::ST_i16_ari_64; in tryStore()
2243 Opcode = NVPTX::ST_i32_ari_64; in tryStore()
2246 Opcode = NVPTX::ST_i64_ari_64; in tryStore()
2249 Opcode = NVPTX::ST_f32_ari_64; in tryStore()
2252 Opcode = NVPTX::ST_f64_ari_64; in tryStore()
2260 Opcode = NVPTX::ST_i8_ari; in tryStore()
2263 Opcode = NVPTX::ST_i16_ari; in tryStore()
2266 Opcode = NVPTX::ST_i32_ari; in tryStore()
2269 Opcode = NVPTX::ST_i64_ari; in tryStore()
2272 Opcode = NVPTX::ST_f32_ari; in tryStore()
2275 Opcode = NVPTX::ST_f64_ari; in tryStore()
2285 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore()
2290 Opcode = NVPTX::ST_i8_areg_64; in tryStore()
2293 Opcode = NVPTX::ST_i16_areg_64; in tryStore()
2296 Opcode = NVPTX::ST_i32_areg_64; in tryStore()
2299 Opcode = NVPTX::ST_i64_areg_64; in tryStore()
2302 Opcode = NVPTX::ST_f32_areg_64; in tryStore()
2305 Opcode = NVPTX::ST_f64_areg_64; in tryStore()
2313 Opcode = NVPTX::ST_i8_areg; in tryStore()
2316 Opcode = NVPTX::ST_i16_areg; in tryStore()
2319 Opcode = NVPTX::ST_i32_areg; in tryStore()
2322 Opcode = NVPTX::ST_i64_areg; in tryStore()
2325 Opcode = NVPTX::ST_f32_areg; in tryStore()
2328 Opcode = NVPTX::ST_f64_areg; in tryStore()
2338 NVPTXST = CurDAG->getMachineNode(Opcode, dl, MVT::Other, Ops); in tryStore()
2355 unsigned Opcode; in tryStoreVector() local
2427 Opcode = NVPTX::STV_i8_v2_avar; in tryStoreVector()
2430 Opcode = NVPTX::STV_i16_v2_avar; in tryStoreVector()
2433 Opcode = NVPTX::STV_i32_v2_avar; in tryStoreVector()
2436 Opcode = NVPTX::STV_i64_v2_avar; in tryStoreVector()
2439 Opcode = NVPTX::STV_f32_v2_avar; in tryStoreVector()
2442 Opcode = NVPTX::STV_f64_v2_avar; in tryStoreVector()
2451 Opcode = NVPTX::STV_i8_v4_avar; in tryStoreVector()
2454 Opcode = NVPTX::STV_i16_v4_avar; in tryStoreVector()
2457 Opcode = NVPTX::STV_i32_v4_avar; in tryStoreVector()
2460 Opcode = NVPTX::STV_f32_v4_avar; in tryStoreVector()
2476 Opcode = NVPTX::STV_i8_v2_asi; in tryStoreVector()
2479 Opcode = NVPTX::STV_i16_v2_asi; in tryStoreVector()
2482 Opcode = NVPTX::STV_i32_v2_asi; in tryStoreVector()
2485 Opcode = NVPTX::STV_i64_v2_asi; in tryStoreVector()
2488 Opcode = NVPTX::STV_f32_v2_asi; in tryStoreVector()
2491 Opcode = NVPTX::STV_f64_v2_asi; in tryStoreVector()
2500 Opcode = NVPTX::STV_i8_v4_asi; in tryStoreVector()
2503 Opcode = NVPTX::STV_i16_v4_asi; in tryStoreVector()
2506 Opcode = NVPTX::STV_i32_v4_asi; in tryStoreVector()
2509 Opcode = NVPTX::STV_f32_v4_asi; in tryStoreVector()
2527 Opcode = NVPTX::STV_i8_v2_ari_64; in tryStoreVector()
2530 Opcode = NVPTX::STV_i16_v2_ari_64; in tryStoreVector()
2533 Opcode = NVPTX::STV_i32_v2_ari_64; in tryStoreVector()
2536 Opcode = NVPTX::STV_i64_v2_ari_64; in tryStoreVector()
2539 Opcode = NVPTX::STV_f32_v2_ari_64; in tryStoreVector()
2542 Opcode = NVPTX::STV_f64_v2_ari_64; in tryStoreVector()
2551 Opcode = NVPTX::STV_i8_v4_ari_64; in tryStoreVector()
2554 Opcode = NVPTX::STV_i16_v4_ari_64; in tryStoreVector()
2557 Opcode = NVPTX::STV_i32_v4_ari_64; in tryStoreVector()
2560 Opcode = NVPTX::STV_f32_v4_ari_64; in tryStoreVector()
2574 Opcode = NVPTX::STV_i8_v2_ari; in tryStoreVector()
2577 Opcode = NVPTX::STV_i16_v2_ari; in tryStoreVector()
2580 Opcode = NVPTX::STV_i32_v2_ari; in tryStoreVector()
2583 Opcode = NVPTX::STV_i64_v2_ari; in tryStoreVector()
2586 Opcode = NVPTX::STV_f32_v2_ari; in tryStoreVector()
2589 Opcode = NVPTX::STV_f64_v2_ari; in tryStoreVector()
2598 Opcode = NVPTX::STV_i8_v4_ari; in tryStoreVector()
2601 Opcode = NVPTX::STV_i16_v4_ari; in tryStoreVector()
2604 Opcode = NVPTX::STV_i32_v4_ari; in tryStoreVector()
2607 Opcode = NVPTX::STV_f32_v4_ari; in tryStoreVector()
2625 Opcode = NVPTX::STV_i8_v2_areg_64; in tryStoreVector()
2628 Opcode = NVPTX::STV_i16_v2_areg_64; in tryStoreVector()
2631 Opcode = NVPTX::STV_i32_v2_areg_64; in tryStoreVector()
2634 Opcode = NVPTX::STV_i64_v2_areg_64; in tryStoreVector()
2637 Opcode = NVPTX::STV_f32_v2_areg_64; in tryStoreVector()
2640 Opcode = NVPTX::STV_f64_v2_areg_64; in tryStoreVector()
2649 Opcode = NVPTX::STV_i8_v4_areg_64; in tryStoreVector()
2652 Opcode = NVPTX::STV_i16_v4_areg_64; in tryStoreVector()
2655 Opcode = NVPTX::STV_i32_v4_areg_64; in tryStoreVector()
2658 Opcode = NVPTX::STV_f32_v4_areg_64; in tryStoreVector()
2672 Opcode = NVPTX::STV_i8_v2_areg; in tryStoreVector()
2675 Opcode = NVPTX::STV_i16_v2_areg; in tryStoreVector()
2678 Opcode = NVPTX::STV_i32_v2_areg; in tryStoreVector()
2681 Opcode = NVPTX::STV_i64_v2_areg; in tryStoreVector()
2684 Opcode = NVPTX::STV_f32_v2_areg; in tryStoreVector()
2687 Opcode = NVPTX::STV_f64_v2_areg; in tryStoreVector()
2696 Opcode = NVPTX::STV_i8_v4_areg; in tryStoreVector()
2699 Opcode = NVPTX::STV_i16_v4_areg; in tryStoreVector()
2702 Opcode = NVPTX::STV_i32_v4_areg; in tryStoreVector()
2705 Opcode = NVPTX::STV_f32_v4_areg; in tryStoreVector()
2716 ST = CurDAG->getMachineNode(Opcode, DL, MVT::Other, StOps); in tryStoreVector()
2887 unsigned Opcode = 0; in tryStoreRetval() local
2896 Opcode = NVPTX::StoreRetvalI8; in tryStoreRetval()
2899 Opcode = NVPTX::StoreRetvalI8; in tryStoreRetval()
2902 Opcode = NVPTX::StoreRetvalI16; in tryStoreRetval()
2905 Opcode = NVPTX::StoreRetvalI32; in tryStoreRetval()
2908 Opcode = NVPTX::StoreRetvalI64; in tryStoreRetval()
2911 Opcode = NVPTX::StoreRetvalF32; in tryStoreRetval()
2914 Opcode = NVPTX::StoreRetvalF64; in tryStoreRetval()
2923 Opcode = NVPTX::StoreRetvalV2I8; in tryStoreRetval()
2926 Opcode = NVPTX::StoreRetvalV2I8; in tryStoreRetval()
2929 Opcode = NVPTX::StoreRetvalV2I16; in tryStoreRetval()
2932 Opcode = NVPTX::StoreRetvalV2I32; in tryStoreRetval()
2935 Opcode = NVPTX::StoreRetvalV2I64; in tryStoreRetval()
2938 Opcode = NVPTX::StoreRetvalV2F32; in tryStoreRetval()
2941 Opcode = NVPTX::StoreRetvalV2F64; in tryStoreRetval()
2950 Opcode = NVPTX::StoreRetvalV4I8; in tryStoreRetval()
2953 Opcode = NVPTX::StoreRetvalV4I8; in tryStoreRetval()
2956 Opcode = NVPTX::StoreRetvalV4I16; in tryStoreRetval()
2959 Opcode = NVPTX::StoreRetvalV4I32; in tryStoreRetval()
2962 Opcode = NVPTX::StoreRetvalV4F32; in tryStoreRetval()
2969 CurDAG->getMachineNode(Opcode, DL, MVT::Other, Ops); in tryStoreRetval()
3018 unsigned Opcode = 0; in tryStoreParam() local
3029 Opcode = NVPTX::StoreParamI8; in tryStoreParam()
3032 Opcode = NVPTX::StoreParamI8; in tryStoreParam()
3035 Opcode = NVPTX::StoreParamI16; in tryStoreParam()
3038 Opcode = NVPTX::StoreParamI32; in tryStoreParam()
3041 Opcode = NVPTX::StoreParamI64; in tryStoreParam()
3044 Opcode = NVPTX::StoreParamF32; in tryStoreParam()
3047 Opcode = NVPTX::StoreParamF64; in tryStoreParam()
3056 Opcode = NVPTX::StoreParamV2I8; in tryStoreParam()
3059 Opcode = NVPTX::StoreParamV2I8; in tryStoreParam()
3062 Opcode = NVPTX::StoreParamV2I16; in tryStoreParam()
3065 Opcode = NVPTX::StoreParamV2I32; in tryStoreParam()
3068 Opcode = NVPTX::StoreParamV2I64; in tryStoreParam()
3071 Opcode = NVPTX::StoreParamV2F32; in tryStoreParam()
3074 Opcode = NVPTX::StoreParamV2F64; in tryStoreParam()
3083 Opcode = NVPTX::StoreParamV4I8; in tryStoreParam()
3086 Opcode = NVPTX::StoreParamV4I8; in tryStoreParam()
3089 Opcode = NVPTX::StoreParamV4I16; in tryStoreParam()
3092 Opcode = NVPTX::StoreParamV4I32; in tryStoreParam()
3095 Opcode = NVPTX::StoreParamV4F32; in tryStoreParam()
3105 Opcode = NVPTX::StoreParamI32; in tryStoreParam()
3114 Opcode = NVPTX::StoreParamI32; in tryStoreParam()
3126 CurDAG->getMachineNode(Opcode, DL, RetVTs, Ops); in tryStoreParam()