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

  /src/sys/kern/
kern_sysctl.c 622 int error, ni, elim, v; local
642 elim = 0;
667 elim = (name - oname);
668 error = sysctl_locate(l, oname, elim, &enode, NULL);
671 elim = enode->sysctl_clen;
675 elim = 0;
685 if (--elim > 0)
  /src/external/mit/isl/dist/
isl_map_simplify.c 1958 static void compute_elimination_index(__isl_keep isl_basic_map *bmap, int *elim,
1964 elim[d] = -1;
1969 elim[d] = i;
1976 int *elim, unsigned len)
1978 compute_elimination_index(bset_to_bmap(bset), elim, len); local
1982 __isl_keep isl_basic_map *bmap, int *elim, unsigned total)
1990 if (elim[d] == -1)
1996 isl_seq_elim(dst, bmap->eq[elim[d]], 1 + d, 1 + total, NULL);
2002 __isl_keep isl_basic_set *bset, int *elim, unsigned total)
2005 bset_to_bmap(bset), elim, total)
2012 int *elim; local
3814 int *elim = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 10126 rtx reg, elim; local
10136 elim = (ira_use_lra_p
10139 if (elim != reg)
10141 if (GET_CODE (elim) == PLUS)
10142 elim = XEXP (elim, 0);
10143 if (elim == stack_pointer_rtx)
10149 rtx reg, elim; local
10158 elim = (ira_use_lra_p
10161 if (elim != reg
10185 rtx reg, elim; local
    [all...]
dwarf2out.cc 14928 rtx elim = (ira_use_lra_p
14932 if (elim != reg)
14938 elim = strip_offset_and_add (elim, &offset);
14939 gcc_assert (elim == hard_frame_pointer_rtx
14940 || elim == stack_pointer_rtx);
14952 : REGNO (elim));
21246 rtx reg, elim;
21256 elim = (ira_use_lra_p
21259 elim = strip_offset_and_add (elim, &offset)
14915 rtx elim = (ira_use_lra_p local
21232 rtx reg, elim; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 10126 rtx reg, elim; local
10136 elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
10137 if (elim != reg)
10139 if (GET_CODE (elim) == PLUS)
10140 elim = XEXP (elim, 0);
10141 if (elim == stack_pointer_rtx)
10147 rtx reg, elim; local
10156 elim = eliminate_regs (reg, VOIDmode, NULL_RTX);
10157 if (elim != reg
10181 rtx reg, elim; local
    [all...]
dwarf2out.cc 14843 rtx elim = (ira_use_lra_p
14847 if (elim != reg)
14853 elim = strip_offset_and_add (elim, &offset);
14854 gcc_assert (elim == hard_frame_pointer_rtx
14855 || elim == stack_pointer_rtx);
14867 : REGNO (elim));
21149 rtx reg, elim;
21159 elim = (ira_use_lra_p
21162 elim = strip_offset_and_add (elim, &offset)
14830 rtx elim = (ira_use_lra_p local
21135 rtx reg, elim; local
    [all...]

Completed in 155 milliseconds