Searched refs:instruction_id (Results 1 – 7 of 7) sorted by relevance
103 for (uint32_t instruction_id : replaceable_opselect_instruction_ids) { in Apply() local105 GetIRContext()->get_def_use_mgr()->GetDef(instruction_id); in Apply()135 instruction_id, true_branch_id, false_branch_id)); in Apply()
100 for (uint32_t instruction_id : replaceable_opselect_instruction_ids) { in Apply() local102 GetIRContext()->get_def_use_mgr()->GetDef(instruction_id); in Apply()132 instruction_id, true_branch_id, false_branch_id)); in Apply()
44 int32 instruction_id = instr.unique_id(); in NodeIdForInstruction() local45 auto it = node_id_to_graph_id.find(instruction_id); in NodeIdForInstruction()51 node_id_to_graph_id[instruction_id] = node_id; in NodeIdForInstruction()
50 int64 instruction_id = get_candidate_id(instruction); in Run() local51 FusionCandidate& instr_node = candidates_[instruction_id]; in Run()92 if (instruction_id < user_id && in Run()95 << user_id << " which is higher than " << instruction_id; in Run()
56 for (const int64 instruction_id : id_sequence.second.instruction_ids()) { in CreateFromProto() local57 auto instr_it = id_to_instruction.find(instruction_id); in CreateFromProto()60 << " with id " << instruction_id; in CreateFromProto()
4021 int64 instruction_id = GetNextId(); in AddCalledComputation() local4022 remapped_ids[instruction.id()] = instruction_id; in AddCalledComputation()4025 kNameSeparator, instruction_id); in AddCalledComputation()