Home
last modified time | relevance | path

Searched refs:Module (Results 551 - 575 of 1012) sorted by relevance

1...<<21222324252627282930>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
H A Dunreachable_for_post.cpp87 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h1 //===- ModuleDebugStream.h - PDB Module Info Stream Access ------*- C++ -*-===//
32 ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstCount.cpp62 void print(raw_ostream &O, const Module *M) const override {}
H A DLazyBlockFrequencyInfo.cpp39 void LazyBlockFrequencyInfoPass::print(raw_ostream &OS, const Module *) const { in print()
H A DLazyBranchProbabilityInfo.cpp41 const Module *) const { in print()
H A DCallGraphSCCPass.cpp27 #include "llvm/IR/Module.h"
64 bool runOnModule(Module &M) override;
123 Module &M = CG.getModule();
463 bool CGPassManager::runOnModule(Module &M) { in runOnModule()
617 /// PrintCallGraphPass - Print a Module corresponding to a call graph.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIntervalPartition.h64 void print(raw_ostream &O, const Module* = nullptr) const override;
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dswitch_case_fallthrough.cpp135 Module* module = context->module(); in TEST_F()
H A Dunreachable_for_post.cpp86 Module* module = context->module(); in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dbuild_mustpass.py31 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DPassBuilder.cpp266 PreservedAnalyses run(Module &M, ModuleAnalysisManager &) { in run()
279 Result run(Module &, ModuleAnalysisManager &) { return Result(); } in run()
617 MPM.addPass(RequireAnalysisPass<ProfileSummaryAnalysis, Module>()); in addPGOInstrPasses()
648 MPM.addPass(RequireAnalysisPass<ProfileSummaryAnalysis, Module>()); in addPGOInstrPassesForO0()
736 MPM.addPass(RequireAnalysisPass<ProfileSummaryAnalysis, Module>()); in buildModuleSimplificationPipeline()
801 MPM.addPass(RequireAnalysisPass<GlobalsAA, Module>()); in buildModuleSimplificationPipeline()
805 MPM.addPass(RequireAnalysisPass<ProfileSummaryAnalysis, Module>()); in buildModuleSimplificationPipeline()
912 MPM.addPass(RequireAnalysisPass<GlobalsAA, Module>()); in buildModuleOptimizationPipeline()
1177 MPM.addPass(RequireAnalysisPass<ProfileSummaryAnalysis, Module>()); in buildLTODefaultPipeline()
1941 std::remove_reference<decltype(CREATE_PASS)>::type, Module>()); \ in parseModulePass()
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_result.py1227 class Module(object): class
1233 Foo.__module__ = 'Module'
1234 sys.modules['Module'] = Module
1235 self.addCleanup(sys.modules.pop, 'Module')
1241 description = 'setUpModule (Module)'
1255 class Module(object): class
1261 Foo.__module__ = 'Module'
1262 sys.modules['Module'] = Module
1283 class Module(object): global() class
1313 class Module(object): global() class
1352 class Module(object): global() class
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.cpp118 std::string Module = ModulePathRaw;
121 ModuleOffsets[Module] = FixedPC - PcOffset;
122 CoveredPCsPerModule[Module].push_back(PcOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp25 #include "llvm/IR/Module.h"
57 bool doInitialization(Module &M) override;
83 bool SjLjEHPrepare::doInitialization(Module &M) { in doInitialization()
474 Module &M = *F.getParent(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp34 #include "llvm/IR/Module.h"
112 : Context(Context), MergedModule(new Module("ld-temp.o", Context)), in LTOCodeGenerator()
386 Module &TheModule, in preserveDiscardableGVs()
466 MergedModule->addModuleFlag(Module::Error, "LTOPostLink", 1); in applyScopeRestrictions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h45 class Module;
200 explicit DataLayout(const Module *M);
226 void init(const Module *M);
H A DInstVisitor.h18 #include "llvm/IR/Module.h"
64 /// Function, and Module, which recursively process all contained instructions.
96 void visit(Module &M) { in visit()
110 void visit(Module *M) { visit(*M); } in visit()
143 void visitModule (Module &M) {} in visitModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DSampleProf.h24 #include "llvm/IR/Module.h"
469 void findInlinedFunctions(DenseSet<GlobalValue::GUID> &S, const Module *M, in findInlinedFunctions()
495 /// Return the original function name if it exists in Module \p M.
496 StringRef getFuncNameInModule(const Module *M) const { in getFuncNameInModule()
528 /// Translate \p Name into its original name in Module.
534 StringRef getNameInModule(StringRef Name, const Module *M) const { in getNameInModule()
H A DSampleProfReader.h347 virtual void collectFuncsFrom(const Module &M) {} in collectFuncsFrom()
639 /// Collect functions with definitions in Module \p M.
640 void collectFuncsFrom(const Module &M) override;
672 /// Collect functions to be used when compiling Module \p M.
673 void collectFuncsFrom(const Module &M) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp88 void WebAssemblyAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
179 void WebAssemblyAsmPrinter::EmitProducerInfo(Module &M) { in EmitProducerInfo()
230 void WebAssemblyAsmPrinter::EmitTargetFeatures(Module &M) { in EmitTargetFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp372 static bool runCVP(Module &M) { in runCVP()
405 PreservedAnalyses CalledValuePropagationPass::run(Module &M, in run()
425 bool runOnModule(Module &M) override {
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/
H A Dcompile.any.js5 assert_equals(Object.getPrototypeOf(module), WebAssembly.Module.prototype,
/third_party/node/deps/v8/tools/v8windbg/base/
H A Ddbgext.cc66 if (!WRL::Module<WRL::InProc>::GetModule().Terminate()) { in DebugExtensionCanUnload()
/third_party/node/deps/v8/include/
H A Dv8-forward.h46 class Module;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-forward.h46 class Module;

Completed in 19 milliseconds

1...<<21222324252627282930>>...41