Lines Matching refs:RHSIsKill
2036 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitCMoveSelect() local
2045 unsigned ResultReg = fastEmitInst_rr(Opc, RC, RHSReg, RHSIsKill, in X86FastEmitCMoveSelect()
2111 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitSSESelect() local
2141 unsigned VBlendReg = fastEmitInst_rrr(BlendOpcode, VR128, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
2152 RHSReg, RHSIsKill); in X86FastEmitSSESelect()
2211 bool RHSIsKill = hasTrivialKill(RHS); in X86FastEmitPseudoSelect() local
2219 fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC); in X86FastEmitPseudoSelect()
2770 bool RHSIsKill; in fastLowerIntrinsicCall() local
2775 RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall()
2777 RHSIsKill); in fastLowerIntrinsicCall()
2792 TLI.getRegClassFor(VT), RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
2803 RHSIsKill); in fastLowerIntrinsicCall()
2807 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()