Home
last modified time | relevance | path

Searched refs:input_asm_operand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h2335 class input_asm_operand : public asm_operand
2338 input_asm_operand (extended_asm *ext_asm, in input_asm_operand() function
2405 auto_vec<input_asm_operand *> m_input_ops;
H A Djit-recording.cc7223 recording::input_asm_operand::write_reproducer (reproducer &r) in write_reproducer()
7239 recording::input_asm_operand::print (pretty_printer *pp) const in print()
7268 input_asm_operand *op in add_input_operand()
7269 = new input_asm_operand (this, in add_input_operand()
7310 input_asm_operand *rec_asm_op; in replay_into()
7372 input_asm_operand *asm_op; in make_debug_string()
H A DChangeLog654 (gcc::jit::recording::input_asm_operand::write_reproducer): New.
655 (gcc::jit::recording::input_asm_operand::print): New.
687 (gcc::jit::recording::input_asm_operand): New class.