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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 2645 #define CONSTANT_POOL_COST COSTS_N_INSNS (8)
2859 *total = CONSTANT_POOL_COST;
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 3547 #define CONSTANT_POOL_COST COSTS_N_INSNS (8)
3761 *total = CONSTANT_POOL_COST;
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 3964 #define CONSTANT_POOL_COST COSTS_N_INSNS (TARGET_MIPS16 ? 4 : 8)
4346 *total = CONSTANT_POOL_COST;
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 3871 #define CONSTANT_POOL_COST COSTS_N_INSNS (TARGET_MIPS16 ? 4 : 8)
4218 *total = CONSTANT_POOL_COST;

Completed in 64 milliseconds