Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp203 struct MoveGroup { struct in __anon4058f4d90111::AlignVectors
204 MoveGroup(const AddrInfo &AI, Instruction *B, bool Hvx, bool Load) in MoveGroup() argument
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?