Lines Matching refs:EltVT
979 EVT EltVT = N->getValueType(0); in tryLoadVector() local
986 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1010 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1039 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1063 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1093 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1117 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1140 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1164 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1195 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1219 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1242 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1266 switch (EltVT.getSimpleVT().SimpleTy) { in tryLoadVector()
1337 EVT EltVT = Mem->getMemoryVT(); in tryLDGLDU() local
1339 if (EltVT.isVector()) { in tryLDGLDU()
1340 NumElts = EltVT.getVectorNumElements(); in tryLDGLDU()
1341 EltVT = EltVT.getVectorElementType(); in tryLDGLDU()
1347 EVT NodeVT = (EltVT == MVT::i8) ? MVT::i16 : EltVT; in tryLDGLDU()
1361 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1384 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1409 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1433 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1457 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1475 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1505 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1528 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1554 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1578 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1603 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1621 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1646 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1669 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1695 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1719 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1744 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1762 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1793 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1816 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1842 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1866 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1891 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1909 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1934 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1957 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
1983 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
2007 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
2032 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
2050 switch (EltVT.getSimpleVT().SimpleTy) { in tryLDGLDU()
2092 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
2098 EltVT.getSimpleVT(), IsSigned); in tryLDGLDU()
2358 EVT EltVT = Op1.getValueType(); in tryStoreVector() local
2423 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2447 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2472 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2496 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2523 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2547 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2570 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2594 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2621 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2645 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2668 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2692 switch (EltVT.getSimpleVT().SimpleTy) { in tryStoreVector()
2748 EVT EltVT = Node->getValueType(0); in tryLoadParam() local
2835 VTs = CurDAG->getVTList(EltVT, MVT::Other, MVT::Glue); in tryLoadParam()
2837 VTs = CurDAG->getVTList(EltVT, EltVT, MVT::Other, MVT::Glue); in tryLoadParam()
2839 EVT EVTs[] = { EltVT, EltVT, EltVT, EltVT, MVT::Other, MVT::Glue }; in tryLoadParam()