HomeSort by: relevance | last modified time | path
    Searched refs:data_ref (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libcurses/director/
returns.h 46 data_ref, enumerator in enum:__anon7876
testlang_parse.y 369 assign_rets(data_ref, $1);
834 } else if (ret_type == data_ref) {
1519 case data_ref:
  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
dns_obj_crypto.c 458 CFDataRef data_ref = NULL; local
466 data_ref = CFDataCreate(kCFAllocatorDefault, data, (CFIndex)data_len);
467 require_action(data_ref != NULL, exit, err = DNSSEC_ERROR_NO_MEMORY);
486 data_ref = CFDataCreate(kCFAllocatorDefault, hashed_data, (CFIndex)hashed_data_len);
487 require_action(data_ref != NULL, exit, err = DNSSEC_ERROR_NO_MEMORY);
500 return data_ref;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 3011 struct data_reference *data_ref = dr;
3013 tree prev_init = DR_INIT (data_ref);
3020 gcc_assert (tree_int_cst_compare (DR_INIT (data_ref),
3023 data_ref = STMT_VINFO_DATA_REF (next);
3026 gcc_checking_assert (operand_equal_p (DR_STEP (data_ref), step, 0));
3030 diff = (TREE_INT_CST_LOW (DR_INIT (data_ref))
3049 if (DR_IS_WRITE (data_ref))
3066 prev_init = DR_INIT (data_ref);
5868 tree data_ref;
5922 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shuffle3_low")
    [all...]
tree-vect-stmts.cc 446 /* STMT has a data_ref. FORNOW this means that its of one of
7983 tree data_ref = fold_build2 (MEM_REF, vectype,
7986 vect_copy_ref_info (data_ref, DR_REF (load1_dr_info->dr));
7987 gimple *g = gimple_build_assign (vec_oprnd2, data_ref);
8070 tree data_ref = fold_build2 (MEM_REF, vectype,
8073 vect_copy_ref_info (data_ref, DR_REF (dr_info->dr));
8074 g = gimple_build_assign (data_ref, new_temp);
8086 tree data_ref = fold_build2 (MEM_REF, vectype,
8089 vect_copy_ref_info (data_ref, DR_REF (dr_info->dr));
8090 gimple *g = gimple_build_assign (data_ref, orig)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 2713 struct data_reference *data_ref = dr;
2715 tree prev_init = DR_INIT (data_ref);
2722 gcc_assert (tree_int_cst_compare (DR_INIT (data_ref),
2725 data_ref = STMT_VINFO_DATA_REF (next);
2728 gcc_checking_assert (operand_equal_p (DR_STEP (data_ref), step, 0));
2732 diff = (TREE_INT_CST_LOW (DR_INIT (data_ref))
2751 if (DR_IS_WRITE (data_ref))
2768 prev_init = DR_INIT (data_ref);
5526 tree data_ref;
5580 data_ref = make_temp_ssa_name (vectype, NULL, "vect_shuffle3_low")
    [all...]
tree-vect-stmts.cc 414 /* STMT has a data_ref. FORNOW this means that its of one of
7346 tree data_ref = fold_build2 (MEM_REF, vectype, local
7349 vect_copy_ref_info (data_ref, DR_REF (load1_dr_info->dr));
7350 gimple *g = gimple_build_assign (vec_oprnd2, data_ref);
7433 tree data_ref = fold_build2 (MEM_REF, vectype,
7436 vect_copy_ref_info (data_ref, DR_REF (dr_info->dr));
7437 g = gimple_build_assign (data_ref, new_temp);
7449 tree data_ref = fold_build2 (MEM_REF, vectype,
7452 vect_copy_ref_info (data_ref, DR_REF (dr_info->dr));
7453 gimple *g = gimple_build_assign (data_ref, orig)
8651 tree perm_dest, data_ref; local
8739 tree data_ref = NULL; local
9266 tree data_ref = build2 (MEM_REF, ltype, running_off, this_off); local
    [all...]

Completed in 109 milliseconds