Home
last modified time | relevance | path

Searched refs:Module (Results 376 - 400 of 1012) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp1 //===- ModuleDebugStream.cpp - PDB Module Info Stream Access --------------===//
31 const DbiModuleDescriptor &Module, in ModuleDebugStreamRef()
33 : Mod(Module), Stream(std::move(Stream)) {} in ModuleDebugStreamRef()
57 "Module has both C11 and C13 line info"); in reloadSerialize()
30 ModuleDebugStreamRef( const DbiModuleDescriptor &Module, std::unique_ptr<MappedBlockStream> Stream) ModuleDebugStreamRef() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp16 #include "llvm/IR/Module.h"
64 assert(TSM && "Speculation Layer received Null Module ?"); in emit()
66 "Module with null LLVMContext?"); in emit()
68 // Instrumentation of runtime calls, lock the Module in emit()
69 TSM.withModuleDo([this, &R](Module &M) { in emit()
139 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) && in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRPrintingPasses.cpp1 //===--- IRPrintingPasses.cpp - Module and Function printing passes -------===//
15 #include "llvm/IR/Module.h"
29 PreservedAnalyses PrintModulePass::run(Module &M, ModuleAnalysisManager &) { in run()
77 bool runOnModule(Module &M) override {
87 StringRef getPassName() const override { return "Print Module IR"; }
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcfg.h31 explicit CFG(Module* module);
156 // Module for this CFG.
157 Module* module_;
H A Ddecoration_manager.h30 // A class for analyzing and managing decorations in an Module.
34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager()
203 Module* module_;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.h31 explicit CFG(Module* module);
156 // Module for this CFG.
157 Module* module_;
H A Ddecoration_manager.h30 // A class for analyzing and managing decorations in an Module.
34 explicit DecorationManager(Module* module) : module_(module) { in DecorationManager()
203 Module* module_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRTransformLayer.h22 class Module;
78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h30 OpenMPIRBuilder(Module &M) : M(M), Builder(M.getContext()) {} in OpenMPIRBuilder()
236 Module &M;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsics.h29 class Module;
83 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H A DConfig.h30 class Module;
153 /// Module hooks must be thread safe with respect to the linker's internal
159 using ModuleHookFn = std::function<bool(unsigned Task, const Module &)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h43 #include "llvm/IR/Module.h"
206 Module &TheModule,
218 std::unique_ptr<Module> MergedModule;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h33 class Module;
79 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h36 class Module;
217 Function *oldFunction, Module *M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDelinearization.cpp54 void print(raw_ostream &O, const Module *M = nullptr) const override;
72 void Delinearization::print(raw_ostream &O, const Module *) const { in print()
H A DObjCARCAliasAnalysis.cpp152 bool ObjCARCAAWrapperPass::doInitialization(Module &M) { in doInitialization()
157 bool ObjCARCAAWrapperPass::doFinalization(Module &M) { in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp18 #include "llvm/IR/Module.h"
80 static GlobalVariable *findGlobalCtors(Module &M) { in findGlobalCtors()
117 Module &M, function_ref<bool(Function *)> ShouldRemove) { in optimizeGlobalCtorsList()
H A DSanitizerStats.cpp19 #include "llvm/IR/Module.h"
24 SanitizerStatReport::SanitizerStatReport(Module *M) : M(M) { in SanitizerStatReport()
44 Module *M = F->getParent(); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h30 class Module;
81 Function *getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys = None);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h19 #include "llvm/IR/Module.h"
86 bool doInitialization(Module &M) override {
92 bool doFinalization(Module &M) override {
H A DAMDGPUAlwaysInlinePass.cpp19 #include "llvm/IR/Module.h"
42 bool runOnModule(Module &M) override;
87 bool AMDGPUAlwaysInline::runOnModule(Module &M) { in runOnModule()
H A DAMDGPULowerIntrinsics.cpp16 #include "llvm/IR/Module.h"
36 bool runOnModule(Module &M) override;
131 bool AMDGPULowerIntrinsics::runOnModule(Module &M) { in runOnModule()
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp41 #include "llvm/IR/Module.h"
61 bool runOnModule(Module &M) override;
105 bool AMDGPUOpenCLEnqueuedBlockLowering::runOnModule(Module &M) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h98 void EmitStartOfAsmFile(Module &M) override;
99 void EmitEndOfAsmFile(Module &M) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp44 bool doInitialization(Module &M) override;
58 bool BPFAsmPrinter::doInitialization(Module &M) { in doInitialization()

Completed in 11 milliseconds

1...<<11121314151617181920>>...41