Home
last modified time | relevance | path

Searched refs:gcc_jit_rvalue (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h123 typedef struct gcc_jit_rvalue gcc_jit_rvalue; typedef
687 extern gcc_jit_rvalue *
795 extern gcc_jit_rvalue *
799 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue);
802 gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue);
805 extern gcc_jit_rvalue *
810 extern gcc_jit_rvalue *
815 extern gcc_jit_rvalue *
819 extern gcc_jit_rvalue *
824 extern gcc_jit_rvalue *
[all …]
H A Dlibgccjit.c79 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue struct
856 gcc_jit_rvalue *
861 return (gcc_jit_rvalue *)param->as_rvalue (); in gcc_jit_param_as_rvalue()
1119 gcc_jit_rvalue *
1124 return (gcc_jit_rvalue *)lvalue->as_rvalue (); in gcc_jit_lvalue_as_rvalue()
1134 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_as_object()
1148 gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_get_type()
1174 gcc_jit_rvalue *
1183 return ((gcc_jit_rvalue *)ctxt in gcc_jit_context_new_rvalue_from_int()
1189 gcc_jit_rvalue *
[all …]
H A DTODO.rst34 extern gcc_jit_rvalue *
35 gcc_jit_rvalue_likely (gcc_jit_rvalue *rvalue,
H A Dlibgccjit++.h458 rvalue (gcc_jit_rvalue *inner);
459 gcc_jit_rvalue *get_inner_rvalue () const;
933 gcc_jit_rvalue **as_array_of_ptrs = in new_rvalue()
934 reinterpret_cast<gcc_jit_rvalue **> (as_array_of_wrappers); in new_rvalue()
1139 gcc_jit_rvalue **as_array_of_ptrs = in new_call()
1140 reinterpret_cast<gcc_jit_rvalue **> (as_array_of_wrappers); in new_call()
1647 inline rvalue::rvalue (gcc_jit_rvalue *inner) in rvalue()
1651 inline gcc_jit_rvalue *
1655 return reinterpret_cast<gcc_jit_rvalue *> (get_inner_object ()); in get_inner_rvalue()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h132 typedef struct gcc_jit_rvalue gcc_jit_rvalue; typedef
757 extern gcc_jit_rvalue *
919 extern gcc_jit_rvalue *
925 gcc_jit_rvalue **values);
959 extern gcc_jit_rvalue *
964 gcc_jit_rvalue *value);
995 extern gcc_jit_rvalue *
1000 gcc_jit_rvalue **values);
1022 gcc_jit_rvalue *init_value);
1043 extern gcc_jit_rvalue *
[all …]
H A Dlibgccjit.cc87 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue struct
1138 gcc_jit_rvalue *
1143 return (gcc_jit_rvalue *)param->as_rvalue (); in gcc_jit_param_as_rvalue()
1416 extern gcc_jit_rvalue *
1422 gcc_jit_rvalue **values) in gcc_jit_context_new_struct_constructor()
1450 return (gcc_jit_rvalue *)ctxt->new_ctor (loc, type, 0, NULL, NULL); in gcc_jit_context_new_struct_constructor()
1560 return (gcc_jit_rvalue *)ctxt->new_ctor ( in gcc_jit_context_new_struct_constructor()
1568 extern gcc_jit_rvalue *
1573 gcc_jit_rvalue *value) in gcc_jit_context_new_union_constructor()
1601 return (gcc_jit_rvalue *)ctxt->new_ctor (loc, type, 0, NULL, NULL); in gcc_jit_context_new_union_constructor()
[all …]
H A Dlibgccjit++.h483 rvalue (gcc_jit_rvalue *inner);
484 gcc_jit_rvalue *get_inner_rvalue () const;
994 gcc_jit_rvalue **as_array_of_ptrs = in new_rvalue()
995 reinterpret_cast<gcc_jit_rvalue **> (as_array_of_wrappers); in new_rvalue()
1200 gcc_jit_rvalue **as_array_of_ptrs = in new_call()
1201 reinterpret_cast<gcc_jit_rvalue **> (as_array_of_wrappers); in new_call()
1747 inline rvalue::rvalue (gcc_jit_rvalue *inner) in rvalue()
1751 inline gcc_jit_rvalue *
1755 return reinterpret_cast<gcc_jit_rvalue *> (get_inner_object ()); in get_inner_rvalue()
1874 gcc_jit_rvalue **values_arr = in new_struct_ctor()
[all …]
H A DTODO.rst34 extern gcc_jit_rvalue *
35 gcc_jit_rvalue_likely (gcc_jit_rvalue *rvalue,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dexpressions.rst25 .. type:: gcc_jit_rvalue
27 A :c:type:`gcc_jit_rvalue *` is an expression that can be computed.
45 .. function:: gcc_jit_type *gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue)
49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
57 .. function:: gcc_jit_rvalue *\
65 .. function:: gcc_jit_rvalue *\
73 .. function:: gcc_jit_rvalue *gcc_jit_context_zero (gcc_jit_context *ctxt, \
83 .. function:: gcc_jit_rvalue *gcc_jit_context_one (gcc_jit_context *ctxt, \
93 .. function:: gcc_jit_rvalue *\
101 .. function:: gcc_jit_rvalue *\
[all …]
H A Dfunctions.rst50 .. function:: gcc_jit_rvalue *\
209 gcc_jit_rvalue *rvalue)
224 gcc_jit_rvalue *rvalue)
240 gcc_jit_rvalue *rvalue)
290 gcc_jit_rvalue *boolval,\
325 gcc_jit_rvalue *rvalue)
353 gcc_jit_rvalue *expr,\
420 gcc_jit_rvalue *min_value,\
421 gcc_jit_rvalue *max_value,\
H A Dfunction-pointers.rst26 To do requires a :c:type:`gcc_jit_rvalue` of the correct function pointer type.
31 .. function:: gcc_jit_rvalue *\
46 to it in :c:type:`gcc_jit_rvalue` form using
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst25 .. type:: gcc_jit_rvalue
27 A :c:type:`gcc_jit_rvalue` is an expression that can be computed.
45 .. function:: gcc_jit_type *gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue)
49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
57 .. function:: gcc_jit_rvalue *\
65 .. function:: gcc_jit_rvalue *\
73 .. function:: gcc_jit_rvalue *gcc_jit_context_zero (gcc_jit_context *ctxt, \
83 .. function:: gcc_jit_rvalue *gcc_jit_context_one (gcc_jit_context *ctxt, \
93 .. function:: gcc_jit_rvalue *\
101 .. function:: gcc_jit_rvalue *\
[all …]
H A Dfunctions.rst52 .. function:: gcc_jit_rvalue *\
254 gcc_jit_rvalue *rvalue)
269 gcc_jit_rvalue *rvalue)
285 gcc_jit_rvalue *rvalue)
335 gcc_jit_rvalue *boolval,\
370 gcc_jit_rvalue *rvalue)
398 gcc_jit_rvalue *expr,\
465 gcc_jit_rvalue *min_value,\
466 gcc_jit_rvalue *max_value,\
H A Dfunction-pointers.rst26 To do requires a :c:type:`gcc_jit_rvalue` of the correct function pointer type.
31 .. function:: gcc_jit_rvalue *\
46 to it in :c:type:`gcc_jit_rvalue` form using
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut05-bf.c61 gcc_jit_rvalue *int_zero;
62 gcc_jit_rvalue *int_one;
63 gcc_jit_rvalue *byte_zero;
64 gcc_jit_rvalue *byte_one;
100 static gcc_jit_rvalue *
127 gcc_jit_rvalue *arg = in bf_compile_char()
132 gcc_jit_rvalue *call = in bf_compile_char()
190 gcc_jit_rvalue *arg = in bf_compile_char()
196 gcc_jit_rvalue *call = in bf_compile_char()
212 gcc_jit_rvalue *call = in bf_compile_char()
H A Dtut02-square.c49 gcc_jit_rvalue *expr = in create_code()
H A Dtut01-hello-world.c59 gcc_jit_rvalue *args[2]; in create_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut05-bf.c61 gcc_jit_rvalue *int_zero;
62 gcc_jit_rvalue *int_one;
63 gcc_jit_rvalue *byte_zero;
64 gcc_jit_rvalue *byte_one;
100 static gcc_jit_rvalue *
127 gcc_jit_rvalue *arg = in bf_compile_char()
132 gcc_jit_rvalue *call = in bf_compile_char()
190 gcc_jit_rvalue *arg = in bf_compile_char()
196 gcc_jit_rvalue *call = in bf_compile_char()
212 gcc_jit_rvalue *call = in bf_compile_char()
H A Dtut02-square.c49 gcc_jit_rvalue *expr = in create_code()
H A Dtut01-hello-world.c59 gcc_jit_rvalue *args[2]; in create_code()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst101 The base class of expression is the :c:type:`gcc_jit_rvalue *`,
118 :c:type:`gcc_jit_rvalue *`, where in an assignment of the form:
131 gcc_jit_rvalue *expr =
138 which is a :c:type:`gcc_jit_rvalue *`, and the various function
141 :c:type:`gcc_jit_lvalue *` (and, in turn, of :c:type:`gcc_jit_rvalue *`):
227 :c:type:`gcc_jit_rvalue *`, in this case the comparison of `i` and `n`.
233 gcc_jit_rvalue *guard =
H A Dtutorial02.rst85 +- gcc_jit_rvalue
153 gcc_jit_rvalue *expr =
160 A :c:type:`gcc_jit_rvalue *` is another example of a
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst101 The base class of expression is the :c:type:`gcc_jit_rvalue *`,
118 :c:type:`gcc_jit_rvalue *`, where in an assignment of the form:
131 gcc_jit_rvalue *expr =
138 which is a :c:type:`gcc_jit_rvalue *`, and the various function
141 :c:type:`gcc_jit_lvalue *` (and, in turn, of :c:type:`gcc_jit_rvalue *`):
227 :c:type:`gcc_jit_rvalue *`, in this case the comparison of `i` and `n`.
233 gcc_jit_rvalue *guard =
H A Dtutorial02.rst85 +- gcc_jit_rvalue
153 gcc_jit_rvalue *expr =
160 A :c:type:`gcc_jit_rvalue *` is another example of a
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c392 gcc_jit_rvalue *const_one;
412 gcc_jit_rvalue *rvalue, in add_push()
694 gcc_jit_rvalue *arg = gcc_jit_lvalue_as_rvalue (state.x); in toyvm_function_compile()

12