Searched defs:MMI (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp19 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp43 MachineModuleInfo &MMI = variable
H A DMachinePassManager.cpp31 auto &MMI = MFAM.getResult<MachineModuleAnalysis>(M); local
H A DMachineCheckDebugify.cpp30 MachineModuleInfo &MMI = variable
H A DMachineDebugify.cpp36 bool applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, argument
172 MachineModuleInfo &MMI = variable
H A DMachineOutliner.cpp639 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); local
856 populateMapper(InstructionMapper &Mapper, Module &M, MachineModuleInfo &MMI) argument
910 initSizeRemarkInfo( const Module &M, const MachineModuleInfo &MMI, StringMap<unsigned> &FunctionToInstrCount) argument
926 emitInstrCountChangedRemark( const Module &M, const MachineModuleInfo &MMI, const StringMap<unsigned> &FunctionToInstrCount) argument
1007 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h43 void ThunkInserter<Derived>::createThunkFunction(MachineModuleInfo &MMI, argument
86 bool ThunkInserter<Derived>::run(MachineModuleInfo &MMI, MachineFunction &MF) { argument
H A DTailDuplicator.h43 const MachineModuleInfo *MMI; member in class:llvm::TailDuplicator
H A DDebugHandlerBase.h61 MachineModuleInfo *MMI; member in class:llvm::DebugHandlerBase
H A DMachineModuleInfo.h280 MachineModuleInfo MMI; member in class:llvm::MachineModuleInfoWrapperPass
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp18 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
42 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DX86AsmPrinter.cpp731 static void emitNonLazyStubs(MachineModuleInfo *MMI, MCStreamer &OutStreamer) { argument
[all...]
H A DX86IndirectThunks.cpp78 void insertThunks(MachineModuleInfo &MMI) { argument
123 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, argument
134 void RetpolineThunkInserter::insertThunks(MachineModuleInfo &MMI) { argument
267 auto &MMI local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp23 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp33 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
60 getIndirectSymViaGOTPCRel( const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DAArch64SLSHardening.cpp202 void SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI) { argument
421 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, argument
445 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); local
H A DAArch64LowerHomogeneousPrologEpilog.cpp46 AArch64LowerHomogeneousPE(Module *M, MachineModuleInfo *MMI) argument
54 MachineModuleInfo *MMI; member in class:__anon2149::AArch64LowerHomogeneousPE
155 createFrameHelperMachineFunction(Module *M, MachineModuleInfo *MMI, StringRef Name) argument
271 getOrCreateFrameHelper(Module *M, MachineModuleInfo *MMI, SmallVectorImpl<unsigned> &Regs, FrameHelperType Type, unsigned FpOffset = 0) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp57 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
H A DARMSLSHardening.cpp181 void SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI) { argument
394 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, argument
418 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h36 MachineModuleInfo *MMI; member in class:llvm::EHStreamer
H A DDebugHandlerBase.cpp230 static bool hasDebugInfo(const MachineModuleInfo *MMI, argument
[all...]
H A DAsmPrinterInlineAsm.cpp130 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
272 EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, const MCAsmInfo *MAI, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp119 MachineModuleInfo &MMI = MF.getMMI(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h223 getIndirectSymViaGOTPCRel(const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp398 getTTypeGlobalReference( const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const argument

Completed in 365 milliseconds

12