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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-protos.h 349 struct tune_params struct
404 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x))
406 extern const struct tune_params *current_tune;
413 extern bool arm_fusion_enabled_p (tune_params::fuse_ops);
545 /* Flags used for tuning. Long term, these move into tune_params. */
548 const struct tune_params *tune;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-protos.h 318 struct tune_params struct
373 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x))
375 extern const struct tune_params *current_tune;
382 extern bool arm_fusion_enabled_p (tune_params::fuse_ops);
513 /* Flags used for tuning. Long term, these move into tune_params. */
516 const struct tune_params *tune;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 523 struct tune_params struct
569 errors when tune_params misses elements (e.g., from erroneous merges). */
668 extern struct tune_params aarch64_tune_params;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 522 struct tune_params struct
567 errors when tune_params misses elements (e.g., from erroneous merges). */
683 extern struct tune_params aarch64_tune_params;

Completed in 17 milliseconds