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

123

/external/llvm/unittests/AsmParser/
H A DAsmParserTest.cpp27 auto Mod = parseAssemblyString(Source, Error, Ctx); local
29 EXPECT_TRUE(Mod != nullptr);
40 std::unique_ptr<Module> Mod; local
41 EXPECT_DEATH(Mod = parseAssemblyString(Source.substr(0, Source.size() - 2),
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); local
56 EXPECT_TRUE(Mod != nullptr);
72 auto Mod = parseAssemblyString(Source, Error, Ctx); local
73 ASSERT_TRUE(Mod != nullptr);
74 auto &M = *Mod;
137 auto Mod local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DMod.java19 * $Id: Mod.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Mod extends Operation class in inherits:Operation
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h55 void addLinkModule(llvm::Module *Mod, unsigned LinkFlags) { argument
56 LinkModules.push_back(std::make_pair(LinkFlags, Mod));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DMod.java7 public abstract class Mod class
/external/clang/examples/clang-interpreter/
H A Dmain.cpp53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) { argument
57 llvm::Module &M = *Mod;
60 createExecutionEngine(std::move(Mod), &Error));
/external/clang/include/clang/Serialization/
H A DASTDeserializationListener.h54 virtual void ModuleRead(serialization::SubmoduleID ID, Module *Mod) {} argument
/external/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp108 ASTReader &Reader, serialization::ModuleFile &Mod,
114 Reader.getDiags().Report(Mod.ImportLoc,
106 createExtensionReader( const ModuleFileExtensionMetadata &Metadata, ASTReader &Reader, serialization::ModuleFile &Mod, const llvm::BitstreamCursor &Stream) argument
/external/llvm/include/llvm/ADT/
H A DStringExtras.h65 unsigned char Mod = static_cast<unsigned char>(X) & 15; local
66 *--BufPtr = hexdigit(Mod, LowerCase);
/external/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h255 void init(Module *Mod) { argument
256 M = Mod;
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindings.cpp66 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, argument
70 Module *M(unwrap(Mod));
75 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, argument
79 Module *M(unwrap(Mod));
/external/llvm/lib/Object/
H A DIRObjectFile.cpp38 IRObjectFile::IRObjectFile(MemoryBufferRef Object, std::unique_ptr<Module> Mod) argument
39 : SymbolicFile(Binary::ID_IR, Object), M(std::move(Mod)) {
/external/llvm/lib/Target/AMDGPU/
H A DSITypeRewriter.cpp37 Module *Mod; member in class:__anon12510::SITypeRewriter
58 Mod = &M;
130 Function *NewF = Mod->getFunction(Name);
132 NewF = Function::Create(FunctionType::get(F->getReturnType(), Types, false), GlobalValue::ExternalLinkage, Name, Mod);
H A DR600TextureIntrinsicsReplacer.cpp30 Module *Mod; member in class:__anon12493::R600TextureIntrinsicsReplacer
148 Function *F = Mod->getFunction(Name);
150 F = Function::Create(FT, GlobalValue::ExternalLinkage, Name, Mod);
214 Mod = &M;
H A DAMDGPUPromoteAlloca.cpp33 Module *Mod; member in class:__anon12472::AMDGPUPromoteAlloca
51 Mod = &M;
78 for (Module::global_iterator I = Mod->global_begin(),
79 E = Mod->global_end(); I != E; ++I) {
91 Mod->getDataLayout().getTypeAllocSize(GVTy->getElementType());
299 WorkGroupSize * Mod->getDataLayout().getTypeAllocSize(AllocaTy);
318 *Mod, GVTy, false, GlobalValue::ExternalLinkage, 0, I.getName(), 0,
322 Type::getInt32Ty(Mod->getContext()), false);
324 AttrSet.addAttribute(Mod->getContext(), 0, Attribute::ReadNone);
326 Value *ReadLocalSizeY = Mod
[all...]
/external/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp68 bool CrossDSOCFI::doInitialization(Module &Mod) { argument
69 M = &Mod;
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp48 static void writeModuleToBuffer(std::unique_ptr<Module> Mod, argument
51 WriteBitcodeToFile(Mod.get(), OS);
/external/clang/lib/Basic/
H A DModule.cpp246 Module *Mod = *I; local
247 if (!Mod->IsExplicit)
248 Exported.push_back(Mod);
256 Module *Mod = Exports[I].getPointer(); local
259 Exported.push_back(Mod);
284 Module *Mod = Imports[I]; local
290 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
300 Exported.push_back(Mod);
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp201 Module *Mod = BB->getParent()->getParent(); local
202 Value *ExtF = Intrinsic::getDeclaration(Mod, IntId);
/external/llvm/lib/Target/
H A DTargetMachineC.cpp193 Module* Mod = unwrap(M); local
199 Mod->setDataLayout(TM->createDataLayout());
216 pass.run(*Mod);
/external/llvm/tools/lli/
H A Dlli.cpp407 Module *Mod = Owner.get(); local
408 if (!Mod) {
419 Mod->setModuleIdentifier(CacheName);
424 if (std::error_code EC = Mod->materializeAll()) {
446 Mod->setTargetTriple(Triple::normalize(TargetTriple));
538 if (RemoteMCJIT && Triple(Mod->getTargetTriple()).isOSCygMing()) {
539 addCygMingExtraModule(EE, Context, Mod->getTargetTriple());
574 Function *EntryFn = Mod->getFunction(EntryFunc);
588 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp74 void WriteImplicitModuleImport(const Module *Mod);
134 void InclusionRewriter::WriteImplicitModuleImport(const Module *Mod) { argument
135 OS << "@import " << Mod->getFullModuleName() << ";"
453 if (const Module *Mod = FindModuleAtLocation(Loc))
454 WriteImplicitModuleImport(Mod);
/external/clang/lib/Lex/
H A DPPLexerChange.cpp480 if (Module *Mod = getCurrentModule()) {
481 if (Mod->getUmbrellaHeader()) {
488 const DirectoryEntry *Dir = Mod->getUmbrellaDir().Entry;
510 << Mod->getFullModuleName() << RelativePath;
713 Module *Mod = getModuleContainingLocation(MD->getLocation()); local
714 if (Mod != LeavingMod)
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp105 bool LTOCodeGenerator::addModule(LTOModule *Mod) { argument
106 assert(&Mod->getModule().getContext() == &Context &&
109 bool ret = TheLinker->linkInModule(Mod->takeModule());
111 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs();
118 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { argument
119 assert(&Mod->getModule().getContext() == &Context &&
124 MergedModule = Mod->takeModule();
127 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs();
367 const Module &Mod,
380 for (const Function &F : Mod) {
365 accumulateAndSortLibcalls(std::vector<StringRef> &Libcalls, const TargetLibraryInfo& TLI, const Module &Mod, const TargetMachine &TM) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp38 void llvm::clearAnnotationCache(const llvm::Module *Mod) { argument
40 annotationCache->erase(Mod);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp42 Module *Mod; member in class:__anon14084::R600KernelParameters
97 Module *Mod = const_cast<Function*>(Fun)->getParent(); local
98 NamedMDNode * MD = Mod->getOrInsertNamedMetadata("opencl.kernels");
449 Mod = &M;

Completed in 1090 milliseconds

123