Lines Matching refs:RHSReg
2035 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitCMoveSelect() local
2041 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect()
2045 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
2110 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitSSESelect() local
2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2141 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
2152 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2210 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitPseudoSelect() local
2213 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect()
2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2769 unsigned RHSReg; in fastLowerIntrinsicCall() local
2772 RHSReg = getRegForValue(RHS); in fastLowerIntrinsicCall()
2773 if (RHSReg == 0) in fastLowerIntrinsicCall()
2776 ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg, in fastLowerIntrinsicCall()
2792 TLI.getRegClassFor(VT), RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
2802 ResultReg = fastEmitInst_r(MULOpc[0], TLI.getRegClassFor(VT), RHSReg, in fastLowerIntrinsicCall()
2807 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()