Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp402 if (ST.hasFuseAddress() && isAddressLdStPair(FirstMI, SecondMI)) in shouldScheduleAdjacent()
H A DAArch64Subtarget.h387 bool hasFuseAddress() const { return HasFuseAddress; } in hasFuseAddress() function