Lines Matching refs:RHSIsKill

162                          bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
168 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
173 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
198 unsigned RHSReg, bool RHSIsKill, bool WantResult = true);
200 unsigned RHSReg, bool RHSIsKill,
208 bool LHSIsKill, unsigned RHSReg, bool RHSIsKill,
1162 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local
1164 RHSIsKill, ExtendType, C->getZExtValue(), in emitAddSub()
1170 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local
1171 return emitAddSub_rx(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub()
1190 bool RHSIsKill = hasTrivialKill(MulLHS); in emitAddSub() local
1191 return emitAddSub_rs(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub()
1211 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitAddSub() local
1213 RHSIsKill, ShiftType, ShiftVal, SetFlags, in emitAddSub()
1222 bool RHSIsKill = hasTrivialKill(RHS); in emitAddSub() local
1227 return emitAddSub_rr(UseAdd, RetVT, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitAddSub()
1233 bool RHSIsKill, bool SetFlags, in emitAddSub_rr() argument
1261 .addReg(RHSReg, getKillRegState(RHSIsKill)); in emitAddSub_rr()
1312 bool RHSIsKill, in emitAddSub_rs() argument
1342 .addReg(RHSReg, getKillRegState(RHSIsKill)) in emitAddSub_rs()
1349 bool RHSIsKill, in emitAddSub_rx() argument
1382 .addReg(RHSReg, getKillRegState(RHSIsKill)) in emitAddSub_rx()
1447 bool RHSIsKill = hasTrivialKill(RHS); in emitFCmp() local
1452 .addReg(RHSReg, getKillRegState(RHSIsKill)); in emitFCmp()
1494 bool RHSIsKill, bool WantResult) { in emitSubs_rr() argument
1496 RHSIsKill, /*SetFlags=*/true, WantResult); in emitSubs_rr()
1501 bool RHSIsKill, in emitSubs_rs() argument
1505 RHSIsKill, ShiftType, ShiftImm, /*SetFlags=*/true, in emitSubs_rs()
1555 bool RHSIsKill = hasTrivialKill(MulLHS); in emitLogicalOp() local
1557 RHSIsKill, ShiftVal); in emitLogicalOp()
1568 bool RHSIsKill = hasTrivialKill(SI->getOperand(0)); in emitLogicalOp() local
1570 RHSIsKill, ShiftVal); in emitLogicalOp()
1576 bool RHSIsKill = hasTrivialKill(RHS); in emitLogicalOp() local
1579 ResultReg = fastEmit_rr(VT, VT, ISDOpc, LHSReg, LHSIsKill, RHSReg, RHSIsKill); in emitLogicalOp()
1635 unsigned RHSReg, bool RHSIsKill, in emitLogicalOp_rs() argument
1662 fastEmitInst_rri(Opc, RC, LHSReg, LHSIsKill, RHSReg, RHSIsKill, in emitLogicalOp_rs()
3584 bool RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall() local
3587 MulReg = emitSMULL_rr(MVT::i64, LHSReg, LHSIsKill, RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
3598 MulReg = emitMul_rr(VT, LHSReg, LHSIsKill, RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
3600 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
3616 bool RHSIsKill = hasTrivialKill(RHS); in fastLowerIntrinsicCall() local
3619 MulReg = emitUMULL_rr(MVT::i64, LHSReg, LHSIsKill, RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
3627 MulReg = emitMul_rr(VT, LHSReg, LHSIsKill, RHSReg, RHSIsKill); in fastLowerIntrinsicCall()
3629 RHSReg, RHSIsKill); in fastLowerIntrinsicCall()