Home
last modified time | relevance | path

Searched refs:Module (Results 276 - 300 of 1012) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp19 #include "llvm/IR/Module.h"
35 typedef std::map<const Module *, global_val_annot_t> per_module_annot_t;
41 void clearAnnotationCache(const Module *Mod) { in clearAnnotationCache()
72 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
108 const Module *m = gv->getParent(); in findOneNVVMAnnotation()
122 const Module *m = gv->getParent(); in findAllNVVMAnnotation()
H A DNVPTXAssignValidGlobalNames.cpp23 #include "llvm/IR/Module.h"
36 bool runOnModule(Module &M) override;
52 bool NVPTXAssignValidGlobalNames::runOnModule(Module &M) { in runOnModule()
/third_party/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp49 Module::inst_iterator next_inst = context()->types_values_begin(); in Process()
50 for (Module::inst_iterator inst_iter = next_inst; in Process()
110 Module::inst_iterator* pos) { in ProcessOpSpecConstantOp()
145 Module::inst_iterator* inst_iter_ptr) { in FoldWithInstructionFolder()
286 Module::inst_iterator* pos) { in DoComponentWiseOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DStackProtector.h32 class Module;
51 Module *M;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h27 class Module;
45 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>;
50 /// Stack of Module description, enough to print the module after a given
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h24 llvm::PreservedAnalyses run(llvm::Module &M, llvm::ModuleAnalysisManager &AM);
67 llvm::PreservedAnalyses run(llvm::Module &M, llvm::ModuleAnalysisManager &AM);
H A DImportedFunctionsInliningStatistics.h22 class Module;
69 void setModuleInfo(const Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h23 class Module;
37 static unsigned getModuleMatchQuality(const Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h20 #include "llvm/IR/Module.h"
46 std::unique_ptr<Module> parseIRModule();
52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp58 #include "llvm/IR/Module.h"
551 /// Module analysis for getting various metadata about the module.
561 bool runOnModule(Module &M) override {
584 AddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD, in AddressSanitizer()
650 void initializeCallbacks(Module &M);
739 ModuleAddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD, in ModuleAddressSanitizer()
765 bool instrumentModule(Module &);
768 void initializeCallbacks(Module &M);
770 bool InstrumentGlobals(IRBuilder<> &IRB, Module &M, bool *CtorComdat);
771 void InstrumentGlobalsCOFF(IRBuilder<> &IRB, Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp426 Module &M, std::function<const StackSafetyInfo &(Function &)> FI);
431 Module &M, std::function<const StackSafetyInfo &(Function &)> FI) in StackSafetyDataFlowAnalysis()
551 void print(const StackSafetyGlobalInfo &SSI, raw_ostream &O, const Module &M) { in print()
606 void StackSafetyInfoWrapperPass::print(raw_ostream &O, const Module *M) const { in print()
620 StackSafetyGlobalAnalysis::run(Module &M, ModuleAnalysisManager &AM) { in run()
631 PreservedAnalyses StackSafetyGlobalPrinterPass::run(Module &M, in run()
647 const Module *M) const { in print()
656 bool StackSafetyGlobalInfoWrapperPass::runOnModule(Module &M) { in runOnModule()
H A DMemDerefPrinter.cpp15 #include "llvm/IR/Module.h"
34 void print(raw_ostream &OS, const Module * = nullptr) const override;
67 void MemDerefPrinter::print(raw_ostream &OS, const Module *M) const { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h112 class Module;
166 /// A proxy from a \c CGSCCAnalysisManager to a \c Module.
168 InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
181 /// Handler for invalidation of the Module.
184 /// SCCs in the Module hasn't changed. Thus any pointers to SCCs in the
191 bool invalidate(Module &M, const PreservedAnalyses &PA,
203 CGSCCAnalysisManagerModuleProxy::run(Module &M, ModuleAnalysisManager &AM);
207 extern template class InnerAnalysisManagerProxy<CGSCCAnalysisManager, Module>;
357 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
504 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) { in run()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp47 using opt::Module;
82 std::vector<opt::Module*>* modules,
94 const std::vector<opt::Module*>& modules,
102 const std::vector<Module*>& in_modules,
152 std::vector<opt::Module*>* modules, in ShiftIdsInModules()
169 Module* module = *module_iter; in ShiftIdsInModules()
194 const std::vector<opt::Module*>& modules, in GenerateHeader()
219 const std::vector<Module*>& input_modules, in MergeModules()
227 Module* linked_module = linked_context->module(); in MergeModules()
673 std::vector<Module*> module in Link()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp47 using opt::Module;
82 std::vector<opt::Module*>* modules,
94 const std::vector<opt::Module*>& modules,
102 const std::vector<Module*>& in_modules,
152 std::vector<opt::Module*>* modules, in ShiftIdsInModules()
169 Module* module = *module_iter; in ShiftIdsInModules()
194 const std::vector<opt::Module*>& modules, in GenerateHeader()
219 const std::vector<Module*>& input_modules, in MergeModules()
227 Module* linked_module = linked_context->module(); in MergeModules()
673 std::vector<Module*> module in Link()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp84 #include "llvm/IR/Module.h"
107 bool runOnModule(Module &M) override;
144 bool doTransformation(Module &M);
151 void collectAICallChains(Module &M, Function &F);
156 bool removePreserveAccessIndexIntrinsic(Module &M);
169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo &CInfo);
181 bool BPFAbstractMemberAccess::runOnModule(Module &M) { in runOnModule()
312 bool BPFAbstractMemberAccess::removePreserveAccessIndexIntrinsic(Module &M) { in removePreserveAccessIndexIntrinsic()
499 void BPFAbstractMemberAccess::collectAICallChains(Module &M, Function &F) { in collectAICallChains()
846 bool BPFAbstractMemberAccess::transformGEPChain(Module
[all...]
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/
H A Dconstructor-caching.any.js17 const module = new WebAssembly.Module(buffer);
40 const module = new WebAssembly.Module(buffer);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp18 #include "llvm/IR/Module.h"
34 ExecutionEngine *Interpreter::create(std::unique_ptr<Module> M, in create()
36 // Tell this Module to materialize everything and release the GVMaterializer. in create()
54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_swap_two_functions.cpp45 opt::Module::iterator func1_it = in Apply()
47 opt::Module::iterator func2_it = in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Deliminate_dead_functions_util.cpp22 Module::iterator EliminateFunction(IRContext* context, in EliminateFunction()
23 Module::iterator* func_iter) { in EliminateFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_swap_two_functions.cpp45 opt::Module::iterator func1_it = in Apply()
47 opt::Module::iterator func2_it = in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_functions_util.cpp22 Module::iterator EliminateFunction(IRContext* context, in EliminateFunction()
23 Module::iterator* func_iter) { in EliminateFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h22 class Module;
97 void initializeTypes(Module &M);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTypeFinder.h23 class Module;
43 void run(const Module &M, bool onlyNamed);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.h31 class Module;
42 MetadataLoader(BitstreamCursor &Stream, Module &TheModule,

Completed in 15 milliseconds

1...<<11121314151617181920>>...41