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

  /src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc 256 WAR are write after read dependences,
319 isl_union_map *war = isl_union_flow_get_may_dependence (flow); local
320 war = isl_union_map_subtract (war, isl_union_map_copy (waw));
325 war = isl_union_map_coalesce (war);
328 dependences = isl_union_map_union (dependences, war);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc 256 WAR are write after read dependences,
319 isl_union_map *war = isl_union_flow_get_may_dependence (flow); local
320 war = isl_union_map_subtract (war, isl_union_map_copy (waw));
325 war = isl_union_map_coalesce (war);
328 dependences = isl_union_map_union (dependences, war);
  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.c 871 /* Check the priorities of load requests waiting in WAR. These are one
875 FRV_CACHE_WAR *war = & pipeline->WAR[i]; local
876 if (war->valid && war->priority > lowest)
877 lowest = war->priority + 1;
890 /* Return a priority 2 lower than the lowest found. This allows a WAR
897 add_WAR_request (FRV_CACHE_PIPELINE* pipeline, FRV_CACHE_WAR *war)
902 req->reqno = war->reqno;
903 req->priority = war->priority
1109 FRV_CACHE_WAR *war = & cache->pipeline[i].WAR[j]; local
1215 int war; local
1589 FRV_CACHE_WAR *war = & pipeline->WAR[j]; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/frv/
cache.c 871 /* Check the priorities of load requests waiting in WAR. These are one
875 FRV_CACHE_WAR *war = & pipeline->WAR[i]; local
876 if (war->valid && war->priority > lowest)
877 lowest = war->priority + 1;
890 /* Return a priority 2 lower than the lowest found. This allows a WAR
897 add_WAR_request (FRV_CACHE_PIPELINE* pipeline, FRV_CACHE_WAR *war)
902 req->reqno = war->reqno;
903 req->priority = war->priority
1109 FRV_CACHE_WAR *war = & cache->pipeline[i].WAR[j]; local
1215 int war; local
1589 FRV_CACHE_WAR *war = & pipeline->WAR[j]; local
    [all...]

Completed in 97 milliseconds