Searched refs:LoadedVT (Results 1 – 7 of 7) sorted by relevance
1588 EVT LoadedVT = LD->getMemoryVT(); in tryARMIndexedLoad() local1601 } else if (LoadedVT == MVT::i32 && in tryARMIndexedLoad()1606 } else if (LoadedVT == MVT::i16 && in tryARMIndexedLoad()1612 } else if (LoadedVT == MVT::i8 || LoadedVT == MVT::i1) { in tryARMIndexedLoad()1663 EVT LoadedVT = LD->getMemoryVT(); in tryT1IndexedLoad() local1694 EVT LoadedVT = LD->getMemoryVT(); in tryT2IndexedLoad() local1740 EVT LoadedVT; in tryMVEIndexedLoad() local1752 LoadedVT = LD->getMemoryVT(); in tryMVEIndexedLoad()1753 if (!LoadedVT.isVector()) in tryMVEIndexedLoad()1768 LoadedVT = LD->getMemoryVT(); in tryMVEIndexedLoad()[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()996 EVT LoadedVT = MemSD->getMemoryVT(); in tryLoadVector() local998 if (!LoadedVT.isSimple()) in tryLoadVector()1019 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()
271 EVT LoadedVT = LD->getMemoryVT(); in LegalizeOp() local272 if (LoadedVT.isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()273 Action = TLI.getLoadExtAction(ExtType, LD->getValueType(0), LoadedVT); in LegalizeOp()
8372 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local8377 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad()8378 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()8380 LoadedVT.isVector()) { in expandUnalignedLoad()8389 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()8390 if (LoadedVT != VT) in expandUnalignedLoad()8400 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad()8405 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad()8456 LoadedVT); in expandUnalignedLoad()8462 assert(LoadedVT.isInteger() && !LoadedVT.isVector() && in expandUnalignedLoad()[all …]
5658 EVT LoadedVT = LoadN->getMemoryVT(); in isAndLoadExtLoad() local5660 if (ExtVT == LoadedVT && in isAndLoadExtLoad()5674 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound()) in isAndLoadExtLoad()
5269 EVT LoadedVT = LD->getMemoryVT(); in Select() local5288 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5289 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5300 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5301 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5325 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()5326 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()5337 assert((!isSExt || LoadedVT == MVT::i16 || LoadedVT == MVT::i32) && in Select()5339 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()