Home
last modified time | relevance | path

Searched refs:SpvOpStore (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp138 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
295 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
531 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
604 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
925 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
981 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1423 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1444 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1466 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1487 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
[all …]
Ddependence_analysis_helpers.cpp175 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
202 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1498 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1579 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1658 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1737 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2070 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2151 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2232 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2313 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis.cpp138 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
295 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
531 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
604 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
925 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
981 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1423 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1444 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1466 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1487 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
[all …]
Ddependence_analysis_helpers.cpp175 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
202 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1498 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1579 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1658 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
1737 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2070 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2151 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2232 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
2313 if (inst.opcode() == SpvOp::SpvOpStore) { in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp150 case SpvOpStore: in FindSingleStoreAndCheckUses()
201 case SpvOpStore: in FeedsAStore()
226 if (store_inst->opcode() == SpvOpStore) in RewriteLoads()
Dmem_pass.cpp121 assert(ip->opcode() == SpvOpStore || ip->opcode() == SpvOpLoad || in GetPtr()
152 } else if (op != SpvOpStore && op != SpvOpName && !IsNonTypeDecorate(op)) { in HasLoads()
178 } else if (op == SpvOpStore) { in AddStores()
224 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
478 case SpvOpStore: in CollectTargetVars()
Dlocal_access_chain_convert_pass.cpp124 BuildAndAppendInst(SpvOpStore, 0, 0, in GenAccessChainStoreReplacement()
151 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
167 case SpvOpStore: in FindTargetVars()
219 case SpvOpStore: { in ConvertLocalAccessChains()
Dloop_fission.cpp114 inst.opcode() == SpvOp::SpvOpStore || in MovableInstruction()
233 inst.opcode() == SpvOp::SpvOpStore) { in GroupInstructionsByUseDef()
295 if (inst->opcode() == SpvOp::SpvOpStore) { in CanPerformSplit()
337 } else if (inst->opcode() == SpvOp::SpvOpStore) { in CanPerformSplit()
Dprivate_to_local_pass.cpp132 case SpvOpStore: in IsValidUse()
154 case SpvOpStore: in UpdateUse()
Dlocal_single_block_elim_pass.cpp39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
65 case SpvOpStore: { in LocalSingleBlockLoadStoreElim()
Dcopy_prop_arrays.cpp107 if (use->opcode() == SpvOpStore && in FindStoreInstruction()
157 } else if (use->opcode() == SpvOpStore) { in HasNoStores()
186 } else if (use->opcode() == SpvOpStore) { in HasValidReferencesOnly()
551 case SpvOpStore: in CanUpdateUses()
666 case SpvOpStore: in UpdateUses()
Dscalar_replacement_pass.cpp87 case SpvOpStore: in ReplaceVariable()
206 new Instruction(context(), SpvOpStore, 0, 0, in ReplaceWholeStore()
658 case SpvOpStore: in CheckUses()
691 case SpvOpStore: in CheckUsesRelaxed()
754 case SpvOpStore: in GetUsedComponents()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp150 case SpvOpStore: in FindSingleStoreAndCheckUses()
201 case SpvOpStore: in FeedsAStore()
226 if (store_inst->opcode() == SpvOpStore) in RewriteLoads()
Dmem_pass.cpp121 assert(ip->opcode() == SpvOpStore || ip->opcode() == SpvOpLoad || in GetPtr()
152 } else if (op != SpvOpStore && op != SpvOpName && !IsNonTypeDecorate(op)) { in HasLoads()
178 } else if (op == SpvOpStore) { in AddStores()
224 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
478 case SpvOpStore: in CollectTargetVars()
Dlocal_access_chain_convert_pass.cpp124 BuildAndAppendInst(SpvOpStore, 0, 0, in GenAccessChainStoreReplacement()
151 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
167 case SpvOpStore: in FindTargetVars()
219 case SpvOpStore: { in ConvertLocalAccessChains()
Dloop_fission.cpp114 inst.opcode() == SpvOp::SpvOpStore || in MovableInstruction()
233 inst.opcode() == SpvOp::SpvOpStore) { in GroupInstructionsByUseDef()
295 if (inst->opcode() == SpvOp::SpvOpStore) { in CanPerformSplit()
337 } else if (inst->opcode() == SpvOp::SpvOpStore) { in CanPerformSplit()
Dprivate_to_local_pass.cpp132 case SpvOpStore: in IsValidUse()
154 case SpvOpStore: in UpdateUse()
Dlocal_single_block_elim_pass.cpp39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
65 case SpvOpStore: { in LocalSingleBlockLoadStoreElim()
Dcopy_prop_arrays.cpp107 if (use->opcode() == SpvOpStore && in FindStoreInstruction()
157 } else if (use->opcode() == SpvOpStore) { in HasNoStores()
186 } else if (use->opcode() == SpvOpStore) { in HasValidReferencesOnly()
551 case SpvOpStore: in CanUpdateUses()
666 case SpvOpStore: in UpdateUses()
Dscalar_replacement_pass.cpp87 case SpvOpStore: in ReplaceVariable()
206 new Instruction(context(), SpvOpStore, 0, 0, in ReplaceWholeStore()
658 case SpvOpStore: in CheckUses()
691 case SpvOpStore: in CheckUsesRelaxed()
756 case SpvOpStore: in GetUsedComponents()
Dssa_rewrite_pass.cpp286 assert((opcode == SpvOpStore || opcode == SpvOpVariable) && in ProcessStore()
291 if (opcode == SpvOpStore) { in ProcessStore()
361 if (opcode == SpvOpStore || opcode == SpvOpVariable) { in GenerateSSAReplacements()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.memory_test.cpp44 Eq(MakeInstruction(SpvOpStore, {1, 2, GetParam().value()}, in TEST_P()
63 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
Dtext_to_binary.extension_test.cpp539 MakeInstruction(SpvOpStore, in TEST_F()
543 MakeInstruction(SpvOpStore, in TEST_F()
549 MakeInstruction(SpvOpStore, in TEST_F()
555 MakeInstruction(SpvOpStore, in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.memory_test.cpp44 Eq(MakeInstruction(SpvOpStore, {1, 2, GetParam().value()}, in TEST_P()
63 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
Dtext_to_binary.extension_test.cpp539 MakeInstruction(SpvOpStore, in TEST_F()
543 MakeInstruction(SpvOpStore, in TEST_F()
549 MakeInstruction(SpvOpStore, in TEST_F()
555 MakeInstruction(SpvOpStore, in TEST_F()

1234