Searched refs:trivial_remat (Results 1 – 1 of 1) sorted by relevance
327 struct brw_bitset trivial_remat = bitset_create(mem_ctx, num_ssa_defs); in spill_ssa_defs_and_lower_shader_calls() local384 if (can_remat_ssa_def(def, &trivial_remat)) { in spill_ssa_defs_and_lower_shader_calls()385 add_ssa_def_to_bitset(def, &trivial_remat); in spill_ssa_defs_and_lower_shader_calls()400 memcpy(remat.set, trivial_remat.set, live_words * sizeof(BITSET_WORD)); in spill_ssa_defs_and_lower_shader_calls()410 BITSET_WORD spill_mask = live[w] & ~trivial_remat.set[w]; in spill_ssa_defs_and_lower_shader_calls()