Home
last modified time | relevance | path

Searched refs:Module (Results 801 - 825 of 1012) sorted by relevance

1...<<3132333435363738394041

/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.cpp221 void DefUseManager::AnalyzeDefUse(Module* module) { in AnalyzeDefUse()
H A Dfunction.h35 class Module;
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go102 namesSymbolKind[int(Module)] = "Module"
/third_party/vk-gl-cts/scripts/
H A Dbuild_android_mustpass.py25 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp73 using ::llvm::Module;
750 static std::unique_ptr<::llvm::Module>
952 llvm_mod_to_spirv(std::unique_ptr<::llvm::Module> mod, in llvm_mod_to_spirv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp35 #include "llvm/IR/Module.h"
313 Module &M = *F.getParent(); in runOnFunction()
506 static Function *getScalarIntrinsicDeclaration(Module *M, in getScalarIntrinsicDeclaration()
876 Module &M = *F.getParent(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp123 void AMDGPUAsmPrinter::EmitStartOfAsmFile(Module &M) { in EmitStartOfAsmFile()
155 void AMDGPUAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
324 bool AMDGPUAsmPrinter::doFinalization(Module &M) { in doFinalization()
H A DAMDGPUCodeGenPrepare.cpp70 Module *Mod = nullptr;
190 bool doInitialization(Module &M) override;
1018 bool AMDGPUCodeGenPrepare::doInitialization(Module &M) { in doInitialization()
H A DAMDGPULibFunc.cpp21 #include "llvm/IR/Module.h"
914 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const {
942 Function *AMDGPULibFunc::getFunction(Module *M, const AMDGPULibFunc &fInfo) {
956 FunctionCallee AMDGPULibFunc::getOrInsertFunction(Module *M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1218 void insertSSPDeclarations(Module &M) const override;
1219 Value *getSDagStackGuard(const Module &M) const override;
1220 Function *getSSPStackGuardCheck(const Module &M) const override;
/third_party/python/Python/
H A Dtraceback.c698 if (asdl_seq_LEN(module->v.Module.body) == 1) { in extract_anchors_from_line()
699 stmt_ty statement = asdl_seq_GET(module->v.Module.body, 0); in extract_anchors_from_line()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp26 #include "llvm/IR/Module.h"
456 DataLayout::DataLayout(const Module *M) { in DataLayout()
460 void DataLayout::init(const Module *M) { *this = M->getDataLayout(); } in init()
H A DValue.cpp27 #include "llvm/IR/Module.h"
175 if (Module *P = GV->getParent()) in getSymTab()
357 const Module *M = GV->getParent(); in assertModuleIsMaterializedImpl()
693 // If the object is defined in the current Module, we'll be giving in getPointerAlignment()
H A DFunction.cpp51 #include "llvm/IR/Module.h"
236 const Twine &N, Module &M) { in Create()
252 static unsigned computeAddrSpace(unsigned AddrSpace, Module *M) { in computeAddrSpace()
261 const Twine &name, Module *ParentModule) in Function()
1112 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
H A DBasicBlock.cpp140 const Module *BasicBlock::getModule() const { in getModule()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp697 std::unique_ptr<llvm::Module> module,
824 , module(new llvm::Module("", *context))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h53 class Module;
1783 insertOutlinedCall(Module &M, MachineBasicBlock &MBB, in insertOutlinedCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h395 uint16_t Module = 0; member in llvm::codeview::ProcRefSym
398 uint16_t modi() const { return Module - 1; } in modi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp517 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
546 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
607 Info.ImportModule = Import.Module; in parseLinkingSectionSymtab()
901 Im.Module = readString(Ctx); in parseImportSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp33 #include "llvm/IR/Module.h"
474 void ARMAsmPrinter::EmitStartOfAsmFile(Module &M) { in EmitStartOfAsmFile()
514 void ARMAsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
581 static bool checkFunctionsAttributeConsistency(const Module &M, StringRef Attr, in checkFunctionsAttributeConsistency()
726 if (const Module *SourceModule = MMI->getModule()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp82 #include "llvm/IR/Module.h"
222 // Do not use the cached DataLayout because some client use it without a Module
258 bool AsmPrinter::doInitialization(Module &M) { in doInitialization()
1299 void AsmPrinter::computeGlobalGOTEquivs(Module &M) { in computeGlobalGOTEquivs()
1333 void AsmPrinter::emitGlobalIndirectSymbol(Module &M, in emitGlobalIndirectSymbol()
1415 bool AsmPrinter::doFinalization(Module &M) { in doFinalization()
2098 void AsmPrinter::EmitModuleIdents(Module &M) { in EmitModuleIdents()
2113 void AsmPrinter::EmitModuleCommandLines(Module &M) { in EmitModuleCommandLines()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp53 #include "llvm/IR/Module.h"
155 /// The Module to write to bitcode.
156 const Module &M;
177 /// Constructs a ModuleBitcodeWriterBase object for the given Module,
179 ModuleBitcodeWriterBase(const Module &M, StringTableBuilder &StrtabBuilder, in ModuleBitcodeWriterBase()
262 /// Constructs a ModuleBitcodeWriter object for the given Module,
264 ModuleBitcodeWriter(const Module &M, SmallVectorImpl<char> &Buffer, in ModuleBitcodeWriter()
3473 // Module Hash, 160 bits SHA1. Optionally, emitted after each MST_CODE_ENTRY. in writeModStrings()
4273 for (Module::const_iterator F = M.begin(), E = M.end(); F != E; ++F) in write()
4391 for (Module * in writeSymtab()
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc134 auto module = wasm::Module::make(store, binary); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DVirtRegMap.cpp137 void VirtRegMap::print(raw_ostream &OS, const Module*) const { in print()
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dmustpass.py28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET, GLCTS_BIN_NAME namespace

Completed in 44 milliseconds

1...<<3132333435363738394041