Home
last modified time | relevance | path

Searched refs:Module (Results 701 - 725 of 1015) sorted by relevance

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

/third_party/spirv-tools/source/opt/
H A Dlicm_pass.cpp29 Module* module = get_module(); in ProcessIRContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp1 //===-- 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 Djsvm_utils.cpp466 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 Dv8-object.h23 class Module;
494 void SetInternalFieldForNodeCore(int index, Local<Module> value);
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h76 MAKE_TO_LOCAL(ToLocal, Module, Module)
/third_party/node/deps/v8/src/objects/
H A Dobject-list-macros.h39 class Module;
187 V(Module) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h63 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 DHardwareLoops.cpp159 Module *M = nullptr;
204 Module *M = nullptr;
H A DIntrinsicLowering.cpp20 #include "llvm/IR/Module.h"
36 Module *M = CI->getModule(); in ReplaceCallWith()
464 Module *M = CI->getModule(); in LowerToByteSwap()
H A DShadowStackGCLowering.cpp32 #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 DStackProtector.cpp41 #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 DDbiStreamBuilder.cpp121 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 Dconstants.cpp206 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 Dconstants.cpp206 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 DIVUsers.cpp28 #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 DTypeBasedAliasAnalysis.cpp726 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 DFunction.h105 /// 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 DValue.h44 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 DAMDGPURewriteOutArguments.cpp62 #include "llvm/IR/Module.h"
122 bool doInitialization(Module &M) override;
204 bool AMDGPURewriteOutArguments::doInitialization(Module &M) { in doInitialization()
H A DSIAnnotateControlFlow.cpp32 #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 DX86Subtarget.h841 const Module &M) const;
846 const Module &M) const;
/third_party/python/PC/
H A Dpyshellext.cpp492 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 Dasdl.py26 '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 DLLParser.h21 #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 DAArch64ISelLowering.h494 void insertSSPDeclarations(Module &M) const override;
495 Value *getSDagStackGuard(const Module &M) const override;
496 Function *getSSPStackGuardCheck(const Module &M) const override;

Completed in 27 milliseconds

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