Lines Matching refs:addReg
397 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
399 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
401 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
403 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandVLD()
434 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead)); in ExpandVLD()
472 MIB.addReg(D0, getUndefRegState(SrcIsUndef)); in ExpandVST()
474 MIB.addReg(D1, getUndefRegState(SrcIsUndef)); in ExpandVST()
476 MIB.addReg(D2, getUndefRegState(SrcIsUndef)); in ExpandVST()
478 MIB.addReg(D3, getUndefRegState(SrcIsUndef)); in ExpandVST()
487 MIB.addReg(SrcReg, RegState::Implicit); // Add implicit uses for src reg. in ExpandVST()
530 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
532 MIB.addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
534 MIB.addReg(D2, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
536 MIB.addReg(D3, RegState::Define | getDeadRegState(DstIsDead)); in ExpandLaneOp()
557 MIB.addReg(D0, SrcFlags); in ExpandLaneOp()
559 MIB.addReg(D1, SrcFlags); in ExpandLaneOp()
561 MIB.addReg(D2, SrcFlags); in ExpandLaneOp()
563 MIB.addReg(D3, SrcFlags); in ExpandLaneOp()
578 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead)); in ExpandLaneOp()
604 MIB.addReg(D0); in ExpandVTBL()
614 MIB.addReg(SrcReg, RegState::Implicit | getKillRegState(SrcIsKill)); in ExpandVTBL()
673 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMOV32BitImm()
674 .addReg(DstReg); in ExpandMOV32BitImm()
684 LO16.addImm(Pred).addReg(PredReg).addReg(0); in ExpandMOV32BitImm()
685 HI16.addImm(Pred).addReg(PredReg).addReg(0); in ExpandMOV32BitImm()
703 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMOV32BitImm()
704 .addReg(DstReg); in ExpandMOV32BitImm()
733 LO16.addImm(Pred).addReg(PredReg); in ExpandMOV32BitImm()
734 HI16.addImm(Pred).addReg(PredReg); in ExpandMOV32BitImm()
770 .addReg(0); // 's' bit in ExpandMI()
782 .addReg(0); // 's' bit in ExpandMI()
795 .addReg(0); // 's' bit in ExpandMI()
819 .addReg(0); // 's' bit in ExpandMI()
832 .addReg(0); // 's' bit in ExpandMI()
855 .addReg(0); // 's' bit in ExpandMI()
897 .addReg(ARM::R6, RegState::Kill) in ExpandMI()
915 .addReg(ARM::CPSR, RegState::Define); in ExpandMI()
926 .addReg(0); in ExpandMI()
937 .addImm((unsigned)ARMCC::AL).addReg(0) in ExpandMI()
962 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI()
963 .addReg(DstReg) in ExpandMI()
1012 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI()
1013 .addReg(DstReg) in ExpandMI()
1047 .addReg(DstReg) in ExpandMI()
1053 .addReg(DstReg, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI()
1054 .addReg(DstReg).addImm(LabelId); in ExpandMI()
1075 .addReg(ARM::LR) in ExpandMI()
1079 .addReg(ARM::CPSR, RegState::Undef); in ExpandMI()
1104 MIB.addReg(D0, RegState::Define | getDeadRegState(DstIsDead)) in ExpandMI()
1105 .addReg(D1, RegState::Define | getDeadRegState(DstIsDead)); in ExpandMI()
1108 MIB.addReg(DstReg, RegState::ImplicitDefine | getDeadRegState(DstIsDead)); in ExpandMI()
1135 MIB.addReg(D0, SrcIsKill ? RegState::Kill : 0) in ExpandMI()
1136 .addReg(D1, SrcIsKill ? RegState::Kill : 0); in ExpandMI()