Home
last modified time | relevance | path

Searched refs:Module (Results 226 - 250 of 1012) sorted by relevance

12345678910>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DElimAvailExtern.h21 class Module;
27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
H A DGlobalOpt.h22 class Module;
27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DGlobalSplit.h23 class Module;
28 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DMergeFunctions.h22 class Module;
27 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DPartialInlining.h21 class Module;
26 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
H A DSCCP.h27 class Module;
32 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DSyntheticCountsPropagation.h11 class Module;
16 PreservedAnalyses run(Module &M, ModuleAnalysisManager &MAM);
H A DFunctionAttrs.h26 class Module;
72 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DSampleProfile.h22 class Module;
32 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrOrderFile.h18 class Module;
23 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
H A DCGProfile.h21 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
25 Module &M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLint.h25 class Module;
38 const Module &M ///< The module to be checked
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule()
171 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
182 static std::unique_ptr<Module> loadModuleFromInput(lto::InputFile *Input, in loadModuleFromInput()
188 Expected<std::unique_ptr<Module>> ModuleOrErr = in loadModuleFromInput()
206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
229 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
282 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
306 /// Manage caching for a single Module.
311 // Create a cache entry. This compute a unique hash for the Module considerin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h25 class Module;
30 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSanitizerStats.h33 SanitizerStatReport(Module *M);
43 Module *M;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRPrinter.h21 class Module;
26 void printMIR(raw_ostream &OS, const Module &M);
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_context_test.cpp82 std::unique_ptr<Module> module(new Module()); in TEST_F()
94 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
108 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
126 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
145 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
[all...]
H A Dfunction_utils.h23 inline spvtools::opt::Function* GetFunction(spvtools::opt::Module* module, in GetFunction()
34 const spvtools::opt::Module* module, uint32_t id) { in GetFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp82 std::unique_ptr<Module> module(new Module()); in TEST_F()
94 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
108 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
126 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
145 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F()
[all...]
H A Dfunction_utils.h23 inline spvtools::opt::Function* GetFunction(spvtools::opt::Module* module, in GetFunction()
34 const spvtools::opt::Module* module, uint32_t id) { in GetFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp105 /// Module["dynCall_vi"](index,a1); // This calls original callee
259 Function *getFindMatchingCatch(Module &M, unsigned NumClauses);
268 bool canLongjmp(Module &M, const Value *Callee) const;
269 bool isEmAsmCall(Module &M, const Value *Callee) const;
280 bool runOnModule(Module &M) override;
315 static GlobalVariable *getGlobalVariableI32(Module &M, IRBuilder<> &IRB, in getGlobalVariableI32()
353 WebAssemblyLowerEmscriptenEHSjLj::getFindMatchingCatch(Module &M, in getFindMatchingCatch()
448 Module *M = CI->getModule(); in getInvokeWrapper()
476 bool WebAssemblyLowerEmscriptenEHSjLj::canLongjmp(Module &M, in canLongjmp()
515 bool WebAssemblyLowerEmscriptenEHSjLj::isEmAsmCall(Module
[all...]
/third_party/spirv-tools/source/link/
H A Dlinker.cpp50 using opt::Module;
85 std::vector<opt::Module*>* modules,
93 const std::vector<opt::Module*>& modules,
102 const std::vector<Module*>& in_modules,
161 std::vector<opt::Module*>* modules, in ShiftIdsInModules()
177 [](const size_t& accumulation, opt::Module* module) { in ShiftIdsInModules()
191 Module* module = *module_iter; in ShiftIdsInModules()
205 const std::vector<opt::Module*>& modules, in GenerateHeader()
244 const std::vector<Module*>& input_modules, in MergeModules()
252 Module* linked_modul in MergeModules()
[all...]
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp547 DWORD ProccntUsage; // Module usage count in th32ProcessID's context
765 IMAGEHLP_MODULE64_V3 Module; in LoadModule() local
767 if (this->GetModuleInfo(hProcess, baseAddr, &Module) != FALSE) in LoadModule()
769 switch (Module.SymType) in LoadModule()
800 LPCSTR pdbName = Module.LoadedImageName; in LoadModule()
801 if (Module.LoadedPdbName[0] != 0) in LoadModule()
802 pdbName = Module.LoadedPdbName; in LoadModule()
1042 StackWalkerInternal::IMAGEHLP_MODULE64_V3 Module; in ShowCallstack() local
1146 memset(&Module, 0, sizeof(Module)); in ShowCallstack()
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py159 class Module(object): class
175 loader._get_module_from_name = lambda name: Module(name)
200 self.assertEqual(Module.paths,
206 self.assertEqual(Module.load_tests_args,
233 class Module(object): class
249 loader._get_module_from_name = lambda name: Module(name)
272 self.assertEqual(Module.paths,
277 self.assertEqual(Module.load_tests_args,
318 class Module(object): class
345 loader._get_module_from_name = lambda name: Module(nam
435 class Module(object): global() class
720 class Module(object): global() class
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h23 class Module;
63 virtual Function *getDeclaration(Module *M, unsigned ID, Type **Tys = nullptr,

Completed in 25 milliseconds

12345678910>>...41