Home
last modified time | relevance | path

Searched defs:Mod (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
H A DParser.h73 std::unique_ptr<Module> Mod; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.h34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter() argument
51 llvm::Module *Mod; member in Ice::Converter
H A DIceCompiler.cpp133 std::unique_ptr<llvm::Module> Mod = in run() local
139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context); in run() local
H A DIceUtils.h98 uint64_t Mod = Pos & (Align - 1); in OffsetToAlignment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h73 DbiModuleDescriptor Mod; member in llvm::pdb::ModuleDebugStreamRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp69 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod, LLVMOrcSymbolResolverFn SymbolResolver, void *SymbolResolverCtx) LLVMOrcAddEagerlyCompiledIR() argument
84 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMOrcModuleHandle *RetHandle, LLVMModuleRef Mod, LLVMOrcSymbolResolverFn SymbolResolver, void *SymbolResolverCtx) LLVMOrcAddLazilyCompiledIR() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h53 std::unique_ptr<Module> Mod; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringExtras.h55 unsigned char Mod = static_cast<unsigned char>(X) & 15; in utohexstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp214 Module *Mod = BB->getParent()->getParent(); in convert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h268 void init(Module *Mod) { in init() argument
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py225 class Mod(Div): # Sharing GenerateInputLengths. class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp156 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses() argument
229 static void runNewPMCustomPasses(Module &Mod, TargetMachine *TM, in runNewPMCustomPasses() argument
272 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses() argument
303 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt() argument
335 codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, unsigned Task, Module &Mod) codegen() argument
375 splitCodeGen(const Config &C, TargetMachine *TM, AddStreamFn AddStream, unsigned ParallelCodeGenParallelismLevel, std::unique_ptr<Module> Mod) splitCodeGen() argument
423 initAndLookupTarget(const Config &C, Module &Mod) initAndLookupTarget() argument
448 backend(const Config &C, AddStreamFn AddStream, unsigned ParallelCodeGenParallelismLevel, std::unique_ptr<Module> Mod, ModuleSummaryIndex &CombinedIndex) backend() argument
481 dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, const ModuleSummaryIndex &Index) dropDeadSymbols() argument
502 thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, Module &Mod, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) thinBackend() argument
[all...]
H A DLTOCodeGenerator.cpp151 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs() argument
157 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() argument
170 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRSymtab.cpp128 storage::Module Mod; in addModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp44 Module *Mod = nullptr; member in __anon24430::AMDGPULowerKernelAttributes
H A DAMDGPUHSAMetadataStreamer.cpp253 void MetadataStreamerV2::emitPrintf(const Module &Mod) { in emitPrintf() argument
454 void MetadataStreamerV2::begin(const Module &Mod) { in begin() argument
664 void MetadataStreamerV3::emitPrintf(const Module &Mod) { in emitPrintf() argument
924 void MetadataStreamerV3::begin(const Module &Mod) { in begin() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp41 void clearAnnotationCache(const Module *Mod) { in clearAnnotationCache() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp190 Module* Mod = unwrap(M); in LLVMTargetMachineEmit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h131 unsigned char Mod = static_cast<unsigned char>(X) & 15; in utohexstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp387 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ModifierRecord &Mod) { in visitKnownRecord() argument
/third_party/jinja2/
H A Dnodes.py977 class Mod(BinExpr): class
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py875 class Mod(BinExpr): class
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py822 class Mod(BinExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp263 Module *Mod = unwrap(M); in LLVMRemoveModule() local
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py875 class Mod(BinExpr): class

Completed in 21 milliseconds

12