Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h78 class MachineModuleInfo {
147 MachineModuleInfo &operator=(MachineModuleInfo &&MMII) = delete;
150 explicit MachineModuleInfo(const LLVMTargetMachine *TM = nullptr);
152 MachineModuleInfo(MachineModuleInfo &&MMII);
154 ~MachineModuleInfo();
189 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>(); in getObjFileInfo()
264 MachineModuleInfo MMI;
274 MachineModuleInfo &getMMI() { return MMI; } in getMMI()
275 const MachineModuleInfo &getMMI() const { return MMI; } in getMMI()
287 using Result = MachineModuleInfo;
[all …]
DTargetLoweringObjectFileImpl.h25 class MachineModuleInfo; variable
76 MachineModuleInfo *MMI,
82 MachineModuleInfo *MMI) const override;
121 MachineModuleInfo *MMI,
127 MachineModuleInfo *MMI) const override;
133 MachineModuleInfo *MMI,
DMachineModuleInfoImpls.h41 MachineModuleInfoMachO(const MachineModuleInfo &) {} in MachineModuleInfoMachO() argument
70 MachineModuleInfoELF(const MachineModuleInfo &) {} in MachineModuleInfoELF() argument
92 MachineModuleInfoCOFF(const MachineModuleInfo &) {} in MachineModuleInfoCOFF() argument
DDebugHandlerBase.h28 class MachineModuleInfo; variable
61 MachineModuleInfo *MMI;
DTailDuplicator.h32 class MachineModuleInfo; variable
42 const MachineModuleInfo *MMI;
DMachineFunction.h62 class MachineModuleInfo; variable
228 MachineModuleInfo &MMI;
419 MachineModuleInfo &MMI);
447 MachineModuleInfo &getMMI() const { return MMI; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp203 void MachineModuleInfo::initialize() { in initialize()
211 void MachineModuleInfo::finalize() { in finalize()
223 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo
237 MachineModuleInfo::MachineModuleInfo(const LLVMTargetMachine *TM) in MachineModuleInfo() function in MachineModuleInfo
243 MachineModuleInfo::~MachineModuleInfo() { finalize(); } in ~MachineModuleInfo()
248 MachineModuleInfo::getAddrLabelSymbolToEmit(const BasicBlock *BB) { in getAddrLabelSymbolToEmit()
255 void MachineModuleInfo::
267 void MachineModuleInfo::addPersonality(const Function *Personality) { in addPersonality()
277 MachineModuleInfo::getMachineFunction(const Function &F) const { in getMachineFunction()
283 MachineModuleInfo::getOrCreateMachineFunction(const Function &F) { in getOrCreateMachineFunction()
[all …]
DBranchFolding.h28 class MachineModuleInfo; variable
52 const TargetRegisterInfo *tri, MachineModuleInfo *mmi,
131 MachineModuleInfo *MMI;
DMachineOutliner.cpp922 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()
1297 MachineModuleInfo &MMI) { in populateMapper()
1351 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo()
1367 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark()
1433 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
DMachineFunctionPass.cpp44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.h31 MachineModuleInfo *MMI,
36 MachineModuleInfo *MMI) const override;
41 MachineModuleInfo *MMI,
DAArch64TargetObjectFile.cpp36 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
57 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
63 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetObjectFile.h24 MachineModuleInfo *MMI,
31 MachineModuleInfo *MMI) const override;
36 MachineModuleInfo *MMI,
DX86TargetObjectFile.cpp27 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
45 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
51 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h27 class MachineModuleInfo; variable
134 MachineModuleInfo *MMI,
146 MachineModuleInfo *MMI) const;
198 MachineModuleInfo *MMI, in getIndirectSymViaGOTPCRel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h28 class MachineModuleInfo; variable
52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h25 class MachineModuleInfo; variable
36 MachineModuleInfo *MMI;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetObjectFile.h30 MachineModuleInfo *MMI,
DSparcTargetObjectFile.cpp25 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.cpp20 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo()
DAMDGPUMachineModuleInfo.h86 AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.h29 MachineModuleInfo *MMI,
DARMTargetObjectFile.cpp58 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp129 MachineModuleInfo *MMI) const { in getCFIPersonalitySymbol()
310 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
107 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI);
251 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions()
279 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction()
933 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions()

123