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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched.cc 268 enum attr_type insn_type, dep_insn_type; local
284 dep_insn_type = get_attr_type (dep_insn);
341 if (dep_insn_type == TYPE_IMOV
342 || dep_insn_type == TYPE_FMOV)
353 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP))
370 if (dep_insn_type == TYPE_IMOV
371 || dep_insn_type == TYPE_FMOV)
389 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched.cc 246 enum attr_type insn_type, dep_insn_type; local
262 dep_insn_type = get_attr_type (dep_insn);
319 if (dep_insn_type == TYPE_IMOV
320 || dep_insn_type == TYPE_FMOV)
331 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP))
348 if (dep_insn_type == TYPE_IMOV
349 || dep_insn_type == TYPE_FMOV)
367 && (dep_insn_type == TYPE_PUSH || dep_insn_type == TYPE_POP)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 4481 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN;
4489 dep_insn_type = get_attr_type (dep_insn);
4500 if (dep_insn_type == TYPE_LOAD)
4534 switch (dep_insn_type)
4463 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN; local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 4480 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN;
4488 dep_insn_type = get_attr_type (dep_insn);
4499 if (dep_insn_type == TYPE_LOAD)
4533 switch (dep_insn_type)
4462 enum attr_type insn_type = TYPE_UNKNOWN, dep_insn_type = TYPE_UNKNOWN; local
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 3345 enum attr_type dep_insn_type;
3358 dep_insn_type = get_attr_type (dep_insn);
3360 if (dep_insn_type == TYPE_MOVE || dep_insn_type == TYPE_MCLD)
3372 return cost + (dep_insn_type == TYPE_MOVE ? 4 : 3);
3331 enum attr_type dep_insn_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 3344 enum attr_type dep_insn_type;
3357 dep_insn_type = get_attr_type (dep_insn);
3359 if (dep_insn_type == TYPE_MOVE || dep_insn_type == TYPE_MCLD)
3371 return cost + (dep_insn_type == TYPE_MOVE ? 4 : 3);
3330 enum attr_type dep_insn_type; local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 4761 enum attr_type dep_insn_type;
4773 dep_insn_type = get_attr_type (dep_insn);
4776 if (dep_insn_type == TYPE_ILD
4777 || dep_insn_type == TYPE_FLD
4778 || dep_insn_type == TYPE_LDSYM)
4751 enum attr_type dep_insn_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 4748 enum attr_type dep_insn_type;
4760 dep_insn_type = get_attr_type (dep_insn);
4763 if (dep_insn_type == TYPE_ILD
4764 || dep_insn_type == TYPE_FLD
4765 || dep_insn_type == TYPE_LDSYM)
4738 enum attr_type dep_insn_type; local

Completed in 104 milliseconds