/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | feature_manager.h | 45 void Analyze(Module* module); 75 void AddExtInstImportIds(Module* module); 79 void AddExtensions(Module* module); 82 void AddCapabilities(Module* module);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | feature_manager.h | 45 void Analyze(Module* module); 75 void AddExtInstImportIds(Module* module); 79 void AddExtensions(Module* module); 82 void AddCapabilities(Module* module);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 21 class Module; 26 /// The Module which we are exporting or importing functions from. 27 Module &M; 29 /// Module summary index passed in for function importing/exporting handling. 89 Module &M, const ModuleSummaryIndex &Index, in FunctionImportGlobalProcessing() 110 /// Perform in-place global value handling on the given Module for 113 Module &M, const ModuleSummaryIndex &Index,
|
H A D | SplitModule.h | 23 class Module; 36 std::unique_ptr<Module> M, unsigned N, 37 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
/third_party/spirv-tools/source/opt/ |
H A D | feature_manager.h | 63 void Analyze(Module* module); 69 void AddExtensions(Module* module); 79 void AddCapabilities(Module* module); 85 void AddExtInstImportIds(Module* module);
|
H A D | fold_spec_constant_op_and_composite_pass.h | 55 bool ProcessOpSpecConstantOp(Module::inst_iterator* pos); 59 Instruction* FoldWithInstructionFolder(Module::inst_iterator* inst_iter_ptr); 65 Instruction* DoComponentWiseOperation(Module::inst_iterator* inst_iter_ptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 1 //===- CallGraph.h - Build a Module's call graph ----------------*- C++ -*-===// 65 class Module; 68 /// The basic data container for the call graph of a \c Module of IR. 74 Module &M; 102 explicit CallGraph(Module &M); 113 Module &getModule() const { return M; } in getModule() 287 /// An analysis pass to compute the \c CallGraph for a \c Module. 304 CallGraph run(Module &M, ModuleAnalysisManager &) { return CallGraph(M); } in run() 314 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); 342 Module [all...] |
H A D | StackSafetyAnalysis.h | 69 void print(raw_ostream &O, const Module *M) const override; 86 Result run(Module &M, ModuleAnalysisManager &AM); 96 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); 111 void print(raw_ostream &O, const Module *M) const override; 114 bool runOnModule(Module &M) override;
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | native.cpp | 109 emit_code(::llvm::Module &mod, const target &target, in emit_code() 146 clover::llvm::build_module_native(::llvm::Module &mod, const target &target, in build_module_native() 155 clover::llvm::print_module_native(const ::llvm::Module &mod, in print_module_native() 159 std::unique_ptr< ::llvm::Module> cmod { ::llvm::CloneModule(mod) }; in print_module_native() 170 clover::llvm::build_module_native(::llvm::Module &mod, const target &target, 177 clover::llvm::print_module_native(const ::llvm::Module &mod,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 14 #include "llvm/IR/Module.h" 32 std::unique_ptr<Module> 37 Expected<std::unique_ptr<Module>> ModuleOrErr = getOwningLazyBitcodeModule( in getLazyIRModule() 52 std::unique_ptr<Module> llvm::getLazyIRFileModule(StringRef Filename, in getLazyIRFileModule() 68 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() 77 Expected<std::unique_ptr<Module>> ModuleOrErr = in parseIR() 95 std::unique_ptr<Module> llvm::parseIRFile(StringRef Filename, SMDiagnostic &Err, in parseIRFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.h | 31 class Module; 44 virtual void begin(const Module &Mod) = 0; 79 void emitPrintf(const Module &Mod); 113 void begin(const Module &Mod) override; 151 void emitPrintf(const Module &Mod); 179 void begin(const Module &Mod) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 52 class Module; 56 /// target-specific information for each Module. Objects of type are 87 /// This is the LLVM Module being worked on. 88 const Module *TheModule; 164 const Module *getModule() const { return TheModule; } in getModule() 271 bool doInitialization(Module &) override; 272 bool doFinalization(Module &) override; 292 MachineModuleInfo run(Module &M, ModuleAnalysisManager &);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-script.h | 132 * Use Module::SourceOffsetToLocation to convert this to line/column numbers. 140 * type Int32. Use Module::SourceOffsetToLocation to convert the source 161 class V8_EXPORT Module : public Data { class 205 using ResolveModuleCallback = MaybeLocal<Module> (*)( 207 Local<FixedArray> import_assertions, Local<Module> referrer); 279 MaybeLocal<Value> (*)(Local<Context> context, Local<Module> module); 288 static Local<Module> CreateSyntheticModule( 310 std::vector<std::tuple<Local<Module>, Local<Message>>> 313 V8_INLINE static Module* Cast(Data* data); 690 * Compile an ES module, returning a Module tha [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 81 #include "llvm/IR/Module.h" 160 Module &M, bool isConst, unsigned AddrSpace) const; 165 const BitVector &GlobalSet, Module &M, bool isConst, 169 /// \pre setMustKeepGlobalVariables must have been called on the Module that 176 /// instruction for this Module. 177 void setMustKeepGlobalVariables(Module &M); 180 void collectUsedGlobalVariables(Module &M, StringRef Name); 201 bool doInitialization(Module &M) override; 203 bool doFinalization(Module &M) override; 220 Module in doMerge() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 24 #include "llvm/IR/Module.h" 85 std::vector<storage::Module> Mods; 107 Expected<int> getComdatIndex(const Comdat *C, const Module *M); 109 Error addModule(Module *M); 114 Error build(ArrayRef<Module *> Mods); 117 Error Builder::addModule(Module *M) { in addModule() 128 storage::Module Mod; in addModule() 166 Expected<int> Builder::getComdatIndex(const Comdat *C, const Module *M) { in getComdatIndex() 307 Error Builder::build(ArrayRef<Module *> IRMods) { in build() 338 Error irsymtab::build(ArrayRef<Module *> Mod [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 135 Module* module = context->module(); in TEST_F() 254 Module* module = context->module(); in TEST_F() 413 Module* module = context->module(); 553 Module* module = context->module(); 674 Module* module = context->module(); 795 Module* module = context->module(); 916 Module* module = context->module(); 1038 Module* module = context->module(); 1163 Module* module = context->module(); 1284 Module* modul [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 135 Module* module = context->module(); in TEST_F() 254 Module* module = context->module(); in TEST_F() 413 Module* module = context->module(); 553 Module* module = context->module(); 674 Module* module = context->module(); 795 Module* module = context->module(); 916 Module* module = context->module(); 1038 Module* module = context->module(); 1163 Module* module = context->module(); 1284 Module* modul [all...] |
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | fusion_illegal.cpp | 132 Module* module = context->module(); in TEST_F() 251 Module* module = context->module(); in TEST_F() 410 Module* module = context->module(); 550 Module* module = context->module(); 671 Module* module = context->module(); 792 Module* module = context->module(); 913 Module* module = context->module(); 1035 Module* module = context->module(); 1160 Module* module = context->module(); 1281 Module* modul [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 40 class Module; 54 DEFINE_SYMBOL_TABLE_PARENT_TYPE(Function, Module) 55 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalVariable, Module) 56 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalAlias, Module) 57 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalIFunc, Module)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | SymbolTableListTraits.h | 45 class Module; 51 DEFINE_SYMBOL_TABLE_PARENT_TYPE(Function, Module) 52 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalVariable, Module) 53 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalAlias, Module) 54 DEFINE_SYMBOL_TABLE_PARENT_TYPE(GlobalIFunc, Module)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | ObjectCache.h | 17 class Module; 30 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M. 31 virtual void notifyObjectCompiled(const Module *M, MemoryBufferRef Obj) = 0; 34 /// object which corresponds with Module M, or 0 if an object is not 36 virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 18 #include "llvm/IR/Module.h" 37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() 87 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() 141 void simplifyExternals(Module &M) { in simplifyExternals() 176 filterModule(Module *M, in filterModule() 202 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode() 208 M.addModuleFlag(Module::Error, "ThinLTO", uint32_t(0)); in splitAndWriteThinLTOBitcode() 275 std::unique_ptr<Module> MergedM( in splitAndWriteThinLTOBitcode() 396 MergedM->addModuleFlag(Module in splitAndWriteThinLTOBitcode() [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 267 class Module: class 370 # Module declarations 375 BASE = Module("Base", [ 413 DOCUMENTATION = Module("Documentation", [ 418 GLSHARED = Module("Shared GL Tests", [ 427 GLES2 = Module("GLES2", [ 433 GLES3 = Module("GLES3", [ 439 GLES31 = Module("GLES31", [ 445 EGL = Module("EGL", [ 449 INTERNAL = Module("Interna [all...] |
/third_party/python/Python/ |
H A D | emscripten_signal.c | 2 // 1. set Module.Py_EmscriptenSignalBuffer = some_shared_array_buffer; 4 // Module.HEAP8[Module._Py_EMSCRIPTEN_SIGNAL_HANDLING] = 1 7 // Module._Py_EMSCRIPTEN_SIGNAL_HANDLING. 12 if (!Module.Py_EmscriptenSignalBuffer) { 16 let result = Module.Py_EmscriptenSignalBuffer[0]; 17 Module.Py_EmscriptenSignalBuffer[0] = 0;
|
/third_party/node/lib/internal/modules/ |
H A D | run_main.js | 23 // Module._findPath is monkey-patchable here. 24 const { Module } = require('internal/modules/cjs/loader'); 25 mainPath = Module._findPath(path.resolve(main), null, true); 126 // Module._load is the monkey-patchable CJS module loader. 127 const { Module } = require('internal/modules/cjs/loader'); 128 Module._load(main, null, true);
|