Searched refs:memento_of_new_rvalue_from_vector (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 1092 = new memento_of_new_rvalue_from_vector (this, loc, type, elements); in new_rvalue_from_vector() 4766 recording::memento_of_new_rvalue_from_vector:: 4767 memento_of_new_rvalue_from_vector (context *ctxt, in memento_of_new_rvalue_from_vector() function 4783 recording::memento_of_new_rvalue_from_vector::replay_into (replayer *r) in replay_into() 4799 recording::memento_of_new_rvalue_from_vector::visit_children (rvalue_visitor *v) in visit_children() 4809 recording::memento_of_new_rvalue_from_vector::make_debug_string () in make_debug_string() 4826 recording::memento_of_new_rvalue_from_vector::write_reproducer (reproducer &r) in write_reproducer()
|
H A D | jit-recording.h | 1407 class memento_of_new_rvalue_from_vector : public rvalue 1410 memento_of_new_rvalue_from_vector (context *ctxt,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 1109 = new memento_of_new_rvalue_from_vector (this, loc, type, elements); in new_rvalue_from_vector() 5312 recording::memento_of_new_rvalue_from_vector:: 5313 memento_of_new_rvalue_from_vector (context *ctxt, in memento_of_new_rvalue_from_vector() function in gcc::jit::recording::memento_of_new_rvalue_from_vector 5329 recording::memento_of_new_rvalue_from_vector::replay_into (replayer *r) in replay_into() 5345 recording::memento_of_new_rvalue_from_vector::visit_children (rvalue_visitor *v) in visit_children() 5355 recording::memento_of_new_rvalue_from_vector::make_debug_string () in make_debug_string() 5372 recording::memento_of_new_rvalue_from_vector::write_reproducer (reproducer &r) in write_reproducer()
|
H A D | jit-recording.h | 1560 class memento_of_new_rvalue_from_vector : public rvalue 1563 memento_of_new_rvalue_from_vector (context *ctxt,
|
H A D | ChangeLog | 1172 (memento_of_new_rvalue_from_vector::memento_of_new_rvalue_from_vector): 1174 (memento_of_new_rvalue_from_vector::replay_into): New method. 1175 (memento_of_new_rvalue_from_vector::visit_children): New method. 1176 (memento_of_new_rvalue_from_vector::make_debug_string): New 1178 (memento_of_new_rvalue_from_vector::write_reproducer): New method. 1191 (class memento_of_new_rvalue_from_vector): New class.
|