Lines Matching refs:LoadedVT
9462 EVT LoadedVT = LD->getMemoryVT(); in expandUnalignedLoad() local
9467 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in expandUnalignedLoad()
9468 if (isTypeLegal(intVT) && isTypeLegal(LoadedVT)) { in expandUnalignedLoad()
9470 LoadedVT.isVector()) { in expandUnalignedLoad()
9479 SDValue Result = DAG.getNode(ISD::BITCAST, dl, LoadedVT, newLoad); in expandUnalignedLoad()
9480 if (LoadedVT != VT) in expandUnalignedLoad()
9490 unsigned LoadedBytes = LoadedVT.getStoreSize(); in expandUnalignedLoad()
9495 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad()
9546 LoadedVT); in expandUnalignedLoad()
9552 assert(LoadedVT.isInteger() && !LoadedVT.isVector() && in expandUnalignedLoad()
9557 unsigned NumBits = LoadedVT.getSizeInBits(); in expandUnalignedLoad()