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