HomeSort by: relevance | last modified time | path
    Searched refs:intSI_type_node (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-mve-builtins.def 32 DEF_MVE_TYPE (int32x4_t, intSI_type_node)
arm-builtins.cc 1550 arm_simd_types[Int32x2_t].eltype = intSI_type_node;
1551 arm_simd_types[Int32x4_t].eltype = intSI_type_node;
1651 (*lang_hooks.types.register_builtin_type) (intSI_type_node,
1820 intSI_type_node,
1821 intSI_type_node,
1822 intSI_type_node,
1868 tree get_fpscr_nzcvqc = build_function_type_list (intSI_type_node,
1871 intSI_type_node,
2228 tree V2SI_type_node = build_vector_type_for_mode (intSI_type_node, V2SImode);
2626 intSI_type_node,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
dummy-frontend.cc 642 if (mode == TYPE_MODE (intSI_type_node))
643 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
  /src/external/gpl3/gcc/dist/gcc/
langhooks.cc 576 if (precision <= TYPE_PRECISION (intSI_type_node))
577 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
gimple.cc 2588 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node)
2589 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2709 if (TYPE_OK (intSI_type_node))
2710 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/
langhooks.cc 576 if (precision <= TYPE_PRECISION (intSI_type_node))
577 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
gimple.cc 2556 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node)
2557 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2677 if (TYPE_OK (intSI_type_node))
2678 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-builtins.cc 205 #define LARCH_ATYPE_SI intSI_type_node
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-builtins.cc 193 #define RISCV_ATYPE_SI intSI_type_node
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 1688 (*lang_hooks.types.register_builtin_type) (intSI_type_node,
1854 intSI_type_node,
1855 intSI_type_node,
1856 intSI_type_node,
1902 tree get_fpscr_nzcvqc = build_function_type_list (intSI_type_node,
1905 intSI_type_node,
2268 tree V2SI_type_node = build_vector_type_for_mode (intSI_type_node, V2SImode);
2666 intSI_type_node,
2667 intSI_type_node,
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 11143 tree v2si = build_vector_type (intSI_type_node, 2);
11144 tree v1si = build_vector_type (intSI_type_node, 1);
11165 tree si_ftype_v8qi_v8qi = build_function_type_list (intSI_type_node,
11168 intSI_type_node, 0);
11170 intSI_type_node, 0);
11176 tree si_ftype_si_si = build_function_type_list (intSI_type_node,
11177 intSI_type_node,
11178 intSI_type_node, 0);
11181 intSI_type_node, 0);
11185 tree si_ftype_ptr_ptr = build_function_type_list (intSI_type_node,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 11128 tree v2si = build_vector_type (intSI_type_node, 2);
11129 tree v1si = build_vector_type (intSI_type_node, 1);
11150 tree si_ftype_v8qi_v8qi = build_function_type_list (intSI_type_node,
11153 intSI_type_node, 0);
11155 intSI_type_node, 0);
11161 tree si_ftype_si_si = build_function_type_list (intSI_type_node,
11162 intSI_type_node,
11163 intSI_type_node, 0);
11166 intSI_type_node, 0);
11170 tree si_ftype_ptr_ptr = build_function_type_list (intSI_type_node,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
dummy-frontend.cc 1076 if (mode == TYPE_MODE (intSI_type_node))
1077 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1060 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
1061 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
1158 (*lang_hooks.types.register_builtin_type) (intSI_type_node,
1355 intSI_type_node,
2064 = build_function_type_list (intSI_type_node, double_type_node, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 896 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
897 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
994 (*lang_hooks.types.register_builtin_type) (intSI_type_node,
1156 intSI_type_node,
1795 = build_function_type_list (intSI_type_node, double_type_node, NULL);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 105 tree intSI_type_node;
2378 if (bits <= TYPE_PRECISION (intSI_type_node))
2379 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2469 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2712 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node)
2713 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2837 if (TYPE_OK (intSI_type_node))
2838 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
4404 intSI_type_node));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 105 tree intSI_type_node;
2329 if (bits <= TYPE_PRECISION (intSI_type_node))
2330 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2416 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2659 if (type1 == intSI_type_node || type1 == unsigned_intSI_type_node)
2660 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
2779 if (TYPE_OK (intSI_type_node))
2780 return unsignedp ? unsigned_intSI_type_node : intSI_type_node;
4337 intSI_type_node));
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-builtins.cc 2385 #define LARCH_ATYPE_SI intSI_type_node
2398 loongarch_builtin_vector_type (intSI_type_node, V2SImode)
2409 loongarch_builtin_vector_type (intSI_type_node, V4SImode)
2423 loongarch_builtin_vector_type (intSI_type_node, V8SImode)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 446 else if (type_node == intSI_type_node || type_node == integer_type_node)
525 intSI_type_node, 4);
573 opaque_V4SI_type_node = build_opaque_vector_type (intSI_type_node, 4);
614 intSI_type_internal_node = intSI_type_node;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 843 if (TYPE_PRECISION (intSI_type_node) == mode_precision)
844 return intSI_type_node;
3381 if (bits <= TYPE_PRECISION (intSI_type_node))
3382 return intSI_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 449 else if (type_node == intSI_type_node || type_node == integer_type_node)
528 intSI_type_node, 4);
576 opaque_V4SI_type_node = build_opaque_vector_type (intSI_type_node, 4);
617 intSI_type_internal_node = intSI_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 837 if (TYPE_PRECISION (intSI_type_node) == mode_precision)
838 return intSI_type_node;
3351 if (bits <= TYPE_PRECISION (intSI_type_node))
3352 return intSI_type_node;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 999 return unsigned_p ? unsigned_intSI_type_node : intSI_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 3667 gcn_builtin_types[GCN_BTI_INT] = intSI_type_node;
3668 gcn_builtin_types[GCN_BTI_UINT] = unsigned_type_for (intSI_type_node);
3675 v64si_type_node = build_vector_type (intSI_type_node, 64);
3681 tree tmp = build_distinct_type_copy (intSI_type_node);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 986 return unsigned_p ? unsigned_intSI_type_node : intSI_type_node;

Completed in 119 milliseconds

1 2