Jia Liu | 31d157a | 2012-02-18 12:03:15 +0000 | [diff] [blame] | 1 | //===-- PPCInstrInfo.cpp - PowerPC Instruction Information ----------------===// |
Misha Brukman | b5f662f | 2005-04-21 23:30:14 +0000 | [diff] [blame] | 2 | // |
Misha Brukman | f2ccb77 | 2004-08-17 04:55:41 +0000 | [diff] [blame] | 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
Chris Lattner | 4ee451d | 2007-12-29 20:36:04 +0000 | [diff] [blame] | 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
Misha Brukman | b5f662f | 2005-04-21 23:30:14 +0000 | [diff] [blame] | 7 | // |
Misha Brukman | f2ccb77 | 2004-08-17 04:55:41 +0000 | [diff] [blame] | 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This file contains the PowerPC implementation of the TargetInstrInfo class. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
Chris Lattner | 16e71f2 | 2005-10-14 23:59:06 +0000 | [diff] [blame] | 14 | #include "PPCInstrInfo.h" |
Chandler Carruth | d04a8d4 | 2012-12-03 16:50:05 +0000 | [diff] [blame] | 15 | #include "MCTargetDesc/PPCPredicates.h" |
Evan Cheng | 59ee62d | 2011-07-11 03:57:24 +0000 | [diff] [blame] | 16 | #include "PPC.h" |
Chandler Carruth | d04a8d4 | 2012-12-03 16:50:05 +0000 | [diff] [blame] | 17 | #include "PPCHazardRecognizers.h" |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 18 | #include "PPCInstrBuilder.h" |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 19 | #include "PPCMachineFunctionInfo.h" |
Chris Lattner | b1d26f6 | 2006-06-17 00:01:04 +0000 | [diff] [blame] | 20 | #include "PPCTargetMachine.h" |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 21 | #include "llvm/ADT/Statistic.h" |
Chandler Carruth | d04a8d4 | 2012-12-03 16:50:05 +0000 | [diff] [blame] | 22 | #include "llvm/ADT/STLExtras.h" |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 23 | #include "llvm/CodeGen/MachineFrameInfo.h" |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 24 | #include "llvm/CodeGen/MachineFunctionPass.h" |
Misha Brukman | f2ccb77 | 2004-08-17 04:55:41 +0000 | [diff] [blame] | 25 | #include "llvm/CodeGen/MachineInstrBuilder.h" |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 26 | #include "llvm/CodeGen/MachineMemOperand.h" |
Jakob Stoklund Olesen | 2432966 | 2010-02-26 21:09:24 +0000 | [diff] [blame] | 27 | #include "llvm/CodeGen/MachineRegisterInfo.h" |
Hal Finkel | 4d989ac | 2012-04-01 19:22:40 +0000 | [diff] [blame] | 28 | #include "llvm/CodeGen/PseudoSourceValue.h" |
Evan Cheng | 59ee62d | 2011-07-11 03:57:24 +0000 | [diff] [blame] | 29 | #include "llvm/MC/MCAsmInfo.h" |
Bill Wendling | 880d0f6 | 2008-03-04 23:13:51 +0000 | [diff] [blame] | 30 | #include "llvm/Support/CommandLine.h" |
Torok Edwin | dac237e | 2009-07-08 20:53:28 +0000 | [diff] [blame] | 31 | #include "llvm/Support/ErrorHandling.h" |
Evan Cheng | 3e74d6f | 2011-08-24 18:08:43 +0000 | [diff] [blame] | 32 | #include "llvm/Support/TargetRegistry.h" |
Torok Edwin | dac237e | 2009-07-08 20:53:28 +0000 | [diff] [blame] | 33 | #include "llvm/Support/raw_ostream.h" |
Misha Brukman | f2ccb77 | 2004-08-17 04:55:41 +0000 | [diff] [blame] | 34 | |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 35 | #define GET_INSTRMAP_INFO |
Evan Cheng | 4db3cff | 2011-07-01 17:57:27 +0000 | [diff] [blame] | 36 | #define GET_INSTRINFO_CTOR |
Evan Cheng | 22fee2d | 2011-06-28 20:07:07 +0000 | [diff] [blame] | 37 | #include "PPCGenInstrInfo.inc" |
| 38 | |
Dan Gohman | 82bcd23 | 2010-04-15 17:20:57 +0000 | [diff] [blame] | 39 | using namespace llvm; |
Bill Wendling | 880d0f6 | 2008-03-04 23:13:51 +0000 | [diff] [blame] | 40 | |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 41 | static cl:: |
Hal Finkel | 7255d2a | 2012-06-08 19:19:53 +0000 | [diff] [blame] | 42 | opt<bool> DisableCTRLoopAnal("disable-ppc-ctrloop-analysis", cl::Hidden, |
| 43 | cl::desc("Disable analysis for CTR loops")); |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 44 | |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 45 | static cl::opt<bool> DisableCmpOpt("disable-ppc-cmp-opt", |
Hal Finkel | 4029c3f | 2013-04-18 22:54:25 +0000 | [diff] [blame] | 46 | cl::desc("Disable compare instruction optimization"), cl::Hidden); |
| 47 | |
Chris Lattner | b1d26f6 | 2006-06-17 00:01:04 +0000 | [diff] [blame] | 48 | PPCInstrInfo::PPCInstrInfo(PPCTargetMachine &tm) |
Evan Cheng | 4db3cff | 2011-07-01 17:57:27 +0000 | [diff] [blame] | 49 | : PPCGenInstrInfo(PPC::ADJCALLSTACKDOWN, PPC::ADJCALLSTACKUP), |
Evan Cheng | d5b03f2 | 2011-06-28 21:14:33 +0000 | [diff] [blame] | 50 | TM(tm), RI(*TM.getSubtargetImpl(), *this) {} |
Chris Lattner | b1d26f6 | 2006-06-17 00:01:04 +0000 | [diff] [blame] | 51 | |
Andrew Trick | 2da8bc8 | 2010-12-24 05:03:26 +0000 | [diff] [blame] | 52 | /// CreateTargetHazardRecognizer - Return the hazard recognizer to use for |
| 53 | /// this target when scheduling the DAG. |
| 54 | ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetHazardRecognizer( |
| 55 | const TargetMachine *TM, |
| 56 | const ScheduleDAG *DAG) const { |
Hal Finkel | c6d08f1 | 2011-10-17 04:03:49 +0000 | [diff] [blame] | 57 | unsigned Directive = TM->getSubtarget<PPCSubtarget>().getDarwinDirective(); |
Hal Finkel | 621b77a | 2012-08-28 16:12:39 +0000 | [diff] [blame] | 58 | if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || |
| 59 | Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) { |
Hal Finkel | 768c65f | 2011-11-22 16:21:04 +0000 | [diff] [blame] | 60 | const InstrItineraryData *II = TM->getInstrItineraryData(); |
Hal Finkel | 5b00cea | 2012-03-31 14:45:15 +0000 | [diff] [blame] | 61 | return new PPCScoreboardHazardRecognizer(II, DAG); |
Hal Finkel | c6d08f1 | 2011-10-17 04:03:49 +0000 | [diff] [blame] | 62 | } |
Hal Finkel | 64c34e2 | 2011-12-02 04:58:02 +0000 | [diff] [blame] | 63 | |
Jakob Stoklund Olesen | a9fa4fd | 2012-11-28 02:35:17 +0000 | [diff] [blame] | 64 | return TargetInstrInfo::CreateTargetHazardRecognizer(TM, DAG); |
Andrew Trick | 2da8bc8 | 2010-12-24 05:03:26 +0000 | [diff] [blame] | 65 | } |
| 66 | |
Hal Finkel | 64c34e2 | 2011-12-02 04:58:02 +0000 | [diff] [blame] | 67 | /// CreateTargetPostRAHazardRecognizer - Return the postRA hazard recognizer |
| 68 | /// to use for this target when scheduling the DAG. |
| 69 | ScheduleHazardRecognizer *PPCInstrInfo::CreateTargetPostRAHazardRecognizer( |
| 70 | const InstrItineraryData *II, |
| 71 | const ScheduleDAG *DAG) const { |
| 72 | unsigned Directive = TM.getSubtarget<PPCSubtarget>().getDarwinDirective(); |
| 73 | |
| 74 | // Most subtargets use a PPC970 recognizer. |
Hal Finkel | 621b77a | 2012-08-28 16:12:39 +0000 | [diff] [blame] | 75 | if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && |
| 76 | Directive != PPC::DIR_E500mc && Directive != PPC::DIR_E5500) { |
Hal Finkel | 64c34e2 | 2011-12-02 04:58:02 +0000 | [diff] [blame] | 77 | const TargetInstrInfo *TII = TM.getInstrInfo(); |
| 78 | assert(TII && "No InstrInfo?"); |
| 79 | |
| 80 | return new PPCHazardRecognizer970(*TII); |
| 81 | } |
| 82 | |
Hal Finkel | 4d989ac | 2012-04-01 19:22:40 +0000 | [diff] [blame] | 83 | return new PPCScoreboardHazardRecognizer(II, DAG); |
Hal Finkel | 64c34e2 | 2011-12-02 04:58:02 +0000 | [diff] [blame] | 84 | } |
Jakob Stoklund Olesen | 7164288 | 2012-06-19 21:14:34 +0000 | [diff] [blame] | 85 | |
| 86 | // Detect 32 -> 64-bit extensions where we may reuse the low sub-register. |
| 87 | bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, |
| 88 | unsigned &SrcReg, unsigned &DstReg, |
| 89 | unsigned &SubIdx) const { |
| 90 | switch (MI.getOpcode()) { |
| 91 | default: return false; |
| 92 | case PPC::EXTSW: |
| 93 | case PPC::EXTSW_32_64: |
| 94 | SrcReg = MI.getOperand(1).getReg(); |
| 95 | DstReg = MI.getOperand(0).getReg(); |
| 96 | SubIdx = PPC::sub_32; |
| 97 | return true; |
| 98 | } |
| 99 | } |
| 100 | |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 101 | unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, |
Chris Lattner | 9c09c9e | 2006-03-16 22:24:02 +0000 | [diff] [blame] | 102 | int &FrameIndex) const { |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 103 | // Note: This list must be kept consistent with LoadRegFromStackSlot. |
Chris Lattner | 4083960 | 2006-02-02 20:12:32 +0000 | [diff] [blame] | 104 | switch (MI->getOpcode()) { |
| 105 | default: break; |
| 106 | case PPC::LD: |
| 107 | case PPC::LWZ: |
| 108 | case PPC::LFS: |
| 109 | case PPC::LFD: |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 110 | case PPC::RESTORE_CR: |
| 111 | case PPC::LVX: |
| 112 | case PPC::RESTORE_VRSAVE: |
| 113 | // Check for the operands added by addFrameReference (the immediate is the |
| 114 | // offset which defaults to 0). |
Dan Gohman | d735b80 | 2008-10-03 15:45:36 +0000 | [diff] [blame] | 115 | if (MI->getOperand(1).isImm() && !MI->getOperand(1).getImm() && |
| 116 | MI->getOperand(2).isFI()) { |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 117 | FrameIndex = MI->getOperand(2).getIndex(); |
Chris Lattner | 4083960 | 2006-02-02 20:12:32 +0000 | [diff] [blame] | 118 | return MI->getOperand(0).getReg(); |
| 119 | } |
| 120 | break; |
| 121 | } |
| 122 | return 0; |
Chris Lattner | 6524287 | 2006-02-02 20:16:12 +0000 | [diff] [blame] | 123 | } |
Chris Lattner | 4083960 | 2006-02-02 20:12:32 +0000 | [diff] [blame] | 124 | |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 125 | unsigned PPCInstrInfo::isStoreToStackSlot(const MachineInstr *MI, |
Chris Lattner | 6524287 | 2006-02-02 20:16:12 +0000 | [diff] [blame] | 126 | int &FrameIndex) const { |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 127 | // Note: This list must be kept consistent with StoreRegToStackSlot. |
Chris Lattner | 6524287 | 2006-02-02 20:16:12 +0000 | [diff] [blame] | 128 | switch (MI->getOpcode()) { |
| 129 | default: break; |
Nate Begeman | 3b478b3 | 2006-02-02 21:07:50 +0000 | [diff] [blame] | 130 | case PPC::STD: |
Chris Lattner | 6524287 | 2006-02-02 20:16:12 +0000 | [diff] [blame] | 131 | case PPC::STW: |
| 132 | case PPC::STFS: |
| 133 | case PPC::STFD: |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 134 | case PPC::SPILL_CR: |
| 135 | case PPC::STVX: |
| 136 | case PPC::SPILL_VRSAVE: |
| 137 | // Check for the operands added by addFrameReference (the immediate is the |
| 138 | // offset which defaults to 0). |
Dan Gohman | d735b80 | 2008-10-03 15:45:36 +0000 | [diff] [blame] | 139 | if (MI->getOperand(1).isImm() && !MI->getOperand(1).getImm() && |
| 140 | MI->getOperand(2).isFI()) { |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 141 | FrameIndex = MI->getOperand(2).getIndex(); |
Chris Lattner | 6524287 | 2006-02-02 20:16:12 +0000 | [diff] [blame] | 142 | return MI->getOperand(0).getReg(); |
| 143 | } |
| 144 | break; |
| 145 | } |
| 146 | return 0; |
| 147 | } |
Chris Lattner | 4083960 | 2006-02-02 20:12:32 +0000 | [diff] [blame] | 148 | |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 149 | // commuteInstruction - We can commute rlwimi instructions, but only if the |
| 150 | // rotate amt is zero. We also have to munge the immediates a bit. |
Evan Cheng | 58dcb0e | 2008-06-16 07:33:11 +0000 | [diff] [blame] | 151 | MachineInstr * |
| 152 | PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const { |
Dan Gohman | 8e5f2c6 | 2008-07-07 23:14:23 +0000 | [diff] [blame] | 153 | MachineFunction &MF = *MI->getParent()->getParent(); |
| 154 | |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 155 | // Normal instructions can be commuted the obvious way. |
Hal Finkel | 171a8ad | 2013-04-12 02:18:09 +0000 | [diff] [blame] | 156 | if (MI->getOpcode() != PPC::RLWIMI && |
| 157 | MI->getOpcode() != PPC::RLWIMIo) |
Jakob Stoklund Olesen | a9fa4fd | 2012-11-28 02:35:17 +0000 | [diff] [blame] | 158 | return TargetInstrInfo::commuteInstruction(MI, NewMI); |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 159 | |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 160 | // Cannot commute if it has a non-zero rotate count. |
Chris Lattner | 9a1ceae | 2007-12-30 20:49:49 +0000 | [diff] [blame] | 161 | if (MI->getOperand(3).getImm() != 0) |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 162 | return 0; |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 163 | |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 164 | // If we have a zero rotate count, we have: |
| 165 | // M = mask(MB,ME) |
| 166 | // Op0 = (Op1 & ~M) | (Op2 & M) |
| 167 | // Change this to: |
| 168 | // M = mask((ME+1)&31, (MB-1)&31) |
| 169 | // Op0 = (Op2 & ~M) | (Op1 & M) |
| 170 | |
| 171 | // Swap op1/op2 |
Evan Cheng | a4d16a1 | 2008-02-13 02:46:49 +0000 | [diff] [blame] | 172 | unsigned Reg0 = MI->getOperand(0).getReg(); |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 173 | unsigned Reg1 = MI->getOperand(1).getReg(); |
| 174 | unsigned Reg2 = MI->getOperand(2).getReg(); |
Evan Cheng | 6ce7dc2 | 2006-11-15 20:58:11 +0000 | [diff] [blame] | 175 | bool Reg1IsKill = MI->getOperand(1).isKill(); |
| 176 | bool Reg2IsKill = MI->getOperand(2).isKill(); |
Evan Cheng | 58dcb0e | 2008-06-16 07:33:11 +0000 | [diff] [blame] | 177 | bool ChangeReg0 = false; |
Evan Cheng | a4d16a1 | 2008-02-13 02:46:49 +0000 | [diff] [blame] | 178 | // If machine instrs are no longer in two-address forms, update |
| 179 | // destination register as well. |
| 180 | if (Reg0 == Reg1) { |
| 181 | // Must be two address instruction! |
Evan Cheng | e837dea | 2011-06-28 19:10:37 +0000 | [diff] [blame] | 182 | assert(MI->getDesc().getOperandConstraint(0, MCOI::TIED_TO) && |
Evan Cheng | a4d16a1 | 2008-02-13 02:46:49 +0000 | [diff] [blame] | 183 | "Expecting a two-address instruction!"); |
Evan Cheng | a4d16a1 | 2008-02-13 02:46:49 +0000 | [diff] [blame] | 184 | Reg2IsKill = false; |
Evan Cheng | 58dcb0e | 2008-06-16 07:33:11 +0000 | [diff] [blame] | 185 | ChangeReg0 = true; |
Evan Cheng | a4d16a1 | 2008-02-13 02:46:49 +0000 | [diff] [blame] | 186 | } |
Evan Cheng | 58dcb0e | 2008-06-16 07:33:11 +0000 | [diff] [blame] | 187 | |
| 188 | // Masks. |
| 189 | unsigned MB = MI->getOperand(4).getImm(); |
| 190 | unsigned ME = MI->getOperand(5).getImm(); |
| 191 | |
| 192 | if (NewMI) { |
| 193 | // Create a new instruction. |
| 194 | unsigned Reg0 = ChangeReg0 ? Reg2 : MI->getOperand(0).getReg(); |
| 195 | bool Reg0IsDead = MI->getOperand(0).isDead(); |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 196 | return BuildMI(MF, MI->getDebugLoc(), MI->getDesc()) |
Bill Wendling | 587daed | 2009-05-13 21:33:08 +0000 | [diff] [blame] | 197 | .addReg(Reg0, RegState::Define | getDeadRegState(Reg0IsDead)) |
| 198 | .addReg(Reg2, getKillRegState(Reg2IsKill)) |
| 199 | .addReg(Reg1, getKillRegState(Reg1IsKill)) |
Evan Cheng | 58dcb0e | 2008-06-16 07:33:11 +0000 | [diff] [blame] | 200 | .addImm((ME+1) & 31) |
| 201 | .addImm((MB-1) & 31); |
| 202 | } |
| 203 | |
| 204 | if (ChangeReg0) |
| 205 | MI->getOperand(0).setReg(Reg2); |
Chris Lattner | e53f4a0 | 2006-05-04 17:52:23 +0000 | [diff] [blame] | 206 | MI->getOperand(2).setReg(Reg1); |
| 207 | MI->getOperand(1).setReg(Reg2); |
Chris Lattner | f738230 | 2007-12-30 21:56:09 +0000 | [diff] [blame] | 208 | MI->getOperand(2).setIsKill(Reg1IsKill); |
| 209 | MI->getOperand(1).setIsKill(Reg2IsKill); |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 210 | |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 211 | // Swap the mask around. |
Chris Lattner | 9a1ceae | 2007-12-30 20:49:49 +0000 | [diff] [blame] | 212 | MI->getOperand(4).setImm((ME+1) & 31); |
| 213 | MI->getOperand(5).setImm((MB-1) & 31); |
Chris Lattner | 043870d | 2005-09-09 18:17:41 +0000 | [diff] [blame] | 214 | return MI; |
| 215 | } |
Chris Lattner | bbf1c72 | 2006-03-05 23:49:55 +0000 | [diff] [blame] | 216 | |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 217 | void PPCInstrInfo::insertNoop(MachineBasicBlock &MBB, |
Chris Lattner | bbf1c72 | 2006-03-05 23:49:55 +0000 | [diff] [blame] | 218 | MachineBasicBlock::iterator MI) const { |
Chris Lattner | c7f3ace | 2010-04-02 20:16:16 +0000 | [diff] [blame] | 219 | DebugLoc DL; |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 220 | BuildMI(MBB, MI, DL, get(PPC::NOP)); |
Chris Lattner | bbf1c72 | 2006-03-05 23:49:55 +0000 | [diff] [blame] | 221 | } |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 222 | |
| 223 | |
| 224 | // Branch analysis. |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 225 | // Note: If the condition register is set to CTR or CTR8 then this is a |
| 226 | // BDNZ (imm == 1) or BDZ (imm == 0) branch. |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 227 | bool PPCInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,MachineBasicBlock *&TBB, |
| 228 | MachineBasicBlock *&FBB, |
Evan Cheng | dc54d31 | 2009-02-09 07:14:22 +0000 | [diff] [blame] | 229 | SmallVectorImpl<MachineOperand> &Cond, |
| 230 | bool AllowModify) const { |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 231 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 232 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 233 | // If the block has no terminators, it just falls into the block after it. |
| 234 | MachineBasicBlock::iterator I = MBB.end(); |
Dale Johannesen | 93d6a7e | 2010-04-02 01:38:09 +0000 | [diff] [blame] | 235 | if (I == MBB.begin()) |
| 236 | return false; |
| 237 | --I; |
| 238 | while (I->isDebugValue()) { |
| 239 | if (I == MBB.begin()) |
| 240 | return false; |
| 241 | --I; |
| 242 | } |
| 243 | if (!isUnpredicatedTerminator(I)) |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 244 | return false; |
| 245 | |
| 246 | // Get the last instruction in the block. |
| 247 | MachineInstr *LastInst = I; |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 248 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 249 | // If there is only one terminator instruction, process it. |
Evan Cheng | bfd2ec4 | 2007-06-08 21:59:56 +0000 | [diff] [blame] | 250 | if (I == MBB.begin() || !isUnpredicatedTerminator(--I)) { |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 251 | if (LastInst->getOpcode() == PPC::B) { |
Evan Cheng | 82ae933 | 2009-05-08 23:09:25 +0000 | [diff] [blame] | 252 | if (!LastInst->getOperand(0).isMBB()) |
| 253 | return true; |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 254 | TBB = LastInst->getOperand(0).getMBB(); |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 255 | return false; |
Chris Lattner | 289c2d5 | 2006-11-17 22:14:47 +0000 | [diff] [blame] | 256 | } else if (LastInst->getOpcode() == PPC::BCC) { |
Evan Cheng | 82ae933 | 2009-05-08 23:09:25 +0000 | [diff] [blame] | 257 | if (!LastInst->getOperand(2).isMBB()) |
| 258 | return true; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 259 | // Block ends with fall-through condbranch. |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 260 | TBB = LastInst->getOperand(2).getMBB(); |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 261 | Cond.push_back(LastInst->getOperand(0)); |
| 262 | Cond.push_back(LastInst->getOperand(1)); |
Chris Lattner | 7c4fe25 | 2006-10-21 06:03:11 +0000 | [diff] [blame] | 263 | return false; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 264 | } else if (LastInst->getOpcode() == PPC::BDNZ8 || |
| 265 | LastInst->getOpcode() == PPC::BDNZ) { |
| 266 | if (!LastInst->getOperand(0).isMBB()) |
| 267 | return true; |
Hal Finkel | 7255d2a | 2012-06-08 19:19:53 +0000 | [diff] [blame] | 268 | if (DisableCTRLoopAnal) |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 269 | return true; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 270 | TBB = LastInst->getOperand(0).getMBB(); |
| 271 | Cond.push_back(MachineOperand::CreateImm(1)); |
| 272 | Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, |
| 273 | true)); |
| 274 | return false; |
| 275 | } else if (LastInst->getOpcode() == PPC::BDZ8 || |
| 276 | LastInst->getOpcode() == PPC::BDZ) { |
| 277 | if (!LastInst->getOperand(0).isMBB()) |
| 278 | return true; |
Hal Finkel | 7255d2a | 2012-06-08 19:19:53 +0000 | [diff] [blame] | 279 | if (DisableCTRLoopAnal) |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 280 | return true; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 281 | TBB = LastInst->getOperand(0).getMBB(); |
| 282 | Cond.push_back(MachineOperand::CreateImm(0)); |
| 283 | Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, |
| 284 | true)); |
| 285 | return false; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 286 | } |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 287 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 288 | // Otherwise, don't know what this is. |
| 289 | return true; |
| 290 | } |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 291 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 292 | // Get the instruction before it if it's a terminator. |
| 293 | MachineInstr *SecondLastInst = I; |
| 294 | |
| 295 | // If there are three terminators, we don't know what sort of block this is. |
| 296 | if (SecondLastInst && I != MBB.begin() && |
Evan Cheng | bfd2ec4 | 2007-06-08 21:59:56 +0000 | [diff] [blame] | 297 | isUnpredicatedTerminator(--I)) |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 298 | return true; |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 299 | |
Chris Lattner | 289c2d5 | 2006-11-17 22:14:47 +0000 | [diff] [blame] | 300 | // If the block ends with PPC::B and PPC:BCC, handle it. |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 301 | if (SecondLastInst->getOpcode() == PPC::BCC && |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 302 | LastInst->getOpcode() == PPC::B) { |
Evan Cheng | 82ae933 | 2009-05-08 23:09:25 +0000 | [diff] [blame] | 303 | if (!SecondLastInst->getOperand(2).isMBB() || |
| 304 | !LastInst->getOperand(0).isMBB()) |
| 305 | return true; |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 306 | TBB = SecondLastInst->getOperand(2).getMBB(); |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 307 | Cond.push_back(SecondLastInst->getOperand(0)); |
| 308 | Cond.push_back(SecondLastInst->getOperand(1)); |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 309 | FBB = LastInst->getOperand(0).getMBB(); |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 310 | return false; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 311 | } else if ((SecondLastInst->getOpcode() == PPC::BDNZ8 || |
| 312 | SecondLastInst->getOpcode() == PPC::BDNZ) && |
| 313 | LastInst->getOpcode() == PPC::B) { |
| 314 | if (!SecondLastInst->getOperand(0).isMBB() || |
| 315 | !LastInst->getOperand(0).isMBB()) |
| 316 | return true; |
Hal Finkel | 7255d2a | 2012-06-08 19:19:53 +0000 | [diff] [blame] | 317 | if (DisableCTRLoopAnal) |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 318 | return true; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 319 | TBB = SecondLastInst->getOperand(0).getMBB(); |
| 320 | Cond.push_back(MachineOperand::CreateImm(1)); |
| 321 | Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, |
| 322 | true)); |
| 323 | FBB = LastInst->getOperand(0).getMBB(); |
| 324 | return false; |
| 325 | } else if ((SecondLastInst->getOpcode() == PPC::BDZ8 || |
| 326 | SecondLastInst->getOpcode() == PPC::BDZ) && |
| 327 | LastInst->getOpcode() == PPC::B) { |
| 328 | if (!SecondLastInst->getOperand(0).isMBB() || |
| 329 | !LastInst->getOperand(0).isMBB()) |
| 330 | return true; |
Hal Finkel | 7255d2a | 2012-06-08 19:19:53 +0000 | [diff] [blame] | 331 | if (DisableCTRLoopAnal) |
Hal Finkel | 09fdc7b | 2012-06-08 15:38:25 +0000 | [diff] [blame] | 332 | return true; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 333 | TBB = SecondLastInst->getOperand(0).getMBB(); |
| 334 | Cond.push_back(MachineOperand::CreateImm(0)); |
| 335 | Cond.push_back(MachineOperand::CreateReg(isPPC64 ? PPC::CTR8 : PPC::CTR, |
| 336 | true)); |
| 337 | FBB = LastInst->getOperand(0).getMBB(); |
| 338 | return false; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 339 | } |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 340 | |
Dale Johannesen | 13e8b51 | 2007-06-13 17:59:52 +0000 | [diff] [blame] | 341 | // If the block ends with two PPC:Bs, handle it. The second one is not |
| 342 | // executed, so remove it. |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 343 | if (SecondLastInst->getOpcode() == PPC::B && |
Dale Johannesen | 13e8b51 | 2007-06-13 17:59:52 +0000 | [diff] [blame] | 344 | LastInst->getOpcode() == PPC::B) { |
Evan Cheng | 82ae933 | 2009-05-08 23:09:25 +0000 | [diff] [blame] | 345 | if (!SecondLastInst->getOperand(0).isMBB()) |
| 346 | return true; |
Chris Lattner | 8aa797a | 2007-12-30 23:10:15 +0000 | [diff] [blame] | 347 | TBB = SecondLastInst->getOperand(0).getMBB(); |
Dale Johannesen | 13e8b51 | 2007-06-13 17:59:52 +0000 | [diff] [blame] | 348 | I = LastInst; |
Evan Cheng | dc54d31 | 2009-02-09 07:14:22 +0000 | [diff] [blame] | 349 | if (AllowModify) |
| 350 | I->eraseFromParent(); |
Dale Johannesen | 13e8b51 | 2007-06-13 17:59:52 +0000 | [diff] [blame] | 351 | return false; |
| 352 | } |
| 353 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 354 | // Otherwise, can't handle this. |
| 355 | return true; |
| 356 | } |
| 357 | |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 358 | unsigned PPCInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 359 | MachineBasicBlock::iterator I = MBB.end(); |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 360 | if (I == MBB.begin()) return 0; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 361 | --I; |
Dale Johannesen | 93d6a7e | 2010-04-02 01:38:09 +0000 | [diff] [blame] | 362 | while (I->isDebugValue()) { |
| 363 | if (I == MBB.begin()) |
| 364 | return 0; |
| 365 | --I; |
| 366 | } |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 367 | if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC && |
| 368 | I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && |
| 369 | I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 370 | return 0; |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 371 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 372 | // Remove the branch. |
| 373 | I->eraseFromParent(); |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 374 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 375 | I = MBB.end(); |
| 376 | |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 377 | if (I == MBB.begin()) return 1; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 378 | --I; |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 379 | if (I->getOpcode() != PPC::BCC && |
| 380 | I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && |
| 381 | I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 382 | return 1; |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 383 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 384 | // Remove the branch. |
| 385 | I->eraseFromParent(); |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 386 | return 2; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 387 | } |
| 388 | |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 389 | unsigned |
| 390 | PPCInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, |
| 391 | MachineBasicBlock *FBB, |
Stuart Hastings | 3bf9125 | 2010-06-17 22:43:56 +0000 | [diff] [blame] | 392 | const SmallVectorImpl<MachineOperand> &Cond, |
| 393 | DebugLoc DL) const { |
Chris Lattner | 2dc7723 | 2006-10-17 18:06:55 +0000 | [diff] [blame] | 394 | // Shouldn't be a fall through. |
| 395 | assert(TBB && "InsertBranch must not be told to insert a fallthrough"); |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 396 | assert((Cond.size() == 2 || Cond.size() == 0) && |
Chris Lattner | 5410806 | 2006-10-21 05:36:13 +0000 | [diff] [blame] | 397 | "PPC branch conditions have two components!"); |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 398 | |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 399 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 400 | |
Chris Lattner | 5410806 | 2006-10-21 05:36:13 +0000 | [diff] [blame] | 401 | // One-way branch. |
Chris Lattner | 2dc7723 | 2006-10-17 18:06:55 +0000 | [diff] [blame] | 402 | if (FBB == 0) { |
Chris Lattner | 5410806 | 2006-10-21 05:36:13 +0000 | [diff] [blame] | 403 | if (Cond.empty()) // Unconditional branch |
Stuart Hastings | 3bf9125 | 2010-06-17 22:43:56 +0000 | [diff] [blame] | 404 | BuildMI(&MBB, DL, get(PPC::B)).addMBB(TBB); |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 405 | else if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) |
| 406 | BuildMI(&MBB, DL, get(Cond[0].getImm() ? |
| 407 | (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : |
| 408 | (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); |
Chris Lattner | 5410806 | 2006-10-21 05:36:13 +0000 | [diff] [blame] | 409 | else // Conditional branch |
Stuart Hastings | 3bf9125 | 2010-06-17 22:43:56 +0000 | [diff] [blame] | 410 | BuildMI(&MBB, DL, get(PPC::BCC)) |
Chris Lattner | 18258c6 | 2006-11-17 22:37:34 +0000 | [diff] [blame] | 411 | .addImm(Cond[0].getImm()).addReg(Cond[1].getReg()).addMBB(TBB); |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 412 | return 1; |
Chris Lattner | 2dc7723 | 2006-10-17 18:06:55 +0000 | [diff] [blame] | 413 | } |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 414 | |
Chris Lattner | 879d09c | 2006-10-21 05:42:09 +0000 | [diff] [blame] | 415 | // Two-way Conditional Branch. |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 416 | if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) |
| 417 | BuildMI(&MBB, DL, get(Cond[0].getImm() ? |
| 418 | (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : |
| 419 | (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); |
| 420 | else |
| 421 | BuildMI(&MBB, DL, get(PPC::BCC)) |
| 422 | .addImm(Cond[0].getImm()).addReg(Cond[1].getReg()).addMBB(TBB); |
Stuart Hastings | 3bf9125 | 2010-06-17 22:43:56 +0000 | [diff] [blame] | 423 | BuildMI(&MBB, DL, get(PPC::B)).addMBB(FBB); |
Evan Cheng | b5cdaa2 | 2007-05-18 00:05:48 +0000 | [diff] [blame] | 424 | return 2; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 425 | } |
| 426 | |
Hal Finkel | ff56d1a | 2013-04-05 23:29:01 +0000 | [diff] [blame] | 427 | // Select analysis. |
| 428 | bool PPCInstrInfo::canInsertSelect(const MachineBasicBlock &MBB, |
| 429 | const SmallVectorImpl<MachineOperand> &Cond, |
| 430 | unsigned TrueReg, unsigned FalseReg, |
| 431 | int &CondCycles, int &TrueCycles, int &FalseCycles) const { |
| 432 | if (!TM.getSubtargetImpl()->hasISEL()) |
| 433 | return false; |
| 434 | |
| 435 | if (Cond.size() != 2) |
| 436 | return false; |
| 437 | |
| 438 | // If this is really a bdnz-like condition, then it cannot be turned into a |
| 439 | // select. |
| 440 | if (Cond[1].getReg() == PPC::CTR || Cond[1].getReg() == PPC::CTR8) |
| 441 | return false; |
| 442 | |
| 443 | // Check register classes. |
| 444 | const MachineRegisterInfo &MRI = MBB.getParent()->getRegInfo(); |
| 445 | const TargetRegisterClass *RC = |
| 446 | RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); |
| 447 | if (!RC) |
| 448 | return false; |
| 449 | |
| 450 | // isel is for regular integer GPRs only. |
| 451 | if (!PPC::GPRCRegClass.hasSubClassEq(RC) && |
| 452 | !PPC::G8RCRegClass.hasSubClassEq(RC)) |
| 453 | return false; |
| 454 | |
| 455 | // FIXME: These numbers are for the A2, how well they work for other cores is |
| 456 | // an open question. On the A2, the isel instruction has a 2-cycle latency |
| 457 | // but single-cycle throughput. These numbers are used in combination with |
| 458 | // the MispredictPenalty setting from the active SchedMachineModel. |
| 459 | CondCycles = 1; |
| 460 | TrueCycles = 1; |
| 461 | FalseCycles = 1; |
| 462 | |
| 463 | return true; |
| 464 | } |
| 465 | |
| 466 | void PPCInstrInfo::insertSelect(MachineBasicBlock &MBB, |
| 467 | MachineBasicBlock::iterator MI, DebugLoc dl, |
| 468 | unsigned DestReg, |
| 469 | const SmallVectorImpl<MachineOperand> &Cond, |
| 470 | unsigned TrueReg, unsigned FalseReg) const { |
| 471 | assert(Cond.size() == 2 && |
| 472 | "PPC branch conditions have two components!"); |
| 473 | |
| 474 | assert(TM.getSubtargetImpl()->hasISEL() && |
| 475 | "Cannot insert select on target without ISEL support"); |
| 476 | |
| 477 | // Get the register classes. |
| 478 | MachineRegisterInfo &MRI = MBB.getParent()->getRegInfo(); |
| 479 | const TargetRegisterClass *RC = |
| 480 | RI.getCommonSubClass(MRI.getRegClass(TrueReg), MRI.getRegClass(FalseReg)); |
| 481 | assert(RC && "TrueReg and FalseReg must have overlapping register classes"); |
| 482 | assert((PPC::GPRCRegClass.hasSubClassEq(RC) || |
| 483 | PPC::G8RCRegClass.hasSubClassEq(RC)) && |
| 484 | "isel is for regular integer GPRs only"); |
| 485 | |
| 486 | unsigned OpCode = |
| 487 | PPC::GPRCRegClass.hasSubClassEq(RC) ? PPC::ISEL : PPC::ISEL8; |
| 488 | unsigned SelectPred = Cond[0].getImm(); |
| 489 | |
| 490 | unsigned SubIdx; |
| 491 | bool SwapOps; |
| 492 | switch (SelectPred) { |
| 493 | default: llvm_unreachable("invalid predicate for isel"); |
| 494 | case PPC::PRED_EQ: SubIdx = PPC::sub_eq; SwapOps = false; break; |
| 495 | case PPC::PRED_NE: SubIdx = PPC::sub_eq; SwapOps = true; break; |
| 496 | case PPC::PRED_LT: SubIdx = PPC::sub_lt; SwapOps = false; break; |
| 497 | case PPC::PRED_GE: SubIdx = PPC::sub_lt; SwapOps = true; break; |
| 498 | case PPC::PRED_GT: SubIdx = PPC::sub_gt; SwapOps = false; break; |
| 499 | case PPC::PRED_LE: SubIdx = PPC::sub_gt; SwapOps = true; break; |
| 500 | case PPC::PRED_UN: SubIdx = PPC::sub_un; SwapOps = false; break; |
| 501 | case PPC::PRED_NU: SubIdx = PPC::sub_un; SwapOps = true; break; |
| 502 | } |
| 503 | |
| 504 | unsigned FirstReg = SwapOps ? FalseReg : TrueReg, |
| 505 | SecondReg = SwapOps ? TrueReg : FalseReg; |
| 506 | |
| 507 | // The first input register of isel cannot be r0. If it is a member |
| 508 | // of a register class that can be r0, then copy it first (the |
| 509 | // register allocator should eliminate the copy). |
| 510 | if (MRI.getRegClass(FirstReg)->contains(PPC::R0) || |
| 511 | MRI.getRegClass(FirstReg)->contains(PPC::X0)) { |
| 512 | const TargetRegisterClass *FirstRC = |
| 513 | MRI.getRegClass(FirstReg)->contains(PPC::X0) ? |
| 514 | &PPC::G8RC_NOX0RegClass : &PPC::GPRC_NOR0RegClass; |
| 515 | unsigned OldFirstReg = FirstReg; |
| 516 | FirstReg = MRI.createVirtualRegister(FirstRC); |
| 517 | BuildMI(MBB, MI, dl, get(TargetOpcode::COPY), FirstReg) |
| 518 | .addReg(OldFirstReg); |
| 519 | } |
| 520 | |
| 521 | BuildMI(MBB, MI, dl, get(OpCode), DestReg) |
| 522 | .addReg(FirstReg).addReg(SecondReg) |
| 523 | .addReg(Cond[1].getReg(), 0, SubIdx); |
| 524 | } |
| 525 | |
Jakob Stoklund Olesen | 27689b0 | 2010-07-11 07:31:00 +0000 | [diff] [blame] | 526 | void PPCInstrInfo::copyPhysReg(MachineBasicBlock &MBB, |
| 527 | MachineBasicBlock::iterator I, DebugLoc DL, |
| 528 | unsigned DestReg, unsigned SrcReg, |
| 529 | bool KillSrc) const { |
| 530 | unsigned Opc; |
| 531 | if (PPC::GPRCRegClass.contains(DestReg, SrcReg)) |
| 532 | Opc = PPC::OR; |
| 533 | else if (PPC::G8RCRegClass.contains(DestReg, SrcReg)) |
| 534 | Opc = PPC::OR8; |
| 535 | else if (PPC::F4RCRegClass.contains(DestReg, SrcReg)) |
| 536 | Opc = PPC::FMR; |
| 537 | else if (PPC::CRRCRegClass.contains(DestReg, SrcReg)) |
| 538 | Opc = PPC::MCRF; |
| 539 | else if (PPC::VRRCRegClass.contains(DestReg, SrcReg)) |
| 540 | Opc = PPC::VOR; |
| 541 | else if (PPC::CRBITRCRegClass.contains(DestReg, SrcReg)) |
| 542 | Opc = PPC::CROR; |
| 543 | else |
| 544 | llvm_unreachable("Impossible reg-to-reg copy"); |
Owen Anderson | d10fd97 | 2007-12-31 06:32:00 +0000 | [diff] [blame] | 545 | |
Evan Cheng | e837dea | 2011-06-28 19:10:37 +0000 | [diff] [blame] | 546 | const MCInstrDesc &MCID = get(Opc); |
| 547 | if (MCID.getNumOperands() == 3) |
| 548 | BuildMI(MBB, I, DL, MCID, DestReg) |
Jakob Stoklund Olesen | 27689b0 | 2010-07-11 07:31:00 +0000 | [diff] [blame] | 549 | .addReg(SrcReg).addReg(SrcReg, getKillRegState(KillSrc)); |
| 550 | else |
Evan Cheng | e837dea | 2011-06-28 19:10:37 +0000 | [diff] [blame] | 551 | BuildMI(MBB, I, DL, MCID, DestReg).addReg(SrcReg, getKillRegState(KillSrc)); |
Owen Anderson | d10fd97 | 2007-12-31 06:32:00 +0000 | [diff] [blame] | 552 | } |
| 553 | |
Hal Finkel | 3fd0018 | 2011-12-05 17:55:17 +0000 | [diff] [blame] | 554 | // This function returns true if a CR spill is necessary and false otherwise. |
Bill Wendling | 4a66e9a | 2008-03-10 22:49:16 +0000 | [diff] [blame] | 555 | bool |
Dan Gohman | 8e5f2c6 | 2008-07-07 23:14:23 +0000 | [diff] [blame] | 556 | PPCInstrInfo::StoreRegToStackSlot(MachineFunction &MF, |
| 557 | unsigned SrcReg, bool isKill, |
Bill Wendling | 4a66e9a | 2008-03-10 22:49:16 +0000 | [diff] [blame] | 558 | int FrameIdx, |
| 559 | const TargetRegisterClass *RC, |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 560 | SmallVectorImpl<MachineInstr*> &NewMIs, |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 561 | bool &NonRI, bool &SpillsVRS) const{ |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 562 | // Note: If additional store instructions are added here, |
| 563 | // update isStoreToStackSlot. |
| 564 | |
Chris Lattner | c7f3ace | 2010-04-02 20:16:16 +0000 | [diff] [blame] | 565 | DebugLoc DL; |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 566 | if (PPC::GPRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 7257fda | 2013-03-23 17:14:27 +0000 | [diff] [blame] | 567 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) |
| 568 | .addReg(SrcReg, |
| 569 | getKillRegState(isKill)), |
| 570 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 571 | } else if (PPC::G8RCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 7257fda | 2013-03-23 17:14:27 +0000 | [diff] [blame] | 572 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD)) |
| 573 | .addReg(SrcReg, |
| 574 | getKillRegState(isKill)), |
| 575 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 576 | } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { |
Dale Johannesen | 21b5541 | 2009-02-12 23:08:38 +0000 | [diff] [blame] | 577 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFD)) |
Bill Wendling | 587daed | 2009-05-13 21:33:08 +0000 | [diff] [blame] | 578 | .addReg(SrcReg, |
| 579 | getKillRegState(isKill)), |
| 580 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 581 | } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { |
Dale Johannesen | 21b5541 | 2009-02-12 23:08:38 +0000 | [diff] [blame] | 582 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STFS)) |
Bill Wendling | 587daed | 2009-05-13 21:33:08 +0000 | [diff] [blame] | 583 | .addReg(SrcReg, |
| 584 | getKillRegState(isKill)), |
| 585 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 586 | } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 7285e8d | 2013-03-12 14:12:16 +0000 | [diff] [blame] | 587 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::SPILL_CR)) |
| 588 | .addReg(SrcReg, |
| 589 | getKillRegState(isKill)), |
| 590 | FrameIdx)); |
| 591 | return true; |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 592 | } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { |
Nicolas Geoffray | 0404cd9 | 2008-03-10 14:12:10 +0000 | [diff] [blame] | 593 | // FIXME: We use CRi here because there is no mtcrf on a bit. Since the |
| 594 | // backend currently only uses CR1EQ as an individual bit, this should |
| 595 | // not cause any bug. If we need other uses of CR bits, the following |
| 596 | // code may be invalid. |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 597 | unsigned Reg = 0; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 598 | if (SrcReg == PPC::CR0LT || SrcReg == PPC::CR0GT || |
| 599 | SrcReg == PPC::CR0EQ || SrcReg == PPC::CR0UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 600 | Reg = PPC::CR0; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 601 | else if (SrcReg == PPC::CR1LT || SrcReg == PPC::CR1GT || |
| 602 | SrcReg == PPC::CR1EQ || SrcReg == PPC::CR1UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 603 | Reg = PPC::CR1; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 604 | else if (SrcReg == PPC::CR2LT || SrcReg == PPC::CR2GT || |
| 605 | SrcReg == PPC::CR2EQ || SrcReg == PPC::CR2UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 606 | Reg = PPC::CR2; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 607 | else if (SrcReg == PPC::CR3LT || SrcReg == PPC::CR3GT || |
| 608 | SrcReg == PPC::CR3EQ || SrcReg == PPC::CR3UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 609 | Reg = PPC::CR3; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 610 | else if (SrcReg == PPC::CR4LT || SrcReg == PPC::CR4GT || |
| 611 | SrcReg == PPC::CR4EQ || SrcReg == PPC::CR4UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 612 | Reg = PPC::CR4; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 613 | else if (SrcReg == PPC::CR5LT || SrcReg == PPC::CR5GT || |
| 614 | SrcReg == PPC::CR5EQ || SrcReg == PPC::CR5UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 615 | Reg = PPC::CR5; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 616 | else if (SrcReg == PPC::CR6LT || SrcReg == PPC::CR6GT || |
| 617 | SrcReg == PPC::CR6EQ || SrcReg == PPC::CR6UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 618 | Reg = PPC::CR6; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 619 | else if (SrcReg == PPC::CR7LT || SrcReg == PPC::CR7GT || |
| 620 | SrcReg == PPC::CR7EQ || SrcReg == PPC::CR7UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 621 | Reg = PPC::CR7; |
| 622 | |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 623 | return StoreRegToStackSlot(MF, Reg, isKill, FrameIdx, |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 624 | &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS); |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 625 | |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 626 | } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 627 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STVX)) |
| 628 | .addReg(SrcReg, |
| 629 | getKillRegState(isKill)), |
| 630 | FrameIdx)); |
| 631 | NonRI = true; |
Hal Finkel | 10f7f2a | 2013-03-21 19:03:21 +0000 | [diff] [blame] | 632 | } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | b7e11e4 | 2013-03-27 00:02:20 +0000 | [diff] [blame] | 633 | assert(TM.getSubtargetImpl()->isDarwin() && |
| 634 | "VRSAVE only needs spill/restore on Darwin"); |
Hal Finkel | 10f7f2a | 2013-03-21 19:03:21 +0000 | [diff] [blame] | 635 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::SPILL_VRSAVE)) |
| 636 | .addReg(SrcReg, |
| 637 | getKillRegState(isKill)), |
| 638 | FrameIdx)); |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 639 | SpillsVRS = true; |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 640 | } else { |
Torok Edwin | c23197a | 2009-07-14 16:55:14 +0000 | [diff] [blame] | 641 | llvm_unreachable("Unknown regclass!"); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 642 | } |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 643 | |
| 644 | return false; |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 645 | } |
| 646 | |
| 647 | void |
| 648 | PPCInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 649 | MachineBasicBlock::iterator MI, |
| 650 | unsigned SrcReg, bool isKill, int FrameIdx, |
Evan Cheng | 746ad69 | 2010-05-06 19:06:44 +0000 | [diff] [blame] | 651 | const TargetRegisterClass *RC, |
| 652 | const TargetRegisterInfo *TRI) const { |
Dan Gohman | 8e5f2c6 | 2008-07-07 23:14:23 +0000 | [diff] [blame] | 653 | MachineFunction &MF = *MBB.getParent(); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 654 | SmallVector<MachineInstr*, 4> NewMIs; |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 655 | |
Hal Finkel | 0cfb42a | 2013-03-15 05:06:04 +0000 | [diff] [blame] | 656 | PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); |
| 657 | FuncInfo->setHasSpills(); |
| 658 | |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 659 | bool NonRI = false, SpillsVRS = false; |
| 660 | if (StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs, |
| 661 | NonRI, SpillsVRS)) |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 662 | FuncInfo->setSpillsCR(); |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 663 | |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 664 | if (SpillsVRS) |
| 665 | FuncInfo->setSpillsVRSAVE(); |
| 666 | |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 667 | if (NonRI) |
| 668 | FuncInfo->setHasNonRISpills(); |
| 669 | |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 670 | for (unsigned i = 0, e = NewMIs.size(); i != e; ++i) |
| 671 | MBB.insert(MI, NewMIs[i]); |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 672 | |
| 673 | const MachineFrameInfo &MFI = *MF.getFrameInfo(); |
| 674 | MachineMemOperand *MMO = |
Jay Foad | 978e0df | 2011-11-15 07:34:52 +0000 | [diff] [blame] | 675 | MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIdx), |
Chris Lattner | 59db549 | 2010-09-21 04:39:43 +0000 | [diff] [blame] | 676 | MachineMemOperand::MOStore, |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 677 | MFI.getObjectSize(FrameIdx), |
| 678 | MFI.getObjectAlignment(FrameIdx)); |
| 679 | NewMIs.back()->addMemOperand(MF, MMO); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 680 | } |
| 681 | |
Hal Finkel | d21e930 | 2011-12-06 20:55:36 +0000 | [diff] [blame] | 682 | bool |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 683 | PPCInstrInfo::LoadRegFromStackSlot(MachineFunction &MF, DebugLoc DL, |
Dan Gohman | 8e5f2c6 | 2008-07-07 23:14:23 +0000 | [diff] [blame] | 684 | unsigned DestReg, int FrameIdx, |
Bill Wendling | 4a66e9a | 2008-03-10 22:49:16 +0000 | [diff] [blame] | 685 | const TargetRegisterClass *RC, |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 686 | SmallVectorImpl<MachineInstr*> &NewMIs, |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 687 | bool &NonRI, bool &SpillsVRS) const{ |
Hal Finkel | f25f93b | 2013-03-27 21:21:15 +0000 | [diff] [blame] | 688 | // Note: If additional load instructions are added here, |
| 689 | // update isLoadFromStackSlot. |
| 690 | |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 691 | if (PPC::GPRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | fc80586 | 2013-03-27 19:10:40 +0000 | [diff] [blame] | 692 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LWZ), |
| 693 | DestReg), FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 694 | } else if (PPC::G8RCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | fc80586 | 2013-03-27 19:10:40 +0000 | [diff] [blame] | 695 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LD), DestReg), |
| 696 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 697 | } else if (PPC::F8RCRegClass.hasSubClassEq(RC)) { |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 698 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFD), DestReg), |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 699 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 700 | } else if (PPC::F4RCRegClass.hasSubClassEq(RC)) { |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 701 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 702 | FrameIdx)); |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 703 | } else if (PPC::CRRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 7285e8d | 2013-03-12 14:12:16 +0000 | [diff] [blame] | 704 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, |
| 705 | get(PPC::RESTORE_CR), DestReg), |
| 706 | FrameIdx)); |
| 707 | return true; |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 708 | } else if (PPC::CRBITRCRegClass.hasSubClassEq(RC)) { |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 709 | |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 710 | unsigned Reg = 0; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 711 | if (DestReg == PPC::CR0LT || DestReg == PPC::CR0GT || |
| 712 | DestReg == PPC::CR0EQ || DestReg == PPC::CR0UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 713 | Reg = PPC::CR0; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 714 | else if (DestReg == PPC::CR1LT || DestReg == PPC::CR1GT || |
| 715 | DestReg == PPC::CR1EQ || DestReg == PPC::CR1UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 716 | Reg = PPC::CR1; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 717 | else if (DestReg == PPC::CR2LT || DestReg == PPC::CR2GT || |
| 718 | DestReg == PPC::CR2EQ || DestReg == PPC::CR2UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 719 | Reg = PPC::CR2; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 720 | else if (DestReg == PPC::CR3LT || DestReg == PPC::CR3GT || |
| 721 | DestReg == PPC::CR3EQ || DestReg == PPC::CR3UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 722 | Reg = PPC::CR3; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 723 | else if (DestReg == PPC::CR4LT || DestReg == PPC::CR4GT || |
| 724 | DestReg == PPC::CR4EQ || DestReg == PPC::CR4UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 725 | Reg = PPC::CR4; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 726 | else if (DestReg == PPC::CR5LT || DestReg == PPC::CR5GT || |
| 727 | DestReg == PPC::CR5EQ || DestReg == PPC::CR5UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 728 | Reg = PPC::CR5; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 729 | else if (DestReg == PPC::CR6LT || DestReg == PPC::CR6GT || |
| 730 | DestReg == PPC::CR6EQ || DestReg == PPC::CR6UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 731 | Reg = PPC::CR6; |
Tilmann Scheller | 6a3a1ba | 2009-07-03 06:47:55 +0000 | [diff] [blame] | 732 | else if (DestReg == PPC::CR7LT || DestReg == PPC::CR7GT || |
| 733 | DestReg == PPC::CR7EQ || DestReg == PPC::CR7UN) |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 734 | Reg = PPC::CR7; |
| 735 | |
Andrew Trick | 6e8f4c4 | 2010-12-24 04:28:06 +0000 | [diff] [blame] | 736 | return LoadRegFromStackSlot(MF, DL, Reg, FrameIdx, |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 737 | &PPC::CRRCRegClass, NewMIs, NonRI, SpillsVRS); |
Nicolas Geoffray | 9348c69 | 2008-03-10 17:46:45 +0000 | [diff] [blame] | 738 | |
Craig Topper | c909950 | 2012-04-20 06:31:50 +0000 | [diff] [blame] | 739 | } else if (PPC::VRRCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 740 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LVX), DestReg), |
| 741 | FrameIdx)); |
| 742 | NonRI = true; |
Hal Finkel | 10f7f2a | 2013-03-21 19:03:21 +0000 | [diff] [blame] | 743 | } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) { |
Hal Finkel | b7e11e4 | 2013-03-27 00:02:20 +0000 | [diff] [blame] | 744 | assert(TM.getSubtargetImpl()->isDarwin() && |
| 745 | "VRSAVE only needs spill/restore on Darwin"); |
Hal Finkel | 10f7f2a | 2013-03-21 19:03:21 +0000 | [diff] [blame] | 746 | NewMIs.push_back(addFrameReference(BuildMI(MF, DL, |
| 747 | get(PPC::RESTORE_VRSAVE), |
| 748 | DestReg), |
| 749 | FrameIdx)); |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 750 | SpillsVRS = true; |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 751 | } else { |
Torok Edwin | c23197a | 2009-07-14 16:55:14 +0000 | [diff] [blame] | 752 | llvm_unreachable("Unknown regclass!"); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 753 | } |
Hal Finkel | d21e930 | 2011-12-06 20:55:36 +0000 | [diff] [blame] | 754 | |
| 755 | return false; |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 756 | } |
| 757 | |
| 758 | void |
| 759 | PPCInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, |
Bill Wendling | 7194aaf | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 760 | MachineBasicBlock::iterator MI, |
| 761 | unsigned DestReg, int FrameIdx, |
Evan Cheng | 746ad69 | 2010-05-06 19:06:44 +0000 | [diff] [blame] | 762 | const TargetRegisterClass *RC, |
| 763 | const TargetRegisterInfo *TRI) const { |
Dan Gohman | 8e5f2c6 | 2008-07-07 23:14:23 +0000 | [diff] [blame] | 764 | MachineFunction &MF = *MBB.getParent(); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 765 | SmallVector<MachineInstr*, 4> NewMIs; |
Chris Lattner | c7f3ace | 2010-04-02 20:16:16 +0000 | [diff] [blame] | 766 | DebugLoc DL; |
Bill Wendling | d1c321a | 2009-02-12 00:02:55 +0000 | [diff] [blame] | 767 | if (MI != MBB.end()) DL = MI->getDebugLoc(); |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 768 | |
| 769 | PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); |
| 770 | FuncInfo->setHasSpills(); |
| 771 | |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 772 | bool NonRI = false, SpillsVRS = false; |
| 773 | if (LoadRegFromStackSlot(MF, DL, DestReg, FrameIdx, RC, NewMIs, |
| 774 | NonRI, SpillsVRS)) |
Hal Finkel | d21e930 | 2011-12-06 20:55:36 +0000 | [diff] [blame] | 775 | FuncInfo->setSpillsCR(); |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 776 | |
Hal Finkel | 3f2c047 | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 777 | if (SpillsVRS) |
| 778 | FuncInfo->setSpillsVRSAVE(); |
| 779 | |
Hal Finkel | 3249729 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 780 | if (NonRI) |
| 781 | FuncInfo->setHasNonRISpills(); |
| 782 | |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 783 | for (unsigned i = 0, e = NewMIs.size(); i != e; ++i) |
| 784 | MBB.insert(MI, NewMIs[i]); |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 785 | |
| 786 | const MachineFrameInfo &MFI = *MF.getFrameInfo(); |
| 787 | MachineMemOperand *MMO = |
Jay Foad | 978e0df | 2011-11-15 07:34:52 +0000 | [diff] [blame] | 788 | MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIdx), |
Chris Lattner | 59db549 | 2010-09-21 04:39:43 +0000 | [diff] [blame] | 789 | MachineMemOperand::MOLoad, |
Jakob Stoklund Olesen | 7a79fcb | 2010-07-16 18:22:00 +0000 | [diff] [blame] | 790 | MFI.getObjectSize(FrameIdx), |
| 791 | MFI.getObjectAlignment(FrameIdx)); |
| 792 | NewMIs.back()->addMemOperand(MF, MMO); |
Owen Anderson | f6372aa | 2008-01-01 21:11:32 +0000 | [diff] [blame] | 793 | } |
| 794 | |
Evan Cheng | 0965217 | 2010-04-26 07:39:36 +0000 | [diff] [blame] | 795 | MachineInstr* |
| 796 | PPCInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, |
Evan Cheng | 8601a3d | 2010-04-29 01:13:30 +0000 | [diff] [blame] | 797 | int FrameIx, uint64_t Offset, |
Evan Cheng | 0965217 | 2010-04-26 07:39:36 +0000 | [diff] [blame] | 798 | const MDNode *MDPtr, |
| 799 | DebugLoc DL) const { |
| 800 | MachineInstrBuilder MIB = BuildMI(MF, DL, get(PPC::DBG_VALUE)); |
| 801 | addFrameReference(MIB, FrameIx, 0, false).addImm(Offset).addMetadata(MDPtr); |
| 802 | return &*MIB; |
| 803 | } |
| 804 | |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 805 | bool PPCInstrInfo:: |
Owen Anderson | 44eb65c | 2008-08-14 22:49:33 +0000 | [diff] [blame] | 806 | ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { |
Chris Lattner | 7c4fe25 | 2006-10-21 06:03:11 +0000 | [diff] [blame] | 807 | assert(Cond.size() == 2 && "Invalid PPC branch opcode!"); |
Hal Finkel | 99f823f | 2012-06-08 15:38:21 +0000 | [diff] [blame] | 808 | if (Cond[1].getReg() == PPC::CTR8 || Cond[1].getReg() == PPC::CTR) |
| 809 | Cond[0].setImm(Cond[0].getImm() == 0 ? 1 : 0); |
| 810 | else |
| 811 | // Leave the CR# the same, but invert the condition. |
| 812 | Cond[0].setImm(PPC::InvertPredicate((PPC::Predicate)Cond[0].getImm())); |
Chris Lattner | 7c4fe25 | 2006-10-21 06:03:11 +0000 | [diff] [blame] | 813 | return false; |
Chris Lattner | c50e2bc | 2006-10-13 21:21:17 +0000 | [diff] [blame] | 814 | } |
Nicolas Geoffray | 52e724a | 2008-04-16 20:10:13 +0000 | [diff] [blame] | 815 | |
Hal Finkel | 839b909 | 2013-04-06 19:30:30 +0000 | [diff] [blame] | 816 | bool PPCInstrInfo::FoldImmediate(MachineInstr *UseMI, MachineInstr *DefMI, |
| 817 | unsigned Reg, MachineRegisterInfo *MRI) const { |
| 818 | // For some instructions, it is legal to fold ZERO into the RA register field. |
| 819 | // A zero immediate should always be loaded with a single li. |
| 820 | unsigned DefOpc = DefMI->getOpcode(); |
| 821 | if (DefOpc != PPC::LI && DefOpc != PPC::LI8) |
| 822 | return false; |
| 823 | if (!DefMI->getOperand(1).isImm()) |
| 824 | return false; |
| 825 | if (DefMI->getOperand(1).getImm() != 0) |
| 826 | return false; |
| 827 | |
| 828 | // Note that we cannot here invert the arguments of an isel in order to fold |
| 829 | // a ZERO into what is presented as the second argument. All we have here |
| 830 | // is the condition bit, and that might come from a CR-logical bit operation. |
| 831 | |
| 832 | const MCInstrDesc &UseMCID = UseMI->getDesc(); |
| 833 | |
| 834 | // Only fold into real machine instructions. |
| 835 | if (UseMCID.isPseudo()) |
| 836 | return false; |
| 837 | |
| 838 | unsigned UseIdx; |
| 839 | for (UseIdx = 0; UseIdx < UseMI->getNumOperands(); ++UseIdx) |
| 840 | if (UseMI->getOperand(UseIdx).isReg() && |
| 841 | UseMI->getOperand(UseIdx).getReg() == Reg) |
| 842 | break; |
| 843 | |
| 844 | assert(UseIdx < UseMI->getNumOperands() && "Cannot find Reg in UseMI"); |
| 845 | assert(UseIdx < UseMCID.getNumOperands() && "No operand description for Reg"); |
| 846 | |
| 847 | const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; |
| 848 | |
| 849 | // We can fold the zero if this register requires a GPRC_NOR0/G8RC_NOX0 |
| 850 | // register (which might also be specified as a pointer class kind). |
| 851 | if (UseInfo->isLookupPtrRegClass()) { |
| 852 | if (UseInfo->RegClass /* Kind */ != 1) |
| 853 | return false; |
| 854 | } else { |
| 855 | if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && |
| 856 | UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) |
| 857 | return false; |
| 858 | } |
| 859 | |
| 860 | // Make sure this is not tied to an output register (or otherwise |
| 861 | // constrained). This is true for ST?UX registers, for example, which |
| 862 | // are tied to their output registers. |
| 863 | if (UseInfo->Constraints != 0) |
| 864 | return false; |
| 865 | |
| 866 | unsigned ZeroReg; |
| 867 | if (UseInfo->isLookupPtrRegClass()) { |
| 868 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 869 | ZeroReg = isPPC64 ? PPC::ZERO8 : PPC::ZERO; |
| 870 | } else { |
| 871 | ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? |
| 872 | PPC::ZERO8 : PPC::ZERO; |
| 873 | } |
| 874 | |
| 875 | bool DeleteDef = MRI->hasOneNonDBGUse(Reg); |
| 876 | UseMI->getOperand(UseIdx).setReg(ZeroReg); |
| 877 | |
| 878 | if (DeleteDef) |
| 879 | DefMI->eraseFromParent(); |
| 880 | |
| 881 | return true; |
| 882 | } |
| 883 | |
Hal Finkel | da47e17 | 2013-04-10 18:30:16 +0000 | [diff] [blame] | 884 | static bool MBBDefinesCTR(MachineBasicBlock &MBB) { |
| 885 | for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); |
| 886 | I != IE; ++I) |
| 887 | if (I->definesRegister(PPC::CTR) || I->definesRegister(PPC::CTR8)) |
| 888 | return true; |
| 889 | return false; |
| 890 | } |
| 891 | |
| 892 | // We should make sure that, if we're going to predicate both sides of a |
| 893 | // condition (a diamond), that both sides don't define the counter register. We |
| 894 | // can predicate counter-decrement-based branches, but while that predicates |
| 895 | // the branching, it does not predicate the counter decrement. If we tried to |
| 896 | // merge the triangle into one predicated block, we'd decrement the counter |
| 897 | // twice. |
| 898 | bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, |
| 899 | unsigned NumT, unsigned ExtraT, |
| 900 | MachineBasicBlock &FMBB, |
| 901 | unsigned NumF, unsigned ExtraF, |
| 902 | const BranchProbability &Probability) const { |
| 903 | return !(MBBDefinesCTR(TMBB) && MBBDefinesCTR(FMBB)); |
| 904 | } |
| 905 | |
| 906 | |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 907 | bool PPCInstrInfo::isPredicated(const MachineInstr *MI) const { |
Hal Finkel | 4b04029 | 2013-04-11 01:23:34 +0000 | [diff] [blame] | 908 | // The predicated branches are identified by their type, not really by the |
| 909 | // explicit presence of a predicate. Furthermore, some of them can be |
| 910 | // predicated more than once. Because if conversion won't try to predicate |
| 911 | // any instruction which already claims to be predicated (by returning true |
| 912 | // here), always return false. In doing so, we let isPredicable() be the |
| 913 | // final word on whether not the instruction can be (further) predicated. |
| 914 | |
| 915 | return false; |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 916 | } |
| 917 | |
| 918 | bool PPCInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { |
| 919 | if (!MI->isTerminator()) |
| 920 | return false; |
| 921 | |
| 922 | // Conditional branch is a special case. |
| 923 | if (MI->isBranch() && !MI->isBarrier()) |
| 924 | return true; |
| 925 | |
| 926 | return !isPredicated(MI); |
| 927 | } |
| 928 | |
| 929 | bool PPCInstrInfo::PredicateInstruction( |
| 930 | MachineInstr *MI, |
| 931 | const SmallVectorImpl<MachineOperand> &Pred) const { |
| 932 | unsigned OpC = MI->getOpcode(); |
| 933 | if (OpC == PPC::BLR) { |
| 934 | if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) { |
| 935 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 936 | MI->setDesc(get(Pred[0].getImm() ? |
| 937 | (isPPC64 ? PPC::BDNZLR8 : PPC::BDNZLR) : |
| 938 | (isPPC64 ? PPC::BDZLR8 : PPC::BDZLR))); |
| 939 | } else { |
| 940 | MI->setDesc(get(PPC::BCLR)); |
| 941 | MachineInstrBuilder(*MI->getParent()->getParent(), MI) |
| 942 | .addImm(Pred[0].getImm()) |
| 943 | .addReg(Pred[1].getReg()); |
| 944 | } |
| 945 | |
| 946 | return true; |
| 947 | } else if (OpC == PPC::B) { |
| 948 | if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) { |
| 949 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 950 | MI->setDesc(get(Pred[0].getImm() ? |
| 951 | (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : |
| 952 | (isPPC64 ? PPC::BDZ8 : PPC::BDZ))); |
| 953 | } else { |
| 954 | MachineBasicBlock *MBB = MI->getOperand(0).getMBB(); |
| 955 | MI->RemoveOperand(0); |
| 956 | |
| 957 | MI->setDesc(get(PPC::BCC)); |
| 958 | MachineInstrBuilder(*MI->getParent()->getParent(), MI) |
| 959 | .addImm(Pred[0].getImm()) |
| 960 | .addReg(Pred[1].getReg()) |
| 961 | .addMBB(MBB); |
| 962 | } |
| 963 | |
| 964 | return true; |
Hal Finkel | 90dd7fd | 2013-04-10 06:42:34 +0000 | [diff] [blame] | 965 | } else if (OpC == PPC::BCTR || OpC == PPC::BCTR8 || |
| 966 | OpC == PPC::BCTRL || OpC == PPC::BCTRL8) { |
| 967 | if (Pred[1].getReg() == PPC::CTR8 || Pred[1].getReg() == PPC::CTR) |
| 968 | llvm_unreachable("Cannot predicate bctr[l] on the ctr register"); |
| 969 | |
| 970 | bool setLR = OpC == PPC::BCTRL || OpC == PPC::BCTRL8; |
| 971 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 972 | MI->setDesc(get(isPPC64 ? (setLR ? PPC::BCCTRL8 : PPC::BCCTR8) : |
| 973 | (setLR ? PPC::BCCTRL : PPC::BCCTR))); |
| 974 | MachineInstrBuilder(*MI->getParent()->getParent(), MI) |
| 975 | .addImm(Pred[0].getImm()) |
| 976 | .addReg(Pred[1].getReg()); |
| 977 | return true; |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 978 | } |
| 979 | |
| 980 | return false; |
| 981 | } |
| 982 | |
| 983 | bool PPCInstrInfo::SubsumesPredicate( |
| 984 | const SmallVectorImpl<MachineOperand> &Pred1, |
| 985 | const SmallVectorImpl<MachineOperand> &Pred2) const { |
| 986 | assert(Pred1.size() == 2 && "Invalid PPC first predicate"); |
| 987 | assert(Pred2.size() == 2 && "Invalid PPC second predicate"); |
| 988 | |
| 989 | if (Pred1[1].getReg() == PPC::CTR8 || Pred1[1].getReg() == PPC::CTR) |
| 990 | return false; |
| 991 | if (Pred2[1].getReg() == PPC::CTR8 || Pred2[1].getReg() == PPC::CTR) |
| 992 | return false; |
| 993 | |
| 994 | PPC::Predicate P1 = (PPC::Predicate) Pred1[0].getImm(); |
| 995 | PPC::Predicate P2 = (PPC::Predicate) Pred2[0].getImm(); |
| 996 | |
| 997 | if (P1 == P2) |
| 998 | return true; |
| 999 | |
| 1000 | // Does P1 subsume P2, e.g. GE subsumes GT. |
| 1001 | if (P1 == PPC::PRED_LE && |
| 1002 | (P2 == PPC::PRED_LT || P2 == PPC::PRED_EQ)) |
| 1003 | return true; |
| 1004 | if (P1 == PPC::PRED_GE && |
| 1005 | (P2 == PPC::PRED_GT || P2 == PPC::PRED_EQ)) |
| 1006 | return true; |
| 1007 | |
| 1008 | return false; |
| 1009 | } |
| 1010 | |
| 1011 | bool PPCInstrInfo::DefinesPredicate(MachineInstr *MI, |
| 1012 | std::vector<MachineOperand> &Pred) const { |
| 1013 | // Note: At the present time, the contents of Pred from this function is |
| 1014 | // unused by IfConversion. This implementation follows ARM by pushing the |
| 1015 | // CR-defining operand. Because the 'DZ' and 'DNZ' count as types of |
| 1016 | // predicate, instructions defining CTR or CTR8 are also included as |
| 1017 | // predicate-defining instructions. |
| 1018 | |
| 1019 | const TargetRegisterClass *RCs[] = |
| 1020 | { &PPC::CRRCRegClass, &PPC::CRBITRCRegClass, |
| 1021 | &PPC::CTRRCRegClass, &PPC::CTRRC8RegClass }; |
| 1022 | |
| 1023 | bool Found = false; |
| 1024 | for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) { |
| 1025 | const MachineOperand &MO = MI->getOperand(i); |
Hal Finkel | 4e31728 | 2013-04-10 07:17:47 +0000 | [diff] [blame] | 1026 | for (unsigned c = 0; c < array_lengthof(RCs) && !Found; ++c) { |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 1027 | const TargetRegisterClass *RC = RCs[c]; |
Hal Finkel | 4e31728 | 2013-04-10 07:17:47 +0000 | [diff] [blame] | 1028 | if (MO.isReg()) { |
| 1029 | if (MO.isDef() && RC->contains(MO.getReg())) { |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 1030 | Pred.push_back(MO); |
| 1031 | Found = true; |
| 1032 | } |
Hal Finkel | 4e31728 | 2013-04-10 07:17:47 +0000 | [diff] [blame] | 1033 | } else if (MO.isRegMask()) { |
| 1034 | for (TargetRegisterClass::iterator I = RC->begin(), |
| 1035 | IE = RC->end(); I != IE; ++I) |
| 1036 | if (MO.clobbersPhysReg(*I)) { |
| 1037 | Pred.push_back(MO); |
| 1038 | Found = true; |
| 1039 | } |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 1040 | } |
| 1041 | } |
| 1042 | } |
| 1043 | |
| 1044 | return Found; |
| 1045 | } |
| 1046 | |
| 1047 | bool PPCInstrInfo::isPredicable(MachineInstr *MI) const { |
| 1048 | unsigned OpC = MI->getOpcode(); |
| 1049 | switch (OpC) { |
| 1050 | default: |
| 1051 | return false; |
| 1052 | case PPC::B: |
| 1053 | case PPC::BLR: |
Hal Finkel | 90dd7fd | 2013-04-10 06:42:34 +0000 | [diff] [blame] | 1054 | case PPC::BCTR: |
| 1055 | case PPC::BCTR8: |
| 1056 | case PPC::BCTRL: |
| 1057 | case PPC::BCTRL8: |
Hal Finkel | 7eb0d81 | 2013-04-09 22:58:37 +0000 | [diff] [blame] | 1058 | return true; |
| 1059 | } |
| 1060 | } |
| 1061 | |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1062 | bool PPCInstrInfo::analyzeCompare(const MachineInstr *MI, |
| 1063 | unsigned &SrcReg, unsigned &SrcReg2, |
| 1064 | int &Mask, int &Value) const { |
| 1065 | unsigned Opc = MI->getOpcode(); |
| 1066 | |
| 1067 | switch (Opc) { |
| 1068 | default: return false; |
| 1069 | case PPC::CMPWI: |
| 1070 | case PPC::CMPLWI: |
| 1071 | case PPC::CMPDI: |
| 1072 | case PPC::CMPLDI: |
| 1073 | SrcReg = MI->getOperand(1).getReg(); |
| 1074 | SrcReg2 = 0; |
| 1075 | Value = MI->getOperand(2).getImm(); |
| 1076 | Mask = 0xFFFF; |
| 1077 | return true; |
| 1078 | case PPC::CMPW: |
| 1079 | case PPC::CMPLW: |
| 1080 | case PPC::CMPD: |
| 1081 | case PPC::CMPLD: |
| 1082 | case PPC::FCMPUS: |
| 1083 | case PPC::FCMPUD: |
| 1084 | SrcReg = MI->getOperand(1).getReg(); |
| 1085 | SrcReg2 = MI->getOperand(2).getReg(); |
| 1086 | return true; |
| 1087 | } |
| 1088 | } |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1089 | |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1090 | bool PPCInstrInfo::optimizeCompareInstr(MachineInstr *CmpInstr, |
| 1091 | unsigned SrcReg, unsigned SrcReg2, |
| 1092 | int Mask, int Value, |
| 1093 | const MachineRegisterInfo *MRI) const { |
Hal Finkel | 4029c3f | 2013-04-18 22:54:25 +0000 | [diff] [blame] | 1094 | if (DisableCmpOpt) |
| 1095 | return false; |
| 1096 | |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1097 | int OpC = CmpInstr->getOpcode(); |
| 1098 | unsigned CRReg = CmpInstr->getOperand(0).getReg(); |
| 1099 | bool isFP = OpC == PPC::FCMPUS || OpC == PPC::FCMPUD; |
| 1100 | unsigned CRRecReg = isFP ? PPC::CR1 : PPC::CR0; |
| 1101 | |
| 1102 | // The record forms set the condition register based on a signed comparison |
| 1103 | // with zero (so says the ISA manual). This is not as straightforward as it |
| 1104 | // seems, however, because this is always a 64-bit comparison on PPC64, even |
| 1105 | // for instructions that are 32-bit in nature (like slw for example). |
| 1106 | // So, on PPC32, for unsigned comparisons, we can use the record forms only |
| 1107 | // for equality checks (as those don't depend on the sign). On PPC64, |
| 1108 | // we are restricted to equality for unsigned 64-bit comparisons and for |
| 1109 | // signed 32-bit comparisons the applicability is more restricted. |
| 1110 | bool isPPC64 = TM.getSubtargetImpl()->isPPC64(); |
| 1111 | bool is32BitSignedCompare = OpC == PPC::CMPWI || OpC == PPC::CMPW; |
| 1112 | bool is32BitUnsignedCompare = OpC == PPC::CMPLWI || OpC == PPC::CMPLW; |
| 1113 | bool is64BitUnsignedCompare = OpC == PPC::CMPLDI || OpC == PPC::CMPLD; |
| 1114 | |
| 1115 | // Get the unique definition of SrcReg. |
| 1116 | MachineInstr *MI = MRI->getUniqueVRegDef(SrcReg); |
| 1117 | if (!MI) return false; |
| 1118 | int MIOpC = MI->getOpcode(); |
| 1119 | |
| 1120 | bool equalityOnly = false; |
| 1121 | bool noSub = false; |
| 1122 | if (isPPC64) { |
| 1123 | if (is32BitSignedCompare) { |
| 1124 | // We can perform this optimization only if MI is sign-extending. |
| 1125 | if (MIOpC == PPC::SRAW || MIOpC == PPC::SRAWo || |
| 1126 | MIOpC == PPC::SRAWI || MIOpC == PPC::SRAWIo || |
| 1127 | MIOpC == PPC::EXTSB || MIOpC == PPC::EXTSBo || |
| 1128 | MIOpC == PPC::EXTSH || MIOpC == PPC::EXTSHo || |
| 1129 | MIOpC == PPC::EXTSW || MIOpC == PPC::EXTSWo) { |
| 1130 | noSub = true; |
| 1131 | } else |
| 1132 | return false; |
| 1133 | } else if (is32BitUnsignedCompare) { |
| 1134 | // We can perform this optimization, equality only, if MI is |
| 1135 | // zero-extending. |
| 1136 | if (MIOpC == PPC::CNTLZW || MIOpC == PPC::CNTLZWo || |
| 1137 | MIOpC == PPC::SLW || MIOpC == PPC::SLWo || |
| 1138 | MIOpC == PPC::SRW || MIOpC == PPC::SRWo) { |
| 1139 | noSub = true; |
| 1140 | equalityOnly = true; |
| 1141 | } else |
| 1142 | return false; |
| 1143 | } else if (!isFP) |
| 1144 | equalityOnly = is64BitUnsignedCompare; |
| 1145 | } else if (!isFP) |
| 1146 | equalityOnly = is32BitUnsignedCompare; |
| 1147 | |
| 1148 | if (equalityOnly) { |
| 1149 | // We need to check the uses of the condition register in order to reject |
| 1150 | // non-equality comparisons. |
| 1151 | for (MachineRegisterInfo::use_iterator I = MRI->use_begin(CRReg), |
| 1152 | IE = MRI->use_end(); I != IE; ++I) { |
| 1153 | MachineInstr *UseMI = &*I; |
| 1154 | if (UseMI->getOpcode() == PPC::BCC) { |
| 1155 | unsigned Pred = UseMI->getOperand(0).getImm(); |
| 1156 | if (Pred == PPC::PRED_EQ || Pred == PPC::PRED_NE) |
| 1157 | continue; |
| 1158 | |
| 1159 | return false; |
| 1160 | } else if (UseMI->getOpcode() == PPC::ISEL || |
| 1161 | UseMI->getOpcode() == PPC::ISEL8) { |
| 1162 | unsigned SubIdx = UseMI->getOperand(3).getSubReg(); |
| 1163 | if (SubIdx == PPC::sub_eq) |
| 1164 | continue; |
| 1165 | |
| 1166 | return false; |
| 1167 | } else |
| 1168 | return false; |
| 1169 | } |
| 1170 | } |
| 1171 | |
| 1172 | // Get ready to iterate backward from CmpInstr. |
| 1173 | MachineBasicBlock::iterator I = CmpInstr, E = MI, |
| 1174 | B = CmpInstr->getParent()->begin(); |
| 1175 | |
| 1176 | // Scan forward to find the first use of the compare. |
| 1177 | for (MachineBasicBlock::iterator EL = CmpInstr->getParent()->end(); |
| 1178 | I != EL; ++I) { |
| 1179 | bool FoundUse = false; |
| 1180 | for (MachineRegisterInfo::use_iterator J = MRI->use_begin(CRReg), |
| 1181 | JE = MRI->use_end(); J != JE; ++J) |
| 1182 | if (&*J == &*I) { |
| 1183 | FoundUse = true; |
| 1184 | break; |
| 1185 | } |
| 1186 | |
| 1187 | if (FoundUse) |
| 1188 | break; |
| 1189 | } |
| 1190 | |
| 1191 | // Early exit if we're at the beginning of the BB. |
| 1192 | if (I == B) return false; |
| 1193 | |
| 1194 | // There are two possible candidates which can be changed to set CR[01]. |
| 1195 | // One is MI, the other is a SUB instruction. |
| 1196 | // For CMPrr(r1,r2), we are looking for SUB(r1,r2) or SUB(r2,r1). |
| 1197 | MachineInstr *Sub = NULL; |
| 1198 | if (SrcReg2 != 0) |
| 1199 | // MI is not a candidate for CMPrr. |
| 1200 | MI = NULL; |
| 1201 | // FIXME: Conservatively refuse to convert an instruction which isn't in the |
| 1202 | // same BB as the comparison. This is to allow the check below to avoid calls |
| 1203 | // (and other explicit clobbers); instead we should really check for these |
| 1204 | // more explicitly (in at least a few predecessors). |
| 1205 | else if (MI->getParent() != CmpInstr->getParent() || Value != 0) { |
| 1206 | // PPC does not have a record-form SUBri. |
| 1207 | return false; |
| 1208 | } |
| 1209 | |
| 1210 | // Search for Sub. |
| 1211 | const TargetRegisterInfo *TRI = &getRegisterInfo(); |
| 1212 | --I; |
| 1213 | for (; I != E && !noSub; --I) { |
| 1214 | const MachineInstr &Instr = *I; |
| 1215 | unsigned IOpC = Instr.getOpcode(); |
| 1216 | |
| 1217 | if (&*I != CmpInstr && ( |
| 1218 | Instr.modifiesRegister(CRRecReg, TRI) || |
| 1219 | Instr.readsRegister(CRRecReg, TRI))) |
| 1220 | // This instruction modifies or uses the record condition register after |
| 1221 | // the one we want to change. While we could do this transformation, it |
| 1222 | // would likely not be profitable. This transformation removes one |
| 1223 | // instruction, and so even forcing RA to generate one move probably |
| 1224 | // makes it unprofitable. |
| 1225 | return false; |
| 1226 | |
| 1227 | // Check whether CmpInstr can be made redundant by the current instruction. |
| 1228 | if ((OpC == PPC::CMPW || OpC == PPC::CMPLW || |
| 1229 | OpC == PPC::CMPD || OpC == PPC::CMPLD) && |
| 1230 | (IOpC == PPC::SUBF || IOpC == PPC::SUBF8) && |
| 1231 | ((Instr.getOperand(1).getReg() == SrcReg && |
| 1232 | Instr.getOperand(2).getReg() == SrcReg2) || |
| 1233 | (Instr.getOperand(1).getReg() == SrcReg2 && |
| 1234 | Instr.getOperand(2).getReg() == SrcReg))) { |
| 1235 | Sub = &*I; |
| 1236 | break; |
| 1237 | } |
| 1238 | |
| 1239 | if (isFP && (IOpC == PPC::FSUB || IOpC == PPC::FSUBS) && |
| 1240 | ((Instr.getOperand(1).getReg() == SrcReg && |
| 1241 | Instr.getOperand(2).getReg() == SrcReg2) || |
| 1242 | (Instr.getOperand(1).getReg() == SrcReg2 && |
| 1243 | Instr.getOperand(2).getReg() == SrcReg))) { |
| 1244 | Sub = &*I; |
| 1245 | break; |
| 1246 | } |
| 1247 | |
| 1248 | if (I == B) |
| 1249 | // The 'and' is below the comparison instruction. |
| 1250 | return false; |
| 1251 | } |
| 1252 | |
| 1253 | // Return false if no candidates exist. |
| 1254 | if (!MI && !Sub) |
| 1255 | return false; |
| 1256 | |
| 1257 | // The single candidate is called MI. |
| 1258 | if (!MI) MI = Sub; |
| 1259 | |
| 1260 | int NewOpC = -1; |
| 1261 | MIOpC = MI->getOpcode(); |
| 1262 | if (MIOpC == PPC::ANDIo || MIOpC == PPC::ANDIo8) |
| 1263 | NewOpC = MIOpC; |
| 1264 | else { |
| 1265 | NewOpC = PPC::getRecordFormOpcode(MIOpC); |
| 1266 | if (NewOpC == -1 && PPC::getNonRecordFormOpcode(MIOpC) != -1) |
| 1267 | NewOpC = MIOpC; |
| 1268 | } |
| 1269 | |
| 1270 | // FIXME: On the non-embedded POWER architectures, only some of the record |
| 1271 | // forms are fast, and we should use only the fast ones. |
| 1272 | |
| 1273 | // The defining instruction has a record form (or is already a record |
| 1274 | // form). It is possible, however, that we'll need to reverse the condition |
| 1275 | // code of the users. |
| 1276 | if (NewOpC == -1) |
| 1277 | return false; |
| 1278 | |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1279 | SmallVector<std::pair<MachineOperand*, PPC::Predicate>, 4> PredsToUpdate; |
| 1280 | SmallVector<std::pair<MachineOperand*, unsigned>, 4> SubRegsToUpdate; |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1281 | |
| 1282 | // If we have SUB(r1, r2) and CMP(r2, r1), the condition code based on CMP |
| 1283 | // needs to be updated to be based on SUB. Push the condition code |
| 1284 | // operands to OperandsToUpdate. If it is safe to remove CmpInstr, the |
| 1285 | // condition code of these operands will be modified. |
| 1286 | bool ShouldSwap = false; |
| 1287 | if (Sub) { |
| 1288 | ShouldSwap = SrcReg2 != 0 && Sub->getOperand(1).getReg() == SrcReg2 && |
| 1289 | Sub->getOperand(2).getReg() == SrcReg; |
| 1290 | |
| 1291 | // The operands to subf are the opposite of sub, so only in the fixed-point |
| 1292 | // case, invert the order. |
| 1293 | if (!isFP) |
| 1294 | ShouldSwap = !ShouldSwap; |
| 1295 | } |
| 1296 | |
| 1297 | if (ShouldSwap) |
| 1298 | for (MachineRegisterInfo::use_iterator I = MRI->use_begin(CRReg), |
| 1299 | IE = MRI->use_end(); I != IE; ++I) { |
| 1300 | MachineInstr *UseMI = &*I; |
| 1301 | if (UseMI->getOpcode() == PPC::BCC) { |
| 1302 | PPC::Predicate Pred = (PPC::Predicate) UseMI->getOperand(0).getImm(); |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1303 | assert((!equalityOnly || |
| 1304 | Pred == PPC::PRED_EQ || Pred == PPC::PRED_NE) && |
| 1305 | "Invalid predicate for equality-only optimization"); |
| 1306 | PredsToUpdate.push_back(std::make_pair(&((*I).getOperand(0)), |
Hal Finkel | abe64dc | 2013-04-20 05:16:26 +0000 | [diff] [blame] | 1307 | PPC::getSwappedPredicate(Pred))); |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1308 | } else if (UseMI->getOpcode() == PPC::ISEL || |
| 1309 | UseMI->getOpcode() == PPC::ISEL8) { |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1310 | unsigned NewSubReg = UseMI->getOperand(3).getSubReg(); |
| 1311 | assert((!equalityOnly || NewSubReg == PPC::sub_eq) && |
| 1312 | "Invalid CR bit for equality-only optimization"); |
| 1313 | |
| 1314 | if (NewSubReg == PPC::sub_lt) |
| 1315 | NewSubReg = PPC::sub_gt; |
| 1316 | else if (NewSubReg == PPC::sub_gt) |
| 1317 | NewSubReg = PPC::sub_lt; |
| 1318 | |
| 1319 | SubRegsToUpdate.push_back(std::make_pair(&((*I).getOperand(3)), |
| 1320 | NewSubReg)); |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1321 | } else // We need to abort on a user we don't understand. |
| 1322 | return false; |
| 1323 | } |
| 1324 | |
| 1325 | // Create a new virtual register to hold the value of the CR set by the |
| 1326 | // record-form instruction. If the instruction was not previously in |
| 1327 | // record form, then set the kill flag on the CR. |
| 1328 | CmpInstr->eraseFromParent(); |
| 1329 | |
| 1330 | MachineBasicBlock::iterator MII = MI; |
| 1331 | BuildMI(*MI->getParent(), llvm::next(MII), MI->getDebugLoc(), |
| 1332 | get(TargetOpcode::COPY), CRReg) |
| 1333 | .addReg(CRRecReg, MIOpC != NewOpC ? RegState::Kill : 0); |
| 1334 | |
| 1335 | if (MIOpC != NewOpC) { |
| 1336 | // We need to be careful here: we're replacing one instruction with |
| 1337 | // another, and we need to make sure that we get all of the right |
| 1338 | // implicit uses and defs. On the other hand, the caller may be holding |
| 1339 | // an iterator to this instruction, and so we can't delete it (this is |
| 1340 | // specifically the case if this is the instruction directly after the |
| 1341 | // compare). |
| 1342 | |
| 1343 | const MCInstrDesc &NewDesc = get(NewOpC); |
| 1344 | MI->setDesc(NewDesc); |
| 1345 | |
| 1346 | if (NewDesc.ImplicitDefs) |
| 1347 | for (const uint16_t *ImpDefs = NewDesc.getImplicitDefs(); |
| 1348 | *ImpDefs; ++ImpDefs) |
| 1349 | if (!MI->definesRegister(*ImpDefs)) |
| 1350 | MI->addOperand(*MI->getParent()->getParent(), |
| 1351 | MachineOperand::CreateReg(*ImpDefs, true, true)); |
| 1352 | if (NewDesc.ImplicitUses) |
| 1353 | for (const uint16_t *ImpUses = NewDesc.getImplicitUses(); |
| 1354 | *ImpUses; ++ImpUses) |
| 1355 | if (!MI->readsRegister(*ImpUses)) |
| 1356 | MI->addOperand(*MI->getParent()->getParent(), |
| 1357 | MachineOperand::CreateReg(*ImpUses, false, true)); |
| 1358 | } |
| 1359 | |
| 1360 | // Modify the condition code of operands in OperandsToUpdate. |
| 1361 | // Since we have SUB(r1, r2) and CMP(r2, r1), the condition code needs to |
| 1362 | // be changed from r2 > r1 to r1 < r2, from r2 < r1 to r1 > r2, etc. |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1363 | for (unsigned i = 0, e = PredsToUpdate.size(); i < e; i++) |
| 1364 | PredsToUpdate[i].first->setImm(PredsToUpdate[i].second); |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1365 | |
Hal Finkel | 87c1e42 | 2013-04-19 22:08:38 +0000 | [diff] [blame] | 1366 | for (unsigned i = 0, e = SubRegsToUpdate.size(); i < e; i++) |
| 1367 | SubRegsToUpdate[i].first->setSubReg(SubRegsToUpdate[i].second); |
Hal Finkel | 860c08c | 2013-04-18 22:15:08 +0000 | [diff] [blame] | 1368 | |
| 1369 | return true; |
| 1370 | } |
| 1371 | |
Nicolas Geoffray | 52e724a | 2008-04-16 20:10:13 +0000 | [diff] [blame] | 1372 | /// GetInstSize - Return the number of bytes of code the specified |
| 1373 | /// instruction may be. This returns the maximum number of bytes. |
| 1374 | /// |
| 1375 | unsigned PPCInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const { |
| 1376 | switch (MI->getOpcode()) { |
| 1377 | case PPC::INLINEASM: { // Inline Asm: Variable size. |
| 1378 | const MachineFunction *MF = MI->getParent()->getParent(); |
| 1379 | const char *AsmStr = MI->getOperand(0).getSymbolName(); |
Chris Lattner | af76e59 | 2009-08-22 20:48:53 +0000 | [diff] [blame] | 1380 | return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); |
Nicolas Geoffray | 52e724a | 2008-04-16 20:10:13 +0000 | [diff] [blame] | 1381 | } |
Bill Wendling | 7431bea | 2010-07-16 22:20:36 +0000 | [diff] [blame] | 1382 | case PPC::PROLOG_LABEL: |
Dan Gohman | 4406604 | 2008-07-01 00:05:16 +0000 | [diff] [blame] | 1383 | case PPC::EH_LABEL: |
| 1384 | case PPC::GC_LABEL: |
Dale Johannesen | 375be77 | 2010-04-07 19:51:44 +0000 | [diff] [blame] | 1385 | case PPC::DBG_VALUE: |
Nicolas Geoffray | 52e724a | 2008-04-16 20:10:13 +0000 | [diff] [blame] | 1386 | return 0; |
Ulrich Weigand | 86765fb | 2013-03-22 15:24:13 +0000 | [diff] [blame] | 1387 | case PPC::BL8_NOP: |
| 1388 | case PPC::BLA8_NOP: |
Hal Finkel | 5b00cea | 2012-03-31 14:45:15 +0000 | [diff] [blame] | 1389 | return 8; |
Nicolas Geoffray | 52e724a | 2008-04-16 20:10:13 +0000 | [diff] [blame] | 1390 | default: |
| 1391 | return 4; // PowerPC instructions are all 4 bytes |
| 1392 | } |
| 1393 | } |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1394 | |
| 1395 | #undef DEBUG_TYPE |
| 1396 | #define DEBUG_TYPE "ppc-early-ret" |
| 1397 | STATISTIC(NumBCLR, "Number of early conditional returns"); |
| 1398 | STATISTIC(NumBLR, "Number of early returns"); |
| 1399 | |
| 1400 | namespace llvm { |
| 1401 | void initializePPCEarlyReturnPass(PassRegistry&); |
| 1402 | } |
| 1403 | |
| 1404 | namespace { |
| 1405 | // PPCEarlyReturn pass - For simple functions without epilogue code, move |
| 1406 | // returns up, and create conditional returns, to avoid unnecessary |
| 1407 | // branch-to-blr sequences. |
| 1408 | struct PPCEarlyReturn : public MachineFunctionPass { |
| 1409 | static char ID; |
| 1410 | PPCEarlyReturn() : MachineFunctionPass(ID) { |
| 1411 | initializePPCEarlyReturnPass(*PassRegistry::getPassRegistry()); |
| 1412 | } |
| 1413 | |
| 1414 | const PPCTargetMachine *TM; |
| 1415 | const PPCInstrInfo *TII; |
| 1416 | |
| 1417 | protected: |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1418 | bool processBlock(MachineBasicBlock &ReturnMBB) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1419 | bool Changed = false; |
| 1420 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1421 | MachineBasicBlock::iterator I = ReturnMBB.begin(); |
| 1422 | I = ReturnMBB.SkipPHIsAndLabels(I); |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1423 | |
| 1424 | // The block must be essentially empty except for the blr. |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1425 | if (I == ReturnMBB.end() || I->getOpcode() != PPC::BLR || |
| 1426 | I != ReturnMBB.getLastNonDebugInstr()) |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1427 | return Changed; |
| 1428 | |
| 1429 | SmallVector<MachineBasicBlock*, 8> PredToRemove; |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1430 | for (MachineBasicBlock::pred_iterator PI = ReturnMBB.pred_begin(), |
| 1431 | PIE = ReturnMBB.pred_end(); PI != PIE; ++PI) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1432 | bool OtherReference = false, BlockChanged = false; |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1433 | for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1434 | if (J->getOpcode() == PPC::B) { |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1435 | if (J->getOperand(0).getMBB() == &ReturnMBB) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1436 | // This is an unconditional branch to the return. Replace the |
| 1437 | // branch with a blr. |
| 1438 | BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BLR)); |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1439 | MachineBasicBlock::iterator K = J--; |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1440 | K->eraseFromParent(); |
| 1441 | BlockChanged = true; |
| 1442 | ++NumBLR; |
| 1443 | continue; |
| 1444 | } |
| 1445 | } else if (J->getOpcode() == PPC::BCC) { |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1446 | if (J->getOperand(2).getMBB() == &ReturnMBB) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1447 | // This is a conditional branch to the return. Replace the branch |
| 1448 | // with a bclr. |
| 1449 | BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCLR)) |
| 1450 | .addImm(J->getOperand(0).getImm()) |
| 1451 | .addReg(J->getOperand(1).getReg()); |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1452 | MachineBasicBlock::iterator K = J--; |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1453 | K->eraseFromParent(); |
| 1454 | BlockChanged = true; |
| 1455 | ++NumBCLR; |
| 1456 | continue; |
| 1457 | } |
| 1458 | } else if (J->isBranch()) { |
| 1459 | if (J->isIndirectBranch()) { |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1460 | if (ReturnMBB.hasAddressTaken()) |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1461 | OtherReference = true; |
| 1462 | } else |
| 1463 | for (unsigned i = 0; i < J->getNumOperands(); ++i) |
| 1464 | if (J->getOperand(i).isMBB() && |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1465 | J->getOperand(i).getMBB() == &ReturnMBB) |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1466 | OtherReference = true; |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1467 | } else if (!J->isTerminator() && !J->isDebugValue()) |
| 1468 | break; |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1469 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1470 | if (J == (*PI)->begin()) |
| 1471 | break; |
| 1472 | |
| 1473 | --J; |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1474 | } |
| 1475 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1476 | if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1477 | OtherReference = true; |
| 1478 | |
| 1479 | // Predecessors are stored in a vector and can't be removed here. |
| 1480 | if (!OtherReference && BlockChanged) { |
| 1481 | PredToRemove.push_back(*PI); |
| 1482 | } |
| 1483 | |
| 1484 | if (BlockChanged) |
| 1485 | Changed = true; |
| 1486 | } |
| 1487 | |
| 1488 | for (unsigned i = 0, ie = PredToRemove.size(); i != ie; ++i) |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1489 | PredToRemove[i]->removeSuccessor(&ReturnMBB); |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1490 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1491 | if (Changed && !ReturnMBB.hasAddressTaken()) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1492 | // We now might be able to merge this blr-only block into its |
| 1493 | // by-layout predecessor. |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1494 | if (ReturnMBB.pred_size() == 1 && |
| 1495 | (*ReturnMBB.pred_begin())->isLayoutSuccessor(&ReturnMBB)) { |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1496 | // Move the blr into the preceding block. |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1497 | MachineBasicBlock &PrevMBB = **ReturnMBB.pred_begin(); |
| 1498 | PrevMBB.splice(PrevMBB.end(), &ReturnMBB, I); |
| 1499 | PrevMBB.removeSuccessor(&ReturnMBB); |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1500 | } |
| 1501 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1502 | if (ReturnMBB.pred_empty()) |
| 1503 | ReturnMBB.eraseFromParent(); |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1504 | } |
| 1505 | |
| 1506 | return Changed; |
| 1507 | } |
| 1508 | |
| 1509 | public: |
| 1510 | virtual bool runOnMachineFunction(MachineFunction &MF) { |
| 1511 | TM = static_cast<const PPCTargetMachine *>(&MF.getTarget()); |
| 1512 | TII = TM->getInstrInfo(); |
| 1513 | |
| 1514 | bool Changed = false; |
| 1515 | |
Hal Finkel | 13049ae | 2013-04-09 18:25:18 +0000 | [diff] [blame] | 1516 | // If the function does not have at least two blocks, then there is |
Hal Finkel | 5ee67e8 | 2013-04-08 16:24:03 +0000 | [diff] [blame] | 1517 | // nothing to do. |
| 1518 | if (MF.size() < 2) |
| 1519 | return Changed; |
| 1520 | |
| 1521 | for (MachineFunction::iterator I = MF.begin(); I != MF.end();) { |
| 1522 | MachineBasicBlock &B = *I++; |
| 1523 | if (processBlock(B)) |
| 1524 | Changed = true; |
| 1525 | } |
| 1526 | |
| 1527 | return Changed; |
| 1528 | } |
| 1529 | |
| 1530 | virtual void getAnalysisUsage(AnalysisUsage &AU) const { |
| 1531 | MachineFunctionPass::getAnalysisUsage(AU); |
| 1532 | } |
| 1533 | }; |
| 1534 | } |
| 1535 | |
| 1536 | INITIALIZE_PASS(PPCEarlyReturn, DEBUG_TYPE, |
| 1537 | "PowerPC Early-Return Creation", false, false) |
| 1538 | |
| 1539 | char PPCEarlyReturn::ID = 0; |
| 1540 | FunctionPass* |
| 1541 | llvm::createPPCEarlyReturnPass() { return new PPCEarlyReturn(); } |
| 1542 | |