Home
last modified time | relevance | path

Searched refs:IsHvx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp235 : 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()
[all …]