Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_scheduler_ilp.cpp58 struct SchedILPContext { struct
59 Program* program;
60 bool is_vopd = false;
61 InstrInfo nodes[num_nodes];
62 RegisterInfo regs[512];
63 mask_t non_reorder_mask = 0; /* bitmask of instruction nodes which should not be reordered. */
64 mask_t active_mask = 0; /* bitmask of valid instruction nodes. */
65 uint8_t next_non_reorderable = UINT8_MAX; /* index of next node which should not be reordered. */
66 uint8_t last_non_reorderable = UINT8_MAX; /* index of last node which should not be reordered. */
69 VOPDInfo vopd[num_nodes];
[all …]