Lines Matching refs:IsHvx
235 : Base(B), Main{AI.Inst}, Clones{}, IsHvx(Hvx), IsLoad(Load) {} in MoveGroup()
241 bool IsHvx; // Is this group of HVX instructions? member
381 OS << ", IsHvx:" << (MG.IsHvx ? "yes" : "no") << '\n'; in operator <<()
936 if (Move.IsHvx != isHvx(Info)) in createLoadGroups()
973 erase_if(LoadGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createLoadGroups()
995 if (Move.IsHvx != isHvx(Info)) in createStoreGroups()
1024 erase_if(StoreGroups, [](const MoveGroup &G) { return G.IsHvx; }); in createStoreGroups()
1031 return G.IsHvx && llvm::all_of(G.Main, [this](Instruction *S) { in createStoreGroups()
1408 if (!Move.IsHvx) in realignGroup()
1512 int ScLen = Move.IsHvx ? HVC.HST.getVectorLength() in realignGroup()
1514 assert(!Move.IsHvx || ScLen == 64 || ScLen == 128); in realignGroup()
1515 assert(Move.IsHvx || ScLen == 4 || ScLen == 8); in realignGroup()