Searched refs:regalloc_ctx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c41 struct regalloc_ctx { struct
80 static bool propagate_liveness_block(gpir_block *block, struct regalloc_ctx *ctx)
113 static void calc_liveness(struct regalloc_ctx *ctx)
148 static void add_interference(struct regalloc_ctx *ctx, unsigned i, unsigned j)
171 static void add_all_interferences(struct regalloc_ctx *ctx,
182 static void print_liveness(struct regalloc_ctx *ctx,
195 static void calc_interference(struct regalloc_ctx *ctx)
238 static bool can_simplify(struct regalloc_ctx *ctx, unsigned i)
244 static void push_stack(struct regalloc_ctx *ctx, unsigned i)
263 static bool do_regalloc(struct regalloc_ctx *ct
[all...]

Completed in 2 milliseconds