Home
last modified time | relevance | path

Searched defs:MoveGroup (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp203 struct MoveGroup { struct in __anon35bea1500111::AlignVectors
204 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() function
206 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?