Home
last modified time | relevance | path

Searched refs:ext_inst_imports (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp69 if (context()->ext_inst_imports().empty()) { in RemoveDuplicatesExtInstImports()
73 std::unordered_map<std::string, SpvId> ext_inst_imports; in RemoveDuplicatesExtInstImports() local
75 auto res = ext_inst_imports.emplace( in RemoveDuplicatesExtInstImports()
Dmodule.h156 inline IteratorRange<inst_iterator> ext_inst_imports();
157 inline IteratorRange<const_inst_iterator> ext_inst_imports() const;
391 inline IteratorRange<Module::inst_iterator> Module::ext_inst_imports() { in ext_inst_imports() function
395 inline IteratorRange<Module::const_inst_iterator> Module::ext_inst_imports() in ext_inst_imports() function
Dir_context.h162 inline IteratorRange<Module::inst_iterator> ext_inst_imports();
163 inline IteratorRange<Module::const_inst_iterator> ext_inst_imports() const;
935 IteratorRange<Module::inst_iterator> IRContext::ext_inst_imports() { in ext_inst_imports() function
936 return module()->ext_inst_imports(); in ext_inst_imports()
939 IteratorRange<Module::const_inst_iterator> IRContext::ext_inst_imports() const { in ext_inst_imports() function
940 return ((const Module*)module_.get())->ext_inst_imports(); in ext_inst_imports()
Dstrip_reflect_info_pass.cpp84 for (auto& inst : context()->module()->ext_inst_imports()) { in Process()
Dvalue_number_table.cpp171 for (auto& inst : context()->module()->ext_inst_imports()) { in BuildDominatorTreeValueNumberTable()
Dlocal_single_block_elim_pass.cpp194 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
Dlocal_single_store_elim_pass.cpp59 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
Dlocal_access_chain_convert_pass.cpp339 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp69 if (context()->ext_inst_imports().empty()) { in RemoveDuplicatesExtInstImports()
73 std::unordered_map<std::string, SpvId> ext_inst_imports; in RemoveDuplicatesExtInstImports() local
75 auto res = ext_inst_imports.emplace( in RemoveDuplicatesExtInstImports()
Dmodule.h156 inline IteratorRange<inst_iterator> ext_inst_imports();
157 inline IteratorRange<const_inst_iterator> ext_inst_imports() const;
391 inline IteratorRange<Module::inst_iterator> Module::ext_inst_imports() { in ext_inst_imports() function
395 inline IteratorRange<Module::const_inst_iterator> Module::ext_inst_imports() in ext_inst_imports() function
Dir_context.h162 inline IteratorRange<Module::inst_iterator> ext_inst_imports();
163 inline IteratorRange<Module::const_inst_iterator> ext_inst_imports() const;
935 IteratorRange<Module::inst_iterator> IRContext::ext_inst_imports() { in ext_inst_imports() function
936 return module()->ext_inst_imports(); in ext_inst_imports()
939 IteratorRange<Module::const_inst_iterator> IRContext::ext_inst_imports() const { in ext_inst_imports() function
940 return ((const Module*)module_.get())->ext_inst_imports(); in ext_inst_imports()
Dstrip_reflect_info_pass.cpp84 for (auto& inst : context()->module()->ext_inst_imports()) { in Process()
Dlocal_single_block_elim_pass.cpp194 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
Dvalue_number_table.cpp171 for (auto& inst : context()->module()->ext_inst_imports()) { in BuildDominatorTreeValueNumberTable()
Dlocal_single_store_elim_pass.cpp59 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
Dlocal_access_chain_convert_pass.cpp339 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
/third_party/spirv-tools/source/opt/
Dremove_duplicates_pass.cpp69 if (context()->ext_inst_imports().empty()) { in RemoveDuplicatesExtInstImports()
73 std::unordered_map<std::string, SpvId> ext_inst_imports; in RemoveDuplicatesExtInstImports() local
75 auto res = ext_inst_imports.emplace(i->GetInOperand(0u).AsString(), in RemoveDuplicatesExtInstImports()
Dmodule.h161 inline IteratorRange<inst_iterator> ext_inst_imports();
162 inline IteratorRange<const_inst_iterator> ext_inst_imports() const;
410 inline IteratorRange<Module::inst_iterator> Module::ext_inst_imports() { in ext_inst_imports() function
414 inline IteratorRange<Module::const_inst_iterator> Module::ext_inst_imports() in ext_inst_imports() function
Dir_context.h163 inline IteratorRange<Module::inst_iterator> ext_inst_imports();
164 inline IteratorRange<Module::const_inst_iterator> ext_inst_imports() const;
951 IteratorRange<Module::inst_iterator> IRContext::ext_inst_imports() { in ext_inst_imports() function
952 return module()->ext_inst_imports(); in ext_inst_imports()
955 IteratorRange<Module::const_inst_iterator> IRContext::ext_inst_imports() const { in ext_inst_imports() function
956 return ((const Module*)module_.get())->ext_inst_imports(); in ext_inst_imports()
Dstrip_nonsemantic_info_pass.cpp81 for (auto& inst : context()->module()->ext_inst_imports()) { in Process()
Dstrip_reflect_info_pass.cpp84 for (auto& inst : context()->module()->ext_inst_imports()) { in Process()
Dvalue_number_table.cpp171 for (auto& inst : context()->module()->ext_inst_imports()) { in BuildDominatorTreeValueNumberTable()
Dlocal_single_block_elim_pass.cpp194 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
Dlocal_single_store_elim_pass.cpp59 for (auto& inst : context()->module()->ext_inst_imports()) { in AllExtensionsSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp153 for (auto& donor_import : donor_ir_context->module()->ext_inst_imports()) { in HandleExternalInstructionImports()
156 for (auto& existing_import : GetIRContext()->module()->ext_inst_imports()) { in HandleExternalInstructionImports()

12