Home
last modified time | relevance | path

Searched refs:instruction_id (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp103 for (uint32_t instruction_id : replaceable_opselect_instruction_ids) { in Apply() local
105 GetIRContext()->get_def_use_mgr()->GetDef(instruction_id); in Apply()
135 instruction_id, true_branch_id, false_branch_id)); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp103 for (uint32_t instruction_id : replaceable_opselect_instruction_ids) { in Apply() local
105 GetIRContext()->get_def_use_mgr()->GetDef(instruction_id); in Apply()
135 instruction_id, true_branch_id, false_branch_id)); in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp100 for (uint32_t instruction_id : replaceable_opselect_instruction_ids) { in Apply() local
102 GetIRContext()->get_def_use_mgr()->GetDef(instruction_id); in Apply()
132 instruction_id, true_branch_id, false_branch_id)); in Apply()
/external/tensorflow/tensorflow/compiler/xla/service/
Dloop_schedule_linearizer.cc44 int32 instruction_id = instr.unique_id(); in NodeIdForInstruction() local
45 auto it = node_id_to_graph_id.find(instruction_id); in NodeIdForInstruction()
51 node_id_to_graph_id[instruction_id] = node_id; in NodeIdForInstruction()
Dmulti_output_fusion.cc50 int64 instruction_id = get_candidate_id(instruction); in Run() local
51 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()
Dhlo_schedule.cc56 for (const int64 instruction_id : id_sequence.second.instruction_ids()) { in CreateFromProto() local
57 auto instr_it = id_to_instruction.find(instruction_id); in CreateFromProto()
60 << " with id " << instruction_id; in CreateFromProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc4021 int64 instruction_id = GetNextId(); in AddCalledComputation() local
4022 remapped_ids[instruction.id()] = instruction_id; in AddCalledComputation()
4025 kNameSeparator, instruction_id); in AddCalledComputation()