LLVM 20.0.0git
|
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) |
void llvm::AArch64_MC::initLLVMToCVRegMapping | ( | MCRegisterInfo * | MRI | ) |
Definition at line 69 of file AArch64MCTargetDesc.cpp.
Referenced by llvm::AArch64RegisterInfo::AArch64RegisterInfo(), and createAArch64MCRegisterInfo().
bool llvm::AArch64_MC::isFpOrNEON | ( | const MCInst & | MI, |
const MCInstrInfo * | MCII | ||
) |
Definition at line 320 of file AArch64MCTargetDesc.cpp.
References llvm::any_of(), and MI.
bool llvm::AArch64_MC::isHForm | ( | const MCInst & | MI, |
const MCInstrInfo * | MCII | ||
) |
Definition at line 306 of file AArch64MCTargetDesc.cpp.
References llvm::any_of(), and MI.
bool llvm::AArch64_MC::isQForm | ( | const MCInst & | MI, |
const MCInstrInfo * | MCII | ||
) |
Definition at line 313 of file AArch64MCTargetDesc.cpp.
References llvm::any_of(), and MI.