LLVM 20.0.0git
|
#include "LanaiRegisterInfo.h"
#include "LanaiAluCode.h"
#include "LanaiCondCode.h"
#include "LanaiFrameLowering.h"
#include "LanaiInstrInfo.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 30 of file LanaiRegisterInfo.cpp.
Definition at line 85 of file LanaiRegisterInfo.cpp.
References llvm_unreachable.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().
Definition at line 108 of file LanaiRegisterInfo.cpp.
References llvm_unreachable.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().
Definition at line 69 of file LanaiRegisterInfo.cpp.
Referenced by llvm::LanaiRegisterInfo::eliminateFrameIndex().