Home
last modified time | relevance | path

Searched refs:Mod (Results 1 – 25 of 145) sorted by relevance

123456

/external/elfutils/libcpu/defs/
Di38642 %mask {Mod} 2
83 01100110,00001111,11010000,{Mod}{xmmreg}{R_m}:addsubpd {Mod}{R_m},{xmmreg}
84 11110010,00001111,11010000,{Mod}{xmmreg}{R_m}:addsubps {Mod}{R_m},{xmmreg}
90 01100110,00001111,01010100,{Mod}{xmmreg}{R_m}:andpd {Mod}{R_m},{xmmreg}
91 00001111,01010100,{Mod}{xmmreg}{R_m}:andps {Mod}{R_m},{xmmreg}
92 01100110,00001111,01010101,{Mod}{xmmreg}{R_m}:andnpd {Mod}{R_m},{xmmreg}
93 00001111,01010101,{Mod}{xmmreg}{R_m}:andnps {Mod}{R_m},{xmmreg}
137 `11110010,00001111,11000010,{Mod}{xmmreg}{R_m},{imm8}:cmpsd {imm8},{Mod}{R_m},{xmmreg}
138 11110011,00001111,11000010,{Mod}{xmmreg}{R_m},{imm8}:cmpss {imm8},{Mod}{R_m},{xmmreg}
139 01100110,00001111,11000010,{Mod}{xmmreg}{R_m},{imm8}:cmppd {imm8},{Mod}{R_m},{xmmreg}
[all …]
/external/llvm/unittests/AsmParser/
DAsmParserTest.cpp27 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
29 EXPECT_TRUE(Mod != nullptr); in TEST()
40 std::unique_ptr<Module> Mod; in TEST() local
41 EXPECT_DEATH(Mod = parseAssemblyString(Source.substr(0, Source.size() - 2), in TEST()
54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
56 EXPECT_TRUE(Mod != nullptr); in TEST()
72 auto Mod = parseAssemblyString(Source, Error, Ctx); in TEST() local
73 ASSERT_TRUE(Mod != nullptr); in TEST()
74 auto &M = *Mod; in TEST()
137 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); in TEST() local
[all …]
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp33 Module *Mod; member in __anon164977710111::AMDGPUPromoteAlloca
51 Mod = &M; in doInitialization()
78 for (Module::global_iterator I = Mod->global_begin(), in runOnFunction()
79 E = Mod->global_end(); I != E; ++I) { in runOnFunction()
91 Mod->getDataLayout().getTypeAllocSize(GVTy->getElementType()); in runOnFunction()
299 WorkGroupSize * Mod->getDataLayout().getTypeAllocSize(AllocaTy); in visitAlloca()
318 *Mod, GVTy, false, GlobalValue::ExternalLinkage, 0, I.getName(), 0, in visitAlloca()
322 Type::getInt32Ty(Mod->getContext()), false); in visitAlloca()
324 AttrSet.addAttribute(Mod->getContext(), 0, Attribute::ReadNone); in visitAlloca()
326 Value *ReadLocalSizeY = Mod->getOrInsertFunction( in visitAlloca()
[all …]
DSITypeRewriter.cpp37 Module *Mod; member in __anone2b19c530111::SITypeRewriter
58 Mod = &M; in doInitialization()
130 Function *NewF = Mod->getFunction(Name); in visitCallInst()
132 …eate(FunctionType::get(F->getReturnType(), Types, false), GlobalValue::ExternalLinkage, Name, Mod); in visitCallInst()
DR600TextureIntrinsicsReplacer.cpp30 Module *Mod; member in __anon765ff6ce0111::R600TextureIntrinsicsReplacer
148 Function *F = Mod->getFunction(Name); in ReplaceCallInst()
150 F = Function::Create(FT, GlobalValue::ExternalLinkage, Name, Mod); in ReplaceCallInst()
214 Mod = &M; in doInitialization()
/external/clang/include/clang/Lex/
DModuleMap.h220 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
234 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
436 bool resolveExports(Module *Mod, bool Complain);
446 bool resolveUses(Module *Mod, bool Complain);
456 bool resolveConflicts(Module *Mod, bool Complain);
470 void setUmbrellaHeader(Module *Mod, const FileEntry *UmbrellaHeader,
475 void setUmbrellaDir(Module *Mod, const DirectoryEntry *UmbrellaDir,
480 void addHeader(Module *Mod, Module::Header Header,
484 void excludeHeader(Module *Mod, Module::Header Header);
/external/clang/lib/Lex/
DModuleMap.cpp40 ModuleMap::resolveExport(Module *Mod, in resolveExport() argument
50 Module *Context = resolveModuleId(Unresolved.Id, Mod, Complain); in resolveExport()
57 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId() argument
60 Module *Context = lookupModuleUnqualified(Id[0].first, Mod); in resolveModuleId()
64 << Id[0].first << Mod->getFullModuleName(); in resolveModuleId()
575 static void inferFrameworkLink(Module *Mod, const DirectoryEntry *FrameworkDir, in inferFrameworkLink() argument
577 assert(Mod->IsFramework && "Can only infer linking for framework modules"); in inferFrameworkLink()
578 assert(!Mod->isSubFramework() && in inferFrameworkLink()
583 llvm::sys::path::append(LibName, Mod->Name); in inferFrameworkLink()
592 Mod->LinkLibraries.push_back(Module::LinkLibrary(Mod->Name, in inferFrameworkLink()
[all …]
/external/llvm/examples/BrainF/
DBrainFDriver.cpp127 std::unique_ptr<Module> Mod(bf.parse(in, 65536, cf, Context)); // 64 KiB in main() local
130 addMainFunction(Mod.get()); in main()
133 if (verifyModule(*Mod)) { in main()
143 Module &M = *Mod; in main()
144 ExecutionEngine *ee = EngineBuilder(std::move(Mod)).create(); in main()
149 WriteBitcodeToFile(Mod.get(), *out); in main()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp66 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() argument
70 Module *M(unwrap(Mod)); in LLVMOrcAddEagerlyCompiledIR()
75 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR() argument
79 Module *M(unwrap(Mod)); in LLVMOrcAddLazilyCompiledIR()
/external/clang/include/clang/Serialization/
DASTReader.h473 ModuleFile *Mod; member
477 ReplacedDeclInfo() : Mod(nullptr), Offset(0), RawLoc(0) {} in ReplacedDeclInfo()
478 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc) in ReplacedDeclInfo()
479 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {} in ReplacedDeclInfo()
498 ModuleFile *Mod; member
501 FileDeclsInfo() : Mod(nullptr) {} in FileDeclsInfo()
502 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) in FileDeclsInfo()
503 : Mod(Mod), Decls(Decls) {} in FileDeclsInfo()
529 ModuleFile *Mod; member
633 Module *Mod; member
[all …]
/external/llvm/test/Analysis/BasicAA/
Dcs-cs.ll63 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
65 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
67 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa…
68 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa…
82 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
87 ; CHECK: Just Mod: Ptr: i8* %R <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %R, i8* %…
103 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
105 ; CHECK: Just Mod: Ptr: i8* %R <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
108 ; CHECK: Just Mod: Ptr: i8* %R <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %R, i8* %…
109 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa…
[all …]
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp105 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() argument
106 assert(&Mod->getModule().getContext() == &Context && in addModule()
109 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
111 const std::vector<const char *> &undefs = Mod->getAsmUndefinedRefs(); in addModule()
118 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() argument
119 assert(&Mod->getModule().getContext() == &Context && in setModule()
124 MergedModule = Mod->takeModule(); in setModule()
127 const std::vector<const char*> &Undefs = Mod->getAsmUndefinedRefs(); in setModule()
367 const Module &Mod, in accumulateAndSortLibcalls() argument
380 for (const Function &F : Mod) { in accumulateAndSortLibcalls()
/external/clang/lib/Basic/
DModule.cpp246 Module *Mod = *I; in getExportedModules() local
247 if (!Mod->IsExplicit) in getExportedModules()
248 Exported.push_back(Mod); in getExportedModules()
256 Module *Mod = Exports[I].getPointer(); in getExportedModules() local
259 Exported.push_back(Mod); in getExportedModules()
284 Module *Mod = Imports[I]; in getExportedModules() local
290 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) { in getExportedModules()
300 Exported.push_back(Mod); in getExportedModules()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp182 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
184 if (Mod) in LLVMCreateMCJITCompilerForModule()
187 for (auto &F : *Mod) { in LLVMCreateMCJITCompilerForModule()
196 EngineBuilder builder(std::move(Mod)); in LLVMCreateMCJITCompilerForModule()
258 Module *Mod = unwrap(M); in LLVMRemoveModule() local
259 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
260 *OutMod = wrap(Mod); in LLVMRemoveModule()
/external/llvm/tools/lli/
Dlli.cpp407 Module *Mod = Owner.get(); in main() local
408 if (!Mod) { in main()
419 Mod->setModuleIdentifier(CacheName); in main()
424 if (std::error_code EC = Mod->materializeAll()) { in main()
446 Mod->setTargetTriple(Triple::normalize(TargetTriple)); in main()
538 if (RemoteMCJIT && Triple(Mod->getTargetTriple()).isOSCygMing()) { in main()
539 addCygMingExtraModule(EE, Context, Mod->getTargetTriple()); in main()
574 Function *EntryFn = Mod->getFunction(EntryFunc); in main()
588 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context), in main()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java6 import org.bouncycastle.math.raw.Mod;
99 Mod.invert(SecP224R1Field.P, ((SecP224R1FieldElement)b).x, z); in divide()
122 Mod.invert(SecP224R1Field.P, x, z); in invert()
141 int[] r = Mod.random(SecP224R1Field.P); in sqrt()
265 Mod.invert(SecP224R1Field.P, e0, t); in trySqrt()
DSecP521R1FieldElement.java6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP521R1Field.P, ((SecP521R1FieldElement)b).x, z); in divide()
121 Mod.invert(SecP521R1Field.P, x, z); in invert()
DSecP256R1FieldElement.java6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP256R1Field.P, ((SecP256R1FieldElement)b).x, z); in divide()
121 Mod.invert(SecP256R1Field.P, x, z); in invert()
DSecP192R1FieldElement.java6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP192R1Field.P, ((SecP192R1FieldElement)b).x, z); in divide()
121 Mod.invert(SecP192R1Field.P, x, z); in invert()
DSecP384R1FieldElement.java6 import org.bouncycastle.math.raw.Mod;
98 Mod.invert(SecP384R1Field.P, ((SecP384R1FieldElement)b).x, z); in divide()
121 Mod.invert(SecP384R1Field.P, x, z); in invert()
/external/clang/include/clang/Basic/
DModule.h345 for (const Module *Mod = this; Mod; Mod = Mod->Parent) in isPartOfFramework() local
346 if (Mod->IsFramework) in isPartOfFramework()
/external/llvm/include/llvm-c/
DOrcBindings.h91 LLVMOrcAddEagerlyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod,
99 LLVMOrcAddLazilyCompiledIR(LLVMOrcJITStackRef JITStack, LLVMModuleRef Mod,
/external/clang/examples/clang-interpreter/
Dmain.cpp53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) { in Execute() argument
57 llvm::Module &M = *Mod; in Execute()
60 createExecutionEngine(std::move(Mod), &Error)); in Execute()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DHasPositionalPredChecker.java32 import org.apache.xpath.operations.Mod;
106 (pred instanceof Mod) || in visitPredicate()
/external/clang/include/clang/CodeGen/
DCodeGenAction.h55 void addLinkModule(llvm::Module *Mod, unsigned LinkFlags) { in addLinkModule() argument
56 LinkModules.push_back(std::make_pair(LinkFlags, Mod)); in addLinkModule()

123456