Home
last modified time | relevance | path

Searched refs:jump_instr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c444 nir_instr *jump_instr = nir_block_last_instr(instr->block); in gcm_place_instr() local
445 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()
Dnir_control_flow.c455 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_handle_add_jump() local
462 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()
Dnir.c1062 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_instr_remove() local
1063 nir_handle_remove_jump(instr->block, jump_instr->type); in nir_instr_remove()
/external/v8/src/arm/
Dassembler-arm.cc4982 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool() local
4983 int size_up_to_marker = jump_instr + kInstrSize; in CheckConstPool()