OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_fn_optabs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
optabs-query.cc
34
struct target_optabs *
this_fn_optabs
= &default_target_optabs;
variable in typeref:struct:target_optabs
675
if (!
this_fn_optabs
->supports_vec_gather_load[mode])
676
this_fn_optabs
->supports_vec_gather_load[mode]
682
return
this_fn_optabs
->supports_vec_gather_load[mode] > 0;
692
if (!
this_fn_optabs
->supports_vec_scatter_store[mode])
693
this_fn_optabs
->supports_vec_scatter_store[mode]
699
return
this_fn_optabs
->supports_vec_scatter_store[mode] > 0;
/src/external/gpl3/gcc.old/dist/gcc/
optabs-query.cc
34
struct target_optabs *
this_fn_optabs
= &default_target_optabs;
variable in typeref:struct:target_optabs
741
if (!
this_fn_optabs
->supports_vec_gather_load[mode])
742
this_fn_optabs
->supports_vec_gather_load[mode]
747
return
this_fn_optabs
->supports_vec_gather_load[mode] > 0;
757
if (!
this_fn_optabs
->supports_vec_scatter_store[mode])
758
this_fn_optabs
->supports_vec_scatter_store[mode]
763
return
this_fn_optabs
->supports_vec_scatter_store[mode] > 0;
Completed in 19 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026