Searched refs:jump_instr (Results 1 – 4 of 4) sorted by relevance
444 nir_instr *jump_instr = nir_block_last_instr(instr->block); in gcm_place_instr() local445 if (jump_instr && jump_instr->type == nir_instr_type_jump) { in gcm_place_instr()446 exec_node_insert_node_before(&jump_instr->node, &instr->node); in gcm_place_instr()
455 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_handle_add_jump() local462 if (jump_instr->type == nir_jump_break || in nir_handle_add_jump()463 jump_instr->type == nir_jump_continue) { in nir_handle_add_jump()466 if (jump_instr->type == nir_jump_continue) { in nir_handle_add_jump()475 assert(jump_instr->type == nir_jump_return); in nir_handle_add_jump()
1099 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_instr_remove() local1100 nir_handle_remove_jump(instr->block, jump_instr->type); in nir_instr_remove()
5202 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool() local5203 int size_up_to_marker = jump_instr + kInstrSize; in CheckConstPool()