/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsOs16.cpp | 15 #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 D | WebAssemblyAddMissingPrototypes.cpp | 24 #include "llvm/IR/Module.h" 45 bool runOnModule(Module &M) override; 61 bool WebAssemblyAddMissingPrototypes::runOnModule(Module &M) { in runOnModule()
|
H A D | WebAssemblyFixFunctionBitcasts.cpp | 29 #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 D | CoroCleanup.cpp | 26 Lowerer(Module &M) : LowererBase(M), Builder(Context) {} in Lowerer() 113 bool doInitialization(Module &M) override {
|
H A D | CoroElide.cpp | 36 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 D | ForceFunctionAttrs.cpp | 13 #include "llvm/IR/Module.h" 91 PreservedAnalyses ForceFunctionAttrsPass::run(Module &M, in run() 111 bool runOnModule(Module &M) override {
|
H A D | SyntheticCountsPropagation.cpp | 37 #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 D | Instrumentation.cpp | 18 #include "llvm/IR/Module.h" 60 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() 80 Module *M = F.getParent(); in GetOrCreateFunctionComdat()
|
H A D | SanitizerCoverage.cpp | 33 #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 D | ThreadSanitizer.cpp | 37 #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 D | ObjCARCAPElim.cpp | 42 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 D | BlockFrequencyInfo.h | 29 class Module; 151 void print(raw_ostream &OS, const Module *M) const override;
|
H A D | TargetLibraryInfo.h | 18 #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 D | cfg.h | 31 explicit CFG(Module* module); 164 // Module for this CFG. 165 Module* module_;
|
H A D | decoration_manager.h | 30 // 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 D | build_spirv_binaries.py | 38 class Module: class 44 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 16 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 D | DiagnosticInfo.h | 38 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 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/lib/CodeGen/ |
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/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;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 22 #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 D | FuzzerTracePC.h | 99 struct Module { 103 Module Modules[4096];
|