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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 185 static int cached_can_issue_more; variable
5369 return cached_can_issue_more;
5400 cached_can_issue_more = more;
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 185 static int cached_can_issue_more; variable
7400 return cached_can_issue_more;
7431 cached_can_issue_more = more;
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 549 static int cached_can_issue_more; variable
15531 return cached_can_issue_more;
15591 cached_can_issue_more = more;
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 117 static short cached_can_issue_more; variable
9934 cached_can_issue_more = can_issue_more - 1;
9936 cached_can_issue_more = can_issue_more;
9939 return cached_can_issue_more;
9944 return cached_can_issue_more;
10007 return cached_can_issue_more;
10012 return cached_can_issue_more;
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 547 static int cached_can_issue_more; variable
15342 return cached_can_issue_more;
15402 cached_can_issue_more = more;
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 117 static short cached_can_issue_more; variable
9933 cached_can_issue_more = can_issue_more - 1;
9935 cached_can_issue_more = can_issue_more;
9938 return cached_can_issue_more;
9943 return cached_can_issue_more;
10006 return cached_can_issue_more;
10011 return cached_can_issue_more;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 168 static short cached_can_issue_more; variable
18193 cached_can_issue_more = more;
18194 return cached_can_issue_more;
18199 cached_can_issue_more = 0;
18200 return cached_can_issue_more;
18210 cached_can_issue_more = 0;
18212 cached_can_issue_more = more > 2 ? more - 2 : 0;
18214 cached_can_issue_more = more - 1;
18216 return cached_can_issue_more;
18222 cached_can_issue_more = more - 1
20298 short cached_can_issue_more; member in struct:rs6000_sched_context
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 169 static short cached_can_issue_more; variable
17735 cached_can_issue_more = more;
17736 return cached_can_issue_more;
17741 cached_can_issue_more = 0;
17742 return cached_can_issue_more;
17752 cached_can_issue_more = 0;
17754 cached_can_issue_more = more > 2 ? more - 2 : 0;
17756 cached_can_issue_more = more - 1;
17758 return cached_can_issue_more;
17764 cached_can_issue_more = more - 1
19833 short cached_can_issue_more; member in struct:rs6000_sched_context
    [all...]

Completed in 108 milliseconds