Searched defs:MoveGroup (Results 1 – 1 of 1) sorted by relevance
171 struct MoveGroup { struct in __anon8795e6040111::AlignVectors172 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() function174 Instruction *Base; // Base instruction of the parent address group.175 InstList Main; // Main group of instructions.176 InstList Deps; // List of dependencies.177 bool IsHvx; // Is this group of HVX instructions?178 bool IsLoad; // Is this a load group?