Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp36 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local
38 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()
39 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dstructured_loop_to_selection_reduction_opportunity.cpp312 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local
314 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()
315 context_->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp236 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local
238 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()
239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp236 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local
238 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()
239 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()