Home
last modified time | relevance | path

Searched refs:Module (Results 776 - 800 of 1033) sorted by relevance

1...<<31323334353637383940>>...42

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h546 Module::inst_iterator* pos = nullptr);
561 Module::inst_iterator* pos,
H A Ddef_use_manager.cpp226 void DefUseManager::AnalyzeDefUse(Module* module) { in AnalyzeDefUse()
H A Dfunction.h34 class Module;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h546 Module::inst_iterator* pos = nullptr);
561 Module::inst_iterator* pos,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValue.h46 class Module;
67 /// have a name and they belong to some Module. Setting the name on the Value
235 /// instruction that generated it. If you specify a Module for context, then
240 const Module *M = nullptr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDebugInfo.h190 * The version of debug metadata that's present in the provided \c Module.
192 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module);
200 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
279 * \param Name Module name.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp286 Module *M = B.GetInsertBlock()->getModule(); in buildScan()
345 Module *M = B.GetInsertBlock()->getModule(); in buildShiftRight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp29 #include "llvm/IR/Module.h"
578 void X86AsmPrinter::EmitStartOfAsmFile(Module &M) { in EmitStartOfAsmFile()
701 void X86AsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp103 bool doInitialization(Module &M) override;
552 // If nothing in the Module uses ARC, don't do anything. in runOnFunction()
771 bool ObjCARCContract::doInitialization(Module &M) { in doInitialization()
772 // If nothing in the Module uses ARC, don't do anything. in doInitialization()
/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()
H A Dconstants.h554 Module::inst_iterator* pos = nullptr);
569 Module::inst_iterator* pos,
/third_party/python/Lib/test/
H A Dtest_ast.py37 # Module docstring
366 tree = ast.Module(body=[
606 x = ast.Module(body, [])
675 m = ast.Module([ast.Expr(ast.expr(**pos), **pos)], [])
681 m = ast.Module([ast.Expr(ast.Name(42, ast.Load()))], [])
884 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load()), "
889 "Module([Expr(Call(Name('spam', Load()), [Name('eggs', Load()), "
893 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load(), "
905 Module(
916 Module(
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp69 // Computes a unique hash for the Module considering the current list of
472 Ctx(Conf), CombinedModule(std::make_unique<Module>("ld-temp.o", Ctx)), in RegularLTOState()
668 Expected<std::unique_ptr<Module>> MOrErr = in addRegularLTO()
673 Module &M = **MOrErr; in addRegularLTO()
1009 RegularLTO.CombinedModule->addModuleFlag(Module::Error, "LTOPostLink", 1); in runRegularLTO()
1090 Expected<std::unique_ptr<Module>> MOrErr = BM.parseModule(BackendContext); in runThinLTOBackendThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp29 #include "llvm/IR/Module.h"
1691 Module *M = F->getParent(); in UpgradeIntrinsicCall()
1718 Module *M = F->getParent(); in UpgradeIntrinsicCall()
3045 Module *M = F->getParent(); in UpgradeIntrinsicCall()
3831 bool llvm::UpgradeDebugInfo(Module &M) { in UpgradeDebugInfo()
3857 static bool UpgradeRetainReleaseMarker(Module &M) { in UpgradeRetainReleaseMarker()
3872 M.addModuleFlag(Module::Error, MarkerKey, ID); in UpgradeRetainReleaseMarker()
3881 void llvm::UpgradeARCRuntime(Module &M) { in UpgradeARCRuntime()
4002 bool llvm::UpgradeModuleFlags(Module &M) { in UpgradeModuleFlags()
4019 // Upgrade PIC/PIE Module Flag in UpgradeModuleFlags()
[all...]
H A DDominators.cpp381 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const { in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp51 #include "llvm/IR/Module.h"
124 static void stripNonValidData(Module &M);
128 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()
174 bool runOnModule(Module &M) override {
1284 Module *M = StatepointToken->getModule(); in CreateGCRelocates()
1897 Module *M = Call->getModule(); in insertUseHolderAfter()
2505 static void stripNonValidData(Module &M) { in stripNonValidData()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dstreamline_config.pl387 next if (/^Module/); # Skip the first line.
642 print STDERR "Module signature verification enabled but ",
/kernel/linux/linux-5.10/scripts/package/
H A Dbuilddeb74 find arch/$SRCARCH/include Module.symvers include scripts -type f
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh102 cp Module.symvers $resdir > /dev/null || :
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dstreamline_config.pl387 next if (/^Module/); # Skip the first line.
642 print STDERR "Module signature verification enabled but ",
/third_party/node/lib/internal/
H A Dfreeze_intrinsics.js224 WebAssembly.Module.prototype,
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.cc75 auto module = wasm::Module::make(store, binary); in run()
H A Dtable.cc95 auto module = wasm::Module::make(store, binary); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h264 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go102 namesSymbolKind[int(Module)] = "Module"

Completed in 36 milliseconds

1...<<31323334353637383940>>...42