Searched refs:build_tree_operand (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-control-handler.cc | 47 (build_tree_operand (*(const BrigInstBase*)inst, *operand_data, in operator ()()
|
H A D | brig-code-entry-handler.cc | 98 brig_code_entry_handler::build_tree_operand (const BrigInstBase &brig_inst, in build_tree_operand() function in brig_code_entry_handler 119 = build_tree_operand (brig_inst, *operand_element, operand_type); in build_tree_operand() 513 return build_tree_operand (*brig_inst, *operand_data, operand_type, inputp); in build_tree_operand_from_brig() 931 tree operand = build_tree_operand (brig_inst, *operand_data, operand_type, in build_or_analyze_operands()
|
H A D | brig-mem-inst-handler.cc | 152 = build_tree_operand (*brig_inst, *operand_element, instr_type); in operator ()()
|
H A D | brig-branch-inst-handler.cc | 60 func_ref = build_tree_operand (*brig_inst, *operand_data); in operator ()()
|
H A D | brig-code-entry-handler.h | 56 tree build_tree_operand (const BrigInstBase &brig_inst,
|