Searched refs:LoadedVT (Results 1 – 6 of 6) sorted by relevance
1580 EVT LoadedVT = LD->getMemoryVT(); in tryARMIndexedLoad() local1585 if (LoadedVT == MVT::i32 && isPre && in tryARMIndexedLoad()1589 } else if (LoadedVT == MVT::i32 && !isPre && in tryARMIndexedLoad()1593 } else if (LoadedVT == MVT::i32 && in tryARMIndexedLoad()1598 } else if (LoadedVT == MVT::i16 && in tryARMIndexedLoad()1604 } else if (LoadedVT == MVT::i8 || LoadedVT == MVT::i1) { in tryARMIndexedLoad()1655 EVT LoadedVT = LD->getMemoryVT(); in tryT1IndexedLoad() local1658 LoadedVT.getSimpleVT().SimpleTy != MVT::i32) in tryT1IndexedLoad()1686 EVT LoadedVT = LD->getMemoryVT(); in tryT2IndexedLoad() local1693 switch (LoadedVT.getSimpleVT().SimpleTy) { in tryT2IndexedLoad()[all …]
843 EVT LoadedVT = LD->getMemoryVT(); in tryLoad() local850 if (!LoadedVT.isSimple()) in tryLoad()885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad()894 assert(LoadedVT == MVT::v2f16 && "Unexpected vector type"); in tryLoad()1000 EVT LoadedVT = MemSD->getMemoryVT(); in tryLoadVector() local1002 if (!LoadedVT.isSimple()) in tryLoadVector()1023 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector()
71 EVT LoadedVT = LD->getMemoryVT(); in SelectIndexedLoad() local78 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc); in SelectIndexedLoad()80 assert(LoadedVT.isSimple()); in SelectIndexedLoad()81 switch (LoadedVT.getSimpleVT().SimpleTy) { in SelectIndexedLoad()152 assert(LoadedVT.getSizeInBits() <= 32); in SelectIndexedLoad()
5123 EVT LoadedVT = LD->getMemoryVT(); in Select() local5142 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5143 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5154 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5155 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5179 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5180 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5191 assert((!isSExt || LoadedVT == MVT::i16 || LoadedVT == MVT::i32) && in Select()5193 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()
7466 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local7471 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad()7472 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()7474 LoadedVT.isVector()) { in expandUnalignedLoad()7483 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()7484 if (LoadedVT != VT) in expandUnalignedLoad()7494 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad()7499 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad()7550 LoadedVT); in expandUnalignedLoad()7556 assert(LoadedVT.isInteger() && !LoadedVT.isVector() && in expandUnalignedLoad()[all …]
5199 EVT LoadedVT = LoadN->getMemoryVT(); in isAndLoadExtLoad() local5201 if (ExtVT == LoadedVT && in isAndLoadExtLoad()5215 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound()) in isAndLoadExtLoad()