Searched refs:new_rvalue_from_const (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.c | 572 new_rvalue_from_const <int> (type *type, 596 new_rvalue_from_const <long> (type *type, 620 new_rvalue_from_const <double> (type *type, 651 new_rvalue_from_const <void *> (type *type,
|
| H A D | libgccjit.c | 1184 ->new_rvalue_from_const <int> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_int() 1199 ->new_rvalue_from_const <long> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_long() 1252 ->new_rvalue_from_const <double> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_double() 1276 ->new_rvalue_from_const <void *> (pointer_type, value)); in gcc_jit_context_new_rvalue_from_ptr()
|
| H A D | jit-playback.h | 116 new_rvalue_from_const (type *type,
|
| H A D | jit-recording.h | 154 new_rvalue_from_const (type *type, 2084 recording::context::new_rvalue_from_const (recording::type *type, in new_rvalue_from_const() function
|
| H A D | jit-recording.c | 4495 (r->new_rvalue_from_const <HOST_TYPE> (m_type->playback_type (), in replay_into()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.cc | 881 new_rvalue_from_const <int> (type *type, in new_rvalue_from_const() function in gcc::jit::playback::context 905 new_rvalue_from_const <long> (type *type, in new_rvalue_from_const() function in gcc::jit::playback::context 929 new_rvalue_from_const <double> (type *type, in new_rvalue_from_const() function in gcc::jit::playback::context 960 new_rvalue_from_const <void *> (type *type, in new_rvalue_from_const() function in gcc::jit::playback::context
|
| H A D | jit-playback.h | 139 new_rvalue_from_const (type *type,
|
| H A D | libgccjit.cc | 1940 ->new_rvalue_from_const <int> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_int() 1959 ->new_rvalue_from_const <long> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_long() 2012 ->new_rvalue_from_const <double> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_double() 2036 ->new_rvalue_from_const <void *> (pointer_type, value)); in gcc_jit_context_new_rvalue_from_ptr()
|
| H A D | ChangeLog | 2827 (context::new_rvalue_from_const <int>): ...this. 2829 (context::new_rvalue_from_const <double>): ...this. 2830 (context::new_rvalue_from_const <long>): New. 2832 (context::new_rvalue_from_const <void *>): ...this. 2835 (context::new_rvalue_from_const <HOST_TYPE>): ...this. 2876 (context::new_rvalue_from_const <HOST_TYPE>): New family of 2887 recording::context::new_rvalue_from_const <int>. 2891 recording::context::new_rvalue_from_const <double>. 2894 recording::context::new_rvalue_from_const <void *>.
|
| H A D | jit-recording.h | 165 new_rvalue_from_const (type *type, 2509 recording::context::new_rvalue_from_const (recording::type *type, in new_rvalue_from_const() function
|
| H A D | jit-recording.cc | 5041 (r->new_rvalue_from_const <HOST_TYPE> (m_type->playback_type (), in replay_into()
|