Searched refs:original (Results 1 - 25 of 63) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dkernels-tree.f952 ! { dg-additional-options "-fdump-tree-original" }
15 ! { dg-final { scan-tree-dump-times "pragma acc kernels" 1 "original" } }
17 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
18 ! { dg-final { scan-tree-dump-times "async" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "map\\(force_to:j\\)" 1 "original" } }
22 ! { dg-final { scan-tree-dump-times "map\\(force_from:k\\)" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "map\\(force_alloc:m\\)" 1 "original" } }
25 ! { dg-final { scan-tree-dump-times "map\\(force_present:o\\)" 1 "original" } }
26 ! { dg-final { scan-tree-dump-times "map\\(tofrom:p\\)" 1 "original" } }
[all...]
H A Dparallel-tree.f952 ! { dg-additional-options "-fdump-tree-original" }
4 ! test for tree-dump-original and spaces-commas
18 ! { dg-final { scan-tree-dump-times "pragma acc parallel" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "async" 1 "original" } }
22 ! { dg-final { scan-tree-dump-times "num_gangs" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "num_workers" 1 "original" } }
24 ! { dg-final { scan-tree-dump-times "vector_length" 1 "original" } }
26 ! { dg-final { scan-tree-dump-times "reduction\\(max:q\\)" 1 "original" } }
27 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
[all...]
H A Ddata-tree.f952 ! { dg-additional-options "-fdump-tree-original" }
15 ! { dg-final { scan-tree-dump-times "pragma acc data" 1 "original" } }
17 ! { dg-final { scan-tree-dump-times "if" 1 "original" } }
18 ! { dg-final { scan-tree-dump-times "map\\(force_tofrom:i\\)" 1 "original" } }
19 ! { dg-final { scan-tree-dump-times "map\\(force_to:j\\)" 1 "original" } }
20 ! { dg-final { scan-tree-dump-times "map\\(force_from:k\\)" 1 "original" } }
21 ! { dg-final { scan-tree-dump-times "map\\(force_alloc:m\\)" 1 "original" } }
23 ! { dg-final { scan-tree-dump-times "map\\(force_present:o\\)" 1 "original" } }
24 ! { dg-final { scan-tree-dump-times "map\\(tofrom:p\\)" 1 "original" } }
25 ! { dg-final { scan-tree-dump-times "map\\(to:r\\)" 1 "original" } }
[all...]
H A Ddeclare-1.f952 ! { dg-additional-options "-fdump-tree-original" }
19 ! { dg-final { scan-tree-dump-times "pragma acc declare map\\(force_tofrom:i\\)" 2 "original" } }
20 ! { dg-final { cleanup-tree-dump "original" } }
H A Dhost_data-tree.f952 ! { dg-additional-options "-fdump-tree-original" }
12 ! { dg-final { scan-tree-dump-times "pragma acc host_data use_device\\(i\\)" 1 "original" } }
13 ! { dg-final { cleanup-tree-dump "original" } }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dconstexpr-null1.C8 unsigned char *original = (unsigned char *) &src; local
10 reversed[i] = __TBB_ReverseByte( original[sizeof(T)-i-1] );
/haiku-buildtools/gcc/gcc/
H A Dexec-tool.in36 original=$ORIGINAL_AS_FOR_TARGET
44 original=$ORIGINAL_LD_BFD_FOR_TARGET
47 original=$ORIGINAL_LD_GOLD_FOR_TARGET
53 original=$ORIGINAL_PLUGIN_LD_FOR_TARGET
55 original=$ORIGINAL_LD_FOR_TARGET
60 if test "$original" = ../gold/ld-new$exeext; then
70 original=$ORIGINAL_NM_FOR_TARGET
76 case "$original" in
106 exec $original ${1+"$@"}
H A Dread-rtl.c195 VALUE is 1, it does nothing - the first duplicate of original
381 copy_rtx_for_iterators (rtx original) argument
387 if (original == 0)
388 return original;
391 x = rtx_alloc (GET_CODE (original));
392 memcpy (x, original, RTX_CODE_SIZE (GET_CODE (original)));
395 format_ptr = GET_RTX_FORMAT (GET_CODE (original));
416 if (XVEC (original, i))
418 XVEC (x, i) = rtvec_alloc (XVECLEN (original,
436 add_condition_to_string(const char *original, const char *extra) argument
510 apply_iterators(rtx original, rtx *queue) argument
[all...]
H A Dgraphite-dependences.c188 /* Returns all the original schedules in SCOP. */
398 isl_union_map *original,
460 isl_union_map_copy (original),
467 isl_union_map_copy (original),
473 isl_union_map_copy (original),
546 isl_union_map_free (original);
550 /* Compute the original data dependences in SCOP for all the reads and
575 isl_union_map *original = scop_get_original_schedule (scop, pbbs); local
581 isl_union_map_copy (original),
587 isl_union_map_copy (original),
396 subtract_commutative_associative_deps(scop_p scop, vec<poly_bb_p> pbbs, isl_union_map *original, isl_union_map **must_raw, isl_union_map **may_raw, isl_union_map **must_raw_no_source, isl_union_map **may_raw_no_source, isl_union_map **must_war, isl_union_map **may_war, isl_union_map **must_war_no_source, isl_union_map **may_war_no_source, isl_union_map **must_waw, isl_union_map **may_waw, isl_union_map **must_waw_no_source, isl_union_map **may_waw_no_source) argument
[all...]
H A Dipa-icf.c951 cgraph_node *original = get_node (); local
963 bool original_address_matters = original->address_matters_p ();
973 if (DECL_NO_INLINE_WARNING_P (original->decl)
985 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section)
987 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl))
992 "original and alias are in different sections.\n\n");
996 /* See if original is in a section that can be discarded if the main
999 if (original->can_be_discarded_p ())
1002 original'
2006 varpool_node *original = get_node (); local
[all...]
H A Dlra.c211 lra_create_new_reg_with_unique_value (machine_mode md_mode, rtx original, argument
217 if (original == NULL_RTX || (mode = GET_MODE (original)) == VOIDmode)
221 if (original == NULL_RTX || ! REG_P (original))
228 if (ORIGINAL_REGNO (original) >= FIRST_PSEUDO_REGISTER)
229 ORIGINAL_REGNO (new_reg) = ORIGINAL_REGNO (original);
230 REG_USERVAR_P (new_reg) = REG_USERVAR_P (original);
231 REG_POINTER (new_reg) = REG_POINTER (original);
232 REG_ATTRS (new_reg) = REG_ATTRS (original);
253 lra_create_new_reg(machine_mode md_mode, rtx original, enum reg_class rclass, const char *title) argument
[all...]
/haiku-buildtools/autoconf/build-aux/
H A Delisp-comp42 so disregarding the original directories used in `.el' arguments.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted.cc34 std::string original = "foolish me"; local
36 ss << std::quoted(original);
38 VERIFY( original == round_trip );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A Dquoted.cc34 std::wstring original = L"foolish me"; local
36 ss << std::quoted(original);
38 VERIFY( original == round_trip );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/operations/
H A D1.cc67 //std::bitset<size> original = std::string(original_bits);
68 std::bitset<size> original = std::bitset<size> (std::string(original_bits)); local
73 shifted = original;
79 shifted = original;
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Dlocalcom-1.s2 ! at one time. This is reasonably close to the original testcase.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Dlocalcom-1.s2 ! at one time. This is reasonably close to the original testcase.
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dgot-page-6.s6 # large distances in the original file, we should end
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dorph-d-awp.d12 # We check the original case ("aw",@progbits, to .data or .bss),
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefault_initialization_3.f9016 ! As the name implies, this was the original testcase
18 subroutine original subroutine
41 end subroutine original
104 call original
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_rtl_amd64.S46 mov %rbx, %rsp # restore the original rsp
126 mov %rbx, %rsp # restore the original rsp
/haiku-buildtools/cloog/source/
H A Dprogram.c178 "# - option -l is at least the original scattering dimension number\n"
384 FILE * original; local
389 original = fopen(coordinates->name, "r");
390 if (!original) {
400 /* Print what was before the SCoP in the original file. */
402 read = fscanf(original, "%c", &c);
415 /* Print what was after the SCoP in the original file. */
417 read = fscanf(original, "%c", &c);
426 fclose(original);
1009 * say which original dimension
[all...]
/haiku-buildtools/gcc/libsanitizer/interception/
H A Dinterception.h42 // You can access original function by calling REAL(foo)(bar, baz).
94 const uptr original; member in struct:interpose_substitution
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dgcd_1.asm36 C original x, not the remainder from the modexact. This is done with
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dee.asm165 ; Get our original stack pointer and put it in %r20

Completed in 363 milliseconds

123