Home
last modified time | relevance | path

Searched refs:AnalyzeInstDefUse (Results 1 – 25 of 85) sorted by relevance

1234

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_replace_copy_object_with_store_load.cpp107 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_global); in Apply()
114 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply()
136 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()
137 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(load_instruction); in Apply()
Dtransformation_push_id_through_variable.cpp122 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(global_variable); in Apply()
132 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(local_variable); in Apply()
151 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(store_instruction); in Apply()
153 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(load_instruction); in Apply()
Dtransformation_mutate_pointer.cpp108 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(backup_instruction_ptr); in Apply()
121 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_value_instruction_ptr); in Apply()
132 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(restore_instruction_ptr); in Apply()
Dtransformation_add_copy_memory.cpp117 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_global); in Apply()
125 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_local); in Apply()
139 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_instruction_ptr); in Apply()
Dtransformation_access_chain.cpp300 ir_context->get_def_use_mgr()->AnalyzeInstDefUse( in Apply()
317 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(select_instruction_ptr); in Apply()
347 ir_context->get_def_use_mgr()->AnalyzeInstDefUse( in Apply()
Dtransformation_replace_constant_with_uniform.cpp264 ir_context->get_def_use_mgr()->AnalyzeInstDefUse( in Apply()
272 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(load_instruction_ptr); in Apply()
Dtransformation_add_local_variable.cpp78 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(new_instruction); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1373 using AnalyzeInstDefUse = ::testing::Test; typedef
1375 TEST(AnalyzeInstDefUse, UseWithNoResultId) { in TEST() argument
1382 manager.AnalyzeInstDefUse(&label); in TEST()
1385 manager.AnalyzeInstDefUse(&branch); in TEST()
1401 TEST(AnalyzeInstDefUse, AddNewInstruction) { in TEST() argument
1413 manager.AnalyzeInstDefUse(&newInst); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Ddef_use_test.cpp1373 using AnalyzeInstDefUse = ::testing::Test; typedef
1375 TEST(AnalyzeInstDefUse, UseWithNoResultId) { in TEST() argument
1382 manager.AnalyzeInstDefUse(&label); in TEST()
1385 manager.AnalyzeInstDefUse(&branch); in TEST()
1401 TEST(AnalyzeInstDefUse, AddNewInstruction) { in TEST() argument
1413 manager.AnalyzeInstDefUse(&newInst); in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddef_use_test.cpp1373 using AnalyzeInstDefUse = ::testing::Test; typedef
1375 TEST(AnalyzeInstDefUse, UseWithNoResultId) { in TEST() argument
1382 manager.AnalyzeInstDefUse(&label); in TEST()
1385 manager.AnalyzeInstDefUse(&branch); in TEST()
1401 TEST(AnalyzeInstDefUse, AddNewInstruction) { in TEST() argument
1413 manager.AnalyzeInstDefUse(&newInst); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp211 get_def_use_mgr()->AnalyzeInstDefUse(added_instr); in ReplaceWholeDebugValue()
249 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
269 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
303 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
320 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
361 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceAccessChain()
474 get_def_use_mgr()->AnalyzeInstDefUse(inst); in CreateVariable()
555 get_def_use_mgr()->AnalyzeInstDefUse(ptr); in GetOrCreatePointerType()
584 get_def_use_mgr()->AnalyzeInstDefUse(newNull); in GetOrCreateInitialValue()
598 get_def_use_mgr()->AnalyzeInstDefUse(newSpecConst); in GetOrCreateInitialValue()
Ddebug_info_manager.cpp188 context()->get_def_use_mgr()->AnalyzeInstDefUse(inlined_at.get()); in CreateDebugInlinedAt()
281 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
297 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_expr_instr); in DerefDebugExpression()
324 context()->get_def_use_mgr()->AnalyzeInstDefUse(debug_info_none_inst_); in GetDebugInfoNone()
351 context()->get_def_use_mgr()->AnalyzeInstDefUse(empty_debug_expr_inst_); in GetEmptyDebugExpression()
373 context()->get_def_use_mgr()->AnalyzeInstDefUse(new_inlined_at.get()); in CloneDebugInlinedAt()
524 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_val); in AddDebugValueForDecl()
696 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_decl); in ConvertDebugGlobalToLocalVariable()
Dir_context.h1007 get_def_use_mgr()->AnalyzeInstDefUse(c.get()); in AddCapability()
1025 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtension()
1047 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtInstImport()
1095 get_def_use_mgr()->AnalyzeInstDefUse(a.get()); in AddAnnotationInst()
1103 get_def_use_mgr()->AnalyzeInstDefUse(&*(--types_values_end())); in AddType()
1109 get_def_use_mgr()->AnalyzeInstDefUse(&*v); in AddGlobalValue()
1120 get_def_use_mgr()->AnalyzeInstDefUse(inst); in AnalyzeDefUse()
Dinst_buff_addr_check_pass.cpp161 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in AddParam()
184 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetSearchAndTestFuncId()
337 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetSearchAndTestFuncId()
353 get_def_use_mgr()->AnalyzeInstDefUse(&*cap_int64_inst); in GenSearchAndTest()
Dinstrument_pass.cpp87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
369 get_def_use_mgr()->AnalyzeInstDefUse(&*sb_inst); in CloneSameBlockOps()
701 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetStreamWriteFunctionId()
712 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetStreamWriteFunctionId()
783 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetStreamWriteFunctionId()
808 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetDirectReadFunctionId()
818 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetDirectReadFunctionId()
863 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetDirectReadFunctionId()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp212 get_def_use_mgr()->AnalyzeInstDefUse(added_instr); in ReplaceWholeDebugValue()
250 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
270 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
304 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
321 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
362 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceAccessChain()
475 get_def_use_mgr()->AnalyzeInstDefUse(inst); in CreateVariable()
556 get_def_use_mgr()->AnalyzeInstDefUse(ptr); in GetOrCreatePointerType()
585 get_def_use_mgr()->AnalyzeInstDefUse(newNull); in GetOrCreateInitialValue()
599 get_def_use_mgr()->AnalyzeInstDefUse(newSpecConst); in GetOrCreateInitialValue()
Ddebug_info_manager.cpp188 context()->get_def_use_mgr()->AnalyzeInstDefUse(inlined_at.get()); in CreateDebugInlinedAt()
281 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
297 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_expr_instr); in DerefDebugExpression()
324 context()->get_def_use_mgr()->AnalyzeInstDefUse(debug_info_none_inst_); in GetDebugInfoNone()
351 context()->get_def_use_mgr()->AnalyzeInstDefUse(empty_debug_expr_inst_); in GetEmptyDebugExpression()
373 context()->get_def_use_mgr()->AnalyzeInstDefUse(new_inlined_at.get()); in CloneDebugInlinedAt()
526 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_val); in AddDebugValueForDecl()
698 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_decl); in ConvertDebugGlobalToLocalVariable()
Dir_context.h1007 get_def_use_mgr()->AnalyzeInstDefUse(c.get()); in AddCapability()
1025 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtension()
1047 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtInstImport()
1095 get_def_use_mgr()->AnalyzeInstDefUse(a.get()); in AddAnnotationInst()
1103 get_def_use_mgr()->AnalyzeInstDefUse(&*(--types_values_end())); in AddType()
1109 get_def_use_mgr()->AnalyzeInstDefUse(&*v); in AddGlobalValue()
1120 get_def_use_mgr()->AnalyzeInstDefUse(inst); in AnalyzeDefUse()
Dinst_buff_addr_check_pass.cpp161 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in AddParam()
184 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetSearchAndTestFuncId()
337 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetSearchAndTestFuncId()
353 get_def_use_mgr()->AnalyzeInstDefUse(&*cap_int64_inst); in GenSearchAndTest()
Dinstrument_pass.cpp87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
369 get_def_use_mgr()->AnalyzeInstDefUse(&*sb_inst); in CloneSameBlockOps()
701 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetStreamWriteFunctionId()
712 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetStreamWriteFunctionId()
783 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetStreamWriteFunctionId()
808 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetDirectReadFunctionId()
818 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetDirectReadFunctionId()
863 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetDirectReadFunctionId()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dscalar_replacement_pass.cpp212 get_def_use_mgr()->AnalyzeInstDefUse(added_instr); in ReplaceWholeDebugValue()
250 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
270 get_def_use_mgr()->AnalyzeInstDefUse(&*where); in ReplaceWholeLoad()
304 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
321 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceWholeStore()
362 get_def_use_mgr()->AnalyzeInstDefUse(&*iter); in ReplaceAccessChain()
475 get_def_use_mgr()->AnalyzeInstDefUse(inst); in CreateVariable()
556 get_def_use_mgr()->AnalyzeInstDefUse(ptr); in GetOrCreatePointerType()
585 get_def_use_mgr()->AnalyzeInstDefUse(newNull); in GetOrCreateInitialValue()
599 get_def_use_mgr()->AnalyzeInstDefUse(newSpecConst); in GetOrCreateInitialValue()
Ddebug_info_manager.cpp188 context()->get_def_use_mgr()->AnalyzeInstDefUse(inlined_at.get()); in CreateDebugInlinedAt()
281 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()
297 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_expr_instr); in DerefDebugExpression()
324 context()->get_def_use_mgr()->AnalyzeInstDefUse(debug_info_none_inst_); in GetDebugInfoNone()
351 context()->get_def_use_mgr()->AnalyzeInstDefUse(empty_debug_expr_inst_); in GetEmptyDebugExpression()
373 context()->get_def_use_mgr()->AnalyzeInstDefUse(new_inlined_at.get()); in CloneDebugInlinedAt()
526 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_val); in AddDebugValueForDecl()
698 context()->get_def_use_mgr()->AnalyzeInstDefUse(added_dbg_decl); in ConvertDebugGlobalToLocalVariable()
Dir_context.h1013 get_def_use_mgr()->AnalyzeInstDefUse(c.get()); in AddCapability()
1031 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtension()
1053 get_def_use_mgr()->AnalyzeInstDefUse(e.get()); in AddExtInstImport()
1101 get_def_use_mgr()->AnalyzeInstDefUse(a.get()); in AddAnnotationInst()
1109 get_def_use_mgr()->AnalyzeInstDefUse(&*(--types_values_end())); in AddType()
1115 get_def_use_mgr()->AnalyzeInstDefUse(&*v); in AddGlobalValue()
1126 get_def_use_mgr()->AnalyzeInstDefUse(inst); in AnalyzeDefUse()
Dinst_buff_addr_check_pass.cpp161 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in AddParam()
184 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetSearchAndTestFuncId()
337 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetSearchAndTestFuncId()
353 get_def_use_mgr()->AnalyzeInstDefUse(&*cap_int64_inst); in GenSearchAndTest()
Dinstrument_pass.cpp87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel); in NewLabel()
369 get_def_use_mgr()->AnalyzeInstDefUse(&*sb_inst); in CloneSameBlockOps()
701 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetStreamWriteFunctionId()
712 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetStreamWriteFunctionId()
783 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetStreamWriteFunctionId()
808 get_def_use_mgr()->AnalyzeInstDefUse(&*func_inst); in GetDirectReadFunctionId()
818 get_def_use_mgr()->AnalyzeInstDefUse(&*param_inst); in GetDirectReadFunctionId()
863 get_def_use_mgr()->AnalyzeInstDefUse(&*func_end_inst); in GetDirectReadFunctionId()

1234