|
LLVM
8.0.1
|
#include "HexagonRegisterInfo.h"#include "Hexagon.h"#include "HexagonMachineFunctionInfo.h"#include "HexagonSubtarget.h"#include "HexagonTargetMachine.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/PseudoSourceValue.h"#include "llvm/CodeGen/RegisterScavenging.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/IR/Function.h"#include "llvm/IR/Type.h"#include "llvm/MC/MachineLocation.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetOptions.h"#include "HexagonGenRegisterInfo.inc"
Go to the source code of this file.
Macros | |
| #define | GET_REGINFO_TARGET_DESC |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 40 of file HexagonRegisterInfo.cpp.
1.8.13