LLVM 22.0.0git
AArch64LegalizerInfo.cpp File Reference

This file implements the targeting of the Machinelegalizer class for AArch64. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "aarch64-legalinfo"

Functions

static void matchLDPSTPAddrMode (Register Root, Register &Base, int &Offset, MachineRegisterInfo &MRI)

Detailed Description

This file implements the targeting of the Machinelegalizer class for AArch64.

Todo
This should be generated by TableGen.

Definition in file AArch64LegalizerInfo.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "aarch64-legalinfo"

Definition at line 33 of file AArch64LegalizerInfo.cpp.

Function Documentation

◆ matchLDPSTPAddrMode()