LLVM 20.0.0git
|
#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/PseudoSourceValueManager.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 39 of file MipsMachineFunction.cpp.
References llvm::MachineFunction::getSubtarget(), and llvm::MachineFunction::getTarget().
Referenced by llvm::MipsFunctionInfo::getGlobalBaseReg().