Home
last modified time | relevance | path

Searched refs:Module (Results 626 - 650 of 1012) sorted by relevance

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

/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp119 Module* module = context->module(); in TEST()
276 Module* module = context->module(); in TEST()
510 Module* module = context->module(); in TEST()
904 Module* module = context->module();
1400 Module* module = context->module();
1828 Module* module = context->module();
2194 Module* module = context->module();
2425 Module* module = context->module();
2767 Module* module = context->module();
3056 Module* modul
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc594 MaybeLocal<Module> CompileStreamed(Local<Context> context, in CompileStreamed()
613 MaybeLocal<Module> Compile(Local<Context> context, in Compile()
631 std::is_same<T, Module>::value ? v8::ScriptType::kModule in CompileString()
922 // Per-context Module data, allowing sharing of module maps
929 size_t operator()(const Global<Module>& module) const { in operator ()()
970 // Map from (normalized module specifier, module type) pair to Module.
971 std::map<std::pair<std::string, ModuleType>, Global<Module>> module_map;
972 // Map from Module to its URL as defined in the ScriptOrigin
973 std::unordered_map<Global<Module>, std::string, ModuleGlobalHash>
975 // Map from JSON Module t
[all...]
H A Dd8.h655 Local<Module> module,
759 static MaybeLocal<Module> FetchModuleTree(v8::Local<v8::Module> origin_module,
765 Local<Module> module);
/third_party/node/deps/v8/src/api/
H A Dapi.h129 V(Module, Module) \
167 static inline Local<Module> ToLocal(
168 v8::internal::Handle<v8::internal::Module> obj);
H A Dapi.cc2281 Module::Status Module::GetStatus() const { in GetStatus()
2282 i::Handle<i::Module> self = Utils::OpenHandle(this); in GetStatus()
2284 case i::Module::kUnlinked: in GetStatus()
2285 case i::Module::kPreLinking: in GetStatus()
2287 case i::Module::kLinking: in GetStatus()
2289 case i::Module::kLinked: in GetStatus()
2291 case i::Module::kEvaluating: in GetStatus()
2292 case i::Module::kEvaluatingAsync: in GetStatus()
2294 case i::Module in GetStatus()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp66 #include "llvm/IR/Module.h"
129 Module *Mod;
153 void print(raw_ostream &O, const Module *M) const override {}
752 void llvm::lintModule(const Module &M) { in lintModule()
756 PM.run(const_cast<Module&>(M)); in lintModule()
H A DMustExecute.cpp21 #include "llvm/IR/Module.h"
325 bool runOnModule(Module &M) override;
357 bool MustBeExecutedContextPrinter::runOnModule(Module &M) { in runOnModule()
421 MustExecuteAnnotatedWriter(const Module &M, in MustExecuteAnnotatedWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp34 #include "llvm/IR/Module.h"
76 bool runOnModule(Module &M) override {
1085 PreservedAnalyses DeadArgumentEliminationPass::run(Module &M, in run()
1094 for (Module::iterator I = M.begin(), E = M.end(); I != E; ) { in run()
1110 for (Module::iterator I = M.begin(), E = M.end(); I != E; ) { in run()
H A DMergeFunctions.cpp111 #include "llvm/IR/Module.h"
205 bool runOnModule(Module &M);
306 bool runOnModule(Module &M) override {
325 PreservedAnalyses MergeFunctionsPass::run(Module &M, in run()
411 bool MergeFunctions::runOnModule(Module &M) { in runOnModule()
H A DGlobalOpt.cpp48 #include "llvm/IR/Module.h"
563 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
2259 OptimizeFunctions(Module &M,
2269 for (Module::iterator FI = M.begin(), E = M.end(); FI != E;) {
2276 for (Module::iterator FI = M.begin(), E = M.end(); FI != E; ) {
2368 OptimizeGlobalVars(Module &M,
2374 for (Module::global_iterator GVI = M.global_begin(), E = M.global_end();
2636 Module *M = V.getParent();
2656 LLVMUsed(Module &M) {
2769 OptimizeGlobalAliases(Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h28 #include "llvm/IR/Module.h"
286 addIRModule(LayerT &Layer, std::unique_ptr<Module> M, in addIRModule()
326 addIRModuleEager(std::unique_ptr<Module> M, in addIRModuleEager()
335 addIRModuleLazy(std::unique_ptr<Module> M, in addIRModuleLazy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h38 class Module;
42 Module &M;
102 explicit DIBuilder(Module &M, bool AllowUnresolved = true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp31 #include "llvm/IR/Module.h"
95 coro::LowererBase::LowererBase(Module &M) in LowererBase()
154 bool coro::declaresIntrinsics(const Module &M, in declaresIntrinsics()
239 Module *M = SuspendInst->getModule(); in createCoroSave()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc478 bool Run(const ast::Module& module, bool allow_out_of_order_decls) { in Run()
551 void GatherGlobals(const ast::Module& module) { in GatherGlobals()
790 bool DependencyGraph::Build(const ast::Module& module, in Build()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp710 writeString(Import.Module); in writeImportSection()
1126 MemImport.Module = "env"; in writeObject()
1135 TableImport.Module = "env"; in writeObject()
1162 Import.Module = WS.getImportModule(); in writeObject()
1176 Import.Module = WS.getImportModule(); in writeObject()
1186 Import.Module = WS.getImportModule(); in writeObject()
1204 Import.Module = "GOT.func"; in writeObject()
1206 Import.Module = "GOT.mem"; in writeObject()
/third_party/python/Lib/test/
H A Dtest_fstring.py91 self.assertEqual(type(t), ast.Module)
122 self.assertEqual(type(t), ast.Module)
174 self.assertEqual(type(t), ast.Module)
220 self.assertEqual(type(t), ast.Module)
315 self.assertEqual(type(t), ast.Module)
359 self.assertEqual(type(t), ast.Module)
388 self.assertEqual(type(t), ast.Module)
408 self.assertEqual(type(t), ast.Module)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp65 #include "llvm/IR/Module.h"
701 void NVPTXAsmPrinter::emitDeclarations(const Module &M, raw_ostream &O) { in emitDeclarations()
703 for (Module::const_iterator FI = M.begin(), FE = M.end(); FI != FE; ++FI) { in emitDeclarations()
765 bool NVPTXAsmPrinter::doInitialization(Module &M) { in doInitialization()
773 report_fatal_error("Module has aliases, which NVPTX does not support."); in doInitialization()
778 "Module has a nontrivial global ctor, which NVPTX does not support."); in doInitialization()
783 "Module has a nontrivial global dtor, which NVPTX does not support."); in doInitialization()
812 void NVPTXAsmPrinter::emitGlobals(const Module &M) { in emitGlobals()
844 void NVPTXAsmPrinter::emitHeader(Module &M, raw_ostream &O, in emitHeader()
890 bool NVPTXAsmPrinter::doFinalization(Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp547 SmallVectorImpl<Instruction *> &DeadInsts, Module *M);
552 DenseMap<Value *, RRInfo> &Releases, Module *M,
561 DenseMap<Value *, RRInfo> &Releases, Module *M);
574 bool doInitialization(Module &M) override;
1692 Module *M) { in MoveCalls()
1746 DenseMap<Value *, RRInfo> &Releases, Module *M, in PairUpRetainsAndReleases()
1945 DenseMap<Value *, RRInfo> &Releases, Module *M) { in PerformCodePlacement()
2353 bool ObjCARCOpt::doInitialization(Module &M) { in doInitialization()
2357 // If nothing in the Module uses ARC, don't do anything. in doInitialization()
2377 // If nothing in the Module use in runOnFunction()
[all...]
/third_party/node/lib/internal/util/
H A Dinspector.js68 const CJSModule = require('internal/modules/cjs/loader').Module;
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.cc43 auto module = wasm::Module::make(store, binary); in run()
H A Dfinalize.cc39 auto module = wasm::Module::make(store, binary); in run_in_store()
H A Dstart.cc41 auto module = wasm::Module::make(store, binary); in run()
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/
H A Dgrow.any.js108 const fn = new WebAssembly.Instance(new WebAssembly.Module(bin)).exports.fn;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp39 #include <llvm/IR/Module.h>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineDominators.cpp82 void MachineDominatorTree::print(raw_ostream &OS, const Module*) const { in print()

Completed in 53 milliseconds

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