Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_store.cpp117 auto memory_semantics_instruction = in IsApplicable() local
123 if (!memory_semantics_instruction) { in IsApplicable()
131 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
152 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
165 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
185 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()
Dtransformation_load.cpp91 auto memory_semantics_instruction = in IsApplicable() local
97 if (!memory_semantics_instruction) { in IsApplicable()
105 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
126 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
139 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
159 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_store.cpp117 auto memory_semantics_instruction = in IsApplicable() local
123 if (!memory_semantics_instruction) { in IsApplicable()
131 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
152 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
165 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
185 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()
Dtransformation_load.cpp91 auto memory_semantics_instruction = in IsApplicable() local
97 if (!memory_semantics_instruction) { in IsApplicable()
105 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
126 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
139 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
159 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_load.cpp91 auto memory_semantics_instruction = in IsApplicable() local
97 if (!memory_semantics_instruction) { in IsApplicable()
105 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
126 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
139 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
159 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()
Dtransformation_store.cpp117 auto memory_semantics_instruction = in IsApplicable() local
123 if (!memory_semantics_instruction) { in IsApplicable()
131 if (memory_semantics_instruction->opcode() != SpvOpConstant) { in IsApplicable()
152 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
165 ->GetDef(memory_semantics_instruction->type_id()) in IsApplicable()
185 memory_semantics_instruction->GetSingleWordInOperand(0)); in IsApplicable()