Home
last modified time | relevance | path

Searched refs:bool_type (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc475 gccjit::type bool_type; member in compilation_state
584 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL); in create_types()
776 ctxt.new_cast (x, bool_type, loc), in create_function()
H A Dtoyvm.c389 gcc_jit_type *bool_type; member
509 state.bool_type = in toyvm_function_compile()
731 state.bool_type), in toyvm_function_compile()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc475 gccjit::type bool_type; member in compilation_state
584 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL); in create_types()
776 ctxt.new_cast (x, bool_type, loc), in create_function()
H A Dtoyvm.c389 gcc_jit_type *bool_type; member
509 state.bool_type = in toyvm_function_compile()
731 state.bool_type), in toyvm_function_compile()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h199 bool (*bool_type) (void *, unsigned int); member
H A Ddebug.c2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h199 bool (*bool_type) (void *, unsigned int); member
H A Ddebug.c2507 return (*fns->bool_type) (fhandle, type->size); in debug_write_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c1042 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local
1043 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc1046 tree bool_type = build_nonstandard_boolean_type (elem_bits); in lto_type_for_mode() local
1047 return build_vector_type_for_mode (bool_type, mode); in lto_type_for_mode()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-c-fe.def147 GCC_METHOD0 (gcc_type, bool_type)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2619 tree bool_type = TREE_TYPE (svbool_type); in fold_to_ptrue() local
2625 builder.quick_push (build_all_ones_cst (bool_type)); in fold_to_ptrue()
2627 builder.quick_push (build_zero_cst (bool_type)); in fold_to_ptrue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2620 tree bool_type = TREE_TYPE (svbool_type); in fold_to_ptrue() local
2626 builder.quick_push (build_all_ones_cst (bool_type)); in fold_to_ptrue()
2628 builder.quick_push (build_zero_cst (bool_type)); in fold_to_ptrue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c2037 gcc::jit::recording::type *bool_type = in is_bool() local
2039 return actual_type == bool_type; in is_bool()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc2897 gcc::jit::recording::type *bool_type = in is_bool() local
2899 return actual_type == bool_type; in is_bool()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c3275 tree bool_type = build_nonstandard_boolean_type (elem_bits); in gfc_type_for_mode() local
3276 return build_vector_type_for_mode (bool_type, mode); in gfc_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc3385 tree bool_type = build_nonstandard_boolean_type (elem_bits); in gfc_type_for_mode() local
3386 return build_vector_type_for_mode (bool_type, mode); in gfc_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc10077 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for_mode() local
10079 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode()
10099 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for() local
10101 return make_vector_type (bool_type, nunits, VOIDmode); in build_truth_vector_type_for()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c10959 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for_mode() local
10961 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type_for_mode()
10981 tree bool_type = build_nonstandard_boolean_type (esize); in build_truth_vector_type_for() local
10983 return make_vector_type (bool_type, nunits, BLKmode); in build_truth_vector_type_for()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c2284 tree bool_type = build_nonstandard_boolean_type (elem_bits); in c_common_type_for_mode() local
2285 return build_vector_type_for_mode (bool_type, mode); in c_common_type_for_mode()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc2478 tree bool_type = build_nonstandard_boolean_type (elem_bits); in c_common_type_for_mode() local
2479 return build_vector_type_for_mode (bool_type, mode); in c_common_type_for_mode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi2371 gcc_jit_type *bool_type;
2407 state.bool_type =
2840 state.bool_type),
11131 gccjit::type bool_type;
11169 bool_type = ctxt.get_type (GCC_JIT_TYPE_BOOL);
11562 ctxt.new_cast (x, bool_type, loc),

12