Lines Matching refs:CmpRHS
1406 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local
1413 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch()
1415 CmpRHS = CmpLHS; in X86SelectBranch()
1447 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1450 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
1807 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local
1809 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1813 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
1897 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local
1904 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect()
1906 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
1916 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
1943 unsigned CmpRHSReg = getRegForValue(CmpRHS); in X86FastEmitSSESelect()
1944 bool CmpRHSIsKill = hasTrivialKill(CmpRHS); in X86FastEmitSSESelect()
1946 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2014 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
2017 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
2020 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()