Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Slots

30   // Mask of the slots or units that may execute the insn and
32 unsigned Slots, Weight;
38 Slots = s & ~(~0U << HEXAGON_PACKET_SIZE);
42 unsigned getUnits() const { return (Slots); };
62 // Available HVX slots.
73 // Count of adjacent slots that the insn requires to be executed.
122 // Check if the handles are in ascending order by core slots.
126 // Check if the handles are in ascending order by HVX slots.
156 SHUFFLE_ERROR_STORES, ///< No free slots for store insns.
157 SHUFFLE_ERROR_LOADS, ///< No free slots for load insns.
158 SHUFFLE_ERROR_BRANCHES, ///< No free slots for branch insns.
159 SHUFFLE_ERROR_NOSLOTS, ///< No free slots for other insns.
160 SHUFFLE_ERROR_SLOTS, ///< Over-subscribed slots.