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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 19483 is_fusable_store (rtx_insn *insn, rtx *str_mem)
19530 if (TARGET_P10_FUSION && is_fusable_store (last_scheduled_insn, &mem1))
19541 if (is_fusable_store (ready[pos], &mem2)
19446 is_fusable_store (rtx_insn *insn, rtx *str_mem) function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 19022 is_fusable_store (rtx_insn *insn, rtx *str_mem)
19069 if (TARGET_P10_FUSION && is_fusable_store (last_scheduled_insn, &mem1))
19080 if (is_fusable_store (ready[pos], &mem2)
18985 is_fusable_store (rtx_insn *insn, rtx *str_mem) function

Completed in 61 milliseconds