/third_party/node/src/ |
H A D | module_wrap.h | 50 v8::Local<v8::Module> module, 71 v8::Local<v8::Module> module, 92 v8::Local<v8::Context> context, v8::Local<v8::Module> module); 97 static v8::MaybeLocal<v8::Module> ResolveModuleCallback( 101 v8::Local<v8::Module> referrer); 102 static ModuleWrap* GetFromModule(node::Environment*, v8::Local<v8::Module>); 104 v8::Global<v8::Module> module_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | Pass.h | 41 class Module; 103 virtual bool doInitialization(Module &) { return false; } in doInitialization() 107 virtual bool doFinalization(Module &) { return false; } in doFinalization() 113 /// provide the Module* in case the analysis doesn't need it it can just be 115 virtual void print(raw_ostream &OS, const Module *M) const; 120 /// pass operates on (Module, Function or MachineFunction). 235 virtual bool runOnModule(Module &M) = 0; 245 bool skipModule(Module &M) const; 270 bool runOnModule(Module &) override { return false; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 46 class Module; 52 std::unique_ptr<Module> CloneModule(const Module &M); 53 std::unique_ptr<Module> CloneModule(const Module &M, ValueToValueMapTy &VMap); 59 std::unique_ptr<Module> 60 CloneModule(const Module &M, ValueToValueMapTy &VMap,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeReader.h | 32 class Module; 80 Expected<std::unique_ptr<Module>> getModuleImpl(LLVMContext &Context, 98 Expected<std::unique_ptr<Module>> getLazyModule(LLVMContext &Context, 103 Expected<std::unique_ptr<Module>> parseModule(LLVMContext &Context); 138 Expected<std::unique_ptr<Module>> 147 Expected<std::unique_ptr<Module>> getOwningLazyBitcodeModule( 166 Expected<std::unique_ptr<Module>> parseBitcodeFile(MemoryBufferRef Buffer,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.h | 55 bool ProcessOpSpecConstantOp(Module::inst_iterator* pos); 59 Instruction* FoldWithInstructionFolder(Module::inst_iterator* inst_iter_ptr); 65 Instruction* DoVectorShuffle(Module::inst_iterator* inst_iter_ptr); 71 Instruction* DoComponentWiseOperation(Module::inst_iterator* inst_iter_ptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.h | 55 bool ProcessOpSpecConstantOp(Module::inst_iterator* pos); 59 Instruction* FoldWithInstructionFolder(Module::inst_iterator* inst_iter_ptr); 65 Instruction* DoVectorShuffle(Module::inst_iterator* inst_iter_ptr); 71 Instruction* DoComponentWiseOperation(Module::inst_iterator* inst_iter_ptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IRReader/ |
H A D | IRReader.h | 24 class Module; 28 /// If the given file holds a bitcode image, return a Module 31 /// Module. The ShouldLazyLoadMetadata flag is passed down to the bitcode 33 std::unique_ptr<Module> 37 /// If the given MemoryBuffer holds a bitcode image, return a Module 39 /// a Module for it. 40 std::unique_ptr<Module> parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, 43 /// If the given file holds a bitcode image, return a Module for it. 44 /// Otherwise, attempt to parse it as LLVM Assembly and return a Module 46 std::unique_ptr<Module> parseIRFil [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 29 class Module; 105 std::function<Expected<std::unique_ptr<Module>>(StringRef Identifier)>; 111 /// Import functions in Module \p M based on the supplied import list. 112 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 118 /// Factory function to load a Module for a given identifier 125 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); 130 /// \p ModuleToDefinedGVSummaries contains for each Module a map 133 /// \p ImportLists will be populated with an entry for every Module we are 137 /// \p ExportLists contains for each Module the set of globals (GUID) that will 213 void thinLTOResolvePrevailingInModule(Module [all...] |
H A D | GlobalDCE.h | 22 #include "llvm/IR/Module.h" 31 PreservedAnalyses run(Module &M, ModuleAnalysisManager &); 60 void AddVirtualFunctionDependencies(Module &M); 61 void ScanVTables(Module &M); 62 void ScanTypeCheckedLoadIntrinsics(Module &M);
|
H A D | Internalize.h | 31 class Module; 63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr); 65 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM); 68 /// Helper function to internalize functions and variables in a Module. 70 internalizeModule(Module &TheModule, in internalizeModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | GlobalsModRef.h | 20 #include "llvm/IR/Module.h" 87 analyzeModule(Module &M, 114 void AnalyzeGlobals(Module &M); 115 void AnalyzeCallGraph(CallGraph &CG, Module &M); 136 GlobalsAAResult run(Module &M, ModuleAnalysisManager &AM); 151 bool runOnModule(Module &M) override; 152 bool doFinalization(Module &M) override;
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | bitcode.cpp | 57 emit_code(const ::llvm::Module &mod) { in emit_code() 66 clover::llvm::print_module_bitcode(const ::llvm::Module &mod) { in print_module_bitcode() 74 clover::llvm::build_module_library(const ::llvm::Module &mod, in build_module_library() 82 std::unique_ptr< ::llvm::Module> 94 return std::unique_ptr< ::llvm::Module>(std::move(*mod)); in parse_module_library()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileUtils.h | 25 class Module; 51 /// Compile a Module to an ObjectFile. 52 Expected<CompileResult> operator()(Module &M) override; 58 CompileResult tryToLoadFromObjectCache(const Module &M); 59 void notifyObjectCompiled(const Module &M, const MemoryBuffer &ObjBuffer); 92 Expected<std::unique_ptr<MemoryBuffer>> operator()(Module &M) override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Verifier.h | 34 class Module; 100 bool verifyModule(const Module &M, raw_ostream *OS = nullptr, 117 Result run(Module &M, ModuleAnalysisManager &); 124 bool verifyModule(bool &BrokenDebugInfo, const Module &M, raw_ostream *OS); 142 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
|
H A D | LegacyPassManager.h | 25 class Module; 58 bool run(Module &M); 70 /// but does not take ownership of, the specified Module. 71 explicit FunctionPassManager(Module *M); 92 Module *M;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
H A D | IRMover.h | 20 class Module; 62 IRMover(Module &M); 75 Error move(std::unique_ptr<Module> Src, ArrayRef<GlobalValue *> ValuesToLink, 78 Module &getModule() { return Composite; } in getModule() 81 Module &Composite;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | IRObjectFile.h | 24 class Module; 32 std::vector<std::unique_ptr<Module>> Mods; 35 std::vector<std::unique_ptr<Module>> Mods); 52 pointee_iterator<std::vector<std::unique_ptr<Module>>::const_iterator, 53 const Module>;
|
H A D | ModuleSymbolTable.h | 38 Module *FirstMod = nullptr; 46 void addModule(Module *M); 57 const Module &M, 66 CollectAsmSymvers(const Module &M,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 16 #include "llvm/IR/Module.h" 27 Module &TheModule; 31 ModuleHasher(Module &M) : TheModule(M) {} in ModuleHasher() 65 bool llvm::nameUnamedGlobals(Module &M) { in nameUnamedGlobals() 97 bool runOnModule(Module &M) override { return nameUnamedGlobals(M); } 103 PreservedAnalyses NameAnonGlobalPass::run(Module &M, in run()
|
H A D | Debugify.cpp | 22 #include "llvm/IR/Module.h" 35 uint64_t getAllocSizeInBits(Module &M, Type *Ty) { in getAllocSizeInBits() 55 bool applyDebugifyMetadata(Module &M, in applyDebugifyMetadata() 56 iterator_range<Module::iterator> Functions, in applyDebugifyMetadata() 157 M.addModuleFlag(Module::Warning, DIVersionKey, DEBUG_METADATA_VERSION); in applyDebugifyMetadata() 163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 202 bool checkDebugifyMetadata(Module &M, 203 iterator_range<Module::iterator> Functions, 303 bool runOnModule(Module &M) override { 320 Module [all...] |
H A D | ModuleUtils.cpp | 18 #include "llvm/IR/Module.h" 23 static void appendToGlobalArray(const char *Array, Module &M, Function *F, in appendToGlobalArray() 64 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalCtors() 68 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority, Constant *Data) { in appendToGlobalDtors() 72 static void appendToUsedList(Module &M, StringRef Name, ArrayRef<GlobalValue *> Values) { in appendToUsedList() 102 void llvm::appendToUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToUsed() 106 void llvm::appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values) { in appendToCompilerUsed() 111 llvm::declareSanitizerInitFunction(Module &M, StringRef InitName, in declareSanitizerInitFunction() 121 Module &M, StringRef CtorName, StringRef InitName, in createSanitizerCtorAndInitFunctions() 146 Module in getOrCreateSanitizerCtorAndInitFunctions() [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | module.rs | 22 pub struct Module { structure names 31 impl Module { impls 32 /// Construct a new `Module`. 34 Module { in new() 62 impl DotAttributes for Module { 75 impl ClangSubItemParser for Module {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 24 #include "llvm/IR/Module.h" 42 bool runOnModule(Module &M) override; 47 Value *remapConstant(Module *M, Function *F, Constant *C, 49 Value *remapConstantVectorOrConstantAggregate(Module *M, Function *F, 52 Value *remapConstantExpr(Module *M, Function *F, ConstantExpr *C, 71 bool GenericToNVVM::runOnModule(Module &M) { in runOnModule() 77 for (Module::global_iterator I = M.global_begin(), E = M.global_end(); in runOnModule() 102 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) { in runOnModule() 156 Value *GenericToNVVM::remapConstant(Module *M, Function *F, Constant *C, in remapConstant() 196 Module * in remapConstantVectorOrConstantAggregate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeCompilandSymbol.cpp | 20 : NativeRawSymbol(Session, PDB_SymType::Compiland, SymbolId), Module(MI) {} in NativeCompilandSymbol() 41 return Module.hasECInfo(); in isEditAndContinueEnabled() 52 return Module.getObjFileName(); in getLibraryName() 56 return Module.getModuleName(); in getName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 70 Hook = [=](unsigned Task, const Module &M) { in addSaveTemps() 131 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { in createTargetMachine() 156 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses() 229 static void runNewPMCustomPasses(Module &Mod, TargetMachine *TM, in runNewPMCustomPasses() 272 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses() 303 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt() 322 static void EmitBitcodeSection(Module &M, const Config &Conf) { in EmitBitcodeSection() 336 unsigned Task, Module &Mod) { in codegen() 377 std::unique_ptr<Module> Mod) { in splitCodeGen() 384 [&](std::unique_ptr<Module> MPar in splitCodeGen() [all...] |