Home
last modified time | relevance | path

Searched refs:store_var (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1528 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1553 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1558 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1603 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1608 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1632 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1637 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1682 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1687 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
[all …]
/third_party/spirv-tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1528 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1553 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1558 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1603 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1608 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1632 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1637 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1682 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1687 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Ddependence_analysis_helpers.cpp1523 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1528 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1553 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1558 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1603 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1608 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1632 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1637 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
1682 Instruction* store_var = context->get_def_use_mgr()->GetDef( in TEST() local
1687 analysis.GetScalarEvolution()->AnalyzeInstruction(store_var)); in TEST()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h150 void (*store_var)(struct lp_build_nir_context *bld_base, member
Dlp_bld_nir_aos.c351 bld.bld_base.store_var = emit_store_var; in lp_build_nir_aos()
Dlp_bld_nir.c1429 bld_base->store_var(bld_base, nir_var_shader_out, util_last_bit(mask), in visit_store_output()
1493 bld_base->store_var(bld_base, mode, instr->num_components, bit_size, in visit_store_var()
Dlp_bld_nir_soa.c2716 bld.bld_base.store_var = emit_store_var; in lp_build_nir_soa()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1353 - gallivm/nir: align store_var param order with load_var