|
LLVM 22.0.0git
|
#include "MipsRegisterInfo.h"#include "MCTargetDesc/MipsABIInfo.h"#include "Mips.h"#include "MipsMachineFunction.h"#include "MipsSubtarget.h"#include "MipsTargetMachine.h"#include "llvm/ADT/BitVector.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstr.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/CodeGen/TargetRegisterInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/Function.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cstdint>#include "MipsGenRegisterInfo.inc"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mips-reg-info" |
| #define | GET_REGINFO_TARGET_DESC |
| #define DEBUG_TYPE "mips-reg-info" |
Definition at line 35 of file MipsRegisterInfo.cpp.
| #define GET_REGINFO_TARGET_DESC |
Definition at line 37 of file MipsRegisterInfo.cpp.