Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c48 struct regalloc_ctx { struct
87 static bool propagate_liveness_block(gpir_block *block, struct regalloc_ctx *ctx) in propagate_liveness_block()
120 static void calc_liveness(struct regalloc_ctx *ctx) in calc_liveness()
155 static void add_interference(struct regalloc_ctx *ctx, unsigned i, unsigned j) in add_interference()
188 static void add_all_interferences(struct regalloc_ctx *ctx, in add_all_interferences()
206 static void print_liveness(struct regalloc_ctx *ctx, in print_liveness()
222 static void calc_interference(struct regalloc_ctx *ctx) in calc_interference()
288 static bool can_simplify(struct regalloc_ctx *ctx, unsigned i) in can_simplify()
304 static void push_stack(struct regalloc_ctx *ctx, unsigned i) in push_stack()
331 static bool do_regalloc(struct regalloc_ctx *ctx) in do_regalloc()
[all …]