Searched refs:SecondOpc (Results 1 – 3 of 3) sorted by relevance
3040 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument3041 if (FirstOpc == SecondOpc) in canPairLdStOpc()3049 return SecondOpc == AArch64::LDRSWui || SecondOpc == AArch64::LDURSWi; in canPairLdStOpc()3052 return SecondOpc == AArch64::LDRWui || SecondOpc == AArch64::LDURWi; in canPairLdStOpc()3115 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local3116 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps()3131 if (hasUnscaledLdStOffset(SecondOpc) && !scaleOffset(SecondOpc, Offset2)) in shouldClusterMemOps()3147 BaseOp2.getIndex(), Offset2, SecondOpc); in shouldClusterMemOps()
9538 unsigned SecondOpc = SecondOp.getOpcode(); in tryLowerToSLI() local9545 (SecondOpc == AArch64ISD::VSHL || SecondOpc == AArch64ISD::VLSHR)) { in tryLowerToSLI()9549 } else if ((SecondOpc == ISD::AND || SecondOpc == AArch64ISD::BICi) && in tryLowerToSLI()
2768 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument2777 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair()2783 return SecondOpc == PPC::STW || SecondOpc == PPC::STW8; in isClusterableLdStOpcPair()2815 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps() local2819 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()