Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp895 Register TheLHS = GetRegForProfit(LHS); in trySwapICmpOperands() local
900 return (getCmpOperandFoldingProfit(TheLHS, MRI) > in trySwapICmpOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3911 SDValue TheLHS = LHSIsCMN ? LHS.getOperand(1) : LHS; in getAArch64Cmp() local
3914 if (getCmpOperandFoldingProfit(TheLHS) + (LHSIsCMN ? 1 : 0) > in getAArch64Cmp()