Home
last modified time | relevance | path

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 Djit-playback.c572 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 Dlibgccjit.c1184 ->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 Djit-playback.h116 new_rvalue_from_const (type *type,
H A Djit-recording.h154 new_rvalue_from_const (type *type,
2084 recording::context::new_rvalue_from_const (recording::type *type, in new_rvalue_from_const() function
H A Djit-recording.c4495 (r->new_rvalue_from_const <HOST_TYPE> (m_type->playback_type (), in replay_into()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc881 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 Djit-playback.h139 new_rvalue_from_const (type *type,
H A Dlibgccjit.cc1940 ->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 DChangeLog2827 (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 Djit-recording.h165 new_rvalue_from_const (type *type,
2509 recording::context::new_rvalue_from_const (recording::type *type, in new_rvalue_from_const() function
H A Djit-recording.cc5041 (r->new_rvalue_from_const <HOST_TYPE> (m_type->playback_type (), in replay_into()