OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aarch64_tune_params
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc
2754
struct tune_params
aarch64_tune_params
= generic_tunings;
variable in typeref:struct:tune_params
3393
return
aarch64_tune_params
.min_div_recip_mul_sf;
3394
return
aarch64_tune_params
.min_div_recip_mul_df;
3402
return
aarch64_tune_params
.vec_reassoc_width;
3404
return
aarch64_tune_params
.int_reassoc_width;
3407
return
aarch64_tune_params
.fp_reassoc_width;
10714
&& (
aarch64_tune_params
.extra_tuning_flags
13127
if (!(
aarch64_tune_params
.extra_tuning_flags
13159
=
aarch64_tune_params
.insn_extra_cost;
13328
const struct cpu_addrcost_table *addr_cost =
aarch64_tune_params
.addr_cost
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc
566
struct tune_params
aarch64_tune_params
= generic_tunings;
variable in typeref:struct:tune_params
1387
return
aarch64_tune_params
.min_div_recip_mul_sf;
1388
return
aarch64_tune_params
.min_div_recip_mul_df;
1396
return
aarch64_tune_params
.vec_reassoc_width;
1398
return
aarch64_tune_params
.int_reassoc_width;
1406
return opc == PLUS_EXPR ?
aarch64_tune_params
.fma_reassoc_width
1407
:
aarch64_tune_params
.fp_reassoc_width;
10201
&&
aarch64_tune_params
.max_case_values != 0)
10202
return
aarch64_tune_params
.max_case_values;
10420
&& (
aarch64_tune_params
.extra_tuning_flag
[
all
...]
Completed in 42 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026