/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 202 MachineModuleInfo MMI; variable 228 MachineModuleInfo &MMI; variable 232 MachineModuleInfo &MMI; variable 233 Result(MachineModuleInfo &MMI) : MMI(MMI) {} in Result() 246 MachineModuleAnalysis(MachineModuleInfo &MMI) : MMI(MMI) {} in MachineModuleAnalysis()
|
D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction() 94 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 198 MachineModuleInfo MMI; variable 224 MachineModuleInfo &MMI; variable 228 MachineModuleInfo &MMI; variable 229 Result(MachineModuleInfo &MMI) : MMI(MMI) {} in Result() 242 MachineModuleAnalysis(MachineModuleInfo &MMI) : MMI(MMI) {} in MachineModuleAnalysis()
|
D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction() 94 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 198 MachineModuleInfo MMI; variable 224 MachineModuleInfo &MMI; variable 228 MachineModuleInfo &MMI; variable 229 Result(MachineModuleInfo &MMI) : MMI(MMI) {} in Result() 242 MachineModuleAnalysis(MachineModuleInfo &MMI) : MMI(MMI) {} in MachineModuleAnalysis()
|
D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction() 94 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 48 AArch64LowerHomogeneousPE(Module *M, MachineModuleInfo *MMI) in AArch64LowerHomogeneousPE() 56 MachineModuleInfo *MMI; member in __anon6b8cabec0111::AArch64LowerHomogeneousPE 107 MachineModuleInfo *MMI = in runOnModule() local 158 MachineModuleInfo *MMI, in createFrameHelperMachineFunction() 273 static Function *getOrCreateFrameHelper(Module *M, MachineModuleInfo *MMI, in getOrCreateFrameHelper()
|
H A D | AArch64SLSHardening.cpp | 204 bool SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI, in insertThunks() 425 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs() 449 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() local
|
H A D | AArch64TargetObjectFile.cpp | 34 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 61 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 654 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction() local 878 MachineModuleInfo &MMI) { in populateMapper() 938 const Module &M, const MachineModuleInfo &MMI, in initSizeRemarkInfo() 954 const Module &M, const MachineModuleInfo &MMI, in emitInstrCountChangedRemark() 1034 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline() local
|
H A D | MachineModuleInfo.cpp | 57 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo 149 MachineModuleInfo &MMI = in runOnFunction() local 239 MachineModuleInfo MMI(TM); in run() local
|
H A D | MachineDebugify.cpp | 33 bool applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, in applyDebugifyMetadataToMachineFunction() 177 MachineModuleInfo &MMI = in runOnModule() local
|
/aosp_15_r20/external/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 64 MachineModuleInfo *MMI, unsigned DRegNum) { in EmitDefCfaRegister() 74 MachineModuleInfo *MMI, int Offset) { in EmitDefCfaOffset() 83 const TargetInstrInfo &TII, MachineModuleInfo *MMI, in EmitCfiOffset() 99 const TargetInstrInfo &TII, MachineModuleInfo *MMI, in IfNeededExtSP() 227 MachineModuleInfo *MMI = &MF.getMMI(); in emitPrologue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86IndirectThunks.cpp | 129 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs() 140 bool RetpolineThunkInserter::insertThunks(MachineModuleInfo &MMI, in insertThunks() 275 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() local
|
H A D | X86TargetObjectFile.cpp | 20 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 44 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 223 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo 328 MachineModuleInfo &MMI = in runOnFunction() local 374 MachineModuleInfo MMI(TM); in run() local
|
H A D | MachineOutliner.cpp | 1134 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction() local 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() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat) { in createThunkFunction() 91 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | IndirectThunks.h | 49 MachineModuleInfo &MMI, StringRef Name, bool Comdat, in createThunkFunction() 94 bool ThunkInserter<Derived, InsertedThunksTy>::run(MachineModuleInfo &MMI, in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 197 ArmInsertedThunks SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI, in insertThunks() 414 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs() 438 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 34 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference() 62 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetObjectFile.cpp | 36 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 63 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 27 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 51 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 89 MachineModuleInfo &MMI = MF->getMMI(); in set() local 550 MachineModuleInfo *MMI) in ComputeUsesVAFloatArgument() 569 void llvm::AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI, in AddLandingPadInfo()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 28 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference() 53 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|