Home
last modified time | relevance | path

Searched refs:Module (Results 401 - 425 of 1012) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsOs16.cpp15 #include "llvm/IR/Module.h"
39 bool runOnModule(Module &M) override;
109 bool MipsOs16::runOnModule(Module &M) { in runOnModule()
113 LLVM_DEBUG(dbgs() << "Run on Module MipsOs16 \n" in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp24 #include "llvm/IR/Module.h"
45 bool runOnModule(Module &M) override;
61 bool WebAssemblyAddMissingPrototypes::runOnModule(Module &M) { in runOnModule()
H A DWebAssemblyFixFunctionBitcasts.cpp29 #include "llvm/IR/Module.h"
49 bool runOnModule(Module &M) override;
119 Module *M = F->getParent(); in createWrapper()
237 bool FixFunctionBitcasts::runOnModule(Module &M) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp26 Lowerer(Module &M) : LowererBase(M), Builder(Context) {} in Lowerer()
113 bool doInitialization(Module &M) override {
H A DCoroElide.cpp36 Lowerer(Module &M) : LowererBase(M) {} in Lowerer()
267 Module &M = *F.getParent(); in replaceDevirtTrigger()
288 bool doInitialization(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp13 #include "llvm/IR/Module.h"
91 PreservedAnalyses ForceFunctionAttrsPass::run(Module &M, in run()
111 bool runOnModule(Module &M) override {
H A DSyntheticCountsPropagation.cpp37 #include "llvm/IR/Module.h"
66 initializeCounts(Module &M, function_ref<void(Function *, uint64_t)> SetCount) { in initializeCounts()
97 PreservedAnalyses SyntheticCountsPropagation::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp18 #include "llvm/IR/Module.h"
60 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString()
80 Module *M = F.getParent(); in GetOrCreateFunctionComdat()
H A DSanitizerCoverage.cpp33 #include "llvm/IR/Module.h"
190 bool instrumentModule(Module &M, DomTreeCallback DTCallback,
214 Function *CreateInitCallsForSections(Module &M, const char *CtorName,
217 std::pair<Value *, Value *> CreateSecStartEnd(Module &M, const char *Section,
239 Module *CurModule;
262 bool runOnModule(Module &M) override {
288 PreservedAnalyses ModuleSanitizerCoveragePass::run(Module &M, in run()
304 ModuleSanitizerCoverage::CreateSecStartEnd(Module &M, const char *Section, in CreateSecStartEnd()
328 Module &M, const char *CtorName, const char *InitFunctionName, Type *Ty, in CreateInitCallsForSections()
360 Module in instrumentModule()
[all...]
H A DThreadSanitizer.cpp37 #include "llvm/IR/Module.h"
99 void initialize(Module &M);
138 bool doInitialization(Module &M) override;
144 void insertModuleCtor(Module &M) { in insertModuleCtor()
163 PreservedAnalyses ThreadSanitizerPass::run(Module &M, in run()
184 bool ThreadSanitizerLegacyPass::doInitialization(Module &M) { in doInitialization()
200 void ThreadSanitizer::initialize(Module &M) { in initialize()
308 static bool shouldInstrumentReadWriteFromAddress(const Module *M, Value *Addr) { in shouldInstrumentReadWriteFromAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp42 bool runOnModule(Module &M) override;
129 bool ObjCARCAPElim::runOnModule(Module &M) { in runOnModule()
133 // If nothing in the Module uses ARC, don't do anything. in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h29 class Module;
151 void print(raw_ostream &OS, const Module *M) const override;
H A DTargetLibraryInfo.h18 #include "llvm/IR/Module.h"
200 unsigned getWCharSize(const Module &M) const;
377 unsigned getWCharSize(const Module &M) const { in getWCharSize()
385 bool invalidate(Module &, const PreservedAnalyses &, in invalidate()
415 /// Construct a library analysis with baseline Module-level info.
/third_party/spirv-tools/source/opt/
H A Dcfg.h31 explicit CFG(Module* module);
164 // Module for this CFG.
165 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()
205 Module* module_;
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dbuild_spirv_binaries.py38 class Module: class
44 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs16 use super::module::Module;
193 ItemKind::Module(..) | in as_template_param()
299 ItemKind::Module(_) => { in trace()
300 // Module -> children edges are "weak", and we do not want to in trace()
626 matches!(self.kind, ItemKind::Module(..)) in is_module()
669 ItemKind::Var(..) | ItemKind::Module(..) => false, in is_blocklisted()
794 ItemKind::Module(ref module) => { in base_name()
820 ItemKind::Module(module) => module.name().is_none(), in is_anon()
877 if let ItemKind::Module(ref module) = in real_canonical_name()
963 /// Get a reference to this item's `Module`, o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h38 class Module;
236 const Module &M;
243 DiagnosticInfoDebugMetadataVersion(const Module &M, unsigned MetadataVersion, in DiagnosticInfoDebugMetadataVersion()
248 const Module &getModule() const { return M; } in getModule()
263 const Module &M;
268 const Module &M, DiagnosticSeverity Severity = DS_Warning) in DiagnosticInfoIgnoringInvalidDebugMetadata()
271 const Module &getModule() const { return M; } in getModule()
/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/lib/CodeGen/
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/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp22 #include "llvm/IR/Module.h"
51 bool runOnModule(Module &M) override;
181 Module *M = GV->getParent(); in lowerGlobal()
223 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.h99 struct Module {
103 Module Modules[4096];

Completed in 16 milliseconds

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