HomeSort by: relevance | last modified time | path
    Searched refs:ordered_min (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
poly-int.h 1432 ordered_min (const poly_int_pod<N, Ca> &a, const poly_int_pod<N, Cb> &b) function
1446 ordered_min (const Ca &a, const poly_int_pod<N, Cb> &b) function
1460 ordered_min (const poly_int_pod<N, Ca> &a, const Cb &b) function
emit-rtl.cc 1008 poly_uint64 block_size = ordered_min (isize, regsize);
tree-vect-loop.cc 3163 lowest_th = ordered_min (lowest_th, th);
expr.cc 9070 ordered_min (op0_size, union_size),
  /src/external/gpl3/gcc/dist/gcc/
poly-int.h 1372 ordered_min (const poly_int<N, Ca> &a, const poly_int<N, Cb> &b) function
1386 ordered_min (const Ca &a, const poly_int<N, Cb> &b) function
1400 ordered_min (const poly_int<N, Ca> &a, const Cb &b) function
emit-rtl.cc 1018 poly_uint64 block_size = ordered_min (isize, regsize);
tree-vect-loop.cc 3807 lowest_th = ordered_min (lowest_th, th);
expr.cc 9783 ordered_min (op0_size, union_size),
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 2743 poly_int64 size = ordered_min (GET_MODE_SIZE (mem_mode),
aarch64.cc 3902 sve_nunits = ordered_min (sve_nunits, GET_MODE_SIZE (vector_mode));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 3690 poly_int64 size = ordered_min (GET_MODE_SIZE (mem_mode),
aarch64.cc 1934 sve_nunits = ordered_min (sve_nunits, GET_MODE_SIZE (vector_mode));
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 2809 min_units = ordered_min (min_units, GET_MODE_SIZE (vector_mode));

Completed in 217 milliseconds