Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_load.cpp91 auto memory_semantics_instruction = in IsApplicable() local
97 if (!memory_semantics_instruction) { in IsApplicable()
105 if (memory_semantics_instruction->opcode() != spv::Op::OpConstant) { 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()
H A Dtransformation_store.cpp117 auto memory_semantics_instruction = in IsApplicable() local
123 if (!memory_semantics_instruction) { in IsApplicable()
131 if (memory_semantics_instruction->opcode() != spv::Op::OpConstant) { 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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_load.cpp91 auto memory_semantics_instruction = in IsApplicable() local
97 if (!memory_semantics_instruction) { in IsApplicable()
105 if (memory_semantics_instruction->opcode() != spv::Op::OpConstant) { 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()
H A Dtransformation_store.cpp117 auto memory_semantics_instruction = in IsApplicable() local
123 if (!memory_semantics_instruction) { in IsApplicable()
131 if (memory_semantics_instruction->opcode() != spv::Op::OpConstant) { 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()
/aosp_15_r20/external/deqp-deps/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() != spv::Op::OpConstant) { 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() != spv::Op::OpConstant) { 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()