| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| insns.h | 205 bool is_call () const { return CALL_P (m_rtl); } function in class:rtl_ssa::insn_info 209 // ??? See is_call for the reason we don't cache this.
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_state.h | 111 #define is_call is_gre.gs_call macro
|
| ip_state.c | 1535 is->is_call[0] = fin->fin_data[0]; 1536 is->is_call[1] = fin->fin_data[1];
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 586 nvptx_emit_forking (unsigned mask, bool is_call) 592 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX)); 606 nvptx_emit_joining (unsigned mask, bool is_call) 612 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX)); 4414 /* Propagate live state at the start of a partitioned region. IS_CALL 4435 nvptx_propagate (bool is_call, basic_block block, rtx_insn *insn, 4500 if (!is_call) 4532 IS_CALL and return as for nvptx_propagate. */ 4535 nvptx_warp_propagate (bool is_call, basic_block block, rtx_insn *insn) 4537 return nvptx_propagate (is_call, block, insn, PM_read_write 5162 bool is_call = (par->mask & GOMP_DIM_MASK (GOMP_DIM_MAX)) != 0; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-p8swap.cc | 171 unsigned int is_call : 1; 2030 if (insn_entry[i].is_call) 2440 insn_entry[uid].is_call = 1; 2563 || insn_entry[i].is_128_int || insn_entry[i].is_call
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-spu.c | 2726 bool nonbranch, is_call; local 2741 is_call = false; 2751 is_call = (insn[0] & 0xfd) == 0x31; 2827 fun = maybe_insert_function (sym_sec, sym, false, is_call); 2829 fun = maybe_insert_function (sym_sec, h, true, is_call); 2848 callee->is_tail = !is_call; 2860 else if (!is_call
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-spu.c | 2726 bool nonbranch, is_call; local 2741 is_call = false; 2751 is_call = (insn[0] & 0xfd) == 0x31; 2827 fun = maybe_insert_function (sym_sec, sym, false, is_call); 2829 fun = maybe_insert_function (sym_sec, h, true, is_call); 2848 callee->is_tail = !is_call; 2860 else if (!is_call
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ia64.c | 10527 int is_call = strstr (idesc->name, ".call") != NULL; local 10555 if (is_call)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ia64.c | 10527 int is_call = strstr (idesc->name, ".call") != NULL; local 10555 if (is_call)
|