Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1740 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
1741 if (FirstOpc == SecondOpc) in canPairLdStOpc()
1749 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
1752 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
1770 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
1771 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
1786 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2338 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument
2339 if (FirstOpc == SecondOpc) in canPairLdStOpc()
2347 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()
2350 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()
2376 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local
2377 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()
2392 if (isUnscaledLdSt(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()