Home
last modified time | relevance | path

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

/external/angle/third_party/spirv-tools/src/source/reduce/
Dreduction_util.cpp40 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local
42 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()
43 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp40 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local
42 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()
43 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_util.cpp40 std::unique_ptr<Instruction> undef_inst( in FindOrCreateGlobalUndef() local
42 assert(undef_id == undef_inst->result_id()); in FindOrCreateGlobalUndef()
43 context->module()->AddGlobalValue(std::move(undef_inst)); in FindOrCreateGlobalUndef()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.cpp240 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local
242 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()
243 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
/external/angle/third_party/spirv-tools/src/source/opt/
Dmem_pass.cpp240 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local
242 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()
243 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp240 std::unique_ptr<Instruction> undef_inst( in Type2Undef() local
242 get_def_use_mgr()->AnalyzeInstDefUse(&*undef_inst); in Type2Undef()
243 get_module()->AddGlobalValue(std::move(undef_inst)); in Type2Undef()