Home
last modified time | relevance | path

Searched defs:Mod (Results 1 – 25 of 188) sorted by relevance

12345678

/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp27 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
40 std::unique_ptr<Module> Mod; in TEST() local
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
72 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
137 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
173 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
297 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp156 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
229 static void runNewPMCustomPasses(Module &Mod, TargetMachine *TM, in runNewPMCustomPasses()
272 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses()
303 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
336 unsigned Task, Module &Mod) { in codegen()
377 std::unique_ptr<Module> Mod) { in splitCodeGen()
423 Expected<const Target *> initAndLookupTarget(const Config &C, Module &Mod) { in initAndLookupTarget()
450 std::unique_ptr<Module> Mod, in backend()
481 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
503 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
DLTOCodeGenerator.cpp151 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
157 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
170 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTOBackend.cpp231 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
334 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
362 AddStreamFn AddStream, unsigned Task, Module &Mod, in codegen()
421 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in splitCodeGen()
471 Module &Mod) { in initAndLookupTarget()
496 unsigned ParallelCodeGenParallelismLevel, Module &Mod, in backend()
520 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols()
542 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
578 std::unique_ptr<ToolOutputFile> DiagnosticOutputFile) { in thinBackend()
DLTOCodeGenerator.cpp150 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs()
155 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule()
168 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule()
/external/swiftshader/third_party/subzero/src/
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
DIceConverter.h34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter()
DIceConverter.cpp708 void LLVM2ICEGlobalsConverter::convertGlobalsToIce(Module *Mod) { in convertGlobalsToIce()
811 void Converter::nameUnnamedGlobalVariables(Module *Mod) { in nameUnnamedGlobalVariables()
826 void Converter::nameUnnamedFunctions(Module *Mod) { in nameUnnamedFunctions()
861 void Converter::installGlobalDeclarations(Module *Mod) { in installGlobalDeclarations()
913 void Converter::convertGlobals(Module *Mod) { in convertGlobals()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h58 const Module *Mod; member
69 const Module *Mod; member
/external/clang/lib/Lex/
DModuleMap.cpp40 ModuleMap::resolveExport(Module *Mod, in resolveExport()
57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId()
563 static void inferFrameworkLink(Module *Mod, const DirectoryEntry *FrameworkDir, in inferFrameworkLink()
611 if (Module *Mod = lookupModuleQualified(ModuleName, Parent)) in inferFrameworkModule() local
759 void ModuleMap::setUmbrellaHeader(Module *Mod, const FileEntry *UmbrellaHeader, in setUmbrellaHeader()
771 void ModuleMap::setUmbrellaDir(Module *Mod, const DirectoryEntry *UmbrellaDir, in setUmbrellaDir()
792 void ModuleMap::addHeader(Module *Mod, Module::Header Header, in addHeader()
821 void ModuleMap::excludeHeader(Module *Mod, Module::Header Header) { in excludeHeader()
875 bool ModuleMap::resolveExports(Module *Mod, bool Complain) { in resolveExports()
888 bool ModuleMap::resolveUses(Module *Mod, bool Complain) { in resolveUses()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.cpp194 [this](ModifierEntry const &Mod) { return Mod.VariantKind == Kind; }); in getName()
205 [&Name](ModifierEntry const &Mod) { return Mod.Spelling == Name; }); in getKindByName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.cpp199 llvm::find_if(ModifierNames, [this](ModifierEntry const &Mod) { in getName()
211 llvm::find_if(ModifierNames, [&Name](ModifierEntry const &Mod) { in getKindByName()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DMod.java30 public class Mod extends Operation class
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp68 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
77 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DParser.h73 std::unique_ptr<Module> Mod; member
/external/clang/include/clang/CodeGen/
DCodeGenAction.h55 void addLinkModule(llvm::Module *Mod, unsigned LinkFlags) { in addLinkModule()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DParser.h69 std::unique_ptr<Module> Mod; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h73 DbiModuleDescriptor Mod; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h76 DbiModuleDescriptor Mod; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLint.cpp123 Module *Mod; member in __anon6a54d9780111::Lint
133 Lint(Module *Mod, const DataLayout *DL, AliasAnalysis *AA, in Lint()
706 auto *Mod = F.getParent(); in run() local
750 auto *Mod = F.getParent(); in INITIALIZE_PASS_DEPENDENCY() local
/external/clang/lib/Basic/
DModule.cpp246 Module *Mod = *I; in getExportedModules() local
256 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
284 Module *Mod = Imports[I]; in getExportedModules() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp231 void MetadataStreamerYamlV2::emitPrintf(const Module &Mod) { in emitPrintf()
443 void MetadataStreamerYamlV2::begin(const Module &Mod, in begin()
625 void MetadataStreamerMsgPackV3::emitPrintf(const Module &Mod) { in emitPrintf()
927 void MetadataStreamerMsgPackV3::begin(const Module &Mod, in begin()
985 void MetadataStreamerMsgPackV4::begin(const Module &Mod, in begin()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp142 std::unique_ptr<Module> Mod(bf.parse(in, 65536, cf, Context)); // 64 KiB in main() local
/external/clang/lib/Frontend/
DTestModuleFileExtension.cpp106 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()

12345678