Lines Matching refs:RHSReg
1838 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitCMoveSelect() local
1844 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect()
1848 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
1913 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitSSESelect() local
1922 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
1941 ResultReg = fastEmitInst_rrr(BlendOpcode, RC, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
1949 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2007 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitPseudoSelect() local
2010 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect()
2016 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2561 unsigned RHSReg; in fastLowerIntrinsicCall() local
2564 RHSReg = getRegForValue(RHS); in fastLowerIntrinsicCall()
2565 if (RHSReg == 0) in fastLowerIntrinsicCall()
2568 ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg, in fastLowerIntrinsicCall()
2584 TLI.getRegClassFor(VT), RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
2594 ResultReg = fastEmitInst_r(MULOpc[0], TLI.getRegClassFor(VT), RHSReg, in fastLowerIntrinsicCall()
2599 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()