Lines Matching refs:RHSIsKill
1839 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local
1848 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
1914 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local
1941 ResultReg = fastEmitInst_rrr(BlendOpcode, RC, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
1949 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2008 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local
2016 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2562 bool RHSIsKill; in fastLowerIntrinsicCall() local
2567 RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall()
2569 RHSIsKill); in fastLowerIntrinsicCall()
2584 TLI.getRegClassFor(VT), RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
2595 RHSIsKill); in fastLowerIntrinsicCall()
2599 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()