Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LoadedVT

425     /// the type of the loaded value to be extended.  LoadedVT returns the type
429 EVT LoadResultTy, EVT &ExtVT, EVT &LoadedVT,
2972 EVT LoadResultTy, EVT &ExtVT, EVT &LoadedVT,
2980 LoadedVT = LoadN->getMemoryVT();
2982 if (ExtVT == LoadedVT &&
2997 if (!LoadedVT.bitsGT(ExtVT) || !ExtVT.isRound())
3206 EVT ExtVT, LoadedVT;
3207 if (isAndLoadExtLoad(N1C, LN0, LoadResultTy, ExtVT, LoadedVT,
3227 unsigned LVTStoreBytes = LoadedVT.getStoreSize();
6387 EVT ExtVT, LoadedVT;
6388 if (isAndLoadExtLoad(AndC, LN0, LoadResultTy, ExtVT, LoadedVT,