/external/llvm/unittests/AsmParser/ |
D | AsmParserTest.cpp | 27 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/ |
D | LTOBackend.cpp | 156 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()
|
D | LTOCodeGenerator.cpp | 151 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/subzero/src/ |
D | IceCompiler.cpp | 133 std::unique_ptr<llvm::Module> Mod = in run() local 139 std::unique_ptr<llvm::Module> Mod = parseIRFile(IRFilename, Err, Context); in run() local
|
D | IceConverter.h | 34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter()
|
D | IceConverter.cpp | 708 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()
|
D | IceUtils.h | 98 uint64_t Mod = Pos & (Align - 1); in OffsetToAlignment() local
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 40 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 …]
|
D | PPLexerChange.cpp | 480 if (Module *Mod = getCurrentModule()) { in HandleEndOfFile() local 748 Module *Mod = getModuleContainingLocation(MD->getLocation()); in LeaveSubmodule() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.cpp | 194 [this](ModifierEntry const &Mod) { return Mod.VariantKind == Kind; }); in getName() 205 [&Name](ModifierEntry const &Mod) { return Mod.Spelling == Name; }); in getKindByName()
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Mod.java | 30 public class Mod extends Operation class
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindings.cpp | 68 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() 77 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 55 void addLinkModule(llvm::Module *Mod, unsigned LinkFlags) { in addLinkModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/ |
D | Parser.h | 73 std::unique_ptr<Module> Mod; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 73 DbiModuleDescriptor Mod; variable
|
/external/clang/lib/Basic/ |
D | Module.cpp | 246 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-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindings.cpp | 71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() 86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 142 std::unique_ptr<Module> Mod(bf.parse(in, 65536, cf, Context)); // 64 KiB in main() local
|
/external/clang/lib/Frontend/ |
D | TestModuleFileExtension.cpp | 106 ASTReader &Reader, serialization::ModuleFile &Mod, in createExtensionReader()
|
/external/clang/include/clang/Serialization/ |
D | ASTDeserializationListener.h | 54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} in ModuleRead()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 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()
|
D | SIPeepholeSDWA.cpp | 335 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src0_modifiers)) { in getSrcMods() local 339 if (auto *Mod = TII->getNamedOperand(*MI, AMDGPU::OpName::src1_modifiers)) { in getSrcMods() local 1036 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src0_modifiers)) in convertToSDWA() local 1048 if (auto *Mod = TII->getNamedOperand(MI, AMDGPU::OpName::src1_modifiers)) in convertToSDWA() local
|
/external/clang/unittests/Lex/ |
D | PPConditionalDirectiveRecordTest.cpp | 61 void makeModuleVisible(Module *Mod, in makeModuleVisible()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) { in Execute()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 54 unsigned char Mod = static_cast<unsigned char>(X) & 15; variable
|