HomeSort by relevance Sort by last modified time
    Searched refs:jump_instr (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_gcm.c 444 nir_instr *jump_instr = nir_block_last_instr(instr->block); local
445 if (jump_instr && jump_instr->type == nir_instr_type_jump) {
446 exec_node_insert_node_before(&jump_instr->node, &instr->node);
nir_control_flow.c 455 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); local
462 if (jump_instr->type == nir_jump_break ||
463 jump_instr->type == nir_jump_continue) {
466 if (jump_instr->type == nir_jump_continue) {
475 assert(jump_instr->type == nir_jump_return);
nir.c 1062 nir_jump_instr *jump_instr = nir_instr_as_jump(instr); local
1063 nir_handle_remove_jump(instr->block, jump_instr->type);
    [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]

Completed in 92 milliseconds