Home
last modified time | relevance | path

Searched refs:get_module (Results 1 - 25 of 128) sorted by relevance

123456

/third_party/python/Lib/test/libregrtest/
H A Dsave_env.py68 def get_module(self, name): member in saved_test_environment
75 return self.get_module(name)
90 urllib_request = self.get_module('urllib.request')
97 asyncio = self.get_module('asyncio')
159 warnings = self.get_module('warnings')
180 shutil = self.get_module('shutil')
189 shutil = self.get_module('shutil')
233 multiprocessing_process = self.get_module('multiprocessing.process')
244 sysconfig = self.get_module('sysconfig')
254 sysconfig = self.get_module('sysconfi
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp133 for (auto iter = get_module()->types_values_begin(); in FindIntTypesAndConstants()
134 iter != get_module()->types_values_end(); ++iter) { in FindIntTypesAndConstants()
165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
168 auto constantIter = --get_module()->types_values_end(); in GetConstantId()
183 for (auto& func : *get_module()) { in ScanFunctions()
H A Daggressive_dead_code_elim_pass.cpp148 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported()
567 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions()
571 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
590 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions()
621 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions()
709 for (auto funcIter = get_module()->begin(); in EliminateDeadFunctions()
710 funcIter != get_module()->end();) { in EliminateDeadFunctions()
728 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues()
747 for (auto& inst : get_module()->annotations()) annotations.push_back(&inst); in ProcessGlobalValues()
847 for (auto& dbg : get_module() in ProcessGlobalValues()
[all...]
H A Dinstrument_pass.cpp533 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetOutputBufferId()
535 for (auto& entry : get_module()->entry_points()) { in GetOutputBufferId()
577 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetInputBufferId()
579 for (auto& entry : get_module()->entry_points()) { in GetInputBufferId()
695 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
710 new Instruction(get_module()->context(), SpvOpFunctionParameter, in GetStreamWriteFunctionId()
782 new Instruction(get_module()->context(), SpvOpFunctionEnd, 0, 0, {})); in GetStreamWriteFunctionId()
803 get_module()->context(), SpvOpFunction, ibuf_type_id, func_id, in GetDirectReadFunctionId()
817 get_module()->context(), SpvOpFunctionParameter, GetUintId(), pid, {})); in GetDirectReadFunctionId()
862 new Instruction(get_module() in GetDirectReadFunctionId()
[all...]
H A Deliminate_dead_functions_pass.cpp36 for (auto funcIter = get_module()->begin(); in Process()
37 funcIter != get_module()->end();) { in Process()
H A Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
81 for (auto& func : *get_module()) { in UpgradeInstructions()
93 } else if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeInstructions()
125 for (auto& func : *get_module()) { in UpgradeMemoryAndImages()
172 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
206 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
255 for (auto& func : *get_module()) { in UpgradeAtomics()
587 get_module()->ForEachInst([this](Instruction* inst) { in CleanupDecorations()
650 for (auto& e : get_module() in UpgradeBarriers()
[all...]
H A Dremove_unused_interface_variables_pass.cpp37 (parent_.get_module()->version() >= in processFunction()
82 for (auto& entry : get_module()->entry_points()) { in Process()
H A Dstrip_debug_info_pass.cpp100 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
102 get_module()->trailing_dbg_line_info().clear(); in Process()
H A Dlocal_single_block_elim_pass.cpp185 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported()
216 for (auto& ai : get_module()->annotations()) in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstrength_reduction_pass.cpp133 for (auto iter = get_module()->types_values_begin(); in FindIntTypesAndConstants()
134 iter != get_module()->types_values_end(); ++iter) { in FindIntTypesAndConstants()
165 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
168 auto constantIter = --get_module()->types_values_end(); in GetConstantId()
183 for (auto& func : *get_module()) { in ScanFunctions()
H A Daggressive_dead_code_elim_pass.cpp148 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported()
567 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions()
571 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
590 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions()
621 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions()
709 for (auto funcIter = get_module()->begin(); in EliminateDeadFunctions()
710 funcIter != get_module()->end();) { in EliminateDeadFunctions()
728 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues()
747 for (auto& inst : get_module()->annotations()) annotations.push_back(&inst); in ProcessGlobalValues()
847 for (auto& dbg : get_module() in ProcessGlobalValues()
[all...]
H A Dinstrument_pass.cpp533 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetOutputBufferId()
535 for (auto& entry : get_module()->entry_points()) { in GetOutputBufferId()
577 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in GetInputBufferId()
579 for (auto& entry : get_module()->entry_points()) { in GetInputBufferId()
695 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
710 new Instruction(get_module()->context(), SpvOpFunctionParameter, in GetStreamWriteFunctionId()
782 new Instruction(get_module()->context(), SpvOpFunctionEnd, 0, 0, {})); in GetStreamWriteFunctionId()
803 get_module()->context(), SpvOpFunction, ibuf_type_id, func_id, in GetDirectReadFunctionId()
817 get_module()->context(), SpvOpFunctionParameter, GetUintId(), pid, {})); in GetDirectReadFunctionId()
862 new Instruction(get_module() in GetDirectReadFunctionId()
[all...]
H A Deliminate_dead_functions_pass.cpp36 for (auto funcIter = get_module()->begin(); in Process()
37 funcIter != get_module()->end();) { in Process()
H A Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
81 for (auto& func : *get_module()) { in UpgradeInstructions()
93 } else if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeInstructions()
125 for (auto& func : *get_module()) { in UpgradeMemoryAndImages()
172 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
206 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
255 for (auto& func : *get_module()) { in UpgradeAtomics()
587 get_module()->ForEachInst([this](Instruction* inst) { in CleanupDecorations()
650 for (auto& e : get_module() in UpgradeBarriers()
[all...]
H A Dremove_unused_interface_variables_pass.cpp37 (parent_.get_module()->version() >= in processFunction()
82 for (auto& entry : get_module()->entry_points()) { in Process()
H A Dstrip_debug_info_pass.cpp100 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
102 get_module()->trailing_dbg_line_info().clear(); in Process()
/third_party/spirv-tools/source/opt/
H A Dstrength_reduction_pass.cpp128 for (auto iter = get_module()->types_values_begin(); in FindIntTypesAndConstants()
129 iter != get_module()->types_values_end(); ++iter) { in FindIntTypesAndConstants()
159 get_module()->AddGlobalValue(std::move(newConstant)); in GetConstantId()
162 auto constantIter = --get_module()->types_values_end(); in GetConstantId()
177 for (auto& func : *get_module()) { in ScanFunctions()
H A Daggressive_dead_code_elim_pass.cpp147 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported()
570 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions()
574 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions()
595 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions()
631 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions()
647 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions()
735 for (auto funcIter = get_module()->begin(); in EliminateDeadFunctions()
736 funcIter != get_module()->end();) { in EliminateDeadFunctions()
754 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues()
773 for (auto& inst : get_module() in ProcessGlobalValues()
[all...]
H A Deliminate_dead_functions_pass.cpp36 for (auto funcIter = get_module()->begin(); in Process()
37 funcIter != get_module()->end();) { in Process()
H A Dfix_func_call_arguments.cpp23 auto funcsNum = get_module()->end() - get_module()->begin(); in ModuleHasASingleFunction()
30 for (auto& func : *get_module()) { in Process()
H A Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process()
58 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction()
83 for (auto& func : *get_module()) { in UpgradeInstructions()
94 } else if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeInstructions()
127 for (auto& func : *get_module()) { in UpgradeMemoryAndImages()
174 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
208 if (get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 4)) { in UpgradeMemoryAndImages()
257 for (auto& func : *get_module()) { in UpgradeAtomics()
590 get_module()->ForEachInst([this](Instruction* inst) { in CleanupDecorations()
658 for (auto& e : get_module() in UpgradeBarriers()
[all...]
H A Dremove_unused_interface_variables_pass.cpp38 (parent_.get_module()->version() >= in processFunction()
83 for (auto& entry : get_module()->entry_points()) { in Process()
H A Dstrip_debug_info_pass.cpp102 if (!get_module()->trailing_dbg_line_info().empty()) { in Process()
104 get_module()->trailing_dbg_line_info().clear(); in Process()
H A Dspread_volatile_semantics.cpp138 for (Instruction& entry_point : get_module()->entry_points()) {
173 for (Instruction& entry_point : get_module()->entry_points()) {
273 return get_module()->version() >= SPV_SPIRV_VERSION_WORD(1, 6) &&
/third_party/qrcodegen/python/
H A Dqrcodegen-demo.py182 if qr.get_module(x, y):
198 print("\u2588 "[1 if qrcode.get_module(x,y) else 0] * 2, end="")

Completed in 21 milliseconds

123456