Home
last modified time | relevance | path

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

/external/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 …]
/external/deqp-deps/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 …]
/external/mesa3d/src/compiler/glsl/
Dlower_shared_reference.cpp199 ir_variable *store_var = new(mem_ctx) ir_variable(type, in handle_assignment() local
202 base_ir->insert_before(store_var); in handle_assignment()
203 ir->lhs = new(mem_ctx) ir_dereference_variable(store_var); in handle_assignment()
216 deref = new(mem_ctx) ir_dereference_variable(store_var); in handle_assignment()
/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.h48 INTRINSIC(store_var, 1, ARR(0), false, 0, 1, 1, WRMASK, xx, xx, 0)