Home
last modified time | relevance | path

Searched refs:brig_basic_inst_handler (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc38 brig_basic_inst_handler::brig_basic_inst_handler (brig_to_generic &parent) in brig_basic_inst_handler() function in brig_basic_inst_handler
86 brig_basic_inst_handler::build_shuffle (tree arith_type, in build_shuffle()
148 brig_basic_inst_handler::build_unpack (tree_stl_vec &operands) in build_unpack()
212 brig_basic_inst_handler::build_pack (tree_stl_vec &operands) in build_pack()
276 brig_basic_inst_handler::build_unpack_lo_or_hi (BrigOpcode16_t brig_opcode, in build_unpack_lo_or_hi()
312 brig_basic_inst_handler::build_inst_expr (BrigOpcode16_t brig_opcode, in build_inst_expr()
447 brig_basic_inst_handler::operator () (const BrigBase *base) in operator ()()
710 brig_basic_inst_handler::build_lower_element_broadcast (tree vec_operand) in build_lower_element_broadcast()
H A Dbrig-inst-mod-handler.cc30 brig_basic_inst_handler basic_handler (m_parent); in generate()
H A Dbrig-copy-move-inst-handler.cc69 brig_basic_inst_handler basic (m_parent); in operator ()()
H A Dbrig-code-entry-handler.h262 class brig_basic_inst_handler : public brig_code_entry_handler
265 brig_basic_inst_handler (brig_to_generic &parent);
H A Dbrig-to-generic.cc312 brig_basic_inst_handler inst_handler (*this); in parse()