Lines Matching refs:LoadedVT
4858 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local
4863 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()
4956 unsigned NumBits = LoadedVT.getSizeInBits(); in expandUnalignedLoad()