Lines Matching refs:RHSReg
1862 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitCMoveSelect() local
1868 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect()
1872 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
1937 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitSSESelect() local
1946 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
1968 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
1979 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2037 unsigned RHSReg = getRegForValue(RHS); in X86FastEmitPseudoSelect() local
2040 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect()
2046 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2594 unsigned RHSReg; in fastLowerIntrinsicCall() local
2597 RHSReg = getRegForValue(RHS); in fastLowerIntrinsicCall()
2598 if (RHSReg == 0) in fastLowerIntrinsicCall()
2601 ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg, in fastLowerIntrinsicCall()
2617 TLI.getRegClassFor(VT), RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
2627 ResultReg = fastEmitInst_r(MULOpc[0], TLI.getRegClassFor(VT), RHSReg, in fastLowerIntrinsicCall()
2632 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()