Lines Matching refs:LHSReg
2038 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitCMoveSelect() local
2041 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect()
2046 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect()
2107 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitSSESelect() local
2119 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
2142 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect()
2150 LHSReg, LHSIsKill); in X86FastEmitSSESelect()
2207 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitPseudoSelect() local
2213 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect()
2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2745 unsigned LHSReg = getRegForValue(LHS); in fastLowerIntrinsicCall() local
2746 if (LHSReg == 0) in fastLowerIntrinsicCall()
2763 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2765 ResultReg = fastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill, in fastLowerIntrinsicCall()
2776 ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg, in fastLowerIntrinsicCall()
2790 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2801 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2806 TLI.getRegClassFor(VT), LHSReg, LHSIsKill, in fastLowerIntrinsicCall()