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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 127 const struct processor_costs *ix86_tune_cost = NULL; variable in typeref:struct:processor_costs
18137 = MIN ((unsigned) ix86_tune_cost->prefetch_block * 8, MAX_OFILE_ALIGNMENT);
21612 = speed ? ix86_tune_cost : &ix86_size_cost;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 123 const struct processor_costs *ix86_tune_cost = NULL; variable in typeref:struct:processor_costs
17355 = MIN ((unsigned) ix86_tune_cost->prefetch_block * 8, MAX_OFILE_ALIGNMENT);
20565 = speed ? ix86_tune_cost : &ix86_size_cost;

Completed in 32 milliseconds