Searched refs:handle_live_in (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.c | 1643 handle_live_in(struct ra_ctx *ctx, struct ir3_register *def) in handle_live_in() function 1974 handle_live_in(ctx, reg); in handle_block()
|
D | ir3_spill.c | 1221 handle_live_in(struct ra_spill_ctx *ctx, struct ir3_block *block, in handle_live_in() function 1702 handle_live_in(ctx, block, reg); in handle_block()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 2063 handle_live_in(ra_ctx& ctx, Temp val, Block* block) in handle_live_in() function 2123 Temp renamed = handle_live_in(ctx, val, &loop_header); in handle_loop_phis() 2259 Temp renamed = handle_live_in(ctx, val, &block); in init_reg_file()
|