Home
last modified time | relevance | path

Searched refs:SpvOpLoad (Results 1 – 25 of 86) sorted by relevance

1234

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fission.cpp113 return inst.opcode() == SpvOp::SpvOpLoad || in MovableInstruction()
153 if (user->opcode() == SpvOp::SpvOpLoad && report_loads) { in TraverseUseDef()
232 if (inst.opcode() == SpvOp::SpvOpLoad || in GroupInstructionsByUseDef()
297 } else if (inst->opcode() == SpvOp::SpvOpLoad) { in CanPerformSplit()
319 if (inst->opcode() == SpvOp::SpvOpLoad) { in CanPerformSplit()
Dlocal_single_store_elim_pass.cpp169 case SpvOpLoad: in FindSingleStoreAndCheckUses()
207 case SpvOpLoad: in FeedsAStore()
234 if (use->opcode() == SpvOpLoad) { in RewriteLoads()
Dcommon_uniform_elim_pass.cpp77 assert(op == SpvOpStore || op == SpvOpLoad); in GetPtr()
145 assert(loadInst.opcode() == SpvOpLoad); in IsVolatileLoad()
223 context(), SpvOpLoad, varPteTypeId, ldResultId, load_in_operands)); in GenACLoadRepl()
268 if (inst->opcode() != SpvOpLoad) continue; in UniformAccessChainConvert()
363 if (inst->opcode() != SpvOpLoad) continue; in CommonUniformLoadElimination()
384 context(), SpvOpLoad, inst->type_id(), replId, in CommonUniformLoadElimination()
409 if (inst->opcode() != SpvOpLoad) continue; in CommonUniformLoadElimBlock()
Dlocal_access_chain_convert_pass.cpp53 BuildAndAppendInst(SpvOpLoad, *varPteTypeId, ldResultId, in BuildAndAppendVarLoad()
151 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
168 case SpvOpLoad: { in FindTargetVars()
210 case SpvOpLoad: { in ConvertLocalAccessChains()
Dmem_pass.cpp121 assert(ip->opcode() == SpvOpStore || ip->opcode() == SpvOpLoad || in GetPtr()
200 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId); in DCEInst()
224 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
479 case SpvOpLoad: { in CollectTargetVars()
Dprivate_to_local_pass.cpp131 case SpvOpLoad: in IsValidUse()
153 case SpvOpLoad: in UpdateUse()
Dlocal_single_block_elim_pass.cpp39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
108 case SpvOpLoad: { in LocalSingleBlockLoadStoreElim()
Dreduce_load_size.cpp64 if (composite_inst->opcode() != SpvOpLoad) { in ReplaceExtract()
128 if (op_inst->opcode() != SpvOpLoad) { in ShouldReplaceExtract()
Dcopy_prop_arrays.cpp151 if (use->opcode() == SpvOpLoad) { in HasNoStores()
176 if (use->opcode() == SpvOpLoad || in HasValidReferencesOnly()
202 case SpvOpLoad: in GetSourceObjectIfAny()
498 case SpvOpLoad: { in CanUpdateUses()
585 case SpvOpLoad: { in UpdateUses()
Dscalar_replacement_pass.cpp83 case SpvOpLoad: in ReplaceVariable()
147 new Instruction(context(), SpvOpLoad, type->result_id(), loadId, in ReplaceWholeLoad()
654 case SpvOpLoad: in CheckUses()
688 case SpvOpLoad: in CheckUsesRelaxed()
737 case SpvOpLoad: { in GetUsedComponents()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.cpp113 return inst.opcode() == SpvOp::SpvOpLoad || in MovableInstruction()
153 if (user->opcode() == SpvOp::SpvOpLoad && report_loads) { in TraverseUseDef()
232 if (inst.opcode() == SpvOp::SpvOpLoad || in GroupInstructionsByUseDef()
297 } else if (inst->opcode() == SpvOp::SpvOpLoad) { in CanPerformSplit()
319 if (inst->opcode() == SpvOp::SpvOpLoad) { in CanPerformSplit()
Dlocal_single_store_elim_pass.cpp169 case SpvOpLoad: in FindSingleStoreAndCheckUses()
207 case SpvOpLoad: in FeedsAStore()
234 if (use->opcode() == SpvOpLoad) { in RewriteLoads()
Dcommon_uniform_elim_pass.cpp77 assert(op == SpvOpStore || op == SpvOpLoad); in GetPtr()
145 assert(loadInst.opcode() == SpvOpLoad); in IsVolatileLoad()
223 context(), SpvOpLoad, varPteTypeId, ldResultId, load_in_operands)); in GenACLoadRepl()
268 if (inst->opcode() != SpvOpLoad) continue; in UniformAccessChainConvert()
368 if (inst->opcode() != SpvOpLoad) continue; in CommonUniformLoadElimination()
389 context(), SpvOpLoad, inst->type_id(), replId, in CommonUniformLoadElimination()
414 if (inst->opcode() != SpvOpLoad) continue; in CommonUniformLoadElimBlock()
Dlocal_access_chain_convert_pass.cpp53 BuildAndAppendInst(SpvOpLoad, *varPteTypeId, ldResultId, in BuildAndAppendVarLoad()
151 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
168 case SpvOpLoad: { in FindTargetVars()
210 case SpvOpLoad: { in ConvertLocalAccessChains()
Dmem_pass.cpp121 assert(ip->opcode() == SpvOpStore || ip->opcode() == SpvOpLoad || in GetPtr()
200 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId); in DCEInst()
224 if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
479 case SpvOpLoad: { in CollectTargetVars()
Dprivate_to_local_pass.cpp131 case SpvOpLoad: in IsValidUse()
153 case SpvOpLoad: in UpdateUse()
Dreduce_load_size.cpp64 if (composite_inst->opcode() != SpvOpLoad) { in ReplaceExtract()
128 if (op_inst->opcode() != SpvOpLoad) { in ShouldReplaceExtract()
Dlocal_single_block_elim_pass.cpp39 } else if (op != SpvOpStore && op != SpvOpLoad && op != SpvOpName && in HasOnlySupportedRefs()
108 case SpvOpLoad: { in LocalSingleBlockLoadStoreElim()
Dcopy_prop_arrays.cpp151 if (use->opcode() == SpvOpLoad) { in HasNoStores()
176 if (use->opcode() == SpvOpLoad || in HasValidReferencesOnly()
202 case SpvOpLoad: in GetSourceObjectIfAny()
498 case SpvOpLoad: { in CanUpdateUses()
585 case SpvOpLoad: { in UpdateUses()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp561 MakeInstruction(SpvOpLoad, in TEST_F()
565 MakeInstruction(SpvOpLoad, in TEST_F()
571 MakeInstruction(SpvOpLoad, in TEST_F()
578 MakeInstruction(SpvOpLoad, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp561 MakeInstruction(SpvOpLoad, in TEST_F()
565 MakeInstruction(SpvOpLoad, in TEST_F()
571 MakeInstruction(SpvOpLoad, in TEST_F()
578 MakeInstruction(SpvOpLoad, in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp115 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
239 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
355 if (inst.opcode() == SpvOp::SpvOpLoad && inst.result_id() == 33) { in TEST_F()
509 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
748 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
883 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
1028 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp115 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
239 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
355 if (inst.opcode() == SpvOp::SpvOpLoad && inst.result_id() == 33) { in TEST_F()
509 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
748 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
883 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
1028 if (inst.opcode() == SpvOp::SpvOpLoad) { in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp768 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
820 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1093 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1145 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling.cpp768 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
820 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1093 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()
1145 EXPECT_EQ(loop_count->opcode(), SpvOpLoad); in TEST_F()

1234