Home
last modified time | relevance | path

Searched refs:Module (Results 176 - 200 of 1012) sorted by relevance

12345678910>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h32 class Module;
267 // Module needs access to the add/removeModule methods.
268 friend class Module;
272 void addModule(Module*);
275 void removeModule(Module*);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp19 #include "llvm/IR/Module.h"
47 bool runOnModule(Module &M) override;
58 bool unifyVersionMD(Module &M, StringRef Name, bool PickFirst) { in unifyVersionMD()
91 bool unifyExtensionMD(Module &M, StringRef Name) { in unifyExtensionMD()
125 bool AMDGPUUnifyMetadata::runOnModule(Module &M) { in runOnModule()
H A DAMDGPUPropagateAttributes.cpp36 #include "llvm/IR/Module.h"
104 bool process(Module &M);
140 bool runOnModule(Module &M) override;
168 bool AMDGPUPropagateAttributes::process(Module &M) { in process()
188 Module &M = *(*Roots.begin())->getParent(); in process()
230 // we rely on a second pass running on Module, which is allowed in process()
321 bool AMDGPUPropagateAttributesLate::runOnModule(Module &M) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp22 #include "llvm/IR/Module.h"
44 bool runOnModule(Module &M) override;
57 bool lowerMASSVCall(CallInst *CI, Function &Func, Module &M,
103 Module &M, in lowerMASSVCall()
118 bool PPCLowerMASSVEntries::runOnModule(Module &M) { in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp15 #include "llvm/IR/Module.h"
67 bool runOnModule(Module &M) override {
83 for (Module::global_iterator I = M.global_begin(), E = M.global_end();
122 for (Module::alias_iterator I = M.alias_begin(), E = M.alias_end();
124 Module::alias_iterator CurI = I;
H A DElimAvailExtern.cpp20 #include "llvm/IR/Module.h"
33 static bool eliminateAvailableExternally(Module &M) { in eliminateAvailableExternally()
68 EliminateAvailableExternallyPass::run(Module &M, ModuleAnalysisManager &) { in run()
86 bool runOnModule(Module &M) override {
H A DInferFunctionAttrs.cpp13 #include "llvm/IR/Module.h"
23 Module &M, function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in inferAllPrototypeAttributes()
35 PreservedAnalyses InferFunctionAttrsPass::run(Module &M, in run()
64 bool runOnModule(Module &M) override {
/third_party/python/Python/
H A Dfuture.c64 if (asdl_seq_LEN(mod->v.Module.body) == 0) in future_parse()
76 if (_PyAST_GetDocString(mod->v.Module.body) != NULL) in future_parse()
79 for (; i < asdl_seq_LEN(mod->v.Module.body); i++) { in future_parse()
80 stmt_ty s = (stmt_ty)asdl_seq_GET(mod->v.Module.body, i); in future_parse()
/third_party/node/deps/v8/src/objects/
H A Dsynthetic-module.h18 // The runtime representation of a Synthetic Module Record, a module that can be
23 : public TorqueGeneratedSyntheticModule<SyntheticModule, Module> {
45 SubclassBodyDescriptor<Module::BodyDescriptor,
49 friend class Module;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRPrintingPasses.h28 class Module;
70 /// Pass for printing a Module as LLVM's text IR assembly.
84 PreservedAnalyses run(Module &M, AnalysisManager<Module> &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCanonicalizeAliases.cpp63 static bool canonicalizeAliases(Module &M) { in canonicalizeAliases()
82 bool runOnModule(Module &M) override { return canonicalizeAliases(M); }
88 PreservedAnalyses CanonicalizeAliasesPass::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.h22 class Module;
37 void EmitEndOfAsmFile(Module &M) override;
43 bool doInitialization(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp43 class Module;
53 bool doInitialization(Module &M) override;
79 bool ObjCARCExpand::doInitialization(Module &M) { in doInitialization()
88 // If nothing in the Module uses ARC, don't do anything. in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h71 class Module;
305 bool doInitialization(Module &M) override;
309 bool doFinalization(Module &M) override;
382 void computeGlobalGOTEquivs(Module &M);
401 virtual void EmitStartOfAsmFile(Module &) {} in EmitStartOfAsmFile()
405 virtual void EmitEndOfAsmFile(Module &) {} in EmitEndOfAsmFile()
699 void EmitModuleIdents(Module &M);
701 void EmitModuleCommandLines(Module &M);
707 void emitGlobalIndirectSymbol(Module &M, const GlobalIndirectSymbol &GIS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp894 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList,
898 MachineFunction *createOutlinedFunction(Module &M, OutlinedFunction &OF,
903 bool runOnModule(Module &M) override;
907 bool doOutline(Module &M, unsigned &OutlinedFunctionNum);
921 void populateMapper(InstructionMapper &Mapper, Module &M,
928 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI,
934 emitInstrCountChangedRemark(const Module &M, const MachineModuleInfo &MMI,
1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
1194 bool MachineOutliner::outline(Module &M, in outline()
1296 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module
[all...]
H A DRegisterUsageInfo.cpp20 #include "llvm/IR/Module.h"
46 bool PhysicalRegisterUsageInfo::doInitialization(Module &M) { in doInitialization()
51 bool PhysicalRegisterUsageInfo::doFinalization(Module &M) { in doFinalization()
72 void PhysicalRegisterUsageInfo::print(raw_ostream &OS, const Module *M) const { in print()
/third_party/node/test/parallel/
H A Dtest-vm-module-errors.js9 const { SourceTextModule, createContext, Module } = require('vm');
75 message: 'Module status must be one of linked, evaluated, or errored'
92 message: 'Module status must be errored'
101 message: 'Module status must be errored'
109 message: 'Module status must not be unlinked or linking'
217 await Module.prototype[method]();
220 message: /Provided module is not an instance of Module/
245 message: /Provided module is not an instance of Module/
251 Module.prototype[getter];
/third_party/spirv-tools/test/opt/
H A Dcfg_test.cpp61 Module* module = context->module(); in TEST_F()
104 Module* module = context->module(); in TEST_F()
147 Module* module = context->module(); in TEST_F()
190 Module* module = context->module(); in TEST_F()
308 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp383 Module &DstM;
384 std::unique_ptr<Module> SrcM;
519 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker()
520 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM, in IRLinker()
553 Module *M = GV->getParent(); in forceRenaming()
810 // Module A Module B in computeTypeMapping()
817 // When we link Module B with Module A, the '%B' in Module in computeTypeMapping()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.h23 class Module;
31 const Module &M;
47 RecordStreamer(MCContext &Context, const Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h19 class Module;
41 bool run(Module &M);
63 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 DInstrProfiling.h41 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
42 bool run(Module &M,
47 Module *M;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h60 void EmitEndOfAsmFile(Module &M) override;
61 void EmitProducerInfo(Module &M);
62 void EmitTargetFeatures(Module &M);
/third_party/skia/third_party/externals/tint/src/
H A Dprogram.h34 class Module;
87 /// @returns a reference to the program's AST root Module
88 const ast::Module& AST() const { in AST()
183 ast::Module* ast_ = nullptr;
/third_party/node/lib/internal/vm/
H A Dmodule.js78 class Module {
82 if (new.target === Module) {
84 throw new TypeError('Module is not a constructor');
239 const constructor = getConstructorOf(this) || Module;
261 class SourceTextModule extends Module {
384 class SyntheticModule extends Module {
448 Module,

Completed in 13 milliseconds

12345678910>>...41