Home
last modified time | relevance | path

Searched refs:Module (Results 851 - 875 of 1015) sorted by relevance

1...<<3132333435363738394041

/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp592 std::string DisassembleModule(Module* module) { in DisassembleModule()
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py26 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 DBitcodeReader.cpp56 #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 DMetadataLoader.cpp55 #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 DTargetLowering.h90 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 DWinEHPrepare.cpp67 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 Dtype_manager.cpp68 void TypeManager::AnalyzeTypes(const Module& module) { in AnalyzeTypes()
448 Module::inst_iterator type_itr = context()->module()->types_values_begin(); in FindPointerToType()
H A Dinstruction.h45 class Module;
H A Dloop_unswitch_pass.cpp578 Module* module = context()->module(); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.cpp68 void TypeManager::AnalyzeTypes(const Module& module) { in AnalyzeTypes()
448 Module::inst_iterator type_itr = context()->module()->types_values_begin(); in FindPointerToType()
H A Dinstruction.h45 class Module;
H A Dloop_unswitch_pass.cpp578 Module* module = context()->module(); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp505 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 DMipsAsmPrinter.cpp773 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 Dir_context.cpp223 bool IRContext::KillInstructionIf(Module::inst_iterator begin, in KillInstructionIf()
224 Module::inst_iterator end, in KillInstructionIf()
H A Dtype_manager.cpp67 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 Derrors.js1182 '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 DLazyCallGraph.cpp1 //===- 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 DLoopIdiomRecognize.cpp78 #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 DStraightLineStrengthReduce.cpp73 #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 DCodeExtractor.cpp46 #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 Dtest_compile.py462 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 DType.cpp24 #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 DLLVMReactorDebugInfo.cpp83 llvm::Module *module, in DebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h84 StringRef Module; member

Completed in 54 milliseconds

1...<<3132333435363738394041