/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | IndirectThunks.h | 42 void ThunkInserter<Derived>::createThunkFunction(MachineModuleInfo &MMI, in createThunkFunction() 81 bool ThunkInserter<Derived>::run(MachineModuleInfo &MMI, MachineFunction &MF) { in run()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 20 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 44 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
D | X86IndirectThunks.cpp | 124 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs() 135 void RetpolineThunkInserter::insertThunks(MachineModuleInfo &MMI) { in insertThunks() 268 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() local
|
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | GISelMITest.h | 60 MachineModuleInfo &MMI) { in parseMIR() 82 auto MMI = std::make_unique<MachineModuleInfo>(&TM); in createDummyModule() local 89 const MachineModuleInfo *MMI) { in getMFFromMMI()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 34 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference() 62 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 36 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 63 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 35 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 62 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
D | AArch64SLSHardening.cpp | 198 void SLSBLRThunkInserter::insertThunks(MachineModuleInfo &MMI) { in insertThunks() 417 static bool runTIs(MachineModuleInfo &MMI, MachineFunction &MF, in runTIs() 441 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 27 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference() 51 int64_t Offset, MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/external/llvm-project/llvm/unittests/Target/WebAssembly/ |
D | WebAssemblyExceptionInfoTest.cpp | 45 const char *FuncName, MachineModuleInfo &MMI) { in parseMIR() 158 MachineModuleInfo MMI(TM.get()); in TEST() local 333 MachineModuleInfo MMI(TM.get()); in TEST() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.cpp | 20 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.cpp | 20 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI) in AMDGPUMachineModuleInfo()
|
/external/llvm-project/polly/lib/Transform/ |
D | ScheduleOptimizer.cpp | 651 MatMulInfoTy &MMI) { in isMatMulNonScalarReadAccess() 685 MatMulInfoTy &MMI) { in containsOnlyMatrMultAcc() 770 MatMulInfoTy &MMI) { in containsMatrMult() 862 static uint64_t getMatMulAlignTypeSize(MatMulInfoTy MMI) { in getMatMulAlignTypeSize() 877 static uint64_t getMatMulTypeSize(MatMulInfoTy MMI) { in getMatMulTypeSize() 899 getMicroKernelParams(const TargetTransformInfo *TTI, MatMulInfoTy MMI) { in getMicroKernelParams() 977 MatMulInfoTy MMI) { in getMacroKernelParams() 1097 MatMulInfoTy &MMI) { in optimizeDataLayoutMatrMulPattern() 1278 MatMulInfoTy &MMI) { in optimizeMatMulPattern() 1312 MatMulInfoTy &MMI) { in isMatrMultPattern() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineDebugify.cpp | 35 bool applyDebugifyMetadataToMachineFunction(MachineModuleInfo &MMI, in applyDebugifyMetadataToMachineFunction() 142 MachineModuleInfo &MMI = in runOnModule() local
|
D | MachineModuleInfo.cpp | 179 MachineModuleInfo::MachineModuleInfo(MachineModuleInfo &&MMI) in MachineModuleInfo() function in MachineModuleInfo 284 MachineModuleInfo &MMI = in runOnFunction() local 336 MachineModuleInfo MMI(TM); in run() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
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
|
/external/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 34 const MachineModuleInfo *MMI; variable
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 28 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference() 53 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getIndirectSymViaGOTPCRel()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 20 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunctionAnalysis.cpp | 40 MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>(); in doInitialization() local
|
D | TailDuplication.cpp | 50 auto MMI = getAnalysisIfAvailable<MachineModuleInfo>(); in runOnMachineFunction() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetObjectFile.cpp | 45 const TargetMachine &TM, MachineModuleInfo *MMI, in getTTypeGlobalReference()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 25 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 25 MachineModuleInfo *MMI, MCStreamer &Streamer) const { in getTTypeGlobalReference()
|
/external/llvm/lib/Target/XCore/ |
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
|