Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp41 auto instruction2 = ir_context->get_def_use_mgr()->GetDef(result_id2); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
68 auto instruction2 = in Apply() local
75 instruction1->InsertAfter(instruction2); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp41 auto instruction2 = ir_context->get_def_use_mgr()->GetDef(result_id2); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
68 auto instruction2 = in Apply() local
75 instruction1->InsertAfter(instruction2); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_swap_function_variables.cpp41 auto instruction2 = ir_context->get_def_use_mgr()->GetDef(result_id2); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
47 instruction2->opcode() != SpvOpVariable) { in IsApplicable()
68 auto instruction2 = in Apply() local
75 instruction1->InsertAfter(instruction2); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()