Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp814 unsigned getCmpOperandFoldingProfit(Register CmpOp, MachineRegisterInfo &MRI) { in getCmpOperandFoldingProfit() function
900 return (getCmpOperandFoldingProfit(TheLHS, MRI) > in trySwapICmpOperands()
901 getCmpOperandFoldingProfit(TheRHS, MRI)); in trySwapICmpOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3805 static unsigned getCmpOperandFoldingProfit(SDValue Op) { in getCmpOperandFoldingProfit() function
3914 if (getCmpOperandFoldingProfit(TheLHS) + (LHSIsCMN ? 1 : 0) > in getAArch64Cmp()
3915 getCmpOperandFoldingProfit(TheRHS) + (RHSIsCMN ? 1 : 0)) { in getAArch64Cmp()