LLVM 22.0.0git
M68kRegisterInfo.cpp File Reference

This file contains the CPU0 implementation of the TargetRegisterInfo class. More...

Go to the source code of this file.

Macros

#define GET_REGINFO_TARGET_DESC
#define DEBUG_TYPE   "m68k-reg-info"

Functions

static bool CantUseSP (const MachineFrameInfo &MFI)

Variables

static cl::opt< boolEnableBasePointer ("m68k-use-base-pointer", cl::Hidden, cl::init(true), cl::desc("Enable use of a base pointer for complex stack frames"))

Detailed Description

This file contains the CPU0 implementation of the TargetRegisterInfo class.

Definition in file M68kRegisterInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "m68k-reg-info"

Definition at line 34 of file M68kRegisterInfo.cpp.

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 31 of file M68kRegisterInfo.cpp.

Function Documentation

◆ CantUseSP()

Variable Documentation

◆ EnableBasePointer

cl::opt< bool > EnableBasePointer("m68k-use-base-pointer", cl::Hidden, cl::init(true), cl::desc("Enable use of a base pointer for complex stack frames")) ( "m68k-use-base-pointer" ,
cl::Hidden ,
cl::init(true) ,
cl::desc("Enable use of a base pointer for complex stack frames")  )
static