|
LLVM
8.0.1
|
#include "MipsMachineFunction.h"#include "MCTargetDesc/MipsABIInfo.h"#include "MipsSubtarget.h"#include "MipsTargetMachine.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/PseudoSourceValue.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Functions | |
| static const TargetRegisterClass & | getGlobalBaseRegClass (MachineFunction &MF) |
Variables | |
| static cl::opt< bool > | FixGlobalBaseReg ("mips-fix-global-base-reg", cl::Hidden, cl::init(true), cl::desc("Always use $gp as the global base register.")) |
|
static |
Definition at line 32 of file MipsMachineFunction.cpp.
References llvm::MachineFunction::getSubtarget(), llvm::MachineFunction::getTarget(), and llvm::SystemZISD::TM.
Referenced by llvm::MipsFunctionInfo::getGlobalBaseReg().
1.8.13