Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h66 bool isQForm(const MCInst &MI, const MCInstrInfo *MCII);
H A DAArch64MCTargetDesc.cpp313 bool AArch64_MC::isQForm(const MCInst &MI, const MCInstrInfo *MCII) { in isQForm() function in AArch64_MC
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td89 "AArch64_MC::isQForm",
90 "AArch64InstrInfo::isQForm"
H A DAArch64InstrInfo.h264 static bool isQForm(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp4151 bool AArch64InstrInfo::isQForm(const MachineInstr &MI) { in isQForm() function in AArch64InstrInfo