Lines Matching refs:CmpLHS
1578 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
1588 CmpRHS = CmpLHS; in X86SelectBranch()
1620 std::swap(CmpLHS, CmpRHS); in X86SelectBranch()
1623 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc())) in X86SelectBranch()
1979 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
1982 std::swap(CmpLHS, CmpRHS); in X86FastEmitCMoveSelect()
1984 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitCMoveSelect()
1986 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitCMoveSelect()
2069 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
2079 CmpRHS = CmpLHS; in X86FastEmitSSESelect()
2089 std::swap(CmpLHS, CmpRHS); in X86FastEmitSSESelect()
2113 unsigned CmpLHSReg = getRegForValue(CmpLHS); in X86FastEmitSSESelect()
2114 bool CmpLHSIsKill = hasTrivialKill(CmpLHS); in X86FastEmitSSESelect()
2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2186 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
2190 std::swap(CmpLHS, CmpRHS); in X86FastEmitPseudoSelect()
2192 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitPseudoSelect()
2193 if (!X86FastEmitCompare(CmpLHS, CmpRHS, CmpVT, CI->getDebugLoc())) in X86FastEmitPseudoSelect()