/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | CanonicalizeAliases.h | 16 #include "llvm/IR/Module.h" 26 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
H A D | NameAnonGlobals.h | 17 #include "llvm/IR/Module.h" 27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTracePC.h | 99 struct Module { 103 Module Modules[4096];
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | metadata.hpp | 37 #include <llvm/IR/Module.h> 190 get_kernels(const ::llvm::Module &mod) { in get_kernels()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 44 bool doFinalization(Module &M) override; 50 "Create Garbage Collector Module Metadata", false, false) 140 bool Printer::doFinalization(Module &M) { in doFinalization()
|
H A D | GCRootLowering.cpp | 26 #include "llvm/IR/Module.h" 50 bool doInitialization(Module &M) override; 106 bool LowerIntrinsics::doInitialization(Module &M) { in doInitialization() 109 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) in doInitialization()
|
H A D | MachineModuleInfo.cpp | 20 #include "llvm/IR/Module.h" 355 "Machine Module Information", false, false) 358 bool MachineModuleInfoWrapperPass::doInitialization(Module &M) { in doInitialization() 365 bool MachineModuleInfoWrapperPass::doFinalization(Module &M) { in doFinalization() 372 MachineModuleInfo MachineModuleAnalysis::run(Module &M, in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcCBindings.cpp | 75 std::unique_ptr<Module> M(unwrap(Mod)); in LLVMOrcAddEagerlyCompiledIR() 90 std::unique_ptr<Module> M(unwrap(Mod)); in LLVMOrcAddLazilyCompiledIR()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 96 // A class for analyzing and managing defs and uses in an Module. 106 DefUseManager(Module* module) { AnalyzeDefUse(module); } in DefUseManager() 244 void AnalyzeDefUse(Module* module);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | def_use_manager.h | 96 // A class for analyzing and managing defs and uses in an Module. 106 DefUseManager(Module* module) { AnalyzeDefUse(module); } in DefUseManager() 244 void AnalyzeDefUse(Module* module);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 35 class Module; 60 GlobalVariable(Module &M, Type *Ty, bool isConstant,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 19 #include "llvm/IR/Module.h" 81 virtual void emitModuleMetadata(MCStreamer &Streamer, Module &M) const {} in emitModuleMetadata() 84 virtual void getModuleMetadata(Module &M) {} in getModuleMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemDepPrinter.cpp | 48 void print(raw_ostream &OS, const Module * = nullptr) const override; 134 void MemDepPrinter::print(raw_ostream &OS, const Module *M) const { in print()
|
H A D | ScopedNoAliasAA.cpp | 199 bool ScopedNoAliasAAWrapperPass::doInitialization(Module &M) { in doInitialization() 204 bool ScopedNoAliasAAWrapperPass::doFinalization(Module &M) { in doFinalization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 74 Module *M = CI.getModule(); in addVariantDeclaration() 117 Module *M = CI.getModule(); in addMappingsFromTLI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCompiler.cpp | 38 #include "llvm/IR/Module.h" 133 std::unique_ptr<llvm::Module> Mod = in run() 139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateUniformValues.cpp | 44 bool doInitialization(Module &M) override; 162 bool AMDGPUAnnotateUniformValues::doInitialization(Module &M) { in doInitialization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 144 bool doInitialization(Module &M) override; 226 bool CFGuard::doInitialization(Module &M) { in doInitialization()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.cc | 31 ast_(ast_nodes_.Create<ast::Module>(id_, Source{})) {} in ProgramBuilder() 67 builder.ast_ = builder.create<ast::Module>( in Wrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 132 bool runOnModule(Module &M) override { 158 bool runOnModule(Module &M) override {
|
H A D | IVUsers.h | 156 void print(raw_ostream &OS, const Module * = nullptr) const; 184 void print(raw_ostream &OS, const Module * = nullptr) const override;
|
/third_party/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 96 // A class for analyzing and managing defs and uses in an Module. 105 DefUseManager(Module* module) { AnalyzeDefUse(module); } in DefUseManager() 240 void AnalyzeDefUse(Module* module);
|
/third_party/node/lib/internal/modules/esm/ |
H A D | translators.js | 40 Module: CJSModule, 382 ArrayPrototypeMap(WebAssembly.Module.imports(compiled), 385 ArrayPrototypeMap(WebAssembly.Module.exports(compiled),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.h | 18 #include "llvm/IR/Module.h" 48 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override; 105 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override; 160 void emitModuleMetadata(MCStreamer &Streamer, Module &M) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 39 class Module; 59 /// must apply the changes to the Module via thinLTOInternalizeModule. 66 /// Computes a unique hash for the Module considering the current list of 321 std::unique_ptr<Module> CombinedModule; 329 std::unique_ptr<Module> M;
|