Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h82 class MachineModuleInfo {
130 MachineModuleInfo &operator=(MachineModuleInfo &&MMII) = delete;
133 explicit MachineModuleInfo(const LLVMTargetMachine *TM = nullptr);
135 explicit MachineModuleInfo(const LLVMTargetMachine *TM,
138 MachineModuleInfo(MachineModuleInfo &&MMII);
140 ~MachineModuleInfo();
186 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>(); in getObjFileInfo()
210 MachineModuleInfo MMI;
223 MachineModuleInfo &getMMI() { return MMI; } in getMMI()
224 const MachineModuleInfo &getMMI() const { return MMI; } in getMMI()
[all …]
H A DIndirectThunks.h77 void createThunkFunction(MachineModuleInfo &MMI, StringRef Name,
96 InsertedThunksTy insertThunks(MachineModuleInfo &MMI, MachineFunction &MF,
115 bool run(MachineModuleInfo &MMI, MachineFunction &MF);
120 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction()
165 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
214 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs()
H A DMachineModuleInfoImpls.h47 MachineModuleInfoMachO(const MachineModuleInfo &) {} in MachineModuleInfoMachO() argument
89 MachineModuleInfoELF(const MachineModuleInfo &) {} in MachineModuleInfoELF() argument
120 MachineModuleInfoCOFF(const MachineModuleInfo &) {} in MachineModuleInfoCOFF() argument
138 MachineModuleInfoWasm(const MachineModuleInfo &) {} in MachineModuleInfoWasm() argument
H A DTargetLoweringObjectFileImpl.h25 class MachineModuleInfo; variable
91 MachineModuleInfo *MMI,
97 MachineModuleInfo *MMI) const override;
142 MachineModuleInfo *MMI,
148 MachineModuleInfo *MMI) const override;
154 MachineModuleInfo *MMI,
H A DMachineModuleSlotTracker.h18 class MachineModuleInfo; variable
24 const MachineModuleInfo &TheMMI;
H A DDebugHandlerBase.h28 class MachineModuleInfo; variable
65 MachineModuleInfo *MMI = nullptr;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp41 void MachineModuleInfo::initialize() { in initialize()
49 void MachineModuleInfo::finalize() { in finalize()
57 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo
69 MachineModuleInfo::MachineModuleInfo(const LLVMTargetMachine *TM) in MachineModuleInfo() function in MachineModuleInfo
77 MachineModuleInfo::MachineModuleInfo(const LLVMTargetMachine *TM, in MachineModuleInfo() function in MachineModuleInfo
87 MachineModuleInfo::~MachineModuleInfo() { finalize(); } in ~MachineModuleInfo()
90 MachineModuleInfo::getMachineFunction(const Function &F) const { in getMachineFunction()
95 MachineFunction &MachineModuleInfo::getOrCreateMachineFunction(Function &F) { in getOrCreateMachineFunction()
124 void MachineModuleInfo::deleteMachineFunctionFor(Function &F) { in deleteMachineFunctionFor()
130 void MachineModuleInfo::insertFunction(const Function &F, in insertFunction()
[all …]
H A DMachineOutliner.cpp493 MachineModuleInfo &MMI);
499 void initSizeRemarkInfo(const Module &M, const MachineModuleInfo &MMI,
505 emitInstrCountChangedRemark(const Module &M, const MachineModuleInfo &MMI,
734 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()
992 MachineModuleInfo &MMI) { in populateMapper()
1065 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo()
1081 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark()
1161 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
H A DMachineDebugify.cpp33 bool applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, in applyDebugifyMetadataToMachineFunction()
193 MachineModuleInfo &MMI = in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h31 MachineModuleInfo *MMI,
35 MachineModuleInfo *MMI, const MCSymbol *RawSym,
48 MachineModuleInfo *MMI,
53 MachineModuleInfo *MMI) const override;
58 MachineModuleInfo *MMI,
65 MachineModuleInfo *MMI, const MCSymbol *RawSym,
H A DAArch64TargetObjectFile.cpp34 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
48 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
69 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
75 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
98 MCContext &Ctx, const TargetMachine &TM, MachineModuleInfo *MMI, in getAuthPtrSlotSymbolHelper()
122 const TargetMachine &TM, MachineModuleInfo *MMI, const MCSymbol *RawSym, in getAuthPtrSlotSymbol()
130 const TargetMachine &TM, MachineModuleInfo *MMI, const MCSymbol *RawSym, in getAuthPtrSlotSymbol()
H A DAArch64SLSHardening.cpp148 ThunksSet insertThunks(MachineModuleInfo &MMI, MachineFunction &MF,
155 bool hardenReturnsAndBRs(MachineModuleInfo &MMI, MachineBasicBlock &MBB);
156 bool hardenBLRs(MachineModuleInfo &MMI, MachineBasicBlock &MBB,
159 void convertBLRToBL(MachineModuleInfo &MMI, MachineBasicBlock &MBB,
243 ThunksSet SLSHardeningInserter::insertThunks(MachineModuleInfo &MMI, in insertThunks()
257 bool SLSHardeningInserter::hardenReturnsAndBRs(MachineModuleInfo &MMI, in hardenReturnsAndBRs()
384 MachineModuleInfo &MMI, MachineBasicBlock &MBB, in convertBLRToBL()
490 bool SLSHardeningInserter::hardenBLRs(MachineModuleInfo &MMI, in hardenBLRs()
H A DAArch64LowerHomogeneousPrologEpilog.cpp49 AArch64LowerHomogeneousPE(Module *M, MachineModuleInfo *MMI) in AArch64LowerHomogeneousPE()
57 MachineModuleInfo *MMI;
108 MachineModuleInfo *MMI = in runOnModule()
162 MachineModuleInfo *MMI, in createFrameHelperMachineFunction()
313 static Function *getOrCreateFrameHelper(Module *M, MachineModuleInfo *MMI, in getOrCreateFrameHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetObjectFile.h23 MachineModuleInfo *MMI,
30 MachineModuleInfo *MMI) const override;
35 MachineModuleInfo *MMI,
59 MachineModuleInfo *MMI,
H A 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()
62 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const {
H A DX86IndirectThunks.cpp70 bool insertThunks(MachineModuleInfo &MMI, MachineFunction &MF,
80 bool insertThunks(MachineModuleInfo &MMI, MachineFunction &MF, in insertThunks()
119 bool RetpolineThunkInserter::insertThunks(MachineModuleInfo &MMI, in insertThunks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h30 class MachineModuleInfo; variable
154 MachineModuleInfo *MMI,
166 MachineModuleInfo *MMI) const;
237 MachineModuleInfo *MMI, in getIndirectSymViaGOTPCRel()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h32 MachineModuleInfo *MMI,
40 MachineModuleInfo *MMI,
H A DARMTargetObjectFile.cpp62 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
78 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h33 class MachineModuleInfo; variable
65 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h25 class MachineModuleInfo; variable
36 MachineModuleInfo *MMI;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.h28 MachineModuleInfo *MMI,
H A DSparcTargetObjectFile.cpp25 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.cpp21 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h28 class MachineModuleInfo; variable
231 MachineModuleInfo *MMI;

123