Home
last modified time | relevance | path

Searched refs:src_idx (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrBulkMemory.td56 BULK_I<(outs), (ins i32imm_op:$src_idx, i32imm_op:$dst_idx,
58 (outs), (ins i32imm_op:$src_idx, i32imm_op:$dst_idx),
59 [(wasm_memcpy (i32 imm:$src_idx), (i32 imm:$dst_idx),
62 "memory.copy\t$src_idx, $dst_idx, $dst, $src, $len",
63 "memory.copy\t$src_idx, $dst_idx", 0x0a>;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_vma.c382 unsigned long src_idx; in assert_rotated() local
391 src_idx = rotated_index(r, n, x, y); in assert_rotated()
392 src = i915_gem_object_get_dma_address(obj, src_idx); in assert_rotated()
397 x, y, src_idx); in assert_rotated()
403 x, y, src_idx); in assert_rotated()
434 unsigned long src_idx; in assert_remapped() local
447 src_idx = remapped_index(r, n, x, y); in assert_remapped()
448 src = i915_gem_object_get_dma_address(obj, src_idx); in assert_remapped()
453 x, y, src_idx); in assert_remapped()
459 x, y, src_idx); in assert_remapped()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c200 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx,
231 int src_idx = 0, HOST_WIDE_INT offset = -1,
1620 int src_idx; in ipa_agg_value_from_node() local
1631 src_idx = item->value.pass_through.formal_id; in ipa_agg_value_from_node()
1636 value = info->known_csts[src_idx]; in ipa_agg_value_from_node()
1639 src_idx); in ipa_agg_value_from_node()
1644 = ipa_get_parm_lattices (info, src_idx); in ipa_agg_value_from_node()
1807 int src_idx, HOST_WIDE_INT offset)
1815 src->index = src_idx;
1860 int src_idx, HOST_WIDE_INT offset,
[all …]
H A Dgcov.c244 bool group_line_p (unsigned n, unsigned src_idx);
664 bool function_info::group_line_p (unsigned n, unsigned src_idx) in group_line_p() argument
666 return is_group && src == src_idx && start_line <= n && n <= end_line; in group_line_p()
1741 unsigned src_idx = find_source (gcov_read_string ()); in read_graph_file() local
1755 fn->src = src_idx; in read_graph_file()
2601 unsigned src_idx = block->locations[i].source_file_idx; in add_line_counts() local
2612 if (fn->group_line_p (ln, src_idx)) in add_line_counts()
2627 gcc_assert (ln < sources[src_idx].lines.size ()); in add_line_counts()
2628 line = &(sources[src_idx].lines[ln]); in add_line_counts()
H A Dgimple-ssa-warn-restrict.c1897 unsigned src_idx = -1; in check_call() local
1922 src_idx = 1; in check_call()
1939 src_idx = 1; in check_call()
1952 tree src = src_idx < nargs ? gimple_call_arg (call, src_idx) : NULL_TREE; in check_call()
1962 if (!dst || (src_idx < nargs && !src)) in check_call()
H A Dtree-ssa-threadupdate.c438 int src_idx = src_e->dest_idx; in copy_phi_arg_into_existing_phi() local
449 tree val = gimple_phi_arg_def (src_phi, src_idx); in copy_phi_arg_into_existing_phi()
450 location_t locus = gimple_phi_arg_location (src_phi, src_idx); in copy_phi_arg_into_existing_phi()
H A Dread-rtl-function.c752 int src_idx = from ? other_bb_idx : this_bb_idx; in parse_edge() local
779 m_deferred_edges.safe_push (deferred_edge (loc, src_idx, dest_idx, flags)); in parse_edge()
H A Dipa-prop.c3968 int src_idx, c, d; in propagate_controlled_uses() local
3969 src_idx = ipa_get_jf_pass_through_formal_id (jf); in propagate_controlled_uses()
3970 c = ipa_get_controlled_uses (new_root_info, src_idx); in propagate_controlled_uses()
3976 ipa_set_controlled_uses (new_root_info, src_idx, c); in propagate_controlled_uses()
3981 tree t = new_root_info->known_csts[src_idx]; in propagate_controlled_uses()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc215 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx,
262 int src_idx = 0, HOST_WIDE_INT offset = -1,
1734 int src_idx; in ipa_agg_value_from_node() local
1745 src_idx = item->value.pass_through.formal_id; in ipa_agg_value_from_node()
1750 value = info->known_csts[src_idx]; in ipa_agg_value_from_node()
1753 src_idx); in ipa_agg_value_from_node()
1758 = ipa_get_parm_lattices (info, src_idx); in ipa_agg_value_from_node()
1901 int src_idx, HOST_WIDE_INT offset) in add_source() argument
1909 src->index = src_idx; in add_source()
1960 int src_idx, HOST_WIDE_INT offset, in add_value() argument
[all …]
H A Dgcov.cc244 bool group_line_p (unsigned n, unsigned src_idx);
699 bool function_info::group_line_p (unsigned n, unsigned src_idx) in group_line_p() argument
701 return is_group && src == src_idx && start_line <= n && n <= end_line; in group_line_p()
1851 unsigned src_idx = find_source (gcov_read_string ()); in read_graph_file() local
1865 fn->src = src_idx; in read_graph_file()
2682 unsigned src_idx = block->locations[i].source_file_idx; in add_line_counts() local
2693 if (fn->group_line_p (ln, src_idx)) in add_line_counts()
2708 gcc_assert (ln < sources[src_idx].lines.size ()); in add_line_counts()
2709 line = &(sources[src_idx].lines[ln]); in add_line_counts()
H A Dgimple-ssa-warn-restrict.cc1910 unsigned src_idx = -1; in check_call() local
1935 src_idx = 1; in check_call()
1952 src_idx = 1; in check_call()
1965 tree src = src_idx < nargs ? gimple_call_arg (call, src_idx) : NULL_TREE; in check_call()
1975 if (!dst || (src_idx < nargs && !src)) in check_call()
H A Dtree-ssa-threadupdate.cc520 int src_idx = src_e->dest_idx; in copy_phi_arg_into_existing_phi() local
531 tree val = gimple_phi_arg_def (src_phi, src_idx); in copy_phi_arg_into_existing_phi()
532 location_t locus = gimple_phi_arg_location (src_phi, src_idx); in copy_phi_arg_into_existing_phi()
H A Dipa-prop.cc4164 int src_idx, c, d; in propagate_controlled_uses() local
4165 src_idx = ipa_get_jf_pass_through_formal_id (jf); in propagate_controlled_uses()
4166 c = ipa_get_controlled_uses (new_root_info, src_idx); in propagate_controlled_uses()
4172 ipa_set_controlled_uses (new_root_info, src_idx, c); in propagate_controlled_uses()
4176 lderef = (ipa_get_param_load_dereferenced (new_root_info, src_idx) in propagate_controlled_uses()
4178 ipa_set_param_load_dereferenced (new_root_info, src_idx, lderef); in propagate_controlled_uses()
4185 tree t = new_root_info->known_csts[src_idx]; in propagate_controlled_uses()
H A Dread-rtl-function.cc752 int src_idx = from ? other_bb_idx : this_bb_idx; in parse_edge() local
779 m_deferred_edges.safe_push (deferred_edge (loc, src_idx, dest_idx, flags)); in parse_edge()
H A DChangeLog-200010679 (have_dependence_p): Use `src' not `dest' to set `src_idx'.
10680 Initialize variables `dest_idx' and `src_idx'.
H A DChangeLog-201337708 (intersect_aggregates_with_edge): Pass src_idx to
37709 agg_replacements_to_vector. Pass src_idx insstead of index to
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.c269 Idx src_idx, byte_idx, end_idx, remain_len; in build_wcs_upper_buffer() local
320 src_idx = byte_idx; in build_wcs_upper_buffer()
354 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;) in build_wcs_upper_buffer()
367 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i]; in build_wcs_upper_buffer()
373 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + src_idx; in build_wcs_upper_buffer()
412 pstr->offsets[byte_idx] = src_idx; in build_wcs_upper_buffer()
416 = src_idx + (i < mbclen ? i : mbclen - 1); in build_wcs_upper_buffer()
420 if (pstr->raw_stop > src_idx) in build_wcs_upper_buffer()
425 src_idx += mbclen; in build_wcs_upper_buffer()
438 pstr->offsets[byte_idx + i] = src_idx + i; in build_wcs_upper_buffer()
[all …]
H A Dregexec.c100 Idx src_idx) internal_function;
1883 Idx dst_node, Idx dst_idx, Idx src_node, Idx src_idx) in check_dst_limits() argument
1889 Idx src_bkref_idx = search_cur_bkref_entry (mctx, src_idx); in check_dst_limits()
1901 subexp_idx, src_node, src_idx, in check_dst_limits()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ggtt.c1447 unsigned int src_idx; in rotate_pages()
1450 src_idx = stride * (height - 1) + column + offset; in rotate_pages()
1460 i915_gem_object_get_dma_address(obj, src_idx); in rotate_pages()
1463 src_idx -= stride; in rotate_pages()
1445 unsigned int src_idx; rotate_pages() local