Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h65 bool isQForm(const MCInst &MI, const MCInstrInfo *MCII);
H A DAArch64MCTargetDesc.cpp303 bool AArch64_MC::isQForm(const MCInst &MI, const MCInstrInfo *MCII) { in isQForm() function in AArch64_MC
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td70 "AArch64_MC::isQForm",
71 "AArch64InstrInfo::isQForm"
H A DAArch64InstrInfo.h119 static bool isQForm(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3198 bool AArch64InstrInfo::isQForm(const MachineInstr &MI) { in isQForm() function in AArch64InstrInfo