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

  /src/external/gpl3/gcc/dist/gcc/
reload.cc 30 To scan an insn, call `find_reloads'. This does two things:
35 This is done only if the second arg to `find_reloads' is nonzero.
37 The third arg to `find_reloads' specifies the number of levels
48 cases `find_reloads' will return a nonzero value in `reload_reg_rtx'
58 find_reloads can alter the operands of the instruction it is called on.
62 This happens only if find_reloads thinks the instruction will compile
68 1 happens every time find_reloads is called.
202 This vector is passed to `find_reloads' as an argument
993 /* If find_reloads and friends until now missed to replace a pseudo
1358 find_reloads to not process the reloads when instruction wa
2617 find_reloads (rtx_insn *insn, int replace, int ind_levels, int live_known, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 30 To scan an insn, call `find_reloads'. This does two things:
35 This is done only if the second arg to `find_reloads' is nonzero.
37 The third arg to `find_reloads' specifies the number of levels
48 cases `find_reloads' will return a nonzero value in `reload_reg_rtx'
58 find_reloads can alter the operands of the instruction it is called on.
62 This happens only if find_reloads thinks the instruction will compile
68 1 happens every time find_reloads is called.
202 This vector is passed to `find_reloads' as an argument
993 /* If find_reloads and friends until now missed to replace a pseudo
1358 find_reloads to not process the reloads when instruction wa
2616 find_reloads (rtx_insn *insn, int replace, int ind_levels, int live_known, function
    [all...]

Completed in 24 milliseconds