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

  /src/external/gpl3/gcc/dist/gcc/
graphite-sese-to-poly.cc 395 tree cmp_type = TREE_TYPE (gimple_cond_lhs (stmt)); local
396 if (!INTEGRAL_TYPE_P (cmp_type))
builtins.cc 9890 tree cmp_type = NULL_TREE;
9900 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9904 cmp_type = type0;
9907 cmp_type = type1;
9909 arg0 = fold_convert_loc (loc, cmp_type, arg0);
9910 arg1 = fold_convert_loc (loc, cmp_type, arg1);
9937 tree cmp1, cmp2, cmp_type = NULL_TREE;
9947 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9951 cmp_type = type0;
9954 cmp_type = type1
9887 tree cmp_type = NULL_TREE; local
9934 tree cmp1, cmp2, cmp_type = NULL_TREE; local
    [all...]
tree-vect-loop.cc 1192 /* Return true if we can use CMP_TYPE as the comparison type to produce
1196 can_produce_all_loop_masks_p (loop_vec_info loop_vinfo, tree cmp_type)
1203 cmp_type, rgm->type,
1346 tree cmp_type = NULL_TREE; local
1390 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type))
1391 cmp_type = this_type;
1398 if (!cmp_type)
1404 LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo) = cmp_type;
1519 tree cmp_type = build_nonstandard_integer_type (cmp_bits, true) local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.h 558 enum cmp_type
531 enum cmp_type enum
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 912 tree cmp_type = truth_type_for (type); local
915 tree temp = create_tmp_reg_or_ssa_name (cmp_type);
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.h 558 enum cmp_type
531 enum cmp_type enum
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 936 tree cmp_type = truth_type_for (type); local
939 tree temp = create_tmp_reg_or_ssa_name (cmp_type);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1411 tree cmp_type = truth_type_for (a_type); local
1412 tree cmp = build2 (inner_op, cmp_type, node_a, node_b);
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 4921 tree cmp_type = truth_type_for (TREE_TYPE (arg0));
4922 tree cmp = build2 (code, cmp_type, arg0, arg1);
4913 tree cmp_type = truth_type_for (TREE_TYPE (arg0)); local
call.cc 5843 tree cmp_type = truth_type_for (arg1_type); local
5844 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type));
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 9066 tree cmp_type = NULL_TREE;
9076 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9079 cmp_type = type0;
9081 cmp_type = type1;
9083 arg0 = fold_convert_loc (loc, cmp_type, arg0);
9084 arg1 = fold_convert_loc (loc, cmp_type, arg1);
9063 tree cmp_type = NULL_TREE; local
tree-vect-stmts.cc 12425 tree cmp_type = TREE_TYPE (start_index); local
12427 cmp_type, mask_type,
tree-vect-loop.cc 975 /* Return true if we can use CMP_TYPE as the comparison type to produce
979 can_produce_all_loop_masks_p (loop_vec_info loop_vinfo, tree cmp_type)
986 cmp_type, rgm->type,
1100 tree cmp_type = NULL_TREE; local
1144 if (!cmp_type || iv_precision > TYPE_PRECISION (cmp_type))
1145 cmp_type = this_type;
1152 if (!cmp_type)
1155 LOOP_VINFO_RGROUP_COMPARE_TYPE (loop_vinfo) = cmp_type;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 4708 tree cmp_type = truth_type_for (type);
4709 tree cmp = build2 (code, cmp_type, arg0, arg1);
4700 tree cmp_type = truth_type_for (type); local
call.cc 5512 tree cmp_type = truth_type_for (arg1_type); local
5513 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type));
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 675 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member in struct:rsrc
8217 tmpl.cmp_type = CMP_NONE;
8875 specs[count].cmp_type =
8884 specs[count].cmp_type =
8997 specs[count].cmp_type =
9006 specs[count].cmp_type =
9464 specs[count++].cmp_type =
9472 specs[count++].cmp_type =
10051 if (specs[count].cmp_type != CMP_NONE
10052 && specs[count].cmp_type == rs->cmp_type
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 675 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */ member in struct:rsrc
8217 tmpl.cmp_type = CMP_NONE;
8875 specs[count].cmp_type =
8884 specs[count].cmp_type =
8997 specs[count].cmp_type =
9006 specs[count].cmp_type =
9464 specs[count++].cmp_type =
9472 specs[count++].cmp_type =
10051 if (specs[count].cmp_type != CMP_NONE
10052 && specs[count].cmp_type == rs->cmp_type
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 6054 tree cmp_type = truth_type_for (vectype);
6055 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec);
12466 tree cmp_type = truth_type_for (TREE_TYPE (arg0));
12467 tree cmp = build2 (code, cmp_type, arg0, arg1);
6035 tree cmp_type = truth_type_for (vectype); local
12427 tree cmp_type = truth_type_for (TREE_TYPE (arg0)); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 5575 tree cmp_type = truth_type_for (vectype);
5576 ifexp = build2 (NE_EXPR, cmp_type, ifexp, zero_vec);
11624 tree cmp_type = truth_type_for (type);
11625 tree cmp = build2 (code, cmp_type, arg0, arg1);
5558 tree cmp_type = truth_type_for (vectype); local
11587 tree cmp_type = truth_type_for (type); local
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 13730 unsigned int cmp_type; local
13734 cmp_type = *ins->codep++;
13735 if (cmp_type < ARRAY_SIZE (simd_cmp_op))
13742 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix);
13743 ins->mnemonicendp += simd_cmp_op[cmp_type].len;
13746 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13753 cmp_type -= ARRAY_SIZE (simd_cmp_op);
13754 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13755 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
13760 oappend_immediate (ins, cmp_type);
14241 unsigned int cmp_type; local
14299 unsigned int cmp_type; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 13691 unsigned int cmp_type; local
13695 cmp_type = *ins->codep++;
13696 if (cmp_type < ARRAY_SIZE (simd_cmp_op))
13703 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix);
13704 ins->mnemonicendp += simd_cmp_op[cmp_type].len;
13707 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13714 cmp_type -= ARRAY_SIZE (simd_cmp_op);
13715 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13716 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
13721 oappend_immediate (ins, cmp_type);
14202 unsigned int cmp_type; local
14260 unsigned int cmp_type; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 13389 unsigned int cmp_type; local
13393 cmp_type = *ins->codep++;
13394 if (cmp_type < ARRAY_SIZE (simd_cmp_op))
13401 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix);
13402 ins->mnemonicendp += simd_cmp_op[cmp_type].len;
13405 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13412 cmp_type -= ARRAY_SIZE (simd_cmp_op);
13413 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13414 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
13419 oappend_immediate (ins, cmp_type);
13897 unsigned int cmp_type; local
13955 unsigned int cmp_type; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 13698 unsigned int cmp_type; local
13702 cmp_type = *ins->codep++;
13703 if (cmp_type < ARRAY_SIZE (simd_cmp_op))
13710 sprintf (p, "%s%s", simd_cmp_op[cmp_type].name, suffix);
13711 ins->mnemonicendp += simd_cmp_op[cmp_type].len;
13714 && cmp_type < ARRAY_SIZE (simd_cmp_op) + ARRAY_SIZE (vex_cmp_op))
13721 cmp_type -= ARRAY_SIZE (simd_cmp_op);
13722 sprintf (p, "%s%s", vex_cmp_op[cmp_type].name, suffix);
13723 ins->mnemonicendp += vex_cmp_op[cmp_type].len;
13728 oappend_immediate (ins, cmp_type);
14209 unsigned int cmp_type; local
14267 unsigned int cmp_type; local
    [all...]

Completed in 155 milliseconds