/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | dependence_analysis.cpp | 138 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 …]
|
D | dependence_analysis_helpers.cpp | 175 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/ |
D | dependence_analysis.cpp | 138 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 …]
|
D | dependence_analysis_helpers.cpp | 175 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/ |
D | local_single_store_elim_pass.cpp | 150 case SpvOpStore: in FindSingleStoreAndCheckUses() 201 case SpvOpStore: in FeedsAStore() 226 if (store_inst->opcode() == SpvOpStore) in RewriteLoads()
|
D | mem_pass.cpp | 121 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()
|
D | local_access_chain_convert_pass.cpp | 124 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()
|
D | loop_fission.cpp | 114 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()
|
D | private_to_local_pass.cpp | 132 case SpvOpStore: in IsValidUse() 154 case SpvOpStore: in UpdateUse()
|
D | local_single_block_elim_pass.cpp | 39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs() 65 case SpvOpStore: { in LocalSingleBlockLoadStoreElim()
|
D | copy_prop_arrays.cpp | 107 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()
|
D | scalar_replacement_pass.cpp | 87 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/ |
D | local_single_store_elim_pass.cpp | 150 case SpvOpStore: in FindSingleStoreAndCheckUses() 201 case SpvOpStore: in FeedsAStore() 226 if (store_inst->opcode() == SpvOpStore) in RewriteLoads()
|
D | mem_pass.cpp | 121 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()
|
D | local_access_chain_convert_pass.cpp | 124 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()
|
D | loop_fission.cpp | 114 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()
|
D | private_to_local_pass.cpp | 132 case SpvOpStore: in IsValidUse() 154 case SpvOpStore: in UpdateUse()
|
D | local_single_block_elim_pass.cpp | 39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs() 65 case SpvOpStore: { in LocalSingleBlockLoadStoreElim()
|
D | copy_prop_arrays.cpp | 107 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()
|
D | scalar_replacement_pass.cpp | 87 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()
|
D | ssa_rewrite_pass.cpp | 286 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/ |
D | text_to_binary.memory_test.cpp | 44 Eq(MakeInstruction(SpvOpStore, {1, 2, GetParam().value()}, in TEST_P() 63 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
|
D | text_to_binary.extension_test.cpp | 539 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/ |
D | text_to_binary.memory_test.cpp | 44 Eq(MakeInstruction(SpvOpStore, {1, 2, GetParam().value()}, in TEST_P() 63 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
|
D | text_to_binary.extension_test.cpp | 539 MakeInstruction(SpvOpStore, in TEST_F() 543 MakeInstruction(SpvOpStore, in TEST_F() 549 MakeInstruction(SpvOpStore, in TEST_F() 555 MakeInstruction(SpvOpStore, in TEST_F()
|