Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-queue-inst-handler.cc33 brig_queue_inst_handler::brig_queue_inst_handler (brig_to_generic &parent) in brig_queue_inst_handler() function in brig_queue_inst_handler
39 brig_queue_inst_handler::operator () (const BrigBase *base) in operator ()()
H A Dbrig-code-entry-handler.h390 class brig_queue_inst_handler : public brig_code_entry_handler
393 brig_queue_inst_handler (brig_to_generic &parent);
H A Dbrig-to-generic.cc331 brig_queue_inst_handler queue_inst_handler (*this); in parse()