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

  /src/usr.sbin/sysinst/
gpt.c 169 size_t prologue, epilogue; /* number of sectors res. */ member in struct:gpt_disk_partitions
335 parts->epilogue = p_size + 1;
486 &parts->epilogue);
491 parts->dp.free_space = len - start - parts->prologue - parts->epilogue;
689 - parts->epilogue;
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.h 231 rnat_psprel, rnat_sprel, epilogue, label_state, copy_state, enumerator in enum:__anon10042
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.h 231 rnat_psprel, rnat_sprel, epilogue, label_state, copy_state, enumerator in enum:__anon11514
  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 2859 std::optional<CORE_ADDR> epilogue = find_epilogue_using_linetable (pc);
2862 equal to the epilogue start, it means we're right before it starts,
2864 if (epilogue)
2865 return pc > epilogue;
2876 /* Normal frames, but in a function epilogue. */
2880 The epilogue is defined here as the 'ret' instruction, which will
2905 /* We're not in the inner frame, so assume we're not in an epilogue. */
2914 "amd64 epilogue override". */
2920 /* "amd64 epilogue override" unwinder already ran, skip
2921 "amd64 epilogue". *
2851 std::optional<CORE_ADDR> epilogue = find_epilogue_using_linetable (pc); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c 2871 std::optional<CORE_ADDR> epilogue = find_epilogue_using_linetable (pc);
2874 equal to the epilogue start, it means we're right before it starts,
2876 if (epilogue)
2877 return pc > epilogue;
2888 /* Normal frames, but in a function epilogue. */
2892 The epilogue is defined here as the 'ret' instruction, which will
2917 /* We're not in the inner frame, so assume we're not in an epilogue. */
2926 "amd64 epilogue override". */
2932 /* "amd64 epilogue override" unwinder already ran, skip
2933 "amd64 epilogue". *
2863 std::optional<CORE_ADDR> epilogue = find_epilogue_using_linetable (pc); local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 1175 static const char epilogue[] = " by EVP_PKEY"; local
1177 if (sz >= sizeof(epilogue)
1178 && strcmp(alg + sz - (sizeof(epilogue) - 1), epilogue) == 0)
1179 sz -= sizeof(epilogue) - 1;
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 1624 static const char epilogue[] = " by EVP_PKEY"; local
1626 if (sz >= sizeof(epilogue)
1627 && strcmp(alg + sz - (sizeof(epilogue) - 1), epilogue) == 0)
1628 sz -= sizeof(epilogue) - 1;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 1676 to more easily support peeling and epilogue vectorization. */
4926 /* Determine whether we can vectorize the reduction epilogue for INSTANCE. */
5780 but record those to be handled in the epilogue. */
7437 placement doesn't play well with epilogue vectorization. */
7568 /* Largely inspired by reduction chain epilogue handling in
7577 gimple_seq epilogue = NULL; local
7582 vec_def = gimple_build (&epilogue, reduc_code, TREE_TYPE (vec_def),
7590 tree scalar_def = gimple_build (&epilogue, as_combined_fn (reduc_fn),
7594 gsi_insert_seq_before (&rgsi, epilogue, GSI_SAME_STMT);
tree-vect-loop.cc 1068 the epilogue is unnecessary. */
1942 /* If we are vectorizing an epilogue then we know the maximum number of
2111 (2) Make LOOP_VINFO operate on full vectors and use an epilogue loop
2119 (2a) Consider vectorizing the epilogue loop at the same VF as the
2125 (2b) Consider vectorizing the epilogue loop at lower VFs only.
2131 assumption that LOOP_VINFO is an epilogue loop, otherwise make it
2151 vectors to the epilogue, with the main loop continuing to operate
2176 for_epilogue_p ? " for epilogue loop" : "");
2180 for_epilogue_p ? " for epilogue loop" : "");
2203 /* If we need to peel an extra epilogue iteration to handle dat
9662 class loop *epilogue = NULL; local
    [all...]
dwarf2out.cc 1167 for a function epilogue. This gets called *before* the prologue code has
1243 for a function definition. This gets called *after* the epilogue code has
13037 "set epilogue begin");
18555 dw_loc_descr_ref loc_body, epilogue;
18606 epilogue = NULL;
18611 op_couple->dw_loc_next->dw_loc_next = epilogue;
18612 epilogue = op_couple;
18614 add_loc_descr (&loc_body, epilogue);
18619 because they are considered useful. Now there is an epilogue, they are
20589 end of the prologue and the start of the epilogue). We'll do that as bes
18542 dw_loc_descr_ref loc_body, epilogue; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 1285 the epilogue is unnecessary. */
2302 epilogue we can also decide whether the main loop leaves us
2353 /* If we need to peel an extra epilogue iteration to handle data
2459 /* If we are vectorizing an epilogue then we know the maximum number of
2642 (2) Make LOOP_VINFO operate on full vectors and use an epilogue loop
2650 (2a) Consider vectorizing the epilogue loop at the same VF as the
2656 (2b) Consider vectorizing the epilogue loop at lower VFs only.
2676 vectors to the epilogue, with the main loop continuing to operate
2702 ? " for epilogue loop" : "");
2745 /* If we are dealing with an epilogue then orig_loop_vinfo points to th
11872 class loop *epilogue = NULL; local
    [all...]
tree-vect-slp.cc 1879 to more easily support peeling and epilogue vectorization. */
6698 /* Determine whether we can vectorize the reduction epilogue for INSTANCE. */
6719 "not vectorized: basic block reduction epilogue "
7585 but record those to be handled in the epilogue. */
9420 placement doesn't play well with epilogue vectorization. */
9564 /* Largely inspired by reduction chain epilogue handling in
9573 gimple_seq epilogue = NULL; local
9585 vec_def = gimple_build (&epilogue, VIEW_CONVERT_EXPR,
9592 def = gimple_build (&epilogue, VIEW_CONVERT_EXPR,
9594 vec_def = gimple_build (&epilogue, reduc_code, compute_vectype
    [all...]
dwarf2out.cc 1165 for a function epilogue. This gets called *before* the prologue code has
1241 for a function definition. This gets called *after* the epilogue code has
13079 "set epilogue begin");
18641 dw_loc_descr_ref loc_body, epilogue;
18692 epilogue = NULL;
18697 op_couple->dw_loc_next->dw_loc_next = epilogue;
18698 epilogue = op_couple;
18700 add_loc_descr (&loc_body, epilogue);
18705 because they are considered useful. Now there is an epilogue, they are
20686 end of the prologue and the start of the epilogue). We'll do that as bes
18628 dw_loc_descr_ref loc_body, epilogue; local
    [all...]

Completed in 91 milliseconds