LLVM 20.0.0git
|
#include "VERegisterInfo.h"
#include "VE.h"
#include "VESubtarget.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/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "VEGenRegisterInfo.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "ve-register-info" |
#define | GET_REGINFO_TARGET_DESC |
#define | RRCAS_multi_cases(NAME) NAME##rir : case NAME##rii |
Functions | |
static unsigned | offsetToDisp (MachineInstr &MI) |
#define DEBUG_TYPE "ve-register-info" |
Definition at line 30 of file VERegisterInfo.cpp.
#define GET_REGINFO_TARGET_DESC |
Definition at line 32 of file VERegisterInfo.cpp.
#define RRCAS_multi_cases | ( | NAME | ) | NAME##rir : case NAME##rii |
|
static |
Definition at line 105 of file VERegisterInfo.cpp.
References MI, and RRCAS_multi_cases.
Referenced by llvm::VERegisterInfo::eliminateFrameIndex().