Searched refs:jump_instr (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_control_flow.c | 458 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_handle_add_jump() local 469 switch (jump_instr->type) { in nir_handle_add_jump() 491 link_blocks(block, jump_instr->target, NULL); in nir_handle_add_jump() 495 link_blocks(block, jump_instr->else_target, jump_instr->target); in nir_handle_add_jump()
|
H A D | nir_lower_goto_ifs.c | 899 nir_jump_instr *jump_instr = NULL; in nir_structurize() local 902 jump_instr = nir_instr_as_jump(instr); in nir_structurize() 910 if (jump_instr->type == nir_jump_goto_if) { in nir_structurize() 911 route_to_cond(b, routing, jump_instr->condition, in nir_structurize() 912 jump_instr->target, jump_instr->else_target); in nir_structurize()
|
H A D | nir_opt_gcm.c | 783 nir_instr *jump_instr = nir_block_last_instr(instr->block); in gcm_place_instr() local 784 if (jump_instr && jump_instr->type == nir_instr_type_jump) { in gcm_place_instr() 785 exec_node_insert_node_before(&jump_instr->node, &instr->node); in gcm_place_instr()
|
H A D | nir.h | 2771 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); 2772 return jump_instr->type == nir_jump_return || 2773 jump_instr->type == nir_jump_halt;
|
H A D | nir.c | 1235 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); in nir_instr_remove_v() local 1236 nir_handle_remove_jump(instr->block, jump_instr->type); in nir_instr_remove_v()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 5382 int jump_instr = require_jump ? kInstrSize : 0; in CheckConstPool() local 5383 int size_up_to_marker = jump_instr + kInstrSize; in CheckConstPool()
|
Completed in 24 milliseconds