Lines Matching refs:CmpRHS
1353 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local
1360 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch()
1362 CmpRHS = CmpLHS; in X86SelectBranch()
1394 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1397 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT)) in X86SelectBranch()
1778 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local
1780 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1784 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT)) in X86FastEmitCMoveSelect()
1868 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local
1875 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect()
1877 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
1887 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
1916 unsigned CmpRHSReg = getRegForValue(CmpRHS); in X86FastEmitSSESelect()
1917 bool CmpRHSIsKill = hasTrivialKill(CmpRHS); in X86FastEmitSSESelect()
1919 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
1962 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
1965 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
1968 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT)) in X86FastEmitPseudoSelect()