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/
DAArch64MCTargetDesc.h66 bool isQForm(const MCInst &MI, const MCInstrInfo *MCII);
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/
DAArch64SchedPredicates.td70 "AArch64_MC::isQForm",
71 "AArch64InstrInfo::isQForm"
DAArch64InstrInfo.h117 static bool isQForm(const MachineInstr &MI);
DAArch64InstrInfo.cpp3239 bool AArch64InstrInfo::isQForm(const MachineInstr &MI) { in isQForm() function in AArch64InstrInfo