Home
last modified time | relevance | path

Searched refs:memory_scope_instruction (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_load.cpp89 auto memory_scope_instruction = in IsApplicable() local
94 if (!memory_scope_instruction) { in IsApplicable()
102 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
121 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
135 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
151 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()
Dtransformation_store.cpp115 auto memory_scope_instruction = in IsApplicable() local
120 if (!memory_scope_instruction) { in IsApplicable()
128 if (memory_scope_instruction->opcode() != SpvOpConstant) { in IsApplicable()
147 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
161 ->GetDef(memory_scope_instruction->type_id()) in IsApplicable()
177 memory_scope_instruction->GetSingleWordInOperand(0); in IsApplicable()