Home
last modified time | relevance | path

Searched refs:Module (Results 726 - 750 of 1015) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp44 #include "llvm/IR/Module.h"
83 Module *Mod = nullptr;
118 bool doInitialization(Module &M) override;
140 bool AMDGPUPromoteAlloca::doInitialization(Module &M) { in doInitialization()
H A DAMDGPUHSAMetadataStreamer.cpp24 #include "llvm/IR/Module.h"
253 void MetadataStreamerV2::emitPrintf(const Module &Mod) { in emitPrintf()
454 void MetadataStreamerV2::begin(const Module &Mod) { in begin()
664 void MetadataStreamerV3::emitPrintf(const Module &Mod) { in emitPrintf()
924 void MetadataStreamerV3::begin(const Module &Mod) { in begin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.h573 void insertSSPDeclarations(Module &M) const override;
574 Value *getSDagStackGuard(const Module &M) const override;
575 Function *getSSPStackGuardCheck(const Module &M) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp176 #include "llvm/IR/Module.h"
467 MemorySanitizer(Module &M, MemorySanitizerOptions Options) in MemorySanitizer()
488 void initializeModule(Module &M);
489 void initializeCallbacks(Module &M);
490 void createKernelApi(Module &M);
491 void createUserspaceApi(Module &M);
594 void insertModuleCtor(Module &M) { in insertModuleCtor()
631 bool doInitialization(Module &M) override;
656 PreservedAnalyses MemorySanitizerPass::run(Module &M, in run()
684 static GlobalVariable *createPrivateNonConstGlobalForString(Module
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp32 #include "llvm/IR/Module.h"
102 static OrderMap orderModule(const Module &M) { in orderModule()
260 static UseListOrderStack predictUseListOrder(const Module &M) { in predictUseListOrder()
271 // constants in the last Function they're used in. Module-level constants in predictUseListOrder()
320 ValueEnumerator::ValueEnumerator(const Module &M, in ValueEnumerator()
556 void ValueEnumerator::EnumerateNamedMetadata(const Module &M) { in EnumerateNamedMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1533 bool runOnModule(Module &M) override;
1585 static bool deduceFunctionAttributeInRPO(Module &M, CallGraph &CG) {
1611 bool ReversePostOrderFunctionAttrsLegacyPass::runOnModule(Module &M) {
1621 ReversePostOrderFunctionAttrsPass::run(Module &M, ModuleAnalysisManager &AM) {
H A DPartialInlining.cpp43 #include "llvm/IR/Module.h"
210 bool run(Module &M);
360 bool runOnModule(Module &M) override {
1451 bool PartialInlinerImpl::run(Module &M) { in run()
1502 PreservedAnalyses PartialInlinerPass::run(Module &M, in run()
H A DWholeProgramDevirt.cpp81 #include "llvm/IR/Module.h"
445 Module &M;
473 DevirtModule(Module &M, function_ref<AAResults &(Function &)> AARGetter, in DevirtModule()
578 runForTesting(Module &M, function_ref<AAResults &(Function &)> AARGetter,
634 bool runOnModule(Module &M) override {
686 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()
741 Module &M, function_ref<AAResults &(Function &)> AARGetter, in runForTesting()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp44 #include "llvm/IR/Module.h"
1685 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getDefaultSafeStackPointerLocation()
1719 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getSafeStackPointerLocation()
1775 Module &M = *IRB.GetInsertBlock()->getParent()->getParent(); in getIRStackGuard()
1784 void TargetLoweringBase::insertSSPDeclarations(Module &M) const { in insertSSPDeclarations()
1793 Value *TargetLoweringBase::getSDagStackGuard(const Module &M) const { in getSDagStackGuard()
1797 Function *TargetLoweringBase::getSSPStackGuardCheck(const Module &M) const { in getSSPStackGuardCheck()
H A DDwarfEHPrepare.cpp30 #include "llvm/IR/Module.h"
68 bool doFinalization(Module &M) override {
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp160 Module* module = context->module(); in TEST()
734 Module* module = context->module();
1207 Module* module = context->module();
1483 Module* module = context->module();
2056 Module* module = context->module();
2694 Module* module = context->module();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp160 Module* module = context->module(); in TEST()
734 Module* module = context->module();
1207 Module* module = context->module();
1483 Module* module = context->module();
2056 Module* module = context->module();
2694 Module* module = context->module();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1 //===- Attributor.h --- Module-wide attribute deduction ---------*- C++ -*-===//
533 const_cast<Module &>(*F.getParent())) in getAnalysis()
539 typename Analysis::Result *getAnalysis(const Module &M) { in getAnalysis()
542 return &MAM->getResult<Analysis>(const_cast<Module &>(M)); in getAnalysis()
564 InformationCache(const Module &M, AnalysisGetter &AG) in InformationCache()
710 ChangeStatus run(Module &M);
1814 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp50 #include "llvm/IR/Module.h"
397 Module::iterator InsertBefore) { in createCloneDeclaration()
398 Module *M = OrigF.getParent(); in createCloneDeclaration()
798 Module *M = SizeIntrin->getModule(); in replaceFrameSize()
829 Module *M = Part->getParent(); in setCoroInfo()
1397 Module &M = *F.getParent(); in prepareForSplit()
1429 Module &M = CG.getModule(); in createDevirtTriggerFunc()
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis_helpers.cpp154 Module* module = context->module(); in TEST()
728 Module* module = context->module();
1201 Module* module = context->module();
1477 Module* module = context->module();
2050 Module* module = context->module();
2688 Module* module = context->module();
/third_party/node/test/fixtures/wpt/wasm/jsapi/
H A Dassertions.js91 assert_equals(Object.getPrototypeOf(module.value), WebAssembly.Module.prototype,
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.cc87 auto module = wasm::Module::make(store, binary); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIntrinsicInst.cpp30 #include "llvm/IR/Module.h"
100 const Module *M = getModule(); in getStep()
H A DLLVMContextImpl.cpp14 #include "llvm/IR/Module.h"
44 // NOTE: We need to delete the contents of OwnedModules, but Module's dtor in ~LLVMContextImpl()
159 void Module::dropTriviallyDeadConstantArrays() { in dropTriviallyDeadConstantArrays()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp11 #include "llvm/IR/Module.h"
75 RecordStreamer::RecordStreamer(MCContext &Context, const Module &M) in RecordStreamer()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dmodule_test.cpp36 Module m; in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtype_manager.h230 void AnalyzeTypes(const Module& module);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtype_manager.h237 void AnalyzeTypes(const Module& module);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dmodule_test.cpp36 Module m; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h157 /// The LLVM Module owns a DataLayout that is used for the target independent
213 bool shouldAssumeDSOLocal(const Module &M, const GlobalValue *GV) const;

Completed in 34 milliseconds

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