Home
last modified time | relevance | path

Searched refs:instruction1 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp40 auto instruction1 = ir_context->get_def_use_mgr()->GetDef(result_id1); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()
66 auto instruction1 = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
75 instruction1->InsertAfter(instruction2); in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp40 auto instruction1 = ir_context->get_def_use_mgr()->GetDef(result_id1); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()
66 auto instruction1 = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
75 instruction1->InsertAfter(instruction2); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_swap_function_variables.cpp40 auto instruction1 = ir_context->get_def_use_mgr()->GetDef(result_id1); in IsApplicable() local
42 if (instruction1 == nullptr || instruction2 == nullptr) { in IsApplicable()
46 if (instruction1->opcode() != SpvOpVariable || in IsApplicable()
66 auto instruction1 = in Apply() local
74 temp_instruction->InsertBefore(instruction1); in Apply()
75 instruction1->InsertAfter(instruction2); in Apply()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h1097 #define I32_SHIFTOP_I(name, instruction, instruction1) \ argument
1101 instruction1(dst, src, amount & 0x1f); \