|
LLVM
8.0.1
|
#include "LanaiRegisterInfo.h"#include "Lanai.h"#include "LanaiSubtarget.h"#include "llvm/ADT/BitVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/RegisterScavenging.h"#include "llvm/CodeGen/TargetFrameLowering.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/IR/Function.h"#include "llvm/IR/Type.h"#include "llvm/Support/ErrorHandling.h"#include "LanaiGenRegisterInfo.inc"
Go to the source code of this file.
Macros | |
| #define | GET_REGINFO_TARGET_DESC |
Functions | |
| static bool | isALUArithLoOpcode (unsigned Opcode) |
| static unsigned | getOppositeALULoOpcode (unsigned Opcode) |
| static unsigned | getRRMOpcodeVariant (unsigned Opcode) |
| #define GET_REGINFO_TARGET_DESC |
Definition at line 29 of file LanaiRegisterInfo.cpp.
Definition at line 89 of file LanaiRegisterInfo.cpp.
References llvm_unreachable.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().
Definition at line 112 of file LanaiRegisterInfo.cpp.
References llvm_unreachable.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().
Definition at line 73 of file LanaiRegisterInfo.cpp.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().
1.8.13