Home
last modified time | relevance | path

Searched defs:remat (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c126 can_remat_instr(nir_instr *instr, struct brw_bitset *remat) in can_remat_instr()
207 can_remat_ssa_def(nir_ssa_def *def, struct brw_bitset *remat) in can_remat_ssa_def()
399 struct brw_bitset remat = bitset_create(mem_ctx, num_ssa_defs); in spill_ssa_defs_and_lower_shader_calls() local
800 struct brw_bitset *remat) in flatten_resume_if_ladder()
987 struct brw_bitset remat = bitset_create(mem_ctx, impl->ssa_alloc); in lower_resume() local
/third_party/mesa3d/src/amd/compiler/
Daco_spill.cpp81 std::unordered_map<Temp, remat_info> remat; member
312 std::unordered_map<Temp, remat_info>::iterator remat = ctx.remat.find(tmp); in do_reload() local
663 bool remat = ctx.remat.count(pair.first); in init_live_in_vars() local