Searched refs:add_interference (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | regalloc.c | 148 static void add_interference(struct regalloc_ctx *ctx, unsigned i, unsigned j) in add_interference() function 177 add_interference(ctx, i, live_reg); in add_all_interferences()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 128 void add_interference(uint32_t first, uint32_t second) in add_interference() function 907 ctx.add_interference(spill_id, pair.second); in add_coupling_code() 956 ctx.add_interference(exit_spill.second, pair.second); in add_coupling_code() 1246 ctx.add_interference(spill_id, pair.second); in process_block() 1248 ctx.add_interference(spill_id, pair.second.second); in process_block() 1292 ctx.add_interference(it->second, it2->second); in spill_block()
|
Completed in 5 milliseconds