Searched refs:LoadedVT (Results 1 – 6 of 6) sorted by relevance
1358 EVT LoadedVT = LD->getMemoryVT(); in tryARMIndexedLoad() local1363 if (LoadedVT == MVT::i32 && isPre && in tryARMIndexedLoad()1367 } else if (LoadedVT == MVT::i32 && !isPre && in tryARMIndexedLoad()1371 } else if (LoadedVT == MVT::i32 && in tryARMIndexedLoad()1376 } else if (LoadedVT == MVT::i16 && in tryARMIndexedLoad()1382 } else if (LoadedVT == MVT::i8 || LoadedVT == MVT::i1) { in tryARMIndexedLoad()1433 EVT LoadedVT = LD->getMemoryVT(); in tryT1IndexedLoad() local1436 LoadedVT.getSimpleVT().SimpleTy != MVT::i32) in tryT1IndexedLoad()1464 EVT LoadedVT = LD->getMemoryVT(); in tryT2IndexedLoad() local1471 switch (LoadedVT.getSimpleVT().SimpleTy) { in tryT2IndexedLoad()
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()
72 EVT LoadedVT = LD->getMemoryVT(); in SelectIndexedLoad() local79 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc); in SelectIndexedLoad()81 assert(LoadedVT.isSimple()); in SelectIndexedLoad()82 switch (LoadedVT.getSimpleVT().SimpleTy) { in SelectIndexedLoad()153 assert(LoadedVT.getSizeInBits() <= 32); in SelectIndexedLoad()
4858 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local4863 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad()4864 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()4866 LoadedVT.isVector()) { in expandUnalignedLoad()4878 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()4879 if (LoadedVT != VT) in expandUnalignedLoad()4889 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad()4894 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad()4945 LoadedVT); in expandUnalignedLoad()4951 assert(LoadedVT.isInteger() && !LoadedVT.isVector() && in expandUnalignedLoad()[all …]
4208 EVT LoadedVT = LoadN->getMemoryVT(); in isAndLoadExtLoad() local4210 if (ExtVT == LoadedVT && in isAndLoadExtLoad()4224 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound()) in isAndLoadExtLoad()
4436 EVT LoadedVT = LD->getMemoryVT(); in Select() local4455 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()4456 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()4467 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()4468 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()4492 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load"); in Select()4493 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()4506 assert((!isSExt || LoadedVT == MVT::i16 || LoadedVT == MVT::i32) && in Select()4508 switch (LoadedVT.getSimpleVT().SimpleTy) { in Select()