Searched defs:MoveGroup (Results 1 – 1 of 1) sorted by relevance
203 struct MoveGroup { struct in __anon4058f4d90111::AlignVectors204 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() argument206 Instruction *Base; // Base instruction of the parent address group.207 InstList Main; // Main group of instructions.208 InstList Deps; // List of dependencies.209 bool IsHvx; // Is this group of HVX instructions?210 bool IsLoad; // Is this a load group?