Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4237 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() function
4341 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()