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...

#include "llvm/MC/MCRegister.h"
#include "llvm/MC/MCRegisterInfo.h"
#include <iterator>

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, MCPhysReg 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)
MCPhysReg llvm::getSuperReg (const MCRegisterInfo *MCRI, MCPhysReg 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.