blob: 60976b12722e7c9a67d43471807447e9dd29fc48 [file] [log] [blame]
Jia Liub22310f2012-02-18 12:03:15 +00001//===-- HexagonInstrInfo.cpp - Hexagon Instruction Information ------------===//
Tony Linthicum1213a7a2011-12-12 21:14:40 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file contains the Hexagon implementation of the TargetInstrInfo class.
11//
12//===----------------------------------------------------------------------===//
13
Tony Linthicum1213a7a2011-12-12 21:14:40 +000014#include "HexagonInstrInfo.h"
Chandler Carruthed0881b2012-12-03 16:50:05 +000015#include "Hexagon.h"
Craig Topperb25fda92012-03-17 18:46:09 +000016#include "HexagonRegisterInfo.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000017#include "HexagonSubtarget.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000018#include "llvm/ADT/STLExtras.h"
19#include "llvm/ADT/SmallVector.h"
Benjamin Kramerae87d7b2012-02-06 10:19:29 +000020#include "llvm/CodeGen/DFAPacketizer.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000021#include "llvm/CodeGen/MachineFrameInfo.h"
Chandler Carruthed0881b2012-12-03 16:50:05 +000022#include "llvm/CodeGen/MachineInstrBuilder.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000023#include "llvm/CodeGen/MachineMemOperand.h"
Chandler Carruthed0881b2012-12-03 16:50:05 +000024#include "llvm/CodeGen/MachineRegisterInfo.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000025#include "llvm/CodeGen/PseudoSourceValue.h"
Jyotsna Verma5ed51812013-05-01 21:37:34 +000026#include "llvm/Support/Debug.h"
Benjamin Kramerae87d7b2012-02-06 10:19:29 +000027#include "llvm/Support/MathExtras.h"
Reid Kleckner1c76f1552013-05-03 00:54:56 +000028#include "llvm/Support/raw_ostream.h"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000029#define GET_INSTRINFO_CTOR
Pranav Bhandarkar34b60182012-11-01 19:13:23 +000030#define GET_INSTRMAP_INFO
Tony Linthicum1213a7a2011-12-12 21:14:40 +000031#include "HexagonGenInstrInfo.inc"
Andrew Trickd06df962012-02-01 22:13:57 +000032#include "HexagonGenDFAPacketizer.inc"
Tony Linthicum1213a7a2011-12-12 21:14:40 +000033
Tony Linthicum1213a7a2011-12-12 21:14:40 +000034using namespace llvm;
35
36///
37/// Constants for Hexagon instructions.
38///
39const int Hexagon_MEMW_OFFSET_MAX = 4095;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000040const int Hexagon_MEMW_OFFSET_MIN = -4096;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000041const int Hexagon_MEMD_OFFSET_MAX = 8191;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000042const int Hexagon_MEMD_OFFSET_MIN = -8192;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000043const int Hexagon_MEMH_OFFSET_MAX = 2047;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000044const int Hexagon_MEMH_OFFSET_MIN = -2048;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000045const int Hexagon_MEMB_OFFSET_MAX = 1023;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000046const int Hexagon_MEMB_OFFSET_MIN = -1024;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000047const int Hexagon_ADDI_OFFSET_MAX = 32767;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000048const int Hexagon_ADDI_OFFSET_MIN = -32768;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000049const int Hexagon_MEMD_AUTOINC_MAX = 56;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000050const int Hexagon_MEMD_AUTOINC_MIN = -64;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000051const int Hexagon_MEMW_AUTOINC_MAX = 28;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000052const int Hexagon_MEMW_AUTOINC_MIN = -32;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000053const int Hexagon_MEMH_AUTOINC_MAX = 14;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000054const int Hexagon_MEMH_AUTOINC_MIN = -16;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000055const int Hexagon_MEMB_AUTOINC_MAX = 7;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000056const int Hexagon_MEMB_AUTOINC_MIN = -8;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000057
58
59HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
60 : HexagonGenInstrInfo(Hexagon::ADJCALLSTACKDOWN, Hexagon::ADJCALLSTACKUP),
61 RI(ST, *this), Subtarget(ST) {
62}
63
64
65/// isLoadFromStackSlot - If the specified machine instruction is a direct
66/// load from a stack slot, return the virtual or physical register number of
67/// the destination along with the FrameIndex of the loaded stack slot. If
68/// not, return 0. This predicate must return 0 if the instruction has
69/// any side effects other than loading from the stack slot.
70unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
71 int &FrameIndex) const {
72
73
74 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000075 default: break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000076 case Hexagon::LDriw:
77 case Hexagon::LDrid:
78 case Hexagon::LDrih:
79 case Hexagon::LDrib:
80 case Hexagon::LDriub:
81 if (MI->getOperand(2).isFI() &&
82 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
83 FrameIndex = MI->getOperand(2).getIndex();
84 return MI->getOperand(0).getReg();
85 }
86 break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000087 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +000088 return 0;
89}
90
91
92/// isStoreToStackSlot - If the specified machine instruction is a direct
93/// store to a stack slot, return the virtual or physical register number of
94/// the source reg along with the FrameIndex of the loaded stack slot. If
95/// not, return 0. This predicate must return 0 if the instruction has
96/// any side effects other than storing to the stack slot.
97unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
98 int &FrameIndex) const {
99 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000100 default: break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000101 case Hexagon::STriw:
102 case Hexagon::STrid:
103 case Hexagon::STrih:
104 case Hexagon::STrib:
105 if (MI->getOperand(2).isFI() &&
106 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
Sirish Pande8bb97452012-05-12 05:54:15 +0000107 FrameIndex = MI->getOperand(0).getIndex();
108 return MI->getOperand(2).getReg();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000109 }
110 break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000111 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000112 return 0;
113}
114
115
116unsigned
117HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
118 MachineBasicBlock *FBB,
119 const SmallVectorImpl<MachineOperand> &Cond,
120 DebugLoc DL) const{
121
122 int BOpc = Hexagon::JMP;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000123 int BccOpc = Hexagon::JMP_t;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000124
125 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
126
127 int regPos = 0;
128 // Check if ReverseBranchCondition has asked to reverse this branch
129 // If we want to reverse the branch an odd number of times, we want
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000130 // JMP_f.
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000131 if (!Cond.empty() && Cond[0].isImm() && Cond[0].getImm() == 0) {
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000132 BccOpc = Hexagon::JMP_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000133 regPos = 1;
134 }
135
136 if (FBB == 0) {
137 if (Cond.empty()) {
138 // Due to a bug in TailMerging/CFG Optimization, we need to add a
139 // special case handling of a predicated jump followed by an
140 // unconditional jump. If not, Tail Merging and CFG Optimization go
141 // into an infinite loop.
142 MachineBasicBlock *NewTBB, *NewFBB;
143 SmallVector<MachineOperand, 4> Cond;
144 MachineInstr *Term = MBB.getFirstTerminator();
145 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
146 false)) {
147 MachineBasicBlock *NextBB =
148 llvm::next(MachineFunction::iterator(&MBB));
149 if (NewTBB == NextBB) {
150 ReverseBranchCondition(Cond);
151 RemoveBranch(MBB);
152 return InsertBranch(MBB, TBB, 0, Cond, DL);
153 }
154 }
155 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB);
156 } else {
157 BuildMI(&MBB, DL,
158 get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
159 }
160 return 1;
161 }
162
163 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
164 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB);
165
166 return 2;
167}
168
169
170bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
171 MachineBasicBlock *&TBB,
172 MachineBasicBlock *&FBB,
173 SmallVectorImpl<MachineOperand> &Cond,
174 bool AllowModify) const {
Benjamin Kramer0b03cbd2012-05-13 15:13:22 +0000175 TBB = NULL;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000176 FBB = NULL;
177
178 // If the block has no terminators, it just falls into the block after it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000179 MachineBasicBlock::instr_iterator I = MBB.instr_end();
180 if (I == MBB.instr_begin())
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000181 return false;
182
183 // A basic block may looks like this:
184 //
185 // [ insn
186 // EH_LABEL
187 // insn
188 // insn
189 // insn
190 // EH_LABEL
191 // insn ]
192 //
193 // It has two succs but does not have a terminator
194 // Don't know how to handle it.
195 do {
196 --I;
197 if (I->isEHLabel())
198 return true;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000199 } while (I != MBB.instr_begin());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000200
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000201 I = MBB.instr_end();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000202 --I;
203
204 while (I->isDebugValue()) {
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000205 if (I == MBB.instr_begin())
206 return false;
207 --I;
208 }
209
210 // Delete the JMP if it's equivalent to a fall-through.
211 if (AllowModify && I->getOpcode() == Hexagon::JMP &&
212 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
213 DEBUG(dbgs()<< "\nErasing the jump to successor block\n";);
214 I->eraseFromParent();
215 I = MBB.instr_end();
216 if (I == MBB.instr_begin())
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000217 return false;
218 --I;
219 }
220 if (!isUnpredicatedTerminator(I))
221 return false;
222
223 // Get the last instruction in the block.
224 MachineInstr *LastInst = I;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000225 MachineInstr *SecondLastInst = NULL;
226 // Find one more terminator if present.
227 do {
228 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(I)) {
229 if (!SecondLastInst)
230 SecondLastInst = I;
231 else
232 // This is a third branch.
233 return true;
234 }
235 if (I == MBB.instr_begin())
236 break;
237 --I;
238 } while(I);
239
240 int LastOpcode = LastInst->getOpcode();
241
242 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
243 bool LastOpcodeHasNot = PredOpcodeHasNot(LastOpcode);
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000244
245 // If there is only one terminator instruction, process it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000246 if (LastInst && !SecondLastInst) {
247 if (LastOpcode == Hexagon::JMP) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000248 TBB = LastInst->getOperand(0).getMBB();
249 return false;
250 }
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000251 if (LastOpcode == Hexagon::ENDLOOP0) {
252 TBB = LastInst->getOperand(0).getMBB();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000253 Cond.push_back(LastInst->getOperand(0));
254 return false;
255 }
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000256 if (LastOpcodeHasJMP_c) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000257 TBB = LastInst->getOperand(1).getMBB();
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000258 if (LastOpcodeHasNot) {
259 Cond.push_back(MachineOperand::CreateImm(0));
260 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000261 Cond.push_back(LastInst->getOperand(0));
262 return false;
263 }
264 // Otherwise, don't know what this is.
265 return true;
266 }
267
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000268 int SecLastOpcode = SecondLastInst->getOpcode();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000269
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000270 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode);
271 bool SecLastOpcodeHasNot = PredOpcodeHasNot(SecLastOpcode);
272 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000273 TBB = SecondLastInst->getOperand(1).getMBB();
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000274 if (SecLastOpcodeHasNot)
275 Cond.push_back(MachineOperand::CreateImm(0));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000276 Cond.push_back(SecondLastInst->getOperand(0));
277 FBB = LastInst->getOperand(0).getMBB();
278 return false;
279 }
280
281 // If the block ends with two Hexagon:JMPs, handle it. The second one is not
282 // executed, so remove it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000283 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000284 TBB = SecondLastInst->getOperand(0).getMBB();
285 I = LastInst;
286 if (AllowModify)
287 I->eraseFromParent();
288 return false;
289 }
290
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000291 // If the block ends with an ENDLOOP, and JMP, handle it.
292 if (SecLastOpcode == Hexagon::ENDLOOP0 &&
293 LastOpcode == Hexagon::JMP) {
294 TBB = SecondLastInst->getOperand(0).getMBB();
295 Cond.push_back(SecondLastInst->getOperand(0));
296 FBB = LastInst->getOperand(0).getMBB();
297 return false;
298 }
299
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000300 // Otherwise, can't handle this.
301 return true;
302}
303
304
305unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
306 int BOpc = Hexagon::JMP;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000307 int BccOpc = Hexagon::JMP_t;
308 int BccOpcNot = Hexagon::JMP_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000309
310 MachineBasicBlock::iterator I = MBB.end();
311 if (I == MBB.begin()) return 0;
312 --I;
313 if (I->getOpcode() != BOpc && I->getOpcode() != BccOpc &&
314 I->getOpcode() != BccOpcNot)
315 return 0;
316
317 // Remove the branch.
318 I->eraseFromParent();
319
320 I = MBB.end();
321
322 if (I == MBB.begin()) return 1;
323 --I;
324 if (I->getOpcode() != BccOpc && I->getOpcode() != BccOpcNot)
325 return 1;
326
327 // Remove the branch.
328 I->eraseFromParent();
329 return 2;
330}
331
332
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000333/// \brief For a comparison instruction, return the source registers in
334/// \p SrcReg and \p SrcReg2 if having two register operands, and the value it
335/// compares against in CmpValue. Return true if the comparison instruction
336/// can be analyzed.
337bool HexagonInstrInfo::analyzeCompare(const MachineInstr *MI,
338 unsigned &SrcReg, unsigned &SrcReg2,
339 int &Mask, int &Value) const {
340 unsigned Opc = MI->getOpcode();
341
342 // Set mask and the first source register.
343 switch (Opc) {
344 case Hexagon::CMPEHexagon4rr:
345 case Hexagon::CMPEQri:
346 case Hexagon::CMPEQrr:
347 case Hexagon::CMPGT64rr:
348 case Hexagon::CMPGTU64rr:
349 case Hexagon::CMPGTUri:
350 case Hexagon::CMPGTUrr:
351 case Hexagon::CMPGTri:
352 case Hexagon::CMPGTrr:
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000353 SrcReg = MI->getOperand(1).getReg();
354 Mask = ~0;
355 break;
356 case Hexagon::CMPbEQri_V4:
357 case Hexagon::CMPbEQrr_sbsb_V4:
358 case Hexagon::CMPbEQrr_ubub_V4:
359 case Hexagon::CMPbGTUri_V4:
360 case Hexagon::CMPbGTUrr_V4:
361 case Hexagon::CMPbGTrr_V4:
362 SrcReg = MI->getOperand(1).getReg();
363 Mask = 0xFF;
364 break;
365 case Hexagon::CMPhEQri_V4:
366 case Hexagon::CMPhEQrr_shl_V4:
367 case Hexagon::CMPhEQrr_xor_V4:
368 case Hexagon::CMPhGTUri_V4:
369 case Hexagon::CMPhGTUrr_V4:
370 case Hexagon::CMPhGTrr_shl_V4:
371 SrcReg = MI->getOperand(1).getReg();
372 Mask = 0xFFFF;
373 break;
374 }
375
376 // Set the value/second source register.
377 switch (Opc) {
378 case Hexagon::CMPEHexagon4rr:
379 case Hexagon::CMPEQrr:
380 case Hexagon::CMPGT64rr:
381 case Hexagon::CMPGTU64rr:
382 case Hexagon::CMPGTUrr:
383 case Hexagon::CMPGTrr:
384 case Hexagon::CMPbEQrr_sbsb_V4:
385 case Hexagon::CMPbEQrr_ubub_V4:
386 case Hexagon::CMPbGTUrr_V4:
387 case Hexagon::CMPbGTrr_V4:
388 case Hexagon::CMPhEQrr_shl_V4:
389 case Hexagon::CMPhEQrr_xor_V4:
390 case Hexagon::CMPhGTUrr_V4:
391 case Hexagon::CMPhGTrr_shl_V4:
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000392 SrcReg2 = MI->getOperand(2).getReg();
393 return true;
394
395 case Hexagon::CMPEQri:
396 case Hexagon::CMPGTUri:
397 case Hexagon::CMPGTri:
398 case Hexagon::CMPbEQri_V4:
399 case Hexagon::CMPbGTUri_V4:
400 case Hexagon::CMPhEQri_V4:
401 case Hexagon::CMPhGTUri_V4:
402 SrcReg2 = 0;
403 Value = MI->getOperand(2).getImm();
404 return true;
405 }
406
407 return false;
408}
409
410
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000411void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
412 MachineBasicBlock::iterator I, DebugLoc DL,
413 unsigned DestReg, unsigned SrcReg,
414 bool KillSrc) const {
415 if (Hexagon::IntRegsRegClass.contains(SrcReg, DestReg)) {
416 BuildMI(MBB, I, DL, get(Hexagon::TFR), DestReg).addReg(SrcReg);
417 return;
418 }
419 if (Hexagon::DoubleRegsRegClass.contains(SrcReg, DestReg)) {
Jyotsna Vermae95559f2012-11-29 19:35:44 +0000420 BuildMI(MBB, I, DL, get(Hexagon::TFR64), DestReg).addReg(SrcReg);
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000421 return;
422 }
423 if (Hexagon::PredRegsRegClass.contains(SrcReg, DestReg)) {
424 // Map Pd = Ps to Pd = or(Ps, Ps).
425 BuildMI(MBB, I, DL, get(Hexagon::OR_pp),
426 DestReg).addReg(SrcReg).addReg(SrcReg);
427 return;
428 }
Sirish Pande8bb97452012-05-12 05:54:15 +0000429 if (Hexagon::DoubleRegsRegClass.contains(DestReg) &&
430 Hexagon::IntRegsRegClass.contains(SrcReg)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000431 // We can have an overlap between single and double reg: r1:0 = r0.
432 if(SrcReg == RI.getSubReg(DestReg, Hexagon::subreg_loreg)) {
433 // r1:0 = r0
434 BuildMI(MBB, I, DL, get(Hexagon::TFRI), (RI.getSubReg(DestReg,
435 Hexagon::subreg_hireg))).addImm(0);
436 } else {
437 // r1:0 = r1 or no overlap.
438 BuildMI(MBB, I, DL, get(Hexagon::TFR), (RI.getSubReg(DestReg,
439 Hexagon::subreg_loreg))).addReg(SrcReg);
440 BuildMI(MBB, I, DL, get(Hexagon::TFRI), (RI.getSubReg(DestReg,
441 Hexagon::subreg_hireg))).addImm(0);
442 }
443 return;
444 }
Sirish Pande8bb97452012-05-12 05:54:15 +0000445 if (Hexagon::CRRegsRegClass.contains(DestReg) &&
446 Hexagon::IntRegsRegClass.contains(SrcReg)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000447 BuildMI(MBB, I, DL, get(Hexagon::TFCR), DestReg).addReg(SrcReg);
448 return;
Sirish Pande30804c22012-02-15 18:52:27 +0000449 }
Anshuman Dasguptae96f8042013-02-13 22:56:34 +0000450 if (Hexagon::PredRegsRegClass.contains(SrcReg) &&
451 Hexagon::IntRegsRegClass.contains(DestReg)) {
452 BuildMI(MBB, I, DL, get(Hexagon::TFR_RsPd), DestReg).
453 addReg(SrcReg, getKillRegState(KillSrc));
454 return;
455 }
456 if (Hexagon::IntRegsRegClass.contains(SrcReg) &&
457 Hexagon::PredRegsRegClass.contains(DestReg)) {
458 BuildMI(MBB, I, DL, get(Hexagon::TFR_PdRs), DestReg).
459 addReg(SrcReg, getKillRegState(KillSrc));
460 return;
461 }
Sirish Pande30804c22012-02-15 18:52:27 +0000462
463 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000464}
465
466
467void HexagonInstrInfo::
468storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
469 unsigned SrcReg, bool isKill, int FI,
470 const TargetRegisterClass *RC,
471 const TargetRegisterInfo *TRI) const {
472
473 DebugLoc DL = MBB.findDebugLoc(I);
474 MachineFunction &MF = *MBB.getParent();
475 MachineFrameInfo &MFI = *MF.getFrameInfo();
476 unsigned Align = MFI.getObjectAlignment(FI);
477
478 MachineMemOperand *MMO =
479 MF.getMachineMemOperand(
480 MachinePointerInfo(PseudoSourceValue::getFixedStack(FI)),
481 MachineMemOperand::MOStore,
482 MFI.getObjectSize(FI),
483 Align);
484
Craig Topperc7242e02012-04-20 07:30:17 +0000485 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000486 BuildMI(MBB, I, DL, get(Hexagon::STriw))
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000487 .addFrameIndex(FI).addImm(0)
488 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000489 } else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000490 BuildMI(MBB, I, DL, get(Hexagon::STrid))
491 .addFrameIndex(FI).addImm(0)
492 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000493 } else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000494 BuildMI(MBB, I, DL, get(Hexagon::STriw_pred))
495 .addFrameIndex(FI).addImm(0)
496 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
497 } else {
Craig Toppere55c5562012-02-07 02:50:20 +0000498 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000499 }
500}
501
502
503void HexagonInstrInfo::storeRegToAddr(
504 MachineFunction &MF, unsigned SrcReg,
505 bool isKill,
506 SmallVectorImpl<MachineOperand> &Addr,
507 const TargetRegisterClass *RC,
508 SmallVectorImpl<MachineInstr*> &NewMIs) const
509{
Craig Toppere55c5562012-02-07 02:50:20 +0000510 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000511}
512
513
514void HexagonInstrInfo::
515loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
516 unsigned DestReg, int FI,
517 const TargetRegisterClass *RC,
518 const TargetRegisterInfo *TRI) const {
519 DebugLoc DL = MBB.findDebugLoc(I);
520 MachineFunction &MF = *MBB.getParent();
521 MachineFrameInfo &MFI = *MF.getFrameInfo();
522 unsigned Align = MFI.getObjectAlignment(FI);
523
524 MachineMemOperand *MMO =
525 MF.getMachineMemOperand(
526 MachinePointerInfo(PseudoSourceValue::getFixedStack(FI)),
527 MachineMemOperand::MOLoad,
528 MFI.getObjectSize(FI),
529 Align);
Craig Topperc7242e02012-04-20 07:30:17 +0000530 if (RC == &Hexagon::IntRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000531 BuildMI(MBB, I, DL, get(Hexagon::LDriw), DestReg)
532 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000533 } else if (RC == &Hexagon::DoubleRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000534 BuildMI(MBB, I, DL, get(Hexagon::LDrid), DestReg)
535 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000536 } else if (RC == &Hexagon::PredRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000537 BuildMI(MBB, I, DL, get(Hexagon::LDriw_pred), DestReg)
538 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
539 } else {
Craig Toppere55c5562012-02-07 02:50:20 +0000540 llvm_unreachable("Can't store this register to stack slot");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000541 }
542}
543
544
545void HexagonInstrInfo::loadRegFromAddr(MachineFunction &MF, unsigned DestReg,
546 SmallVectorImpl<MachineOperand> &Addr,
547 const TargetRegisterClass *RC,
548 SmallVectorImpl<MachineInstr*> &NewMIs) const {
Craig Toppere55c5562012-02-07 02:50:20 +0000549 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000550}
551
552
553MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
554 MachineInstr* MI,
555 const SmallVectorImpl<unsigned> &Ops,
556 int FI) const {
557 // Hexagon_TODO: Implement.
558 return(0);
559}
560
Jyotsna Vermaadd82b32013-03-29 21:09:53 +0000561MachineInstr*
562HexagonInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF,
563 int FrameIx, uint64_t Offset,
564 const MDNode *MDPtr,
565 DebugLoc DL) const {
566 MachineInstrBuilder MIB = BuildMI(MF, DL, get(Hexagon::DBG_VALUE))
567 .addImm(0).addImm(Offset).addMetadata(MDPtr);
568 return &*MIB;
569}
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000570
571unsigned HexagonInstrInfo::createVR(MachineFunction* MF, MVT VT) const {
572
573 MachineRegisterInfo &RegInfo = MF->getRegInfo();
574 const TargetRegisterClass *TRC;
Sirish Pande69295b82012-05-10 20:20:25 +0000575 if (VT == MVT::i1) {
Craig Topperc7242e02012-04-20 07:30:17 +0000576 TRC = &Hexagon::PredRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000577 } else if (VT == MVT::i32 || VT == MVT::f32) {
Craig Topperc7242e02012-04-20 07:30:17 +0000578 TRC = &Hexagon::IntRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000579 } else if (VT == MVT::i64 || VT == MVT::f64) {
Craig Topperc7242e02012-04-20 07:30:17 +0000580 TRC = &Hexagon::DoubleRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000581 } else {
Benjamin Kramerb6684012011-12-27 11:41:05 +0000582 llvm_unreachable("Cannot handle this register class");
Sirish Pande69295b82012-05-10 20:20:25 +0000583 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000584
585 unsigned NewReg = RegInfo.createVirtualRegister(TRC);
586 return NewReg;
587}
588
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000589bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000590 // Constant extenders are allowed only for V4 and above.
591 if (!Subtarget.hasV4TOps())
592 return false;
593
594 const MCInstrDesc &MID = MI->getDesc();
595 const uint64_t F = MID.TSFlags;
596 if ((F >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask)
597 return true;
598
599 // TODO: This is largely obsolete now. Will need to be removed
600 // in consecutive patches.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000601 switch(MI->getOpcode()) {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000602 // TFR_FI Remains a special case.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000603 case Hexagon::TFR_FI:
604 return true;
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000605 default:
606 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000607 }
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000608 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000609}
610
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000611// This returns true in two cases:
612// - The OP code itself indicates that this is an extended instruction.
613// - One of MOs has been marked with HMOTF_ConstExtended flag.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000614bool HexagonInstrInfo::isExtended(const MachineInstr *MI) const {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000615 // First check if this is permanently extended op code.
616 const uint64_t F = MI->getDesc().TSFlags;
617 if ((F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask)
618 return true;
619 // Use MO operand flags to determine if one of MI's operands
620 // has HMOTF_ConstExtended flag set.
621 for (MachineInstr::const_mop_iterator I = MI->operands_begin(),
622 E = MI->operands_end(); I != E; ++I) {
623 if (I->getTargetFlags() && HexagonII::HMOTF_ConstExtended)
Sirish Pande69295b82012-05-10 20:20:25 +0000624 return true;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000625 }
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000626 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000627}
628
Jyotsna Verma84c47102013-05-06 18:49:23 +0000629bool HexagonInstrInfo::isBranch (const MachineInstr *MI) const {
630 return MI->getDesc().isBranch();
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000631}
632
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000633bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const {
634 switch (MI->getOpcode()) {
635 default: return false;
636 // Store Byte
637 case Hexagon::STrib_nv_V4:
638 case Hexagon::STrib_indexed_nv_V4:
639 case Hexagon::STrib_indexed_shl_nv_V4:
640 case Hexagon::STrib_shl_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000641 case Hexagon::STb_GP_nv_V4:
642 case Hexagon::POST_STbri_nv_V4:
643 case Hexagon::STrib_cPt_nv_V4:
644 case Hexagon::STrib_cdnPt_nv_V4:
645 case Hexagon::STrib_cNotPt_nv_V4:
646 case Hexagon::STrib_cdnNotPt_nv_V4:
647 case Hexagon::STrib_indexed_cPt_nv_V4:
648 case Hexagon::STrib_indexed_cdnPt_nv_V4:
649 case Hexagon::STrib_indexed_cNotPt_nv_V4:
650 case Hexagon::STrib_indexed_cdnNotPt_nv_V4:
651 case Hexagon::STrib_indexed_shl_cPt_nv_V4:
652 case Hexagon::STrib_indexed_shl_cdnPt_nv_V4:
653 case Hexagon::STrib_indexed_shl_cNotPt_nv_V4:
654 case Hexagon::STrib_indexed_shl_cdnNotPt_nv_V4:
655 case Hexagon::POST_STbri_cPt_nv_V4:
656 case Hexagon::POST_STbri_cdnPt_nv_V4:
657 case Hexagon::POST_STbri_cNotPt_nv_V4:
658 case Hexagon::POST_STbri_cdnNotPt_nv_V4:
659 case Hexagon::STb_GP_cPt_nv_V4:
660 case Hexagon::STb_GP_cNotPt_nv_V4:
661 case Hexagon::STb_GP_cdnPt_nv_V4:
662 case Hexagon::STb_GP_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000663 case Hexagon::STrib_abs_nv_V4:
664 case Hexagon::STrib_abs_cPt_nv_V4:
665 case Hexagon::STrib_abs_cdnPt_nv_V4:
666 case Hexagon::STrib_abs_cNotPt_nv_V4:
667 case Hexagon::STrib_abs_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000668
669 // Store Halfword
670 case Hexagon::STrih_nv_V4:
671 case Hexagon::STrih_indexed_nv_V4:
672 case Hexagon::STrih_indexed_shl_nv_V4:
673 case Hexagon::STrih_shl_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000674 case Hexagon::STh_GP_nv_V4:
675 case Hexagon::POST_SThri_nv_V4:
676 case Hexagon::STrih_cPt_nv_V4:
677 case Hexagon::STrih_cdnPt_nv_V4:
678 case Hexagon::STrih_cNotPt_nv_V4:
679 case Hexagon::STrih_cdnNotPt_nv_V4:
680 case Hexagon::STrih_indexed_cPt_nv_V4:
681 case Hexagon::STrih_indexed_cdnPt_nv_V4:
682 case Hexagon::STrih_indexed_cNotPt_nv_V4:
683 case Hexagon::STrih_indexed_cdnNotPt_nv_V4:
684 case Hexagon::STrih_indexed_shl_cPt_nv_V4:
685 case Hexagon::STrih_indexed_shl_cdnPt_nv_V4:
686 case Hexagon::STrih_indexed_shl_cNotPt_nv_V4:
687 case Hexagon::STrih_indexed_shl_cdnNotPt_nv_V4:
688 case Hexagon::POST_SThri_cPt_nv_V4:
689 case Hexagon::POST_SThri_cdnPt_nv_V4:
690 case Hexagon::POST_SThri_cNotPt_nv_V4:
691 case Hexagon::POST_SThri_cdnNotPt_nv_V4:
692 case Hexagon::STh_GP_cPt_nv_V4:
693 case Hexagon::STh_GP_cNotPt_nv_V4:
694 case Hexagon::STh_GP_cdnPt_nv_V4:
695 case Hexagon::STh_GP_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000696 case Hexagon::STrih_abs_nv_V4:
697 case Hexagon::STrih_abs_cPt_nv_V4:
698 case Hexagon::STrih_abs_cdnPt_nv_V4:
699 case Hexagon::STrih_abs_cNotPt_nv_V4:
700 case Hexagon::STrih_abs_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000701
702 // Store Word
703 case Hexagon::STriw_nv_V4:
704 case Hexagon::STriw_indexed_nv_V4:
705 case Hexagon::STriw_indexed_shl_nv_V4:
706 case Hexagon::STriw_shl_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000707 case Hexagon::STw_GP_nv_V4:
708 case Hexagon::POST_STwri_nv_V4:
709 case Hexagon::STriw_cPt_nv_V4:
710 case Hexagon::STriw_cdnPt_nv_V4:
711 case Hexagon::STriw_cNotPt_nv_V4:
712 case Hexagon::STriw_cdnNotPt_nv_V4:
713 case Hexagon::STriw_indexed_cPt_nv_V4:
714 case Hexagon::STriw_indexed_cdnPt_nv_V4:
715 case Hexagon::STriw_indexed_cNotPt_nv_V4:
716 case Hexagon::STriw_indexed_cdnNotPt_nv_V4:
717 case Hexagon::STriw_indexed_shl_cPt_nv_V4:
718 case Hexagon::STriw_indexed_shl_cdnPt_nv_V4:
719 case Hexagon::STriw_indexed_shl_cNotPt_nv_V4:
720 case Hexagon::STriw_indexed_shl_cdnNotPt_nv_V4:
721 case Hexagon::POST_STwri_cPt_nv_V4:
722 case Hexagon::POST_STwri_cdnPt_nv_V4:
723 case Hexagon::POST_STwri_cNotPt_nv_V4:
724 case Hexagon::POST_STwri_cdnNotPt_nv_V4:
725 case Hexagon::STw_GP_cPt_nv_V4:
726 case Hexagon::STw_GP_cNotPt_nv_V4:
727 case Hexagon::STw_GP_cdnPt_nv_V4:
728 case Hexagon::STw_GP_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000729 case Hexagon::STriw_abs_nv_V4:
730 case Hexagon::STriw_abs_cPt_nv_V4:
731 case Hexagon::STriw_abs_cdnPt_nv_V4:
732 case Hexagon::STriw_abs_cNotPt_nv_V4:
733 case Hexagon::STriw_abs_cdnNotPt_nv_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000734 return true;
735 }
736}
737
738bool HexagonInstrInfo::isPostIncrement (const MachineInstr* MI) const {
739 switch (MI->getOpcode())
740 {
741 default: return false;
742 // Load Byte
743 case Hexagon::POST_LDrib:
744 case Hexagon::POST_LDrib_cPt:
745 case Hexagon::POST_LDrib_cNotPt:
746 case Hexagon::POST_LDrib_cdnPt_V4:
747 case Hexagon::POST_LDrib_cdnNotPt_V4:
748
749 // Load unsigned byte
750 case Hexagon::POST_LDriub:
751 case Hexagon::POST_LDriub_cPt:
752 case Hexagon::POST_LDriub_cNotPt:
753 case Hexagon::POST_LDriub_cdnPt_V4:
754 case Hexagon::POST_LDriub_cdnNotPt_V4:
755
756 // Load halfword
757 case Hexagon::POST_LDrih:
758 case Hexagon::POST_LDrih_cPt:
759 case Hexagon::POST_LDrih_cNotPt:
760 case Hexagon::POST_LDrih_cdnPt_V4:
761 case Hexagon::POST_LDrih_cdnNotPt_V4:
762
763 // Load unsigned halfword
764 case Hexagon::POST_LDriuh:
765 case Hexagon::POST_LDriuh_cPt:
766 case Hexagon::POST_LDriuh_cNotPt:
767 case Hexagon::POST_LDriuh_cdnPt_V4:
768 case Hexagon::POST_LDriuh_cdnNotPt_V4:
769
770 // Load word
771 case Hexagon::POST_LDriw:
772 case Hexagon::POST_LDriw_cPt:
773 case Hexagon::POST_LDriw_cNotPt:
774 case Hexagon::POST_LDriw_cdnPt_V4:
775 case Hexagon::POST_LDriw_cdnNotPt_V4:
776
777 // Load double word
778 case Hexagon::POST_LDrid:
779 case Hexagon::POST_LDrid_cPt:
780 case Hexagon::POST_LDrid_cNotPt:
781 case Hexagon::POST_LDrid_cdnPt_V4:
782 case Hexagon::POST_LDrid_cdnNotPt_V4:
783
784 // Store byte
785 case Hexagon::POST_STbri:
786 case Hexagon::POST_STbri_cPt:
787 case Hexagon::POST_STbri_cNotPt:
788 case Hexagon::POST_STbri_cdnPt_V4:
789 case Hexagon::POST_STbri_cdnNotPt_V4:
790
791 // Store halfword
792 case Hexagon::POST_SThri:
793 case Hexagon::POST_SThri_cPt:
794 case Hexagon::POST_SThri_cNotPt:
795 case Hexagon::POST_SThri_cdnPt_V4:
796 case Hexagon::POST_SThri_cdnNotPt_V4:
797
798 // Store word
799 case Hexagon::POST_STwri:
800 case Hexagon::POST_STwri_cPt:
801 case Hexagon::POST_STwri_cNotPt:
802 case Hexagon::POST_STwri_cdnPt_V4:
803 case Hexagon::POST_STwri_cdnNotPt_V4:
804
805 // Store double word
806 case Hexagon::POST_STdri:
807 case Hexagon::POST_STdri_cPt:
808 case Hexagon::POST_STdri_cNotPt:
809 case Hexagon::POST_STdri_cdnPt_V4:
810 case Hexagon::POST_STdri_cdnNotPt_V4:
811 return true;
812 }
813}
814
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000815bool HexagonInstrInfo::isNewValueInst(const MachineInstr *MI) const {
816 if (isNewValueJump(MI))
817 return true;
818
819 if (isNewValueStore(MI))
820 return true;
821
822 return false;
823}
824
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000825bool HexagonInstrInfo::isSaveCalleeSavedRegsCall(const MachineInstr *MI) const {
826 return MI->getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4;
827}
Andrew Trickd06df962012-02-01 22:13:57 +0000828
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000829bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
830 bool isPred = MI->getDesc().isPredicable();
831
832 if (!isPred)
833 return false;
834
835 const int Opc = MI->getOpcode();
836
837 switch(Opc) {
838 case Hexagon::TFRI:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000839 return isInt<12>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000840
841 case Hexagon::STrid:
842 case Hexagon::STrid_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000843 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000844
845 case Hexagon::STriw:
846 case Hexagon::STriw_indexed:
847 case Hexagon::STriw_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000848 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000849
850 case Hexagon::STrih:
851 case Hexagon::STrih_indexed:
852 case Hexagon::STrih_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000853 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000854
855 case Hexagon::STrib:
856 case Hexagon::STrib_indexed:
857 case Hexagon::STrib_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000858 return isUInt<6>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000859
860 case Hexagon::LDrid:
861 case Hexagon::LDrid_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000862 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000863
864 case Hexagon::LDriw:
865 case Hexagon::LDriw_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000866 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000867
868 case Hexagon::LDrih:
869 case Hexagon::LDriuh:
870 case Hexagon::LDrih_indexed:
871 case Hexagon::LDriuh_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000872 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000873
874 case Hexagon::LDrib:
875 case Hexagon::LDriub:
876 case Hexagon::LDrib_indexed:
877 case Hexagon::LDriub_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000878 return isUInt<6>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000879
880 case Hexagon::POST_LDrid:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000881 return isShiftedInt<4,3>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000882
883 case Hexagon::POST_LDriw:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000884 return isShiftedInt<4,2>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000885
886 case Hexagon::POST_LDrih:
887 case Hexagon::POST_LDriuh:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000888 return isShiftedInt<4,1>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000889
890 case Hexagon::POST_LDrib:
891 case Hexagon::POST_LDriub:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000892 return isInt<4>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000893
894 case Hexagon::STrib_imm_V4:
895 case Hexagon::STrih_imm_V4:
896 case Hexagon::STriw_imm_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000897 return (isUInt<6>(MI->getOperand(1).getImm()) &&
898 isInt<6>(MI->getOperand(2).getImm()));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000899
900 case Hexagon::ADD_ri:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000901 return isInt<8>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000902
903 case Hexagon::ASLH:
904 case Hexagon::ASRH:
905 case Hexagon::SXTB:
906 case Hexagon::SXTH:
907 case Hexagon::ZXTB:
908 case Hexagon::ZXTH:
Sirish Pande8bb97452012-05-12 05:54:15 +0000909 return Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000910 }
911
912 return true;
913}
914
Sirish Pande8bb97452012-05-12 05:54:15 +0000915// This function performs the following inversiones:
916//
917// cPt ---> cNotPt
918// cNotPt ---> cPt
919//
Sirish Pande30804c22012-02-15 18:52:27 +0000920unsigned HexagonInstrInfo::getInvertedPredicatedOpcode(const int Opc) const {
Jyotsna Verma84c47102013-05-06 18:49:23 +0000921 int InvPredOpcode;
922 InvPredOpcode = isPredicatedTrue(Opc) ? Hexagon::getFalsePredOpcode(Opc)
923 : Hexagon::getTruePredOpcode(Opc);
924 if (InvPredOpcode >= 0) // Valid instruction with the inverted predicate.
925 return InvPredOpcode;
926
Sirish Pande30804c22012-02-15 18:52:27 +0000927 switch(Opc) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000928 default: llvm_unreachable("Unexpected predicated instruction");
Sirish Pande30804c22012-02-15 18:52:27 +0000929 case Hexagon::COMBINE_rr_cPt:
930 return Hexagon::COMBINE_rr_cNotPt;
931 case Hexagon::COMBINE_rr_cNotPt:
932 return Hexagon::COMBINE_rr_cPt;
933
Jyotsna Verma978e9722013-05-09 18:25:44 +0000934 // Dealloc_return.
Sirish Pande30804c22012-02-15 18:52:27 +0000935 case Hexagon::DEALLOC_RET_cPt_V4:
936 return Hexagon::DEALLOC_RET_cNotPt_V4;
937 case Hexagon::DEALLOC_RET_cNotPt_V4:
938 return Hexagon::DEALLOC_RET_cPt_V4;
Sirish Pande30804c22012-02-15 18:52:27 +0000939 }
940}
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000941
Andrew Trickd06df962012-02-01 22:13:57 +0000942
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000943int HexagonInstrInfo::
944getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const {
Pranav Bhandarkar34b60182012-11-01 19:13:23 +0000945 enum Hexagon::PredSense inPredSense;
946 inPredSense = invertPredicate ? Hexagon::PredSense_false :
947 Hexagon::PredSense_true;
948 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense);
949 if (CondOpcode >= 0) // Valid Conditional opcode/instruction
950 return CondOpcode;
951
952 // This switch case will be removed once all the instructions have been
953 // modified to use relation maps.
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000954 switch(Opc) {
Sirish Pande69295b82012-05-10 20:20:25 +0000955 case Hexagon::TFRI_f:
956 return !invertPredicate ? Hexagon::TFRI_cPt_f :
957 Hexagon::TFRI_cNotPt_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000958 case Hexagon::COMBINE_rr:
959 return !invertPredicate ? Hexagon::COMBINE_rr_cPt :
960 Hexagon::COMBINE_rr_cNotPt;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000961
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000962 // Word.
Jyotsna Verma978e9722013-05-09 18:25:44 +0000963 case Hexagon::STriw_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000964 return !invertPredicate ? Hexagon::STriw_cPt :
965 Hexagon::STriw_cNotPt;
Jyotsna Verma978e9722013-05-09 18:25:44 +0000966 case Hexagon::STriw_indexed_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000967 return !invertPredicate ? Hexagon::STriw_indexed_cPt :
968 Hexagon::STriw_indexed_cNotPt;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000969
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000970 // DEALLOC_RETURN.
971 case Hexagon::DEALLOC_RET_V4:
972 return !invertPredicate ? Hexagon::DEALLOC_RET_cPt_V4 :
973 Hexagon::DEALLOC_RET_cNotPt_V4;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000974 }
Benjamin Kramerb6684012011-12-27 11:41:05 +0000975 llvm_unreachable("Unexpected predicable instruction");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000976}
977
978
979bool HexagonInstrInfo::
980PredicateInstruction(MachineInstr *MI,
981 const SmallVectorImpl<MachineOperand> &Cond) const {
982 int Opc = MI->getOpcode();
983 assert (isPredicable(MI) && "Expected predicable instruction");
984 bool invertJump = (!Cond.empty() && Cond[0].isImm() &&
985 (Cond[0].getImm() == 0));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000986
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +0000987 // This will change MI's opcode to its predicate version.
988 // However, its operand list is still the old one, i.e. the
989 // non-predicate one.
990 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump)));
991
992 int oper = -1;
993 unsigned int GAIdx = 0;
994
995 // Indicates whether the current MI has a GlobalAddress operand
996 bool hasGAOpnd = false;
997 std::vector<MachineOperand> tmpOpnds;
998
999 // Indicates whether we need to shift operands to right.
1000 bool needShift = true;
1001
1002 // The predicate is ALWAYS the FIRST input operand !!!
1003 if (MI->getNumOperands() == 0) {
1004 // The non-predicate version of MI does not take any operands,
1005 // i.e. no outs and no ins. In this condition, the predicate
1006 // operand will be directly placed at Operands[0]. No operand
1007 // shift is needed.
1008 // Example: BARRIER
1009 needShift = false;
1010 oper = -1;
1011 }
1012 else if ( MI->getOperand(MI->getNumOperands()-1).isReg()
1013 && MI->getOperand(MI->getNumOperands()-1).isDef()
1014 && !MI->getOperand(MI->getNumOperands()-1).isImplicit()) {
1015 // The non-predicate version of MI does not have any input operands.
1016 // In this condition, we extend the length of Operands[] by one and
1017 // copy the original last operand to the newly allocated slot.
1018 // At this moment, it is just a place holder. Later, we will put
1019 // predicate operand directly into it. No operand shift is needed.
1020 // Example: r0=BARRIER (this is a faked insn used here for illustration)
1021 MI->addOperand(MI->getOperand(MI->getNumOperands()-1));
1022 needShift = false;
1023 oper = MI->getNumOperands() - 2;
1024 }
1025 else {
1026 // We need to right shift all input operands by one. Duplicate the
1027 // last operand into the newly allocated slot.
1028 MI->addOperand(MI->getOperand(MI->getNumOperands()-1));
1029 }
1030
1031 if (needShift)
1032 {
1033 // Operands[ MI->getNumOperands() - 2 ] has been copied into
1034 // Operands[ MI->getNumOperands() - 1 ], so we start from
1035 // Operands[ MI->getNumOperands() - 3 ].
1036 // oper is a signed int.
1037 // It is ok if "MI->getNumOperands()-3" is -3, -2, or -1.
1038 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper)
1039 {
1040 MachineOperand &MO = MI->getOperand(oper);
1041
1042 // Opnd[0] Opnd[1] Opnd[2] Opnd[3] Opnd[4] Opnd[5] Opnd[6] Opnd[7]
1043 // <Def0> <Def1> <Use0> <Use1> <ImpDef0> <ImpDef1> <ImpUse0> <ImpUse1>
1044 // /\~
1045 // /||\~
1046 // ||
1047 // Predicate Operand here
1048 if (MO.isReg() && !MO.isUse() && !MO.isImplicit()) {
1049 break;
1050 }
1051 if (MO.isReg()) {
1052 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(),
1053 MO.isImplicit(), MO.isKill(),
1054 MO.isDead(), MO.isUndef(),
1055 MO.isDebug());
1056 }
1057 else if (MO.isImm()) {
1058 MI->getOperand(oper+1).ChangeToImmediate(MO.getImm());
1059 }
1060 else if (MO.isGlobal()) {
1061 // MI can not have more than one GlobalAddress operand.
1062 assert(hasGAOpnd == false && "MI can only have one GlobalAddress opnd");
1063
1064 // There is no member function called "ChangeToGlobalAddress" in the
1065 // MachineOperand class (not like "ChangeToRegister" and
1066 // "ChangeToImmediate"). So we have to remove them from Operands[] list
1067 // first, and then add them back after we have inserted the predicate
1068 // operand. tmpOpnds[] is to remember these operands before we remove
1069 // them.
1070 tmpOpnds.push_back(MO);
1071
1072 // Operands[oper] is a GlobalAddress operand;
1073 // Operands[oper+1] has been copied into Operands[oper+2];
1074 hasGAOpnd = true;
1075 GAIdx = oper;
1076 continue;
1077 }
1078 else {
1079 assert(false && "Unexpected operand type");
1080 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001081 }
1082 }
1083
1084 int regPos = invertJump ? 1 : 0;
1085 MachineOperand PredMO = Cond[regPos];
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +00001086
1087 // [oper] now points to the last explicit Def. Predicate operand must be
1088 // located at [oper+1]. See diagram above.
1089 // This assumes that the predicate is always the first operand,
1090 // i.e. Operands[0+numResults], in the set of inputs
1091 // It is better to have an assert here to check this. But I don't know how
1092 // to write this assert because findFirstPredOperandIdx() would return -1
1093 if (oper < -1) oper = -1;
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +00001094
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001095 MI->getOperand(oper+1).ChangeToRegister(PredMO.getReg(), PredMO.isDef(),
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +00001096 PredMO.isImplicit(), false,
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001097 PredMO.isDead(), PredMO.isUndef(),
1098 PredMO.isDebug());
1099
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +00001100 MachineRegisterInfo &RegInfo = MI->getParent()->getParent()->getRegInfo();
1101 RegInfo.clearKillFlags(PredMO.getReg());
1102
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +00001103 if (hasGAOpnd)
1104 {
1105 unsigned int i;
1106
1107 // Operands[GAIdx] is the original GlobalAddress operand, which is
1108 // already copied into tmpOpnds[0].
1109 // Operands[GAIdx] now stores a copy of Operands[GAIdx-1]
1110 // Operands[GAIdx+1] has already been copied into Operands[GAIdx+2],
1111 // so we start from [GAIdx+2]
1112 for (i = GAIdx + 2; i < MI->getNumOperands(); ++i)
1113 tmpOpnds.push_back(MI->getOperand(i));
1114
1115 // Remove all operands in range [ (GAIdx+1) ... (MI->getNumOperands()-1) ]
1116 // It is very important that we always remove from the end of Operands[]
1117 // MI->getNumOperands() is at least 2 if program goes to here.
1118 for (i = MI->getNumOperands() - 1; i > GAIdx; --i)
1119 MI->RemoveOperand(i);
1120
1121 for (i = 0; i < tmpOpnds.size(); ++i)
1122 MI->addOperand(tmpOpnds[i]);
1123 }
1124
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001125 return true;
1126}
1127
1128
1129bool
1130HexagonInstrInfo::
1131isProfitableToIfCvt(MachineBasicBlock &MBB,
Kay Tiong Khoof2949212012-06-13 15:53:04 +00001132 unsigned NumCycles,
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001133 unsigned ExtraPredCycles,
1134 const BranchProbability &Probability) const {
1135 return true;
1136}
1137
1138
1139bool
1140HexagonInstrInfo::
1141isProfitableToIfCvt(MachineBasicBlock &TMBB,
1142 unsigned NumTCycles,
1143 unsigned ExtraTCycles,
1144 MachineBasicBlock &FMBB,
1145 unsigned NumFCycles,
1146 unsigned ExtraFCycles,
1147 const BranchProbability &Probability) const {
1148 return true;
1149}
1150
Jyotsna Verma84c47102013-05-06 18:49:23 +00001151// Returns true if an instruction is predicated irrespective of the predicate
1152// sense. For example, all of the following will return true.
1153// if (p0) R1 = add(R2, R3)
1154// if (!p0) R1 = add(R2, R3)
1155// if (p0.new) R1 = add(R2, R3)
1156// if (!p0.new) R1 = add(R2, R3)
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001157bool HexagonInstrInfo::isPredicated(const MachineInstr *MI) const {
Brendon Cahoon6f358372012-02-08 18:25:47 +00001158 const uint64_t F = MI->getDesc().TSFlags;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001159
Brendon Cahoon6f358372012-02-08 18:25:47 +00001160 return ((F >> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001161}
1162
Jyotsna Verma84c47102013-05-06 18:49:23 +00001163bool HexagonInstrInfo::isPredicated(unsigned Opcode) const {
1164 const uint64_t F = get(Opcode).TSFlags;
1165
1166 return ((F >> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
1167}
1168
1169bool HexagonInstrInfo::isPredicatedTrue(const MachineInstr *MI) const {
1170 const uint64_t F = MI->getDesc().TSFlags;
1171
1172 assert(isPredicated(MI));
1173 return (!((F >> HexagonII::PredicatedFalsePos) &
1174 HexagonII::PredicatedFalseMask));
1175}
1176
1177bool HexagonInstrInfo::isPredicatedTrue(unsigned Opcode) const {
1178 const uint64_t F = get(Opcode).TSFlags;
1179
1180 // Make sure that the instruction is predicated.
1181 assert((F>> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
1182 return (!((F >> HexagonII::PredicatedFalsePos) &
1183 HexagonII::PredicatedFalseMask));
1184}
1185
Jyotsna Vermaa46059b2013-03-28 19:44:04 +00001186bool HexagonInstrInfo::isPredicatedNew(const MachineInstr *MI) const {
1187 const uint64_t F = MI->getDesc().TSFlags;
1188
1189 assert(isPredicated(MI));
1190 return ((F >> HexagonII::PredicatedNewPos) & HexagonII::PredicatedNewMask);
1191}
1192
Jyotsna Verma84c47102013-05-06 18:49:23 +00001193bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const {
1194 const uint64_t F = get(Opcode).TSFlags;
1195
1196 assert(isPredicated(Opcode));
1197 return ((F >> HexagonII::PredicatedNewPos) & HexagonII::PredicatedNewMask);
1198}
1199
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001200bool
1201HexagonInstrInfo::DefinesPredicate(MachineInstr *MI,
1202 std::vector<MachineOperand> &Pred) const {
1203 for (unsigned oper = 0; oper < MI->getNumOperands(); ++oper) {
1204 MachineOperand MO = MI->getOperand(oper);
1205 if (MO.isReg() && MO.isDef()) {
1206 const TargetRegisterClass* RC = RI.getMinimalPhysRegClass(MO.getReg());
Craig Topperc7242e02012-04-20 07:30:17 +00001207 if (RC == &Hexagon::PredRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001208 Pred.push_back(MO);
1209 return true;
1210 }
1211 }
1212 }
1213 return false;
1214}
1215
1216
1217bool
1218HexagonInstrInfo::
1219SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
1220 const SmallVectorImpl<MachineOperand> &Pred2) const {
1221 // TODO: Fix this
1222 return false;
1223}
1224
1225
1226//
1227// We indicate that we want to reverse the branch by
1228// inserting a 0 at the beginning of the Cond vector.
1229//
1230bool HexagonInstrInfo::
1231ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
1232 if (!Cond.empty() && Cond[0].isImm() && Cond[0].getImm() == 0) {
1233 Cond.erase(Cond.begin());
1234 } else {
1235 Cond.insert(Cond.begin(), MachineOperand::CreateImm(0));
1236 }
1237 return false;
1238}
1239
1240
1241bool HexagonInstrInfo::
1242isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumInstrs,
1243 const BranchProbability &Probability) const {
1244 return (NumInstrs <= 4);
1245}
1246
1247bool HexagonInstrInfo::isDeallocRet(const MachineInstr *MI) const {
1248 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001249 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001250 case Hexagon::DEALLOC_RET_V4 :
1251 case Hexagon::DEALLOC_RET_cPt_V4 :
1252 case Hexagon::DEALLOC_RET_cNotPt_V4 :
1253 case Hexagon::DEALLOC_RET_cdnPnt_V4 :
1254 case Hexagon::DEALLOC_RET_cNotdnPnt_V4 :
1255 case Hexagon::DEALLOC_RET_cdnPt_V4 :
1256 case Hexagon::DEALLOC_RET_cNotdnPt_V4 :
1257 return true;
1258 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001259}
1260
1261
1262bool HexagonInstrInfo::
1263isValidOffset(const int Opcode, const int Offset) const {
1264 // This function is to check whether the "Offset" is in the correct range of
1265 // the given "Opcode". If "Offset" is not in the correct range, "ADD_ri" is
1266 // inserted to calculate the final address. Due to this reason, the function
1267 // assumes that the "Offset" has correct alignment.
Jyotsna Vermaec613662013-03-14 19:08:03 +00001268 // We used to assert if the offset was not properly aligned, however,
1269 // there are cases where a misaligned pointer recast can cause this
1270 // problem, and we need to allow for it. The front end warns of such
1271 // misaligns with respect to load size.
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001272
1273 switch(Opcode) {
1274
1275 case Hexagon::LDriw:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001276 case Hexagon::LDriw_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001277 case Hexagon::LDriw_f:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001278 case Hexagon::STriw_indexed:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001279 case Hexagon::STriw:
Sirish Pande69295b82012-05-10 20:20:25 +00001280 case Hexagon::STriw_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001281 return (Offset >= Hexagon_MEMW_OFFSET_MIN) &&
1282 (Offset <= Hexagon_MEMW_OFFSET_MAX);
1283
1284 case Hexagon::LDrid:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001285 case Hexagon::LDrid_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001286 case Hexagon::LDrid_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001287 case Hexagon::STrid:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001288 case Hexagon::STrid_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001289 case Hexagon::STrid_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001290 return (Offset >= Hexagon_MEMD_OFFSET_MIN) &&
1291 (Offset <= Hexagon_MEMD_OFFSET_MAX);
1292
1293 case Hexagon::LDrih:
1294 case Hexagon::LDriuh:
1295 case Hexagon::STrih:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001296 return (Offset >= Hexagon_MEMH_OFFSET_MIN) &&
1297 (Offset <= Hexagon_MEMH_OFFSET_MAX);
1298
1299 case Hexagon::LDrib:
1300 case Hexagon::STrib:
1301 case Hexagon::LDriub:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001302 return (Offset >= Hexagon_MEMB_OFFSET_MIN) &&
1303 (Offset <= Hexagon_MEMB_OFFSET_MAX);
1304
1305 case Hexagon::ADD_ri:
1306 case Hexagon::TFR_FI:
1307 return (Offset >= Hexagon_ADDI_OFFSET_MIN) &&
1308 (Offset <= Hexagon_ADDI_OFFSET_MAX);
1309
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001310 case Hexagon::MemOPw_ADDi_V4 :
1311 case Hexagon::MemOPw_SUBi_V4 :
1312 case Hexagon::MemOPw_ADDr_V4 :
1313 case Hexagon::MemOPw_SUBr_V4 :
1314 case Hexagon::MemOPw_ANDr_V4 :
1315 case Hexagon::MemOPw_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001316 return (0 <= Offset && Offset <= 255);
1317
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001318 case Hexagon::MemOPh_ADDi_V4 :
1319 case Hexagon::MemOPh_SUBi_V4 :
1320 case Hexagon::MemOPh_ADDr_V4 :
1321 case Hexagon::MemOPh_SUBr_V4 :
1322 case Hexagon::MemOPh_ANDr_V4 :
1323 case Hexagon::MemOPh_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001324 return (0 <= Offset && Offset <= 127);
1325
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001326 case Hexagon::MemOPb_ADDi_V4 :
1327 case Hexagon::MemOPb_SUBi_V4 :
1328 case Hexagon::MemOPb_ADDr_V4 :
1329 case Hexagon::MemOPb_SUBr_V4 :
1330 case Hexagon::MemOPb_ANDr_V4 :
1331 case Hexagon::MemOPb_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001332 return (0 <= Offset && Offset <= 63);
1333
1334 // LDri_pred and STriw_pred are pseudo operations, so it has to take offset of
1335 // any size. Later pass knows how to handle it.
1336 case Hexagon::STriw_pred:
1337 case Hexagon::LDriw_pred:
1338 return true;
1339
Krzysztof Parzyszek9a278f12013-02-11 21:37:55 +00001340 case Hexagon::LOOP0_i:
1341 return isUInt<10>(Offset);
1342
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001343 // INLINEASM is very special.
1344 case Hexagon::INLINEASM:
1345 return true;
1346 }
1347
Benjamin Kramerb6684012011-12-27 11:41:05 +00001348 llvm_unreachable("No offset range is defined for this opcode. "
1349 "Please define it in the above switch statement!");
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001350}
1351
1352
1353//
1354// Check if the Offset is a valid auto-inc imm by Load/Store Type.
1355//
1356bool HexagonInstrInfo::
1357isValidAutoIncImm(const EVT VT, const int Offset) const {
1358
1359 if (VT == MVT::i64) {
1360 return (Offset >= Hexagon_MEMD_AUTOINC_MIN &&
1361 Offset <= Hexagon_MEMD_AUTOINC_MAX &&
1362 (Offset & 0x7) == 0);
1363 }
1364 if (VT == MVT::i32) {
1365 return (Offset >= Hexagon_MEMW_AUTOINC_MIN &&
1366 Offset <= Hexagon_MEMW_AUTOINC_MAX &&
1367 (Offset & 0x3) == 0);
1368 }
1369 if (VT == MVT::i16) {
1370 return (Offset >= Hexagon_MEMH_AUTOINC_MIN &&
1371 Offset <= Hexagon_MEMH_AUTOINC_MAX &&
1372 (Offset & 0x1) == 0);
1373 }
1374 if (VT == MVT::i8) {
1375 return (Offset >= Hexagon_MEMB_AUTOINC_MIN &&
1376 Offset <= Hexagon_MEMB_AUTOINC_MAX);
1377 }
Craig Toppere55c5562012-02-07 02:50:20 +00001378 llvm_unreachable("Not an auto-inc opc!");
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001379}
1380
1381
1382bool HexagonInstrInfo::
1383isMemOp(const MachineInstr *MI) const {
1384 switch (MI->getOpcode())
1385 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001386 default: return false;
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001387 case Hexagon::MemOPw_ADDi_V4 :
1388 case Hexagon::MemOPw_SUBi_V4 :
1389 case Hexagon::MemOPw_ADDr_V4 :
1390 case Hexagon::MemOPw_SUBr_V4 :
1391 case Hexagon::MemOPw_ANDr_V4 :
1392 case Hexagon::MemOPw_ORr_V4 :
1393 case Hexagon::MemOPh_ADDi_V4 :
1394 case Hexagon::MemOPh_SUBi_V4 :
1395 case Hexagon::MemOPh_ADDr_V4 :
1396 case Hexagon::MemOPh_SUBr_V4 :
1397 case Hexagon::MemOPh_ANDr_V4 :
1398 case Hexagon::MemOPh_ORr_V4 :
1399 case Hexagon::MemOPb_ADDi_V4 :
1400 case Hexagon::MemOPb_SUBi_V4 :
1401 case Hexagon::MemOPb_ADDr_V4 :
1402 case Hexagon::MemOPb_SUBr_V4 :
1403 case Hexagon::MemOPb_ANDr_V4 :
1404 case Hexagon::MemOPb_ORr_V4 :
1405 case Hexagon::MemOPb_SETBITi_V4:
1406 case Hexagon::MemOPh_SETBITi_V4:
1407 case Hexagon::MemOPw_SETBITi_V4:
1408 case Hexagon::MemOPb_CLRBITi_V4:
1409 case Hexagon::MemOPh_CLRBITi_V4:
1410 case Hexagon::MemOPw_CLRBITi_V4:
1411 return true;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001412 }
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001413 return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001414}
1415
1416
1417bool HexagonInstrInfo::
1418isSpillPredRegOp(const MachineInstr *MI) const {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001419 switch (MI->getOpcode()) {
1420 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001421 case Hexagon::STriw_pred :
1422 case Hexagon::LDriw_pred :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001423 return true;
Sirish Pande2c7bf002012-04-23 17:49:28 +00001424 }
Sirish Pande4bd20c52012-05-12 05:10:30 +00001425}
1426
1427bool HexagonInstrInfo::isNewValueJumpCandidate(const MachineInstr *MI) const {
1428 switch (MI->getOpcode()) {
Sirish Pande8bb97452012-05-12 05:54:15 +00001429 default: return false;
Sirish Pande4bd20c52012-05-12 05:10:30 +00001430 case Hexagon::CMPEQrr:
1431 case Hexagon::CMPEQri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001432 case Hexagon::CMPGTrr:
1433 case Hexagon::CMPGTri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001434 case Hexagon::CMPGTUrr:
1435 case Hexagon::CMPGTUri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001436 return true;
Sirish Pande4bd20c52012-05-12 05:10:30 +00001437 }
Sirish Pande2c7bf002012-04-23 17:49:28 +00001438}
1439
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001440bool HexagonInstrInfo::
1441isConditionalTransfer (const MachineInstr *MI) const {
1442 switch (MI->getOpcode()) {
1443 default: return false;
1444 case Hexagon::TFR_cPt:
1445 case Hexagon::TFR_cNotPt:
1446 case Hexagon::TFRI_cPt:
1447 case Hexagon::TFRI_cNotPt:
1448 case Hexagon::TFR_cdnPt:
1449 case Hexagon::TFR_cdnNotPt:
1450 case Hexagon::TFRI_cdnPt:
1451 case Hexagon::TFRI_cdnNotPt:
1452 return true;
1453 }
1454}
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001455
1456bool HexagonInstrInfo::isConditionalALU32 (const MachineInstr* MI) const {
1457 const HexagonRegisterInfo& QRI = getRegisterInfo();
1458 switch (MI->getOpcode())
1459 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001460 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001461 case Hexagon::ADD_ri_cPt:
1462 case Hexagon::ADD_ri_cNotPt:
1463 case Hexagon::ADD_rr_cPt:
1464 case Hexagon::ADD_rr_cNotPt:
1465 case Hexagon::XOR_rr_cPt:
1466 case Hexagon::XOR_rr_cNotPt:
1467 case Hexagon::AND_rr_cPt:
1468 case Hexagon::AND_rr_cNotPt:
1469 case Hexagon::OR_rr_cPt:
1470 case Hexagon::OR_rr_cNotPt:
1471 case Hexagon::SUB_rr_cPt:
1472 case Hexagon::SUB_rr_cNotPt:
1473 case Hexagon::COMBINE_rr_cPt:
1474 case Hexagon::COMBINE_rr_cNotPt:
1475 return true;
1476 case Hexagon::ASLH_cPt_V4:
1477 case Hexagon::ASLH_cNotPt_V4:
1478 case Hexagon::ASRH_cPt_V4:
1479 case Hexagon::ASRH_cNotPt_V4:
1480 case Hexagon::SXTB_cPt_V4:
1481 case Hexagon::SXTB_cNotPt_V4:
1482 case Hexagon::SXTH_cPt_V4:
1483 case Hexagon::SXTH_cNotPt_V4:
1484 case Hexagon::ZXTB_cPt_V4:
1485 case Hexagon::ZXTB_cNotPt_V4:
1486 case Hexagon::ZXTH_cPt_V4:
1487 case Hexagon::ZXTH_cNotPt_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001488 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001489 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001490}
1491
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001492bool HexagonInstrInfo::
1493isConditionalLoad (const MachineInstr* MI) const {
1494 const HexagonRegisterInfo& QRI = getRegisterInfo();
1495 switch (MI->getOpcode())
1496 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001497 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001498 case Hexagon::LDrid_cPt :
1499 case Hexagon::LDrid_cNotPt :
1500 case Hexagon::LDrid_indexed_cPt :
1501 case Hexagon::LDrid_indexed_cNotPt :
1502 case Hexagon::LDriw_cPt :
1503 case Hexagon::LDriw_cNotPt :
1504 case Hexagon::LDriw_indexed_cPt :
1505 case Hexagon::LDriw_indexed_cNotPt :
1506 case Hexagon::LDrih_cPt :
1507 case Hexagon::LDrih_cNotPt :
1508 case Hexagon::LDrih_indexed_cPt :
1509 case Hexagon::LDrih_indexed_cNotPt :
1510 case Hexagon::LDrib_cPt :
1511 case Hexagon::LDrib_cNotPt :
1512 case Hexagon::LDrib_indexed_cPt :
1513 case Hexagon::LDrib_indexed_cNotPt :
1514 case Hexagon::LDriuh_cPt :
1515 case Hexagon::LDriuh_cNotPt :
1516 case Hexagon::LDriuh_indexed_cPt :
1517 case Hexagon::LDriuh_indexed_cNotPt :
1518 case Hexagon::LDriub_cPt :
1519 case Hexagon::LDriub_cNotPt :
1520 case Hexagon::LDriub_indexed_cPt :
1521 case Hexagon::LDriub_indexed_cNotPt :
1522 return true;
1523 case Hexagon::POST_LDrid_cPt :
1524 case Hexagon::POST_LDrid_cNotPt :
1525 case Hexagon::POST_LDriw_cPt :
1526 case Hexagon::POST_LDriw_cNotPt :
1527 case Hexagon::POST_LDrih_cPt :
1528 case Hexagon::POST_LDrih_cNotPt :
1529 case Hexagon::POST_LDrib_cPt :
1530 case Hexagon::POST_LDrib_cNotPt :
1531 case Hexagon::POST_LDriuh_cPt :
1532 case Hexagon::POST_LDriuh_cNotPt :
1533 case Hexagon::POST_LDriub_cPt :
1534 case Hexagon::POST_LDriub_cNotPt :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001535 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001536 case Hexagon::LDrid_indexed_shl_cPt_V4 :
1537 case Hexagon::LDrid_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001538 case Hexagon::LDrib_indexed_shl_cPt_V4 :
1539 case Hexagon::LDrib_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001540 case Hexagon::LDriub_indexed_shl_cPt_V4 :
1541 case Hexagon::LDriub_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001542 case Hexagon::LDrih_indexed_shl_cPt_V4 :
1543 case Hexagon::LDrih_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001544 case Hexagon::LDriuh_indexed_shl_cPt_V4 :
1545 case Hexagon::LDriuh_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001546 case Hexagon::LDriw_indexed_shl_cPt_V4 :
1547 case Hexagon::LDriw_indexed_shl_cNotPt_V4 :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001548 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001549 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001550}
Andrew Trickd06df962012-02-01 22:13:57 +00001551
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001552// Returns true if an instruction is a conditional store.
1553//
1554// Note: It doesn't include conditional new-value stores as they can't be
1555// converted to .new predicate.
1556//
1557// p.new NV store [ if(p0.new)memw(R0+#0)=R2.new ]
1558// ^ ^
1559// / \ (not OK. it will cause new-value store to be
1560// / X conditional on p0.new while R2 producer is
1561// / \ on p0)
1562// / \.
1563// p.new store p.old NV store
1564// [if(p0.new)memw(R0+#0)=R2] [if(p0)memw(R0+#0)=R2.new]
1565// ^ ^
1566// \ /
1567// \ /
1568// \ /
1569// p.old store
1570// [if (p0)memw(R0+#0)=R2]
1571//
1572// The above diagram shows the steps involoved in the conversion of a predicated
1573// store instruction to its .new predicated new-value form.
1574//
1575// The following set of instructions further explains the scenario where
1576// conditional new-value store becomes invalid when promoted to .new predicate
1577// form.
1578//
1579// { 1) if (p0) r0 = add(r1, r2)
1580// 2) p0 = cmp.eq(r3, #0) }
1581//
1582// 3) if (p0) memb(r1+#0) = r0 --> this instruction can't be grouped with
1583// the first two instructions because in instr 1, r0 is conditional on old value
1584// of p0 but its use in instr 3 is conditional on p0 modified by instr 2 which
1585// is not valid for new-value stores.
1586bool HexagonInstrInfo::
1587isConditionalStore (const MachineInstr* MI) const {
1588 const HexagonRegisterInfo& QRI = getRegisterInfo();
1589 switch (MI->getOpcode())
1590 {
1591 default: return false;
1592 case Hexagon::STrib_imm_cPt_V4 :
1593 case Hexagon::STrib_imm_cNotPt_V4 :
1594 case Hexagon::STrib_indexed_shl_cPt_V4 :
1595 case Hexagon::STrib_indexed_shl_cNotPt_V4 :
1596 case Hexagon::STrib_cPt :
1597 case Hexagon::STrib_cNotPt :
1598 case Hexagon::POST_STbri_cPt :
1599 case Hexagon::POST_STbri_cNotPt :
1600 case Hexagon::STrid_indexed_cPt :
1601 case Hexagon::STrid_indexed_cNotPt :
1602 case Hexagon::STrid_indexed_shl_cPt_V4 :
1603 case Hexagon::POST_STdri_cPt :
1604 case Hexagon::POST_STdri_cNotPt :
1605 case Hexagon::STrih_cPt :
1606 case Hexagon::STrih_cNotPt :
1607 case Hexagon::STrih_indexed_cPt :
1608 case Hexagon::STrih_indexed_cNotPt :
1609 case Hexagon::STrih_imm_cPt_V4 :
1610 case Hexagon::STrih_imm_cNotPt_V4 :
1611 case Hexagon::STrih_indexed_shl_cPt_V4 :
1612 case Hexagon::STrih_indexed_shl_cNotPt_V4 :
1613 case Hexagon::POST_SThri_cPt :
1614 case Hexagon::POST_SThri_cNotPt :
1615 case Hexagon::STriw_cPt :
1616 case Hexagon::STriw_cNotPt :
1617 case Hexagon::STriw_indexed_cPt :
1618 case Hexagon::STriw_indexed_cNotPt :
1619 case Hexagon::STriw_imm_cPt_V4 :
1620 case Hexagon::STriw_imm_cNotPt_V4 :
1621 case Hexagon::STriw_indexed_shl_cPt_V4 :
1622 case Hexagon::STriw_indexed_shl_cNotPt_V4 :
1623 case Hexagon::POST_STwri_cPt :
1624 case Hexagon::POST_STwri_cNotPt :
1625 return QRI.Subtarget.hasV4TOps();
1626
1627 // V4 global address store before promoting to dot new.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001628 case Hexagon::STd_GP_cPt_V4 :
1629 case Hexagon::STd_GP_cNotPt_V4 :
1630 case Hexagon::STb_GP_cPt_V4 :
1631 case Hexagon::STb_GP_cNotPt_V4 :
1632 case Hexagon::STh_GP_cPt_V4 :
1633 case Hexagon::STh_GP_cNotPt_V4 :
1634 case Hexagon::STw_GP_cPt_V4 :
1635 case Hexagon::STw_GP_cNotPt_V4 :
1636 return QRI.Subtarget.hasV4TOps();
1637
1638 // Predicated new value stores (i.e. if (p0) memw(..)=r0.new) are excluded
1639 // from the "Conditional Store" list. Because a predicated new value store
1640 // would NOT be promoted to a double dot new store. See diagram below:
1641 // This function returns yes for those stores that are predicated but not
1642 // yet promoted to predicate dot new instructions.
1643 //
1644 // +---------------------+
1645 // /-----| if (p0) memw(..)=r0 |---------\~
1646 // || +---------------------+ ||
1647 // promote || /\ /\ || promote
1648 // || /||\ /||\ ||
1649 // \||/ demote || \||/
1650 // \/ || || \/
1651 // +-------------------------+ || +-------------------------+
1652 // | if (p0.new) memw(..)=r0 | || | if (p0) memw(..)=r0.new |
1653 // +-------------------------+ || +-------------------------+
1654 // || || ||
1655 // || demote \||/
1656 // promote || \/ NOT possible
1657 // || || /\~
1658 // \||/ || /||\~
1659 // \/ || ||
1660 // +-----------------------------+
1661 // | if (p0.new) memw(..)=r0.new |
1662 // +-----------------------------+
1663 // Double Dot New Store
1664 //
1665 }
1666}
1667
Jyotsna Verma84c47102013-05-06 18:49:23 +00001668
1669bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const {
1670 if (isNewValue(MI) && isBranch(MI))
1671 return true;
1672 return false;
1673}
1674
1675bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const {
1676 const uint64_t F = MI->getDesc().TSFlags;
1677 return ((F >> HexagonII::NewValuePos) & HexagonII::NewValueMask);
1678}
1679
Jyotsna Vermaa46059b2013-03-28 19:44:04 +00001680// Returns true, if any one of the operands is a dot new
1681// insn, whether it is predicated dot new or register dot new.
1682bool HexagonInstrInfo::isDotNewInst (const MachineInstr* MI) const {
1683 return (isNewValueInst(MI) ||
1684 (isPredicated(MI) && isPredicatedNew(MI)));
1685}
1686
Jyotsna Verma84256432013-03-01 17:37:13 +00001687unsigned HexagonInstrInfo::getAddrMode(const MachineInstr* MI) const {
1688 const uint64_t F = MI->getDesc().TSFlags;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001689
Jyotsna Verma84256432013-03-01 17:37:13 +00001690 return((F >> HexagonII::AddrModePos) & HexagonII::AddrModeMask);
1691}
1692
1693/// immediateExtend - Changes the instruction in place to one using an immediate
1694/// extender.
1695void HexagonInstrInfo::immediateExtend(MachineInstr *MI) const {
1696 assert((isExtendable(MI)||isConstExtended(MI)) &&
1697 "Instruction must be extendable");
1698 // Find which operand is extendable.
1699 short ExtOpNum = getCExtOpNum(MI);
1700 MachineOperand &MO = MI->getOperand(ExtOpNum);
1701 // This needs to be something we understand.
1702 assert((MO.isMBB() || MO.isImm()) &&
1703 "Branch with unknown extendable field type");
1704 // Mark given operand as extended.
1705 MO.addTargetFlag(HexagonII::HMOTF_ConstExtended);
1706}
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001707
Andrew Trickd06df962012-02-01 22:13:57 +00001708DFAPacketizer *HexagonInstrInfo::
1709CreateTargetScheduleState(const TargetMachine *TM,
1710 const ScheduleDAG *DAG) const {
1711 const InstrItineraryData *II = TM->getInstrItineraryData();
1712 return TM->getSubtarget<HexagonGenSubtargetInfo>().createDFAPacketizer(II);
1713}
1714
1715bool HexagonInstrInfo::isSchedulingBoundary(const MachineInstr *MI,
1716 const MachineBasicBlock *MBB,
1717 const MachineFunction &MF) const {
1718 // Debug info is never a scheduling boundary. It's necessary to be explicit
1719 // due to the special treatment of IT instructions below, otherwise a
1720 // dbg_value followed by an IT will result in the IT instruction being
1721 // considered a scheduling hazard, which is wrong. It should be the actual
1722 // instruction preceding the dbg_value instruction(s), just like it is
1723 // when debug info is not present.
1724 if (MI->isDebugValue())
1725 return false;
1726
1727 // Terminators and labels can't be scheduled around.
1728 if (MI->getDesc().isTerminator() || MI->isLabel() || MI->isInlineAsm())
1729 return true;
1730
1731 return false;
1732}
Jyotsna Verma84256432013-03-01 17:37:13 +00001733
1734bool HexagonInstrInfo::isConstExtended(MachineInstr *MI) const {
1735
1736 // Constant extenders are allowed only for V4 and above.
1737 if (!Subtarget.hasV4TOps())
1738 return false;
1739
1740 const uint64_t F = MI->getDesc().TSFlags;
1741 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask;
1742 if (isExtended) // Instruction must be extended.
1743 return true;
1744
1745 unsigned isExtendable = (F >> HexagonII::ExtendablePos)
1746 & HexagonII::ExtendableMask;
1747 if (!isExtendable)
1748 return false;
1749
1750 short ExtOpNum = getCExtOpNum(MI);
1751 const MachineOperand &MO = MI->getOperand(ExtOpNum);
1752 // Use MO operand flags to determine if MO
1753 // has the HMOTF_ConstExtended flag set.
1754 if (MO.getTargetFlags() && HexagonII::HMOTF_ConstExtended)
1755 return true;
1756 // If this is a Machine BB address we are talking about, and it is
1757 // not marked as extended, say so.
1758 if (MO.isMBB())
1759 return false;
1760
1761 // We could be using an instruction with an extendable immediate and shoehorn
1762 // a global address into it. If it is a global address it will be constant
1763 // extended. We do this for COMBINE.
1764 // We currently only handle isGlobal() because it is the only kind of
1765 // object we are going to end up with here for now.
1766 // In the future we probably should add isSymbol(), etc.
1767 if (MO.isGlobal() || MO.isSymbol())
1768 return true;
1769
1770 // If the extendable operand is not 'Immediate' type, the instruction should
1771 // have 'isExtended' flag set.
1772 assert(MO.isImm() && "Extendable operand must be Immediate type");
1773
1774 int MinValue = getMinValue(MI);
1775 int MaxValue = getMaxValue(MI);
1776 int ImmValue = MO.getImm();
1777
1778 return (ImmValue < MinValue || ImmValue > MaxValue);
1779}
1780
Jyotsna Verma1d297502013-05-02 15:39:30 +00001781// Returns the opcode to use when converting MI, which is a conditional jump,
1782// into a conditional instruction which uses the .new value of the predicate.
1783// We also use branch probabilities to add a hint to the jump.
1784int
1785HexagonInstrInfo::getDotNewPredJumpOp(MachineInstr *MI,
1786 const
1787 MachineBranchProbabilityInfo *MBPI) const {
1788
1789 // We assume that block can have at most two successors.
1790 bool taken = false;
1791 MachineBasicBlock *Src = MI->getParent();
1792 MachineOperand *BrTarget = &MI->getOperand(1);
1793 MachineBasicBlock *Dst = BrTarget->getMBB();
1794
1795 const BranchProbability Prediction = MBPI->getEdgeProbability(Src, Dst);
1796 if (Prediction >= BranchProbability(1,2))
1797 taken = true;
1798
1799 switch (MI->getOpcode()) {
1800 case Hexagon::JMP_t:
1801 return taken ? Hexagon::JMP_tnew_t : Hexagon::JMP_tnew_nt;
1802 case Hexagon::JMP_f:
1803 return taken ? Hexagon::JMP_fnew_t : Hexagon::JMP_fnew_nt;
1804
1805 default:
1806 llvm_unreachable("Unexpected jump instruction.");
1807 }
1808}
Jyotsna Verma84256432013-03-01 17:37:13 +00001809// Returns true if a particular operand is extendable for an instruction.
1810bool HexagonInstrInfo::isOperandExtended(const MachineInstr *MI,
1811 unsigned short OperandNum) const {
1812 // Constant extenders are allowed only for V4 and above.
1813 if (!Subtarget.hasV4TOps())
1814 return false;
1815
1816 const uint64_t F = MI->getDesc().TSFlags;
1817
1818 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask)
1819 == OperandNum;
1820}
1821
1822// Returns Operand Index for the constant extended instruction.
1823unsigned short HexagonInstrInfo::getCExtOpNum(const MachineInstr *MI) const {
1824 const uint64_t F = MI->getDesc().TSFlags;
1825 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask);
1826}
1827
1828// Returns the min value that doesn't need to be extended.
1829int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const {
1830 const uint64_t F = MI->getDesc().TSFlags;
1831 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
1832 & HexagonII::ExtentSignedMask;
1833 unsigned bits = (F >> HexagonII::ExtentBitsPos)
1834 & HexagonII::ExtentBitsMask;
1835
1836 if (isSigned) // if value is signed
1837 return -1 << (bits - 1);
1838 else
1839 return 0;
1840}
1841
1842// Returns the max value that doesn't need to be extended.
1843int HexagonInstrInfo::getMaxValue(const MachineInstr *MI) const {
1844 const uint64_t F = MI->getDesc().TSFlags;
1845 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
1846 & HexagonII::ExtentSignedMask;
1847 unsigned bits = (F >> HexagonII::ExtentBitsPos)
1848 & HexagonII::ExtentBitsMask;
1849
1850 if (isSigned) // if value is signed
1851 return ~(-1 << (bits - 1));
1852 else
1853 return ~(-1 << bits);
1854}
1855
1856// Returns true if an instruction can be converted into a non-extended
1857// equivalent instruction.
1858bool HexagonInstrInfo::NonExtEquivalentExists (const MachineInstr *MI) const {
1859
1860 short NonExtOpcode;
1861 // Check if the instruction has a register form that uses register in place
1862 // of the extended operand, if so return that as the non-extended form.
1863 if (Hexagon::getRegForm(MI->getOpcode()) >= 0)
1864 return true;
1865
1866 if (MI->getDesc().mayLoad() || MI->getDesc().mayStore()) {
1867 // Check addressing mode and retreive non-ext equivalent instruction.
1868
1869 switch (getAddrMode(MI)) {
1870 case HexagonII::Absolute :
1871 // Load/store with absolute addressing mode can be converted into
1872 // base+offset mode.
1873 NonExtOpcode = Hexagon::getBasedWithImmOffset(MI->getOpcode());
1874 break;
1875 case HexagonII::BaseImmOffset :
1876 // Load/store with base+offset addressing mode can be converted into
1877 // base+register offset addressing mode. However left shift operand should
1878 // be set to 0.
1879 NonExtOpcode = Hexagon::getBaseWithRegOffset(MI->getOpcode());
1880 break;
1881 default:
1882 return false;
1883 }
1884 if (NonExtOpcode < 0)
1885 return false;
1886 return true;
1887 }
1888 return false;
1889}
1890
1891// Returns opcode of the non-extended equivalent instruction.
1892short HexagonInstrInfo::getNonExtOpcode (const MachineInstr *MI) const {
1893
1894 // Check if the instruction has a register form that uses register in place
1895 // of the extended operand, if so return that as the non-extended form.
1896 short NonExtOpcode = Hexagon::getRegForm(MI->getOpcode());
1897 if (NonExtOpcode >= 0)
1898 return NonExtOpcode;
1899
1900 if (MI->getDesc().mayLoad() || MI->getDesc().mayStore()) {
1901 // Check addressing mode and retreive non-ext equivalent instruction.
1902 switch (getAddrMode(MI)) {
1903 case HexagonII::Absolute :
1904 return Hexagon::getBasedWithImmOffset(MI->getOpcode());
1905 case HexagonII::BaseImmOffset :
1906 return Hexagon::getBaseWithRegOffset(MI->getOpcode());
1907 default:
1908 return -1;
1909 }
1910 }
1911 return -1;
1912}
Jyotsna Verma5ed51812013-05-01 21:37:34 +00001913
1914bool HexagonInstrInfo::PredOpcodeHasJMP_c(Opcode_t Opcode) const {
1915 return (Opcode == Hexagon::JMP_t) ||
1916 (Opcode == Hexagon::JMP_f) ||
1917 (Opcode == Hexagon::JMP_tnew_t) ||
1918 (Opcode == Hexagon::JMP_fnew_t) ||
1919 (Opcode == Hexagon::JMP_tnew_nt) ||
1920 (Opcode == Hexagon::JMP_fnew_nt);
1921}
1922
1923bool HexagonInstrInfo::PredOpcodeHasNot(Opcode_t Opcode) const {
1924 return (Opcode == Hexagon::JMP_f) ||
1925 (Opcode == Hexagon::JMP_fnew_t) ||
1926 (Opcode == Hexagon::JMP_fnew_nt);
1927}