Home
last modified time | relevance | path

Searched refs:isHForm (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h65 bool isHForm(const MCInst &MI, const MCInstrInfo *MCII);
H A DAArch64MCTargetDesc.cpp306 bool AArch64_MC::isHForm(const MCInst &MI, const MCInstrInfo *MCII) { in isHForm() function in AArch64_MC
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td83 "AArch64_MC::isHForm",
84 "AArch64InstrInfo::isHForm"
H A DAArch64InstrInfo.h261 static bool isHForm(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp4137 bool AArch64InstrInfo::isHForm(const MachineInstr &MI) { in isHForm() function in AArch64InstrInfo