/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 70 def get_module(self, name): member in saved_test_environment 77 return self.get_module(name) 92 urllib_request = self.get_module('urllib.request') 99 asyncio = self.get_module('asyncio') 161 warnings = self.get_module('warnings') 182 shutil = self.get_module('shutil') 191 shutil = self.get_module('shutil') 235 multiprocessing_process = self.get_module('multiprocessing.process') 246 sysconfig = self.get_module('sysconfig') 256 sysconfig = self.get_module('sysconfig') [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 128 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()
|
D | modify_maximal_reconvergence.cpp | 47 for (auto mode : get_module()->execution_modes()) { in AddMaximalReconvergence() 54 for (auto entry_point : get_module()->entry_points()) { in AddMaximalReconvergence() 83 Instruction* mode = &*get_module()->execution_mode_begin(); in RemoveMaximalReconvergence()
|
D | opextinst_forward_ref_fixup_pass.cpp | 74 gatherResultIds(get_module()->ext_inst_imports()); in Process() 76 gatherResultIds(get_module()->ext_inst_debuginfo()); in Process() 82 for (Instruction& inst : get_module()->ext_inst_debuginfo()) { in Process()
|
D | eliminate_dead_functions_pass.cpp | 36 for (auto funcIter = get_module()->begin(); in Process() 37 funcIter != get_module()->end();) { in Process()
|
D | aggressive_dead_code_elim_pass.cpp | 156 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported() 598 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions() 602 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions() 623 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() 659 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions() 675 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions() 763 for (auto funcIter = get_module()->begin(); in EliminateDeadFunctions() 764 funcIter != get_module()->end();) { in EliminateDeadFunctions() 782 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues() 801 for (auto& inst : get_module()->annotations()) annotations.push_back(&inst); in ProcessGlobalValues() [all …]
|
D | fix_func_call_arguments.cpp | 23 auto funcsNum = get_module()->end() - get_module()->begin(); in ModuleHasASingleFunction() 30 for (auto& func : *get_module()) { in Process()
|
D | upgrade_memory_model.cpp | 36 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()->entry_points()) in UpgradeBarriers() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | strength_reduction_pass.cpp | 128 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()
|
D | modify_maximal_reconvergence.cpp | 47 for (auto mode : get_module()->execution_modes()) { in AddMaximalReconvergence() 54 for (auto entry_point : get_module()->entry_points()) { in AddMaximalReconvergence() 83 Instruction* mode = &*get_module()->execution_mode_begin(); in RemoveMaximalReconvergence()
|
D | eliminate_dead_functions_pass.cpp | 36 for (auto funcIter = get_module()->begin(); in Process() 37 funcIter != get_module()->end();) { in Process()
|
D | aggressive_dead_code_elim_pass.cpp | 147 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()->annotations()) annotations.push_back(&inst); in ProcessGlobalValues() [all …]
|
D | fix_func_call_arguments.cpp | 23 auto funcsNum = get_module()->end() - get_module()->begin(); in ModuleHasASingleFunction() 30 for (auto& func : *get_module()) { in Process()
|
D | upgrade_memory_model.cpp | 36 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()->entry_points()) in UpgradeBarriers() [all …]
|
D | strip_debug_info_pass.cpp | 102 if (!get_module()->trailing_dbg_line_info().empty()) { in Process() 104 get_module()->trailing_dbg_line_info().clear(); in Process()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | strength_reduction_pass.cpp | 128 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()
|
D | modify_maximal_reconvergence.cpp | 47 for (auto mode : get_module()->execution_modes()) { in AddMaximalReconvergence() 54 for (auto entry_point : get_module()->entry_points()) { in AddMaximalReconvergence() 83 Instruction* mode = &*get_module()->execution_mode_begin(); in RemoveMaximalReconvergence()
|
D | opextinst_forward_ref_fixup_pass.cpp | 74 gatherResultIds(get_module()->ext_inst_imports()); in Process() 76 gatherResultIds(get_module()->ext_inst_debuginfo()); in Process() 82 for (Instruction& inst : get_module()->ext_inst_debuginfo()) { in Process()
|
D | eliminate_dead_functions_pass.cpp | 36 for (auto funcIter = get_module()->begin(); in Process() 37 funcIter != get_module()->end();) { in Process()
|
D | fix_func_call_arguments.cpp | 23 auto funcsNum = get_module()->end() - get_module()->begin(); in ModuleHasASingleFunction() 30 for (auto& func : *get_module()) { in Process()
|
D | aggressive_dead_code_elim_pass.cpp | 156 for (auto& ei : get_module()->extensions()) { in AllExtensionsSupported() 598 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions() 602 for (auto& entry : get_module()->entry_points()) { in InitializeModuleScopeLiveInstructions() 623 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() 659 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions() 675 for (auto& dbg : get_module()->ext_inst_debuginfo()) { in InitializeModuleScopeLiveInstructions() 764 for (auto funcIter = get_module()->begin(); in EliminateDeadFunctions() 765 funcIter != get_module()->end();) { in EliminateDeadFunctions() 783 Instruction* instruction = &*get_module()->debug2_begin(); in ProcessGlobalValues() 802 for (auto& inst : get_module()->annotations()) annotations.push_back(&inst); in ProcessGlobalValues() [all …]
|
D | upgrade_memory_model.cpp | 36 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()->entry_points()) in UpgradeBarriers() [all …]
|
D | strip_debug_info_pass.cpp | 102 if (!get_module()->trailing_dbg_line_info().empty()) { in Process() 104 get_module()->trailing_dbg_line_info().clear(); in Process()
|
/external/llvm/test/Bindings/OCaml/ |
D | bitreader.ml | 50 (* get_module *) 54 Llvm_bitreader.get_module context mb 69 (* test get_module exceptions *) 74 Llvm_bitreader.get_module context mb
|
/external/pytorch/test/quantization/eager/ |
D | test_bias_correction_eager.py | 16 get_module, 55 parent = get_module(artificial_model, parent_name) 60 submodule = get_module(float_model, name)
|