LLVM 22.0.0git
llvm::AArch64_MC Namespace Reference

Functions

void initLLVMToCVRegMapping (MCRegisterInfo *MRI)
bool isHForm (const MCInst &MI, const MCInstrInfo *MCII)
bool isQForm (const MCInst &MI, const MCInstrInfo *MCII)
bool isFpOrNEON (const MCInst &MI, const MCInstrInfo *MCII)

Function Documentation

◆ initLLVMToCVRegMapping()

void llvm::AArch64_MC::initLLVMToCVRegMapping ( MCRegisterInfo * MRI)

Definition at line 70 of file AArch64MCTargetDesc.cpp.

References I, and MRI.

Referenced by llvm::AArch64RegisterInfo::AArch64RegisterInfo(), and createAArch64MCRegisterInfo().

◆ isFpOrNEON()

bool llvm::AArch64_MC::isFpOrNEON ( const MCInst & MI,
const MCInstrInfo * MCII )

Definition at line 321 of file AArch64MCTargetDesc.cpp.

References llvm::any_of(), and MI.

◆ isHForm()

bool llvm::AArch64_MC::isHForm ( const MCInst & MI,
const MCInstrInfo * MCII )

Definition at line 307 of file AArch64MCTargetDesc.cpp.

References llvm::any_of(), and MI.

◆ isQForm()

bool llvm::AArch64_MC::isQForm ( const MCInst & MI,
const MCInstrInfo * MCII )

Definition at line 314 of file AArch64MCTargetDesc.cpp.

References llvm::any_of(), and MI.