LLVM 19.0.0git
Macros | Functions
AArch64RegisterInfo.cpp File Reference
#include "AArch64RegisterInfo.h"
#include "AArch64FrameLowering.h"
#include "AArch64InstrInfo.h"
#include "AArch64MachineFunctionInfo.h"
#include "AArch64Subtarget.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "MCTargetDesc/AArch64InstPrinter.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/BinaryFormat/Dwarf.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/TargetParser/Triple.h"
#include "AArch64GenCallingConv.inc"
#include "AArch64GenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_CC_REGISTER_LISTS
 
#define GET_REGINFO_TARGET_DESC
 

Functions

static Register createScratchRegisterForInstruction (MachineInstr &MI, unsigned FIOperandNum, const AArch64InstrInfo *TII)
 

Macro Definition Documentation

◆ GET_CC_REGISTER_LISTS

#define GET_CC_REGISTER_LISTS

Definition at line 37 of file AArch64RegisterInfo.cpp.

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 39 of file AArch64RegisterInfo.cpp.

Function Documentation

◆ createScratchRegisterForInstruction()

static Register createScratchRegisterForInstruction ( MachineInstr MI,
unsigned  FIOperandNum,
const AArch64InstrInfo TII 
)
static

Definition at line 823 of file AArch64RegisterInfo.cpp.

References assert(), MI, and TII.

Referenced by llvm::AArch64RegisterInfo::eliminateFrameIndex().