Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64MacroFusion.cpp194 static bool isAddressLdStPair(const MachineInstr *FirstMI, in isAddressLdStPair() function
402 if (ST.hasFuseAddress() && isAddressLdStPair(FirstMI, SecondMI)) in shouldScheduleAdjacent()