Lines Matching refs:CmpLHS
1405 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
1415 CmpRHS = CmpLHS; in X86SelectBranch()
1447 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1450 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
1806 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
1809 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1811 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitCMoveSelect()
1813 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
1896 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
1906 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
1916 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
1940 unsigned CmpLHSReg = getRegForValue(CmpLHS); in X86FastEmitSSESelect()
1941 bool CmpLHSIsKill = hasTrivialKill(CmpLHS); in X86FastEmitSSESelect()
1946 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2013 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
2017 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
2019 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitPseudoSelect()
2020 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()