Home
last modified time | relevance | path

Searched refs:Module (Results 426 - 450 of 1033) sorted by relevance

1...<<11121314151617181920>>...42

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCanonicalizeAliases.h16 #include "llvm/IR/Module.h"
26 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DNameAnonGlobals.h17 #include "llvm/IR/Module.h"
27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.h99 struct Module {
103 Module Modules[4096];
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dmetadata.hpp37 #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 DGCMetadata.cpp44 bool doFinalization(Module &M) override;
50 "Create Garbage Collector Module Metadata", false, false)
140 bool Printer::doFinalization(Module &M) { in doFinalization()
H A DGCRootLowering.cpp26 #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 DMachineModuleInfo.cpp20 #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 DOrcCBindings.cpp75 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 Ddef_use_manager.h96 // 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 Ddef_use_manager.h96 // 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 DGlobalVariable.h35 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 DTargetLoweringObjectFile.h19 #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 DMemDepPrinter.cpp48 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 DScopedNoAliasAA.cpp199 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 DInjectTLIMappings.cpp74 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 DIceCompiler.cpp38 #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 DAMDGPUAnnotateUniformValues.cpp44 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 DCFGuard.cpp144 bool doInitialization(Module &M) override;
226 bool CFGuard::doInitialization(Module &M) { in doInitialization()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.cc31 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 DDOTGraphTraitsPass.h132 bool runOnModule(Module &M) override {
158 bool runOnModule(Module &M) override {
H A DIVUsers.h156 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 Ddef_use_manager.h96 // 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 Dtranslators.js40 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 DTargetLoweringObjectFileImpl.h18 #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 DLTO.h39 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;

Completed in 13 milliseconds

1...<<11121314151617181920>>...42