|
LLVM 22.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 70 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 321 of file AArch64MCTargetDesc.cpp.
References llvm::any_of(), and MI.
| 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.
| 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.