HomeSort by: relevance | last modified time | path
    Searched defs:src_index (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-streamer-in.cc 58 int src_index = streamer_read_uhwi (ib); local
60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index);
ipa-modref.cc 2712 int src_index = SSA_NAME_VERSION (src); local
2722 m_lattice[index].merge_deref (m_lattice[src_index], false);
2724 m_lattice[index].merge (m_lattice[src_index]);
2728 if (!m_lattice[src_index].known)
2732 if (!m_lattice[src_index].propagate_to.length ())
2733 m_names_to_propagate.safe_push (src_index);
2734 m_lattice[src_index].propagate_to.safe_push (e);
2735 m_lattice[src_index].changed = true;
2736 m_lattice[src_index].do_dataflow = true;
2741 "", src_index, index, deref ? " (deref)" : "")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-streamer-in.cc 58 int src_index = streamer_read_uhwi (ib); local
60 basic_block sbb = BASIC_BLOCK_FOR_FN (fn, src_index);
ipa-modref.cc 2709 int src_index = SSA_NAME_VERSION (src); local
2719 m_lattice[index].merge_deref (m_lattice[src_index], false);
2721 m_lattice[index].merge (m_lattice[src_index]);
2725 if (!m_lattice[src_index].known)
2729 if (!m_lattice[src_index].propagate_to.length ())
2730 m_names_to_propagate.safe_push (src_index);
2731 m_lattice[src_index].propagate_to.safe_push (e);
2732 m_lattice[src_index].changed = true;
2733 m_lattice[src_index].do_dataflow = true;
2738 "", src_index, index, deref ? " (deref)" : "")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 836 int src_index = -1; local
837 if (!c_parser_gimple_parse_bb_spec (arg, &src_index))
839 vargs.safe_push (size_int (src_index));
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 821 int src_index = -1; local
822 if (!c_parser_gimple_parse_bb_spec (arg, &src_index))
824 vargs.safe_push (size_int (src_index));
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 6838 unsigned src_index; local
6849 src_index = INSTR (14, 11);
6852 aarch64_get_vec_u8 (cpu, vs, src_index));
6858 src_index = INSTR (14, 12);
6861 aarch64_get_vec_u16 (cpu, vs, src_index));
6867 src_index = INSTR (14, 13);
6870 aarch64_get_vec_u32 (cpu, vs, src_index));
6876 src_index = INSTR (14, 14);
6879 aarch64_get_vec_u64 (cpu, vs, src_index));
6942 unsigned src_index = INSTR (14, 11) local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 6838 unsigned src_index; local
6849 src_index = INSTR (14, 11);
6852 aarch64_get_vec_u8 (cpu, vs, src_index));
6858 src_index = INSTR (14, 12);
6861 aarch64_get_vec_u16 (cpu, vs, src_index));
6867 src_index = INSTR (14, 13);
6870 aarch64_get_vec_u32 (cpu, vs, src_index));
6876 src_index = INSTR (14, 14);
6879 aarch64_get_vec_u64 (cpu, vs, src_index));
6942 unsigned src_index = INSTR (14, 11) local
    [all...]

Completed in 47 milliseconds