Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h343 class hsa_op_code_ref : public hsa_op_base
346 hsa_op_code_ref ();
357 is_a_helper <hsa_op_code_ref *>::test (hsa_op_base *p) in test()
825 hsa_op_code_ref m_func;
1046 hsa_op_code_ref m_label_ref;
H A Dhsa-brig.c565 else if (is_a <hsa_op_code_ref *> (op)) in enqueue_op()
1130 emit_code_ref_operand (hsa_op_code_ref *ref) in emit_code_ref_operand()
1198 else if (hsa_op_code_ref *ref = dyn_cast <hsa_op_code_ref *> (op)) in emit_queued_operands()
1559 emit_unconditional_jump (hsa_op_code_ref *reference) in emit_unconditional_jump()
H A Dhsa-gen.c1281 hsa_op_code_ref::hsa_op_code_ref () : hsa_op_base (BRIG_KIND_OPERAND_CODE_REF), in hsa_op_code_ref() function