Lines Matching refs:LoadedVT
7495 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local
7500 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad()
7501 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()
7503 LoadedVT.isVector()) { in expandUnalignedLoad()
7512 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()
7513 if (LoadedVT != VT) in expandUnalignedLoad()
7523 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad()
7528 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad()
7579 LoadedVT); in expandUnalignedLoad()
7585 assert(LoadedVT.isInteger() && !LoadedVT.isVector() && in expandUnalignedLoad()
7590 unsigned NumBits = LoadedVT.getSizeInBits(); in expandUnalignedLoad()