Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp171 struct MoveGroup { struct in __anon8795e6040111::AlignVectors
172 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() function
174 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?