Searched refs:SecondOpc (Results 1 – 3 of 3) sorted by relevance
3251 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument3252 if (FirstOpc == SecondOpc) in canPairLdStOpc()3260 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()3263 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()3326 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local3327 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()3342 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()3358 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
10954 unsigned SecondOpc = SecondOp.getOpcode(); in tryLowerToSLI() local10961 (SecondOpc == AArch64ISD::VSHL || SecondOpc == AArch64ISD::VLSHR)) { in tryLowerToSLI()10965 } else if ((SecondOpc == ISD::AND || SecondOpc == AArch64ISD::BICi) && in tryLowerToSLI()
2796 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument2805 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()2811 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()2843 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local2847 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()