Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c125 can_remat_instr(nir_instr *instr, struct sized_bitset *remat) in can_remat_instr()
212 can_remat_ssa_def(nir_def *def, struct sized_bitset *remat) in can_remat_ssa_def()
219 struct sized_bitset *remat; member
252 can_remat_chain_ssa_def(nir_def *def, struct sized_bitset *remat, struct util_dynarray *buf) in can_remat_chain_ssa_def()
322 struct sized_bitset *remat, nir_def ***fill_defs, in remat_chain_ssa_def()
584 struct sized_bitset remat = bitset_create(mem_ctx, num_ssa_defs); in spill_ssa_defs_and_lower_shader_calls() local
1014 struct sized_bitset *remat) in flatten_resume_if_ladder()
1277 struct sized_bitset remat = bitset_create(mem_ctx, impl->ssa_alloc); in lower_resume() local
Dnir_opt_remove_phis.c144 nir_instr *remat = nir_instr_clone(b->shader, def->parent_instr); in remove_phis_block() local
/external/mesa3d/src/amd/compiler/
Daco_spill.cpp83 aco::unordered_map<Temp, remat_info> remat; member
231 std::unordered_map<Temp, remat_info>::iterator remat = ctx.remat.find(tmp); in do_reload() local
347 unsigned remat = 0; in init_live_in_vars() local
456 const bool remat = ctx.remat.count(var); in init_live_in_vars() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc51 HloRematerialization remat( in RunHloRematerialization() local
607 HloRematerialization remat( in RunHloRematerialization() local
Dhlo_rematerialization.cc1572 HloInstruction* remat = in RematerializeInstructions() local
/external/mesa3d/src/asahi/compiler/
Dagx_spill.c186 agx_instr **remat; member
1167 agx_instr **remat = rzalloc_array(memctx, agx_instr *, ctx->alloc); in agx_spill() local
/external/mesa3d/src/freedreno/ir3/
Dir3_spill.c336 struct ir3_instruction *remat = in rematerialize() local