Lines Matching refs:LHSReg
1865 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitCMoveSelect() local
1868 if (!LHSReg || !RHSReg) in X86FastEmitCMoveSelect()
1873 LHSReg, LHSIsKill); in X86FastEmitCMoveSelect()
1934 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitSSESelect() local
1946 if (!LHSReg || !RHSReg || !CmpLHS || !CmpRHS) in X86FastEmitSSESelect()
1969 LHSReg, LHSIsKill, CmpReg, true); in X86FastEmitSSESelect()
1977 LHSReg, LHSIsKill); in X86FastEmitSSESelect()
2034 unsigned LHSReg = getRegForValue(LHS); in X86FastEmitPseudoSelect() local
2040 if (!LHSReg || !RHSReg) in X86FastEmitPseudoSelect()
2046 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2570 unsigned LHSReg = getRegForValue(LHS); in fastLowerIntrinsicCall() local
2571 if (LHSReg == 0) in fastLowerIntrinsicCall()
2588 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2590 ResultReg = fastEmit_ri(VT, VT, BaseOpc, LHSReg, LHSIsKill, in fastLowerIntrinsicCall()
2601 ResultReg = fastEmit_rr(VT, VT, BaseOpc, LHSReg, LHSIsKill, RHSReg, in fastLowerIntrinsicCall()
2615 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2626 .addReg(LHSReg, getKillRegState(LHSIsKill)); in fastLowerIntrinsicCall()
2631 TLI.getRegClassFor(VT), LHSReg, LHSIsKill, in fastLowerIntrinsicCall()