Searched refs:CmpOnly (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp23 const MachineInstr &SecondMI, bool CmpOnly) {
31 // If we're in CmpOnly mode, we only fuse arithmetic instructions that
33 if (CmpOnly && FirstMI->getOperand(0).isReg() &&
452 bool CmpOnly = !ST.hasArithmeticBccFusion(); local
453 if (isArithmeticBccPair(FirstMI, SecondMI, CmpOnly))
22 isArithmeticBccPair(const MachineInstr *FirstMI, const MachineInstr &SecondMI, bool CmpOnly) argument

Completed in 111 milliseconds