Home
last modified time | relevance | path

Searched refs:MachineModuleInfo (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h78 class MachineModuleInfo {
150 MachineModuleInfo &operator=(MachineModuleInfo &&MMII) = delete;
153 explicit MachineModuleInfo(const LLVMTargetMachine *TM = nullptr);
155 explicit MachineModuleInfo(const LLVMTargetMachine *TM,
158 MachineModuleInfo(MachineModuleInfo &&MMII);
160 ~MachineModuleInfo();
199 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>(); in getObjFileInfo()
280 MachineModuleInfo MMI;
293 MachineModuleInfo &getMMI() { return MMI; } in getMMI()
294 const MachineModuleInfo &getMMI() const { return MMI; } in getMMI()
[all …]
DMachineModuleInfoImpls.h42 MachineModuleInfoMachO(const MachineModuleInfo &) {} in MachineModuleInfoMachO() argument
71 MachineModuleInfoELF(const MachineModuleInfo &) {} in MachineModuleInfoELF() argument
93 MachineModuleInfoCOFF(const MachineModuleInfo &) {} in MachineModuleInfoCOFF() argument
111 MachineModuleInfoWasm(const MachineModuleInfo &) {} in MachineModuleInfoWasm() argument
DIndirectThunks.h30 void createThunkFunction(MachineModuleInfo &MMI, StringRef Name,
39 bool run(MachineModuleInfo &MMI, MachineFunction &MF);
43 void ThunkInserter<Derived>::createThunkFunction(MachineModuleInfo &MMI, in createThunkFunction()
86 bool ThunkInserter<Derived>::run(MachineModuleInfo &MMI, MachineFunction &MF) { in run()
DTargetLoweringObjectFileImpl.h24 class MachineModuleInfo; variable
90 MachineModuleInfo *MMI,
96 MachineModuleInfo *MMI) const override;
138 MachineModuleInfo *MMI,
144 MachineModuleInfo *MMI) const override;
150 MachineModuleInfo *MMI,
DMachineModuleSlotTracker.h18 class MachineModuleInfo; variable
24 const MachineModuleInfo &TheMMI;
DDebugHandlerBase.h28 class MachineModuleInfo; variable
61 MachineModuleInfo *MMI;
DTailDuplicator.h33 class MachineModuleInfo; variable
43 const MachineModuleInfo *MMI;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineModuleInfo.cpp196 void MachineModuleInfo::initialize() { in initialize()
205 void MachineModuleInfo::finalize() { in finalize()
218 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo
236 MachineModuleInfo::MachineModuleInfo(const LLVMTargetMachine *TM) in MachineModuleInfo() function in MachineModuleInfo
244 MachineModuleInfo::MachineModuleInfo(const LLVMTargetMachine *TM, in MachineModuleInfo() function in MachineModuleInfo
254 MachineModuleInfo::~MachineModuleInfo() { finalize(); } in ~MachineModuleInfo()
259 MachineModuleInfo::getAddrLabelSymbolToEmit(const BasicBlock *BB) { in getAddrLabelSymbolToEmit()
266 void MachineModuleInfo::
278 void MachineModuleInfo::addPersonality(const Function *Personality) { in addPersonality()
286 MachineModuleInfo::getMachineFunction(const Function &F) const { in getMachineFunction()
[all …]
DMachineOutliner.cpp423 MachineModuleInfo &MMI);
429 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI,
435 emitInstrCountChangedRemark(const Module &M, const MachineModuleInfo &MMI,
639 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()
857 MachineModuleInfo &MMI) { in populateMapper()
911 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo()
927 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark()
1007 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
DMachineDebugify.cpp36 bool applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, in applyDebugifyMetadataToMachineFunction()
172 MachineModuleInfo &MMI = in runOnModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetObjectFile.h23 MachineModuleInfo *MMI,
30 MachineModuleInfo *MMI) const override;
35 MachineModuleInfo *MMI,
DX86TargetObjectFile.cpp20 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
38 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
44 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
DX86IndirectThunks.cpp69 void insertThunks(MachineModuleInfo &MMI);
78 void insertThunks(MachineModuleInfo &MMI) { in insertThunks()
123 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs()
134 void RetpolineThunkInserter::insertThunks(MachineModuleInfo &MMI) { in insertThunks()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.h36 MachineModuleInfo *MMI,
41 MachineModuleInfo *MMI) const override;
46 MachineModuleInfo *MMI,
DAArch64TargetObjectFile.cpp35 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
56 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
62 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
DAArch64LowerHomogeneousPrologEpilog.cpp47 AArch64LowerHomogeneousPE(Module *M, MachineModuleInfo *MMI) in AArch64LowerHomogeneousPE()
55 MachineModuleInfo *MMI;
106 MachineModuleInfo *MMI = in runOnModule()
157 MachineModuleInfo *MMI, in createFrameHelperMachineFunction()
272 static Function *getOrCreateFrameHelper(Module *M, MachineModuleInfo *MMI, in getOrCreateFrameHelper()
DAArch64SLSHardening.cpp194 void insertThunks(MachineModuleInfo &MMI);
202 void SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI) { in insertThunks()
421 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h28 class MachineModuleInfo; variable
152 MachineModuleInfo *MMI,
164 MachineModuleInfo *MMI) const;
227 MachineModuleInfo *MMI, in getIndirectSymViaGOTPCRel()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h28 class MachineModuleInfo; variable
56 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h25 class MachineModuleInfo; variable
36 MachineModuleInfo *MMI;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcTargetObjectFile.h30 MachineModuleInfo *MMI,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSLSHardening.cpp173 void insertThunks(MachineModuleInfo &MMI);
181 void SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI) { in insertThunks()
394 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs()
DARMTargetObjectFile.h29 MachineModuleInfo *MMI,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.cpp19 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMCLowerPrePass.cpp69 MachineModuleInfo &MMI = MF.getMMI(); in runOnMachineFunction()

123