LLVM 22.0.0git
Registers.h File Reference

This file contains helper functions to find and list registers that are tracked by the unwinding information checker. More...

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

bool llvm::isSuperReg (const MCRegisterInfo *MCRI, MCRegister Reg)
 This analysis only keeps track and cares about super registers, not the subregisters.
SmallVector< MCPhysRegllvm::getSuperRegs (const MCRegisterInfo *MCRI)
SmallVector< MCPhysRegllvm::getTrackingRegs (const MCRegisterInfo *MCRI)
MCRegister llvm::getSuperReg (const MCRegisterInfo *MCRI, MCRegister Reg)

Detailed Description

This file contains helper functions to find and list registers that are tracked by the unwinding information checker.

Definition in file Registers.h.