Home
last modified time | relevance | path

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

1234567

/third_party/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp156 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses() argument
224 MPM.run(Mod, MAM); in runNewPMPasses()
229 static void runNewPMCustomPasses(Module &Mod, TargetMachine *TM, in runNewPMCustomPasses() argument
269 MPM.run(Mod, MAM); in runNewPMCustomPasses()
272 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses() argument
300 passes.run(Mod); in runOldPMPasses()
303 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt() argument
308 runNewPMCustomPasses(Mod, TM, Conf.OptPipeline, Conf.AAPipeline, in opt()
311 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary, in opt()
314 runOldPMPasses(Conf, Mod, TM, IsThinLTO, ExportSummary, ImportSummary); in opt()
[all …]
DLTOCodeGenerator.cpp151 void LTOCodeGenerator::setAsmUndefinedRefs(LTOModule *Mod) { in setAsmUndefinedRefs() argument
152 const std::vector<StringRef> &undefs = Mod->getAsmUndefinedRefs(); in setAsmUndefinedRefs()
157 bool LTOCodeGenerator::addModule(LTOModule *Mod) { in addModule() argument
158 assert(&Mod->getModule().getContext() == &Context && in addModule()
161 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
162 setAsmUndefinedRefs(Mod); in addModule()
170 void LTOCodeGenerator::setModule(std::unique_ptr<LTOModule> Mod) { in setModule() argument
171 assert(&Mod->getModule().getContext() == &Context && in setModule()
176 MergedModule = Mod->takeModule(); in setModule()
178 setAsmUndefinedRefs(&*Mod); in setModule()
DLTO.cpp667 RegularLTOState::AddedModule Mod; in addRegularLTO() local
674 Mod.M = std::move(*MOrErr); in addRegularLTO()
685 Mod.Keep.push_back(&GV); in addRegularLTO()
724 Mod.Keep.push_back(GV); in addRegularLTO()
744 Mod.Keep.push_back(GV); in addRegularLTO()
777 return std::move(Mod); in addRegularLTO()
780 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO() argument
783 for (GlobalValue *GV : Mod.Keep) { in linkRegularLTO()
802 return RegularLTO.Mover->move(std::move(Mod.M), Keep, in linkRegularLTO()
1284 for (auto &Mod : ThinLTO.ModuleMap) in runThinLTO() local
[all …]
DThinLTOCodeGenerator.cpp186 auto &Mod = Input->getSingleBitcodeModule(); in loadModuleFromInput() local
189 Lazy ? Mod.getLazyModule(Context, in loadModuleFromInput()
191 : Mod.parseModule(Context); in loadModuleFromInput()
194 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput()
570 for (auto &Mod : Modules) { in linkCombinedIndex() local
571 auto &M = Mod->getSingleBitcodeModule(); in linkCombinedIndex()
573 M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) { in linkCombinedIndex()
913 for (auto &Mod : Modules) { in run() local
919 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, in run()
1042 auto &Mod = Modules[IndexCount]; in run() local
[all …]
/third_party/typescript/tests/baselines/reference/
DclassExtendsInterfaceInModule.symbols26 module Mod {
27 >Mod : Symbol(Mod, Decl(classExtendsInterfaceInModule.ts, 5, 30))
37 class D extends Mod.Nested.I {}
39 >Mod.Nested.I : Symbol(Mod.Nested.I, Decl(classExtendsInterfaceInModule.ts, 8, 26))
40 >Mod.Nested : Symbol(Mod.Nested, Decl(classExtendsInterfaceInModule.ts, 7, 12))
41 >Mod : Symbol(Mod, Decl(classExtendsInterfaceInModule.ts, 5, 30))
42 >Nested : Symbol(Mod.Nested, Decl(classExtendsInterfaceInModule.ts, 7, 12))
43 >I : Symbol(Mod.Nested.I, Decl(classExtendsInterfaceInModule.ts, 8, 26))
DclassExtendsInterfaceInModule.types18 module Mod {
24 class D extends Mod.Nested.I {}
26 >Mod.Nested.I : any
27 >Mod.Nested : any
28 >Mod : any
Dimport_reference-exported-alias.symbols40 import Mod = App;
41 >Mod : Symbol(Mod, Decl(file1.ts, 8, 1))
44 export = Mod;
45 >Mod : Symbol(Mod, Decl(file1.ts, 8, 1))
Dimport_reference-exported-alias.js14 import Mod = App;
15 export = Mod;
42 var Mod = App;
43 return Mod;
Dimport_reference-exported-alias.types43 import Mod = App;
44 >Mod : typeof App
47 export = Mod;
48 >Mod : typeof App
DclassExtendsInterfaceInModule.errors.txt3 …endsInterfaceInModule.ts(14,17): error TS2689: Cannot extend an interface 'Mod.Nested.I'. Did you …
18 module Mod {
24 class D extends Mod.Nested.I {}
26 !!! error TS2689: Cannot extend an interface 'Mod.Nested.I'. Did you mean 'implements'?
DclassExtendsInterfaceInModule.js9 module Mod {
15 class D extends Mod.Nested.I {}
54 }(Mod.Nested.I));
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.h34 Converter(llvm::Module *Mod, GlobalContext *Ctx) in Converter() argument
35 : Translator(Ctx), Mod(Mod), in Converter()
44 llvm::Module *getModule() const { return Mod; } in getModule()
51 llvm::Module *Mod;
60 void nameUnnamedGlobalVariables(llvm::Module *Mod);
64 void nameUnnamedFunctions(llvm::Module *Mod);
70 void convertGlobals(llvm::Module *Mod);
73 void installGlobalDeclarations(llvm::Module *Mod);
DIceConverter.cpp672 void convertGlobalsToIce(Module *Mod);
708 void LLVM2ICEGlobalsConverter::convertGlobalsToIce(Module *Mod) { in convertGlobalsToIce() argument
709 for (Module::const_global_iterator I = Mod->global_begin(), in convertGlobalsToIce()
710 E = Mod->global_end(); in convertGlobalsToIce()
811 void Converter::nameUnnamedGlobalVariables(Module *Mod) { in nameUnnamedGlobalVariables() argument
816 for (auto V = Mod->global_begin(), E = Mod->global_end(); V != E; ++V) { in nameUnnamedGlobalVariables()
826 void Converter::nameUnnamedFunctions(Module *Mod) { in nameUnnamedFunctions() argument
831 for (Function &F : *Mod) { in nameUnnamedFunctions()
843 nameUnnamedGlobalVariables(Mod); in convertToIce()
844 nameUnnamedFunctions(Mod); in convertToIce()
[all …]
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
141 if (!Mod) { in run()
148 std::unique_ptr<Converter> Converter(new class Converter(Mod.get(), &Ctx)); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp33 : Mod(Module), Stream(std::move(Stream)) {} in ModuleDebugStreamRef()
40 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
51 uint32_t SymbolSize = Mod.getSymbolDebugInfoByteSize(); in reloadSerialize()
52 uint32_t C11Size = Mod.getC11LineInfoByteSize(); in reloadSerialize()
53 uint32_t C13Size = Mod.getC13LineInfoByteSize(); in reloadSerialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp83 Module *Mod = nullptr; member in __anon405af90c0111::AMDGPUPromoteAlloca
141 Mod = &M; in doInitialization()
142 DL = &Mod->getDataLayout(); in doInitialization()
189 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_y); in getLocalSizeYZ()
191 = Intrinsic::getDeclaration(Mod, Intrinsic::r600_read_local_size_z); in getLocalSizeYZ()
237 = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_dispatch_ptr); in getLocalSizeYZ()
246 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ()
259 MDNode *MD = MDNode::get(Mod->getContext(), None); in getLocalSizeYZ()
293 Function *WorkitemIdFn = Intrinsic::getDeclaration(Mod, IntrID); in getWorkitemID()
648 const DataLayout &DL = Mod->getDataLayout(); in hasSufficientLocalMem()
[all …]
DAMDGPUHSAMetadataStreamer.h44 virtual void begin(const Module &Mod) = 0;
79 void emitPrintf(const Module &Mod);
113 void begin(const Module &Mod) override;
151 void emitPrintf(const Module &Mod);
179 void begin(const Module &Mod) override;
DAMDGPULowerKernelAttributes.cpp44 Module *Mod = nullptr; member in __anon4f83890b0111::AMDGPULowerKernelAttributes
68 Mod = &M; in doInitialization()
92 const DataLayout &DL = Mod->getDataLayout(); in processUse()
242 Function *DispatchPtr = Mod->getFunction(DispatchPtrName); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp183 std::unique_ptr<Module> Mod(unwrap(M)); in LLVMCreateMCJITCompilerForModule() local
185 if (Mod) in LLVMCreateMCJITCompilerForModule()
188 for (auto &F : *Mod) { in LLVMCreateMCJITCompilerForModule()
197 EngineBuilder builder(std::move(Mod)); in LLVMCreateMCJITCompilerForModule()
263 Module *Mod = unwrap(M); in LLVMRemoveModule() local
264 unwrap(EE)->removeModule(Mod); in LLVMRemoveModule()
265 *OutMod = wrap(Mod); in LLVMRemoveModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.cpp194 [this](ModifierEntry const &Mod) { return Mod.VariantKind == Kind; }); in getName() argument
205 [&Name](ModifierEntry const &Mod) { return Mod.Spelling == Name; }); in getKindByName() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR() argument
75 std::unique_ptr<Module> M(unwrap(Mod)); in LLVMOrcAddEagerlyCompiledIR()
86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR() argument
90 std::unique_ptr<Module> M(unwrap(Mod)); in LLVMOrcAddLazilyCompiledIR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h53 std::unique_ptr<Module> Mod; member
117 const Module &getModule() const { return *Mod; } in getModule()
118 Module &getModule() { return *Mod; } in getModule()
120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule()
/third_party/typescript/tests/cases/compiler/
Dimport_reference-exported-alias.ts12 import Mod = App;
13 export = Mod;
DclassExtendsInterfaceInModule.ts8 module Mod {
14 class D extends Mod.Nested.I {}

1234567