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

  /src/external/gpl3/gcc/dist/gcc/
sancov.cc 86 to_type = uint64_type_node;
168 = build_array_type (build_type_variant (uint64_type_node, 1, 0),
187 build_int_cst (uint64_type_node, num));
189 build_int_cst (uint64_type_node,
198 fold_convert (uint64_type_node, low_case));
203 fold_convert (uint64_type_node, high_case));
216 if (!useless_type_conversion_p (uint64_type_node, TREE_TYPE (index)))
219 index = fold_convert (uint64_type_node, index);
222 gimple_seq_add_stmt (&seq, build_type_cast (uint64_type_node, index));
gimple-ssa-store-merging.cc 1505 load_type = uint64_type_node;
1650 load_type = uint64_type_node;
2937 case 64: type = uint64_type_node; break;
4351 load_type = uint64_type_node;
asan.cc 3452 = build_function_type_list (void_type_node, uint64_type_node,
3453 uint64_type_node, NULL_TREE);
3461 = build_function_type_list (void_type_node, uint64_type_node,
builtin-types.def 75 DEF_PRIMITIVE_TYPE (BT_UINT64, uint64_type_node)
tree.h 4431 #define uint64_type_node global_trees[TI_UINT64_TYPE] macro
tree.cc 9692 uint64_type_node = make_or_reuse_type (64, 1);
  /src/external/gpl3/gcc.old/dist/gcc/
sancov.cc 86 to_type = uint64_type_node;
168 = build_array_type (build_type_variant (uint64_type_node, 1, 0),
187 build_int_cst (uint64_type_node, num));
189 build_int_cst (uint64_type_node,
198 fold_convert (uint64_type_node, low_case));
203 fold_convert (uint64_type_node, high_case));
216 if (!useless_type_conversion_p (uint64_type_node, TREE_TYPE (index)))
219 index = fold_convert (uint64_type_node, index);
222 gimple_seq_add_stmt (&seq, build_type_cast (uint64_type_node, index));
builtin-types.def 75 DEF_PRIMITIVE_TYPE (BT_UINT64, uint64_type_node)
gimple-ssa-store-merging.cc 1423 load_type = uint64_type_node;
1567 load_type = uint64_type_node;
2853 case 64: type = uint64_type_node; break;
4247 load_type = uint64_type_node;
asan.cc 3404 = build_function_type_list (void_type_node, uint64_type_node,
3405 uint64_type_node, NULL_TREE);
3413 = build_function_type_list (void_type_node, uint64_type_node,
tree.h 4200 #define uint64_type_node global_trees[TI_UINT64_TYPE] macro
tree.cc 9534 uint64_type_node = make_or_reuse_type (64, 1);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-ubsan.cc 66 tree str_hash = wide_int_to_tree (uint64_type_node,
77 vptr = fold_convert_loc (loc, uint64_type_node, vptr);
85 vptr = build3_loc (loc, COND_EXPR, uint64_type_node, cond,
86 vptr, build_int_cst (uint64_type_node, 0));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-ubsan.cc 66 tree str_hash = wide_int_to_tree (uint64_type_node,
77 vptr = fold_convert_loc (loc, uint64_type_node, vptr);
85 vptr = build3_loc (loc, COND_EXPR, uint64_type_node, cond,
86 vptr, build_int_cst (uint64_type_node, 0));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 1705 = build_function_type_list (uint64_type_node, NULL);
1709 = build_function_type_list (void_type_node, uint64_type_node, NULL);
1763 = build_function_type_list (uint64_type_node, const_char_ptr_type, NULL);
1791 uint64_type_node, NULL);
1860 uint64_type_node, NULL);
1863 fntype = build_function_type_list (uint64_type_node, ptr_type_node,
1864 uint64_type_node, NULL);
1936 build_function_type_list (uint64_type_node, ptr_type_node,
1939 build_function_type_list (uint64_type_node, ptr_type_node,
1957 tree uint64_fntype = build_function_type_list (uint64_type_node,
    [all...]
aarch64.cc 20103 uint64_type_node,
20147 uint64_type_node);
20157 DECL_ARG_TYPE (arg1) = uint64_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1533 = build_function_type_list (uint64_type_node, NULL);
1537 = build_function_type_list (void_type_node, uint64_type_node, NULL);
1595 uint64_type_node, NULL);
1598 fntype = build_function_type_list (uint64_type_node, ptr_type_node,
1599 uint64_type_node, NULL);
1671 build_function_type_list (uint64_type_node, ptr_type_node,
1674 build_function_type_list (uint64_type_node, ptr_type_node,
1692 tree uint64_fntype = build_function_type_list (uint64_type_node,
1693 uint64_type_node, NULL_TREE);
3296 retype = build_function_type_list (t0, t0, uint64_type_node, NULL)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28325 tree fenv_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, fenv_var);
28326 tree fenv_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, fenv_llu,
28327 build_int_cst (uint64_type_node,
28355 tree fenv_clean_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, fenv_clear);
28356 tree fenv_clear_llu_and = build2 (BIT_AND_EXPR, uint64_type_node,
28358 build_int_cst (uint64_type_node,
28387 tree old_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, old_fenv);
28388 tree old_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, old_llu,
28389 build_int_cst (uint64_type_node,
28392 tree new_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, fenv_llu
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27889 tree fenv_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, fenv_var);
27890 tree fenv_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, fenv_llu,
27891 build_int_cst (uint64_type_node,
27919 tree fenv_clean_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, fenv_clear);
27920 tree fenv_clear_llu_and = build2 (BIT_AND_EXPR, uint64_type_node,
27922 build_int_cst (uint64_type_node,
27951 tree old_llu = build1 (VIEW_CONVERT_EXPR, uint64_type_node, old_fenv);
27952 tree old_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, old_llu,
27953 build_int_cst (uint64_type_node,
27956 tree new_llu_and = build2 (BIT_AND_EXPR, uint64_type_node, fenv_llu
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 248 return uint64_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 246 return uint64_type_node;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 4713 c_uint64_type_node = uint64_type_node =
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 4639 c_uint64_type_node = uint64_type_node =
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 17862 tree t = native_interpret_expr (uint64_type_node, buf, len);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 18640 tree t = native_interpret_expr (uint64_type_node, buf, len);

Completed in 331 milliseconds