/third_party/spirv-tools/test/opt/ |
H A D | def_use_test.cpp | 592 std::string DisassembleModule(Module* module) { in DisassembleModule()
|
/third_party/vk-gl-cts/scripts/ |
H A D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 56 #include "llvm/IR/Module.h" 162 static void stripTBAA(Module *M) { in stripTBAA() 485 Module *TheModule = nullptr; 581 Error parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata = false, 3661 Error BitcodeReader::parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata, in parseBitcodeInto() 6453 Expected<std::unique_ptr<Module>> 6475 std::unique_ptr<Module> M = in getModuleImpl() 6476 std::make_unique<Module>(ModuleIdentifier, Context); in getModuleImpl() 6496 Expected<std::unique_ptr<Module>> 6644 Expected<std::unique_ptr<Module>> [all...] |
H A D | MetadataLoader.cpp | 55 #include "llvm/IR/Module.h" 426 Module &TheModule; 461 // Map the bitcode's custom MDKind ID to the Module's MDKind ID. 635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 2132 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 90 class Module; 1613 virtual void insertSSPDeclarations(Module &M) const; 1618 virtual Value *getSDagStackGuard(const Module &M) const; 1630 virtual Function *getSSPStackGuardCheck(const Module &M) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 67 bool doFinalization(Module &M) override; 127 bool WinEHPrepare::doFinalization(Module &M) { return false; } in doFinalization()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 68 void TypeManager::AnalyzeTypes(const Module& module) { in AnalyzeTypes() 448 Module::inst_iterator type_itr = context()->module()->types_values_begin(); in FindPointerToType()
|
H A D | instruction.h | 45 class Module;
|
H A D | loop_unswitch_pass.cpp | 578 Module* module = context()->module(); in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 68 void TypeManager::AnalyzeTypes(const Module& module) { in AnalyzeTypes() 448 Module::inst_iterator type_itr = context()->module()->types_values_begin(); in FindPointerToType()
|
H A D | instruction.h | 45 class Module;
|
H A D | loop_unswitch_pass.cpp | 578 Module* module = context()->module(); in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 505 void SampleProfileReaderExtBinary::collectFuncsFrom(const Module &M) { in collectFuncsFrom() 885 void SampleProfileReaderCompactBinary::collectFuncsFrom(const Module &M) { in collectFuncsFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 773 void MipsAsmPrinter::EmitStartOfAsmFile(Module &M) { in EmitStartOfAsmFile() 782 // that we'd have constructed. Module level directives aren't LTO in EmitStartOfAsmFile() 1125 void MipsAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 223 bool IRContext::KillInstructionIf(Module::inst_iterator begin, in KillInstructionIf() 224 Module::inst_iterator end, in KillInstructionIf()
|
H A D | type_manager.cpp | 67 void TypeManager::AnalyzeTypes(const Module& module) { in AnalyzeTypes() 463 Module::inst_iterator type_itr = context()->module()->types_values_begin(); in FindPointerToType()
|
/third_party/node/lib/internal/ |
H A D | errors.js | 1182 'Module "%s" is not of type "%s"', TypeError); 1185 'Module "%s" needs an import attribute of type "%s"', TypeError); 1535 let msg = `require() of ES Module ${filename}${parentPath ? ` from ${ 1722 E('ERR_VM_MODULE_ALREADY_LINKED', 'Module has already been linked', Error); 1732 'Provided module is not an instance of Module', Error); 1733 E('ERR_VM_MODULE_STATUS', 'Module status %s', Error);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1 //===- LazyCallGraph.cpp - Analysis of a Module's call graph --------------===// 23 #include "llvm/IR/Module.h" 154 Module &M, function_ref<TargetLibraryInfo &(Function &)> GetTLI) { in LazyCallGraph() 1770 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, 1804 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 78 #include "llvm/IR/Module.h" 955 Module *M = TheStore->getModule(); in processLoopStridedStore() 1580 Module *M = IRBuilder.GetInsertBlock()->getParent()->getParent(); in createPopcntIntrinsic() 1594 Module *M = IRBuilder.GetInsertBlock()->getParent()->getParent(); in createFFSIntrinsic()
|
H A D | StraightLineStrengthReduce.cpp | 73 #include "llvm/IR/Module.h" 161 bool doInitialization(Module &M) override {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 46 #include "llvm/IR/Module.h" 772 Module *M) { in constructFunction() 1008 Module *M, ArrayRef<Value *> LifetimesStart, ArrayRef<Value *> LifetimesEnd, in insertLifetimeMarkersSurroundingCall() 1068 Module *M = newFunction->getParent(); in emitCallAndSwitchStatement()
|
/third_party/python/Lib/test/ |
H A D | test_compile.py | 462 self.assertTrue(type(ast) == _ast.Module) 476 ast = _ast.Module() 1096 self.assertTrue(type(ast_tree) == _ast.Module)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 24 #include "llvm/IR/Module.h" 528 StructType *Module::getTypeByName(StringRef Name) const { in getTypeByName()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 83 llvm::Module *module, in DebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 84 StringRef Module; member
|