Lines Matching refs:CmpLHS
1357 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
1367 CmpRHS = CmpLHS; in X86SelectBranch()
1399 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1402 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
1782 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
1785 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1787 EVT CmpVT = TLI.getValueType(CmpLHS->getType()); in X86FastEmitCMoveSelect()
1789 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
1872 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
1882 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
1892 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
1916 unsigned CmpLHSReg = getRegForValue(CmpLHS); in X86FastEmitSSESelect()
1917 bool CmpLHSIsKill = hasTrivialKill(CmpLHS); in X86FastEmitSSESelect()
1922 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
1983 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
1987 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
1989 EVT CmpVT = TLI.getValueType(CmpLHS->getType()); in X86FastEmitPseudoSelect()
1990 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()