Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:LoadedVT

2492     EVT LoadedVT = LD->getMemoryVT();
2506 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load");
2507 switch (LoadedVT.getSimpleVT().SimpleTy) {
2518 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load");
2519 switch (LoadedVT.getSimpleVT().SimpleTy) {
2542 assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load");
2543 switch (LoadedVT.getSimpleVT().SimpleTy) {
2556 assert((!isSExt || LoadedVT == MVT::i16 || LoadedVT == MVT::i32) &&
2558 switch (LoadedVT.getSimpleVT().SimpleTy) {