/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 223 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() argument 224 : TM(std::move(MMI.TM)), in MachineModuleInfo() 225 Context(MMI.TM.getMCAsmInfo(), MMI.TM.getMCRegisterInfo(), in MachineModuleInfo() 226 MMI.TM.getObjFileLowering(), nullptr, nullptr, false) { in MachineModuleInfo() 227 ObjFileMMI = MMI.ObjFileMMI; in MachineModuleInfo() 228 CurCallSite = MMI.CurCallSite; in MachineModuleInfo() 229 UsesMSVCFloatingPoint = MMI.UsesMSVCFloatingPoint; in MachineModuleInfo() 230 UsesMorestackAddr = MMI.UsesMorestackAddr; in MachineModuleInfo() 231 HasSplitStack = MMI.HasSplitStack; in MachineModuleInfo() 232 HasNosplitStack = MMI.HasNosplitStack; in MachineModuleInfo() [all …]
|
D | MachineOutliner.cpp | 922 MachineModuleInfo &MMI); 928 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI, 934 emitInstrCountChangedRemark(const Module &M, const MachineModuleInfo &MMI, 1134 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction() local 1135 MachineFunction &MF = MMI.getOrCreateMachineFunction(*F); in createOutlinedFunction() 1297 MachineModuleInfo &MMI) { in populateMapper() argument 1309 MachineFunction *MF = MMI.getMachineFunction(F); in populateMapper() 1351 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo() argument 1356 MachineFunction *MF = MMI.getMachineFunction(F); in initSizeRemarkInfo() 1367 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark() argument [all …]
|
D | MachineFunctionPass.cpp | 44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction() local 45 MachineFunction &MF = MMI.getOrCreateMachineFunction(F); in runOnFunction()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | Makefile | 76 MMI-OBJS += mips/constants.o 77 MMI-OBJS-$(CONFIG_H264DSP) += mips/h264dsp_mmi.o 78 MMI-OBJS-$(CONFIG_H264CHROMA) += mips/h264chroma_mmi.o 79 MMI-OBJS-$(CONFIG_H264PRED) += mips/h264pred_mmi.o 80 MMI-OBJS-$(CONFIG_MPEGVIDEO) += mips/mpegvideo_mmi.o 81 MMI-OBJS-$(CONFIG_IDCTDSP) += mips/idctdsp_mmi.o \ 83 MMI-OBJS-$(CONFIG_MPEG4_DECODER) += mips/xvid_idct_mmi.o 84 MMI-OBJS-$(CONFIG_BLOCKDSP) += mips/blockdsp_mmi.o 85 MMI-OBJS-$(CONFIG_PIXBLOCKDSP) += mips/pixblockdsp_mmi.o 86 MMI-OBJS-$(CONFIG_H264QPEL) += mips/h264qpel_mmi.o [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugHandlerBase.cpp | 87 DebugHandlerBase::DebugHandlerBase(AsmPrinter *A) : Asm(A), MMI(Asm->MMI) {} in DebugHandlerBase() 171 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() argument 173 if (!MMI->hasDebugInfo()) in hasDebugInfo() 188 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction() 280 if (!MMI->hasDebugInfo()) in beginInstruction() 299 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction() 306 if (!MMI->hasDebugInfo()) in endInstruction() 331 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction() 338 if (hasDebugInfo(MMI, MF)) in endFunction()
|
D | AsmPrinterInlineAsm.cpp | 77 MCContext &Context = MMI->getContext(); in addInlineAsmDiagBuffer() 80 LLVMContext &LLVMCtx = MMI->getModule()->getContext(); in addInlineAsmDiagBuffer() 172 MachineModuleInfo *MMI, AsmPrinter *AP, in EmitMSInlineAsmStr() argument 303 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitMSInlineAsmStr() 313 MachineModuleInfo *MMI, int AsmPrinterVariant, in EmitGCCInlineAsmStr() argument 464 MMI->getContext().registerInlineAsmLabel(Sym); in EmitGCCInlineAsmStr() 482 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitGCCInlineAsmStr() 545 EmitGCCInlineAsmStr(AsmStr, MI, MMI, AsmPrinterVariant, AP, LocCookie, OS); in EmitInlineAsm() 547 EmitMSInlineAsmStr(AsmStr, MI, MMI, AP, LocCookie, OS); in EmitInlineAsm()
|
D | DwarfCFIException.cpp | 76 for (const Function *Personality : MMI->getPersonalities()) { in endModule() 155 MMI->addPersonality(P); in beginFragment() 159 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(P, Asm->TM, MMI); in beginFragment()
|
D | AsmPrinter.cpp | 219 return MMI->getModule()->getDataLayout(); in getDataLayout() 260 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in doInitialization() 315 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization() 322 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) { in doInitialization() 386 MMI->getModule()->getModuleFlag("cfguard"))) in doInitialization() 743 MMI->takeDeletedSymbolsForFunction(&F, DeadBlockSyms); in EmitFunctionHeader() 968 if (MMI->hasDebugInfo() || MF->getTarget().Options.ForceDwarfFrameSection) in needsCFIMoves() 1039 MachineModuleInfo *MMI) { in needFuncLabelsForEHOrDebugInfo() argument 1040 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo() 1059 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.cpp | 20 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo() argument 21 : MachineModuleInfoELF(MMI) { in AMDGPUMachineModuleInfo() 22 LLVMContext &CTX = MMI.getModule()->getContext(); in AMDGPUMachineModuleInfo()
|
D | SIMemoryLegalizer.cpp | 204 AMDGPUMachineModuleInfo *MMI = nullptr; member in __anonb7ffc4510111::SIMemOpAccess 458 if (SSID == MMI->getAgentSSID()) in toSIAtomicScope() 462 if (SSID == MMI->getWorkgroupSSID()) in toSIAtomicScope() 466 if (SSID == MMI->getWavefrontSSID()) in toSIAtomicScope() 474 if (SSID == MMI->getSystemOneAddressSpaceSSID()) in toSIAtomicScope() 478 if (SSID == MMI->getAgentOneAddressSpaceSSID()) in toSIAtomicScope() 482 if (SSID == MMI->getWorkgroupOneAddressSpaceSSID()) in toSIAtomicScope() 486 if (SSID == MMI->getWavefrontOneAddressSpaceSSID()) in toSIAtomicScope() 490 if (SSID == MMI->getSingleThreadOneAddressSpaceSSID()) in toSIAtomicScope() 513 MMI = &MF.getMMI().getObjFileInfo<AMDGPUMachineModuleInfo>(); in SIMemOpAccess() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 36 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() argument 52 GV, Encoding, TM, MMI, Streamer); in getTTypeGlobalReference() 57 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol() 63 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel() argument
|
D | AArch64TargetObjectFile.h | 31 MachineModuleInfo *MMI, 36 MachineModuleInfo *MMI) const override; 41 MachineModuleInfo *MMI,
|
D | AArch64RedundantCopyElimination.cpp | 462 for (MachineInstr &MMI : make_range(FirstUse, PredMBB->end())) in optimizeBlock() 463 MMI.clearKillInfo(); in optimizeBlock() 464 for (MachineInstr &MMI : make_range(MBB->begin(), LastChange)) in optimizeBlock() 465 MMI.clearKillInfo(); in optimizeBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 27 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() argument 40 GV, Encoding, TM, MMI, Streamer); in getTTypeGlobalReference() 45 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol() 51 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel() argument
|
D | X86TargetObjectFile.h | 24 MachineModuleInfo *MMI, 31 MachineModuleInfo *MMI) const override; 36 MachineModuleInfo *MMI,
|
D | X86AsmPrinter.cpp | 140 MMI->getObjFileInfo<MachineModuleInfoMachO>().getGVStubEntry(Sym); in PrintSymbolOperand() 594 MCSection *Nt = MMI->getContext().getELFSection( in EmitStartOfAsmFile() 623 MCSymbol *S = MMI->getContext().getOrCreateSymbol(StringRef("@feat.00")); in EmitStartOfAsmFile() 644 S, MCConstantExpr::create(Feat00Flags, MMI->getContext())); in EmitStartOfAsmFile() 678 static void emitNonLazyStubs(MachineModuleInfo *MMI, MCStreamer &OutStreamer) { in emitNonLazyStubs() argument 681 MMI->getObjFileInfo<MachineModuleInfoMachO>(); in emitNonLazyStubs() 689 OutStreamer.SwitchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs() 707 emitNonLazyStubs(MMI, *OutStreamer); in EmitEndOfAsmFile() 720 if (MMI->usesMSVCFloatingPoint()) { in EmitEndOfAsmFile() 736 MCSymbol *S = MMI->getContext().getOrCreateSymbol(SymbolName); in EmitEndOfAsmFile()
|
D | X86CallFrameOptimization.cpp | 475 auto MMI = Context.ArgStoreVector.begin(), MME = Context.ArgStoreVector.end(); in collectCallInfo() local 476 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize) in collectCallInfo() 477 if (*MMI == nullptr) in collectCallInfo() 481 if (MMI == Context.ArgStoreVector.begin()) in collectCallInfo() 486 for (; MMI != MME; ++MMI) in collectCallInfo() 487 if (*MMI != nullptr) in collectCallInfo()
|
D | X86RetpolineThunks.cpp | 66 MachineModuleInfo *MMI = nullptr; member in __anonad5be0ba0111::X86RetpolineThunks 100 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() 101 Module &M = const_cast<Module &>(*MMI->getModule()); in runOnMachineFunction() 222 MachineFunction &MF = MMI->getOrCreateMachineFunction(*F); in createThunkFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 25 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() argument 28 MachineModuleInfoELF &ELFMMI = MMI->getObjFileInfo<MachineModuleInfoELF>(); in getTTypeGlobalReference() 46 MMI, Streamer); in getTTypeGlobalReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 76 MachineModuleInfo *MMI, 82 MachineModuleInfo *MMI) const override; 121 MachineModuleInfo *MMI, 127 MachineModuleInfo *MMI) const override; 133 MachineModuleInfo *MMI,
|
D | MachineModuleInfo.h | 264 MachineModuleInfo MMI; variable 274 MachineModuleInfo &getMMI() { return MMI; } in getMMI() 275 const MachineModuleInfo &getMMI() const { return MMI; } in getMMI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 134 MachineModuleInfo *MMI, 146 MachineModuleInfo *MMI) const; 198 MachineModuleInfo *MMI, in getIndirectSymViaGOTPCRel() argument
|
/third_party/ffmpeg/ffbuild/ |
D | arch.mak | 11 OBJS-$(HAVE_MMI) += $(MMI-OBJS) $(MMI-OBJS-yes)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 58 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() argument 61 GV, Encoding, TM, MMI, Streamer); in getTTypeGlobalReference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI); 107 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI); 251 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() argument 257 if (parseMachineFunction(M, MMI)) in parseMachineFunctions() 279 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() argument 284 const LLVMTargetMachine &TM = MMI.getTarget(); in parseMachineFunction() 303 if (MMI.getMachineFunction(*F) != nullptr) in parseMachineFunction() 308 MachineFunction &MF = MMI.getOrCreateMachineFunction(*F); in parseMachineFunction() 933 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() argument 934 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
|