/third_party/spirv-tools/source/opt/ |
H A D | licm_pass.cpp | 29 Module* module = get_module(); in ProcessIRContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 1 //===-- Verifier.cpp - Implement the Module Verifier -----------------------==// 92 #include "llvm/IR/Module.h" 122 const Module &M; 135 explicit VerifierSupport(raw_ostream *OS, const Module &M) in VerifierSupport() 140 void Write(const Module *M) { in Write() 317 const Module &M) in Verifier() 412 void visitModuleIdents(const Module &M); 413 void visitModuleCommandLines(const Module &M); 414 void visitModuleFlags(const Module &M); 525 /// Module [all...] |
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.cpp | 466 auto Module = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Module"); in IsWasmModuleObject() local 467 result = jsvm::InstanceOf(value, Module); in IsWasmModuleObject()
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 23 class Module; 494 void SetInternalFieldForNodeCore(int index, Local<Module> value);
|
/third_party/node/deps/v8/src/api/ |
H A D | api-inl.h | 76 MAKE_TO_LOCAL(ToLocal, Module, Module)
|
/third_party/node/deps/v8/src/objects/ |
H A D | object-list-macros.h | 39 class Module; 187 V(Module) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 63 class Module; 609 DwarfDebug(AsmPrinter *A, Module *M);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 159 Module *M = nullptr; 204 Module *M = nullptr;
|
H A D | IntrinsicLowering.cpp | 20 #include "llvm/IR/Module.h" 36 Module *M = CI->getModule(); in ReplaceCallWith() 464 Module *M = CI->getModule(); in LowerToByteSwap()
|
H A D | ShadowStackGCLowering.cpp | 32 #include "llvm/IR/Module.h" 69 bool doInitialization(Module &M) override; 135 // necessary is that a simple Module::iterator loop not be invalidated. in GetFrameMap() 168 bool ShadowStackGCLowering::doInitialization(Module &M) { in doInitialization()
|
H A D | StackProtector.cpp | 41 #include "llvm/IR/Module.h" 354 static Value *getStackGuard(const TargetLoweringBase *TLI, Module *M, in getStackGuard() 387 static bool CreatePrologue(Function *F, Module *M, ReturnInst *RI, in CreatePrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiStreamBuilder.cpp | 121 Error DbiStreamBuilder::addModuleSourceFile(DbiModuleDescriptorBuilder &Module, in addModuleSourceFile() argument 125 Module.addSourceFile(File); in addModuleSourceFile()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 206 const Constant* new_const, Module::inst_iterator* pos, uint32_t type_id) { in BuildInstructionAndAddToModule() 227 const Constant* c, uint32_t type_id, Module::inst_iterator* pos) { in GetDefiningInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 206 const Constant* new_const, Module::inst_iterator* pos, uint32_t type_id) { in BuildInstructionAndAddToModule() 227 const Constant* c, uint32_t type_id, Module::inst_iterator* pos) { in GetDefiningInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 28 #include "llvm/IR/Module.h" 319 void IVUsers::print(raw_ostream &OS, const Module *M) const { in print() 377 void IVUsersWrapperPass::print(raw_ostream &OS, const Module *M) const { in print()
|
H A D | TypeBasedAliasAnalysis.cpp | 726 bool TypeBasedAAWrapperPass::doInitialization(Module &M) { in doInitialization() 731 bool TypeBasedAAWrapperPass::doFinalization(Module &M) { in doFinalization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Function.h | 105 /// Function ctor - If the (optional) Module argument is specified, the 110 const Twine &N = "", Module *M = nullptr); 118 const Twine &N = "", Module *M = nullptr) { in Create()
|
H A D | Value.h | 44 class Module; 64 /// have a name and they belong to some Module. Setting the name on the Value 219 /// instruction that generated it. If you specify a Module for context, then 224 const Module *M = nullptr) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 62 #include "llvm/IR/Module.h" 122 bool doInitialization(Module &M) override; 204 bool AMDGPURewriteOutArguments::doInitialization(Module &M) { in doInitialization()
|
H A D | SIAnnotateControlFlow.cpp | 32 #include "llvm/IR/Module.h" 80 void initialize(Module &M, const GCNSubtarget &ST); 138 void SIAnnotateControlFlow::initialize(Module &M, const GCNSubtarget &ST) { in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86Subtarget.h | 841 const Module &M) const; 846 const Module &M) const;
|
/third_party/python/PC/ |
H A D | pyshellext.cpp | 492 return Module<InProc>::GetModule().GetClassObject(rclsid, riid, ppv); in DllGetClassObject() 496 return Module<InProc>::GetModule().Terminate() ? S_OK : S_FALSE; in DllCanUnloadNow()
|
/third_party/python/Parser/ |
H A D | asdl.py | 26 'builtin_types', 'parse', 'AST', 'Module', 'Type', 'Constructor', 42 class Module(AST): class 49 return 'Module({0.name}, {0.dfns})'.format(self) 206 """Parse ASDL from the given file and return a Module node describing it.""" 265 """Parse the ASDL in the buffer and return an AST with a Module root. 282 return Module(name, defs)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 21 #include "llvm/IR/Module.h" 29 class Module; 93 // Module being parsed, null if we are only parsing summary index. 94 Module *M; 95 // Summary index being parsed, null if we are only parsing Module. 169 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M, in LLParser() 344 // Module Summary Index Parsing.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 494 void insertSSPDeclarations(Module &M) const override; 495 Value *getSDagStackGuard(const Module &M) const override; 496 Function *getSSPStackGuardCheck(const Module &M) const override;
|