Searched refs:opcode_map (Results 1 – 2 of 2) sorted by relevance
34 static auto* opcode_map = new absl::flat_hash_map<string, HloOpcode>({ in StringToHloOpcode() local40 auto it = opcode_map->find(opcode_name); in StringToHloOpcode()41 if (it == opcode_map->end()) { in StringToHloOpcode()
227 extern const std::map<EAluOp, int> opcode_map;248 if (opcode_map.find(ai.opcode()) == opcode_map.end()) { in emit_alu()276 alu.op = opcode_map.at(ai.opcode()); in emit_alu()653 alu.op = opcode_map.at(op1_mova_int); in emit_tex()664 alu.op = opcode_map.at(op1_set_cf_idx1); in emit_tex()1095 alu.op = opcode_map.at(op1_mova_int); in emit_index_reg()1107 alu.op = opcode_map.at(idxop); in emit_index_reg()1222 const std::map<EAluOp, int> opcode_map = { variable