Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h66 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
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td70 "AArch64_MC::isQForm",
71 "AArch64InstrInfo::isQForm"
H A DAArch64InstrInfo.h117 static bool isQForm(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3239 bool AArch64InstrInfo::isQForm(const MachineInstr &MI) { in isQForm() function in AArch64InstrInfo