Searched refs:getCmpOperandFoldingProfit (Results 1 – 2 of 2) sorted by relevance
814 unsigned getCmpOperandFoldingProfit(Register CmpOp, MachineRegisterInfo &MRI) { in getCmpOperandFoldingProfit() function900 return (getCmpOperandFoldingProfit(TheLHS, MRI) > in trySwapICmpOperands()901 getCmpOperandFoldingProfit(TheRHS, MRI)); in trySwapICmpOperands()
3805 static unsigned getCmpOperandFoldingProfit(SDValue Op) { in getCmpOperandFoldingProfit() function3914 if (getCmpOperandFoldingProfit(TheLHS) + (LHSIsCMN ? 1 : 0) > in getAArch64Cmp()3915 getCmpOperandFoldingProfit(TheRHS) + (RHSIsCMN ? 1 : 0)) { in getAArch64Cmp()