Lines Matching refs:CmpRHS
1579 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local
1586 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86SelectBranch()
1588 CmpRHS = CmpLHS; in X86SelectBranch()
1620 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1623 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
1980 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local
1982 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1986 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
2070 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local
2077 const auto *CmpRHSC = dyn_cast<ConstantFP>(CmpRHS); in X86FastEmitSSESelect()
2079 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
2089 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
2116 unsigned CmpRHSReg = getRegForValue(CmpRHS); in X86FastEmitSSESelect()
2117 bool CmpRHSIsKill = hasTrivialKill(CmpRHS); in X86FastEmitSSESelect()
2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2187 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
2190 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
2193 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()