blob: 6b97609415a322a5eb1929284d9dee42c632de43 [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"
Juergen Ributzkad12ccbd2013-11-19 00:57:56 +000029#define GET_INSTRINFO_CTOR_DTOR
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
Juergen Ributzkad12ccbd2013-11-19 00:57:56 +000058// Pin the vtable to this file.
59void HexagonInstrInfo::anchor() {}
Tony Linthicum1213a7a2011-12-12 21:14:40 +000060
61HexagonInstrInfo::HexagonInstrInfo(HexagonSubtarget &ST)
62 : HexagonGenInstrInfo(Hexagon::ADJCALLSTACKDOWN, Hexagon::ADJCALLSTACKUP),
Bill Wendling4a7a4082013-06-07 06:19:56 +000063 RI(ST), Subtarget(ST) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +000064}
65
66
67/// isLoadFromStackSlot - If the specified machine instruction is a direct
68/// load from a stack slot, return the virtual or physical register number of
69/// the destination along with the FrameIndex of the loaded stack slot. If
70/// not, return 0. This predicate must return 0 if the instruction has
71/// any side effects other than loading from the stack slot.
72unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
73 int &FrameIndex) const {
74
75
76 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +000077 default: break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000078 case Hexagon::LDriw:
79 case Hexagon::LDrid:
80 case Hexagon::LDrih:
81 case Hexagon::LDrib:
82 case Hexagon::LDriub:
83 if (MI->getOperand(2).isFI() &&
84 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
85 FrameIndex = MI->getOperand(2).getIndex();
86 return MI->getOperand(0).getReg();
87 }
88 break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +000089 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +000090 return 0;
91}
92
93
94/// isStoreToStackSlot - If the specified machine instruction is a direct
95/// store to a stack slot, return the virtual or physical register number of
96/// the source reg along with the FrameIndex of the loaded stack slot. If
97/// not, return 0. This predicate must return 0 if the instruction has
98/// any side effects other than storing to the stack slot.
99unsigned HexagonInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
100 int &FrameIndex) const {
101 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000102 default: break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000103 case Hexagon::STriw:
104 case Hexagon::STrid:
105 case Hexagon::STrih:
106 case Hexagon::STrib:
107 if (MI->getOperand(2).isFI() &&
108 MI->getOperand(1).isImm() && (MI->getOperand(1).getImm() == 0)) {
Sirish Pande8bb97452012-05-12 05:54:15 +0000109 FrameIndex = MI->getOperand(0).getIndex();
110 return MI->getOperand(2).getReg();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000111 }
112 break;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000113 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000114 return 0;
115}
116
117
118unsigned
119HexagonInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
120 MachineBasicBlock *FBB,
121 const SmallVectorImpl<MachineOperand> &Cond,
122 DebugLoc DL) const{
123
124 int BOpc = Hexagon::JMP;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000125 int BccOpc = Hexagon::JMP_t;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000126
127 assert(TBB && "InsertBranch must not be told to insert a fallthrough");
128
129 int regPos = 0;
130 // Check if ReverseBranchCondition has asked to reverse this branch
131 // If we want to reverse the branch an odd number of times, we want
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000132 // JMP_f.
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000133 if (!Cond.empty() && Cond[0].isImm() && Cond[0].getImm() == 0) {
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000134 BccOpc = Hexagon::JMP_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000135 regPos = 1;
136 }
137
138 if (FBB == 0) {
139 if (Cond.empty()) {
140 // Due to a bug in TailMerging/CFG Optimization, we need to add a
141 // special case handling of a predicated jump followed by an
142 // unconditional jump. If not, Tail Merging and CFG Optimization go
143 // into an infinite loop.
144 MachineBasicBlock *NewTBB, *NewFBB;
145 SmallVector<MachineOperand, 4> Cond;
146 MachineInstr *Term = MBB.getFirstTerminator();
147 if (isPredicated(Term) && !AnalyzeBranch(MBB, NewTBB, NewFBB, Cond,
148 false)) {
149 MachineBasicBlock *NextBB =
150 llvm::next(MachineFunction::iterator(&MBB));
151 if (NewTBB == NextBB) {
152 ReverseBranchCondition(Cond);
153 RemoveBranch(MBB);
154 return InsertBranch(MBB, TBB, 0, Cond, DL);
155 }
156 }
157 BuildMI(&MBB, DL, get(BOpc)).addMBB(TBB);
158 } else {
159 BuildMI(&MBB, DL,
160 get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
161 }
162 return 1;
163 }
164
165 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[regPos].getReg()).addMBB(TBB);
166 BuildMI(&MBB, DL, get(BOpc)).addMBB(FBB);
167
168 return 2;
169}
170
171
172bool HexagonInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB,
173 MachineBasicBlock *&TBB,
174 MachineBasicBlock *&FBB,
175 SmallVectorImpl<MachineOperand> &Cond,
176 bool AllowModify) const {
Benjamin Kramer0b03cbd2012-05-13 15:13:22 +0000177 TBB = NULL;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000178 FBB = NULL;
179
180 // If the block has no terminators, it just falls into the block after it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000181 MachineBasicBlock::instr_iterator I = MBB.instr_end();
182 if (I == MBB.instr_begin())
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000183 return false;
184
185 // A basic block may looks like this:
186 //
187 // [ insn
188 // EH_LABEL
189 // insn
190 // insn
191 // insn
192 // EH_LABEL
193 // insn ]
194 //
195 // It has two succs but does not have a terminator
196 // Don't know how to handle it.
197 do {
198 --I;
199 if (I->isEHLabel())
200 return true;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000201 } while (I != MBB.instr_begin());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000202
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000203 I = MBB.instr_end();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000204 --I;
205
206 while (I->isDebugValue()) {
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000207 if (I == MBB.instr_begin())
208 return false;
209 --I;
210 }
211
212 // Delete the JMP if it's equivalent to a fall-through.
213 if (AllowModify && I->getOpcode() == Hexagon::JMP &&
214 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
215 DEBUG(dbgs()<< "\nErasing the jump to successor block\n";);
216 I->eraseFromParent();
217 I = MBB.instr_end();
218 if (I == MBB.instr_begin())
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000219 return false;
220 --I;
221 }
222 if (!isUnpredicatedTerminator(I))
223 return false;
224
225 // Get the last instruction in the block.
226 MachineInstr *LastInst = I;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000227 MachineInstr *SecondLastInst = NULL;
228 // Find one more terminator if present.
229 do {
230 if (&*I != LastInst && !I->isBundle() && isUnpredicatedTerminator(I)) {
231 if (!SecondLastInst)
232 SecondLastInst = I;
233 else
234 // This is a third branch.
235 return true;
236 }
237 if (I == MBB.instr_begin())
238 break;
239 --I;
240 } while(I);
241
242 int LastOpcode = LastInst->getOpcode();
243
244 bool LastOpcodeHasJMP_c = PredOpcodeHasJMP_c(LastOpcode);
245 bool LastOpcodeHasNot = PredOpcodeHasNot(LastOpcode);
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000246
247 // If there is only one terminator instruction, process it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000248 if (LastInst && !SecondLastInst) {
249 if (LastOpcode == Hexagon::JMP) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000250 TBB = LastInst->getOperand(0).getMBB();
251 return false;
252 }
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000253 if (LastOpcode == Hexagon::ENDLOOP0) {
254 TBB = LastInst->getOperand(0).getMBB();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000255 Cond.push_back(LastInst->getOperand(0));
256 return false;
257 }
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000258 if (LastOpcodeHasJMP_c) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000259 TBB = LastInst->getOperand(1).getMBB();
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000260 if (LastOpcodeHasNot) {
261 Cond.push_back(MachineOperand::CreateImm(0));
262 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000263 Cond.push_back(LastInst->getOperand(0));
264 return false;
265 }
266 // Otherwise, don't know what this is.
267 return true;
268 }
269
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000270 int SecLastOpcode = SecondLastInst->getOpcode();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000271
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000272 bool SecLastOpcodeHasJMP_c = PredOpcodeHasJMP_c(SecLastOpcode);
273 bool SecLastOpcodeHasNot = PredOpcodeHasNot(SecLastOpcode);
274 if (SecLastOpcodeHasJMP_c && (LastOpcode == Hexagon::JMP)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000275 TBB = SecondLastInst->getOperand(1).getMBB();
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000276 if (SecLastOpcodeHasNot)
277 Cond.push_back(MachineOperand::CreateImm(0));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000278 Cond.push_back(SecondLastInst->getOperand(0));
279 FBB = LastInst->getOperand(0).getMBB();
280 return false;
281 }
282
283 // If the block ends with two Hexagon:JMPs, handle it. The second one is not
284 // executed, so remove it.
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000285 if (SecLastOpcode == Hexagon::JMP && LastOpcode == Hexagon::JMP) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000286 TBB = SecondLastInst->getOperand(0).getMBB();
287 I = LastInst;
288 if (AllowModify)
289 I->eraseFromParent();
290 return false;
291 }
292
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000293 // If the block ends with an ENDLOOP, and JMP, handle it.
294 if (SecLastOpcode == Hexagon::ENDLOOP0 &&
295 LastOpcode == Hexagon::JMP) {
296 TBB = SecondLastInst->getOperand(0).getMBB();
297 Cond.push_back(SecondLastInst->getOperand(0));
298 FBB = LastInst->getOperand(0).getMBB();
299 return false;
300 }
301
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000302 // Otherwise, can't handle this.
303 return true;
304}
305
306
307unsigned HexagonInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
308 int BOpc = Hexagon::JMP;
Jyotsna Verma5ed51812013-05-01 21:37:34 +0000309 int BccOpc = Hexagon::JMP_t;
310 int BccOpcNot = Hexagon::JMP_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000311
312 MachineBasicBlock::iterator I = MBB.end();
313 if (I == MBB.begin()) return 0;
314 --I;
315 if (I->getOpcode() != BOpc && I->getOpcode() != BccOpc &&
316 I->getOpcode() != BccOpcNot)
317 return 0;
318
319 // Remove the branch.
320 I->eraseFromParent();
321
322 I = MBB.end();
323
324 if (I == MBB.begin()) return 1;
325 --I;
326 if (I->getOpcode() != BccOpc && I->getOpcode() != BccOpcNot)
327 return 1;
328
329 // Remove the branch.
330 I->eraseFromParent();
331 return 2;
332}
333
334
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000335/// \brief For a comparison instruction, return the source registers in
336/// \p SrcReg and \p SrcReg2 if having two register operands, and the value it
337/// compares against in CmpValue. Return true if the comparison instruction
338/// can be analyzed.
339bool HexagonInstrInfo::analyzeCompare(const MachineInstr *MI,
340 unsigned &SrcReg, unsigned &SrcReg2,
341 int &Mask, int &Value) const {
342 unsigned Opc = MI->getOpcode();
343
344 // Set mask and the first source register.
345 switch (Opc) {
346 case Hexagon::CMPEHexagon4rr:
347 case Hexagon::CMPEQri:
348 case Hexagon::CMPEQrr:
349 case Hexagon::CMPGT64rr:
350 case Hexagon::CMPGTU64rr:
351 case Hexagon::CMPGTUri:
352 case Hexagon::CMPGTUrr:
353 case Hexagon::CMPGTri:
354 case Hexagon::CMPGTrr:
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000355 SrcReg = MI->getOperand(1).getReg();
356 Mask = ~0;
357 break;
358 case Hexagon::CMPbEQri_V4:
359 case Hexagon::CMPbEQrr_sbsb_V4:
360 case Hexagon::CMPbEQrr_ubub_V4:
361 case Hexagon::CMPbGTUri_V4:
362 case Hexagon::CMPbGTUrr_V4:
363 case Hexagon::CMPbGTrr_V4:
364 SrcReg = MI->getOperand(1).getReg();
365 Mask = 0xFF;
366 break;
367 case Hexagon::CMPhEQri_V4:
368 case Hexagon::CMPhEQrr_shl_V4:
369 case Hexagon::CMPhEQrr_xor_V4:
370 case Hexagon::CMPhGTUri_V4:
371 case Hexagon::CMPhGTUrr_V4:
372 case Hexagon::CMPhGTrr_shl_V4:
373 SrcReg = MI->getOperand(1).getReg();
374 Mask = 0xFFFF;
375 break;
376 }
377
378 // Set the value/second source register.
379 switch (Opc) {
380 case Hexagon::CMPEHexagon4rr:
381 case Hexagon::CMPEQrr:
382 case Hexagon::CMPGT64rr:
383 case Hexagon::CMPGTU64rr:
384 case Hexagon::CMPGTUrr:
385 case Hexagon::CMPGTrr:
386 case Hexagon::CMPbEQrr_sbsb_V4:
387 case Hexagon::CMPbEQrr_ubub_V4:
388 case Hexagon::CMPbGTUrr_V4:
389 case Hexagon::CMPbGTrr_V4:
390 case Hexagon::CMPhEQrr_shl_V4:
391 case Hexagon::CMPhEQrr_xor_V4:
392 case Hexagon::CMPhGTUrr_V4:
393 case Hexagon::CMPhGTrr_shl_V4:
Krzysztof Parzyszekcfe285e2013-02-11 20:04:29 +0000394 SrcReg2 = MI->getOperand(2).getReg();
395 return true;
396
397 case Hexagon::CMPEQri:
398 case Hexagon::CMPGTUri:
399 case Hexagon::CMPGTri:
400 case Hexagon::CMPbEQri_V4:
401 case Hexagon::CMPbGTUri_V4:
402 case Hexagon::CMPhEQri_V4:
403 case Hexagon::CMPhGTUri_V4:
404 SrcReg2 = 0;
405 Value = MI->getOperand(2).getImm();
406 return true;
407 }
408
409 return false;
410}
411
412
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000413void HexagonInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
414 MachineBasicBlock::iterator I, DebugLoc DL,
415 unsigned DestReg, unsigned SrcReg,
416 bool KillSrc) const {
417 if (Hexagon::IntRegsRegClass.contains(SrcReg, DestReg)) {
418 BuildMI(MBB, I, DL, get(Hexagon::TFR), DestReg).addReg(SrcReg);
419 return;
420 }
421 if (Hexagon::DoubleRegsRegClass.contains(SrcReg, DestReg)) {
Jyotsna Vermae95559f2012-11-29 19:35:44 +0000422 BuildMI(MBB, I, DL, get(Hexagon::TFR64), DestReg).addReg(SrcReg);
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000423 return;
424 }
425 if (Hexagon::PredRegsRegClass.contains(SrcReg, DestReg)) {
426 // Map Pd = Ps to Pd = or(Ps, Ps).
427 BuildMI(MBB, I, DL, get(Hexagon::OR_pp),
428 DestReg).addReg(SrcReg).addReg(SrcReg);
429 return;
430 }
Sirish Pande8bb97452012-05-12 05:54:15 +0000431 if (Hexagon::DoubleRegsRegClass.contains(DestReg) &&
432 Hexagon::IntRegsRegClass.contains(SrcReg)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000433 // We can have an overlap between single and double reg: r1:0 = r0.
434 if(SrcReg == RI.getSubReg(DestReg, Hexagon::subreg_loreg)) {
435 // r1:0 = r0
436 BuildMI(MBB, I, DL, get(Hexagon::TFRI), (RI.getSubReg(DestReg,
437 Hexagon::subreg_hireg))).addImm(0);
438 } else {
439 // r1:0 = r1 or no overlap.
440 BuildMI(MBB, I, DL, get(Hexagon::TFR), (RI.getSubReg(DestReg,
441 Hexagon::subreg_loreg))).addReg(SrcReg);
442 BuildMI(MBB, I, DL, get(Hexagon::TFRI), (RI.getSubReg(DestReg,
443 Hexagon::subreg_hireg))).addImm(0);
444 }
445 return;
446 }
Sirish Pande8bb97452012-05-12 05:54:15 +0000447 if (Hexagon::CRRegsRegClass.contains(DestReg) &&
448 Hexagon::IntRegsRegClass.contains(SrcReg)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000449 BuildMI(MBB, I, DL, get(Hexagon::TFCR), DestReg).addReg(SrcReg);
450 return;
Sirish Pande30804c22012-02-15 18:52:27 +0000451 }
Anshuman Dasguptae96f8042013-02-13 22:56:34 +0000452 if (Hexagon::PredRegsRegClass.contains(SrcReg) &&
453 Hexagon::IntRegsRegClass.contains(DestReg)) {
454 BuildMI(MBB, I, DL, get(Hexagon::TFR_RsPd), DestReg).
455 addReg(SrcReg, getKillRegState(KillSrc));
456 return;
457 }
458 if (Hexagon::IntRegsRegClass.contains(SrcReg) &&
459 Hexagon::PredRegsRegClass.contains(DestReg)) {
460 BuildMI(MBB, I, DL, get(Hexagon::TFR_PdRs), DestReg).
461 addReg(SrcReg, getKillRegState(KillSrc));
462 return;
463 }
Sirish Pande30804c22012-02-15 18:52:27 +0000464
465 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000466}
467
468
469void HexagonInstrInfo::
470storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
471 unsigned SrcReg, bool isKill, int FI,
472 const TargetRegisterClass *RC,
473 const TargetRegisterInfo *TRI) const {
474
475 DebugLoc DL = MBB.findDebugLoc(I);
476 MachineFunction &MF = *MBB.getParent();
477 MachineFrameInfo &MFI = *MF.getFrameInfo();
478 unsigned Align = MFI.getObjectAlignment(FI);
479
480 MachineMemOperand *MMO =
481 MF.getMachineMemOperand(
482 MachinePointerInfo(PseudoSourceValue::getFixedStack(FI)),
483 MachineMemOperand::MOStore,
484 MFI.getObjectSize(FI),
485 Align);
486
Craig Topperc7242e02012-04-20 07:30:17 +0000487 if (Hexagon::IntRegsRegClass.hasSubClassEq(RC)) {
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000488 BuildMI(MBB, I, DL, get(Hexagon::STriw))
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000489 .addFrameIndex(FI).addImm(0)
490 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000491 } else if (Hexagon::DoubleRegsRegClass.hasSubClassEq(RC)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000492 BuildMI(MBB, I, DL, get(Hexagon::STrid))
493 .addFrameIndex(FI).addImm(0)
494 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000495 } else if (Hexagon::PredRegsRegClass.hasSubClassEq(RC)) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000496 BuildMI(MBB, I, DL, get(Hexagon::STriw_pred))
497 .addFrameIndex(FI).addImm(0)
498 .addReg(SrcReg, getKillRegState(isKill)).addMemOperand(MMO);
499 } else {
Craig Toppere55c5562012-02-07 02:50:20 +0000500 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000501 }
502}
503
504
505void HexagonInstrInfo::storeRegToAddr(
506 MachineFunction &MF, unsigned SrcReg,
507 bool isKill,
508 SmallVectorImpl<MachineOperand> &Addr,
509 const TargetRegisterClass *RC,
510 SmallVectorImpl<MachineInstr*> &NewMIs) const
511{
Craig Toppere55c5562012-02-07 02:50:20 +0000512 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000513}
514
515
516void HexagonInstrInfo::
517loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
518 unsigned DestReg, int FI,
519 const TargetRegisterClass *RC,
520 const TargetRegisterInfo *TRI) const {
521 DebugLoc DL = MBB.findDebugLoc(I);
522 MachineFunction &MF = *MBB.getParent();
523 MachineFrameInfo &MFI = *MF.getFrameInfo();
524 unsigned Align = MFI.getObjectAlignment(FI);
525
526 MachineMemOperand *MMO =
527 MF.getMachineMemOperand(
528 MachinePointerInfo(PseudoSourceValue::getFixedStack(FI)),
529 MachineMemOperand::MOLoad,
530 MFI.getObjectSize(FI),
531 Align);
Craig Topperc7242e02012-04-20 07:30:17 +0000532 if (RC == &Hexagon::IntRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000533 BuildMI(MBB, I, DL, get(Hexagon::LDriw), DestReg)
534 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000535 } else if (RC == &Hexagon::DoubleRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000536 BuildMI(MBB, I, DL, get(Hexagon::LDrid), DestReg)
537 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
Craig Topperc7242e02012-04-20 07:30:17 +0000538 } else if (RC == &Hexagon::PredRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000539 BuildMI(MBB, I, DL, get(Hexagon::LDriw_pred), DestReg)
540 .addFrameIndex(FI).addImm(0).addMemOperand(MMO);
541 } else {
Craig Toppere55c5562012-02-07 02:50:20 +0000542 llvm_unreachable("Can't store this register to stack slot");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000543 }
544}
545
546
547void HexagonInstrInfo::loadRegFromAddr(MachineFunction &MF, unsigned DestReg,
548 SmallVectorImpl<MachineOperand> &Addr,
549 const TargetRegisterClass *RC,
550 SmallVectorImpl<MachineInstr*> &NewMIs) const {
Craig Toppere55c5562012-02-07 02:50:20 +0000551 llvm_unreachable("Unimplemented");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000552}
553
554
555MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
556 MachineInstr* MI,
557 const SmallVectorImpl<unsigned> &Ops,
558 int FI) const {
559 // Hexagon_TODO: Implement.
560 return(0);
561}
562
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000563unsigned HexagonInstrInfo::createVR(MachineFunction* MF, MVT VT) const {
564
565 MachineRegisterInfo &RegInfo = MF->getRegInfo();
566 const TargetRegisterClass *TRC;
Sirish Pande69295b82012-05-10 20:20:25 +0000567 if (VT == MVT::i1) {
Craig Topperc7242e02012-04-20 07:30:17 +0000568 TRC = &Hexagon::PredRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000569 } else if (VT == MVT::i32 || VT == MVT::f32) {
Craig Topperc7242e02012-04-20 07:30:17 +0000570 TRC = &Hexagon::IntRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000571 } else if (VT == MVT::i64 || VT == MVT::f64) {
Craig Topperc7242e02012-04-20 07:30:17 +0000572 TRC = &Hexagon::DoubleRegsRegClass;
Sirish Pande69295b82012-05-10 20:20:25 +0000573 } else {
Benjamin Kramerb6684012011-12-27 11:41:05 +0000574 llvm_unreachable("Cannot handle this register class");
Sirish Pande69295b82012-05-10 20:20:25 +0000575 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000576
577 unsigned NewReg = RegInfo.createVirtualRegister(TRC);
578 return NewReg;
579}
580
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000581bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000582 // Constant extenders are allowed only for V4 and above.
583 if (!Subtarget.hasV4TOps())
584 return false;
585
586 const MCInstrDesc &MID = MI->getDesc();
587 const uint64_t F = MID.TSFlags;
588 if ((F >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask)
589 return true;
590
591 // TODO: This is largely obsolete now. Will need to be removed
592 // in consecutive patches.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000593 switch(MI->getOpcode()) {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000594 // TFR_FI Remains a special case.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000595 case Hexagon::TFR_FI:
596 return true;
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000597 default:
598 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000599 }
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000600 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000601}
602
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000603// This returns true in two cases:
604// - The OP code itself indicates that this is an extended instruction.
605// - One of MOs has been marked with HMOTF_ConstExtended flag.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000606bool HexagonInstrInfo::isExtended(const MachineInstr *MI) const {
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000607 // First check if this is permanently extended op code.
608 const uint64_t F = MI->getDesc().TSFlags;
609 if ((F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask)
610 return true;
611 // Use MO operand flags to determine if one of MI's operands
612 // has HMOTF_ConstExtended flag set.
613 for (MachineInstr::const_mop_iterator I = MI->operands_begin(),
614 E = MI->operands_end(); I != E; ++I) {
615 if (I->getTargetFlags() && HexagonII::HMOTF_ConstExtended)
Sirish Pande69295b82012-05-10 20:20:25 +0000616 return true;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000617 }
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000618 return false;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000619}
620
Jyotsna Verma84c47102013-05-06 18:49:23 +0000621bool HexagonInstrInfo::isBranch (const MachineInstr *MI) const {
622 return MI->getDesc().isBranch();
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000623}
624
Jyotsna Vermaf1214a82013-03-05 18:51:42 +0000625bool HexagonInstrInfo::isNewValueInst(const MachineInstr *MI) const {
626 if (isNewValueJump(MI))
627 return true;
628
629 if (isNewValueStore(MI))
630 return true;
631
632 return false;
633}
634
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000635bool HexagonInstrInfo::isSaveCalleeSavedRegsCall(const MachineInstr *MI) const {
636 return MI->getOpcode() == Hexagon::SAVE_REGISTERS_CALL_V4;
637}
Andrew Trickd06df962012-02-01 22:13:57 +0000638
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000639bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
640 bool isPred = MI->getDesc().isPredicable();
641
642 if (!isPred)
643 return false;
644
645 const int Opc = MI->getOpcode();
646
647 switch(Opc) {
648 case Hexagon::TFRI:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000649 return isInt<12>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000650
651 case Hexagon::STrid:
652 case Hexagon::STrid_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000653 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000654
655 case Hexagon::STriw:
656 case Hexagon::STriw_indexed:
657 case Hexagon::STriw_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000658 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000659
660 case Hexagon::STrih:
661 case Hexagon::STrih_indexed:
662 case Hexagon::STrih_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000663 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000664
665 case Hexagon::STrib:
666 case Hexagon::STrib_indexed:
667 case Hexagon::STrib_nv_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000668 return isUInt<6>(MI->getOperand(1).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000669
670 case Hexagon::LDrid:
671 case Hexagon::LDrid_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000672 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000673
674 case Hexagon::LDriw:
675 case Hexagon::LDriw_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000676 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000677
678 case Hexagon::LDrih:
679 case Hexagon::LDriuh:
680 case Hexagon::LDrih_indexed:
681 case Hexagon::LDriuh_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000682 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000683
684 case Hexagon::LDrib:
685 case Hexagon::LDriub:
686 case Hexagon::LDrib_indexed:
687 case Hexagon::LDriub_indexed:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000688 return isUInt<6>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000689
690 case Hexagon::POST_LDrid:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000691 return isShiftedInt<4,3>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000692
693 case Hexagon::POST_LDriw:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000694 return isShiftedInt<4,2>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000695
696 case Hexagon::POST_LDrih:
697 case Hexagon::POST_LDriuh:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000698 return isShiftedInt<4,1>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000699
700 case Hexagon::POST_LDrib:
701 case Hexagon::POST_LDriub:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000702 return isInt<4>(MI->getOperand(3).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000703
704 case Hexagon::STrib_imm_V4:
705 case Hexagon::STrih_imm_V4:
706 case Hexagon::STriw_imm_V4:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000707 return (isUInt<6>(MI->getOperand(1).getImm()) &&
708 isInt<6>(MI->getOperand(2).getImm()));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000709
710 case Hexagon::ADD_ri:
Brendon Cahoonf6b687e2012-05-14 19:35:42 +0000711 return isInt<8>(MI->getOperand(2).getImm());
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000712
713 case Hexagon::ASLH:
714 case Hexagon::ASRH:
715 case Hexagon::SXTB:
716 case Hexagon::SXTH:
717 case Hexagon::ZXTB:
718 case Hexagon::ZXTH:
Sirish Pande8bb97452012-05-12 05:54:15 +0000719 return Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000720 }
721
722 return true;
723}
724
Sirish Pande8bb97452012-05-12 05:54:15 +0000725// This function performs the following inversiones:
726//
727// cPt ---> cNotPt
728// cNotPt ---> cPt
729//
Sirish Pande30804c22012-02-15 18:52:27 +0000730unsigned HexagonInstrInfo::getInvertedPredicatedOpcode(const int Opc) const {
Jyotsna Verma84c47102013-05-06 18:49:23 +0000731 int InvPredOpcode;
732 InvPredOpcode = isPredicatedTrue(Opc) ? Hexagon::getFalsePredOpcode(Opc)
733 : Hexagon::getTruePredOpcode(Opc);
734 if (InvPredOpcode >= 0) // Valid instruction with the inverted predicate.
735 return InvPredOpcode;
736
Sirish Pande30804c22012-02-15 18:52:27 +0000737 switch(Opc) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000738 default: llvm_unreachable("Unexpected predicated instruction");
Sirish Pande30804c22012-02-15 18:52:27 +0000739 case Hexagon::COMBINE_rr_cPt:
740 return Hexagon::COMBINE_rr_cNotPt;
741 case Hexagon::COMBINE_rr_cNotPt:
742 return Hexagon::COMBINE_rr_cPt;
743
Jyotsna Verma978e9722013-05-09 18:25:44 +0000744 // Dealloc_return.
Sirish Pande30804c22012-02-15 18:52:27 +0000745 case Hexagon::DEALLOC_RET_cPt_V4:
746 return Hexagon::DEALLOC_RET_cNotPt_V4;
747 case Hexagon::DEALLOC_RET_cNotPt_V4:
748 return Hexagon::DEALLOC_RET_cPt_V4;
Sirish Pande30804c22012-02-15 18:52:27 +0000749 }
750}
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000751
Jyotsna Verma300f0b92013-05-10 20:27:34 +0000752// New Value Store instructions.
753bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const {
754 const uint64_t F = MI->getDesc().TSFlags;
755
756 return ((F >> HexagonII::NVStorePos) & HexagonII::NVStoreMask);
757}
758
759bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const {
760 const uint64_t F = get(Opcode).TSFlags;
761
762 return ((F >> HexagonII::NVStorePos) & HexagonII::NVStoreMask);
763}
Andrew Trickd06df962012-02-01 22:13:57 +0000764
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000765int HexagonInstrInfo::
766getMatchingCondBranchOpcode(int Opc, bool invertPredicate) const {
Pranav Bhandarkar34b60182012-11-01 19:13:23 +0000767 enum Hexagon::PredSense inPredSense;
768 inPredSense = invertPredicate ? Hexagon::PredSense_false :
769 Hexagon::PredSense_true;
770 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense);
771 if (CondOpcode >= 0) // Valid Conditional opcode/instruction
772 return CondOpcode;
773
774 // This switch case will be removed once all the instructions have been
775 // modified to use relation maps.
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000776 switch(Opc) {
Sirish Pande69295b82012-05-10 20:20:25 +0000777 case Hexagon::TFRI_f:
778 return !invertPredicate ? Hexagon::TFRI_cPt_f :
779 Hexagon::TFRI_cNotPt_f;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000780 case Hexagon::COMBINE_rr:
781 return !invertPredicate ? Hexagon::COMBINE_rr_cPt :
782 Hexagon::COMBINE_rr_cNotPt;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000783
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000784 // Word.
Jyotsna Verma978e9722013-05-09 18:25:44 +0000785 case Hexagon::STriw_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000786 return !invertPredicate ? Hexagon::STriw_cPt :
787 Hexagon::STriw_cNotPt;
Jyotsna Verma978e9722013-05-09 18:25:44 +0000788 case Hexagon::STriw_indexed_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000789 return !invertPredicate ? Hexagon::STriw_indexed_cPt :
790 Hexagon::STriw_indexed_cNotPt;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +0000791
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000792 // DEALLOC_RETURN.
793 case Hexagon::DEALLOC_RET_V4:
794 return !invertPredicate ? Hexagon::DEALLOC_RET_cPt_V4 :
795 Hexagon::DEALLOC_RET_cNotPt_V4;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000796 }
Benjamin Kramerb6684012011-12-27 11:41:05 +0000797 llvm_unreachable("Unexpected predicable instruction");
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000798}
799
800
801bool HexagonInstrInfo::
802PredicateInstruction(MachineInstr *MI,
803 const SmallVectorImpl<MachineOperand> &Cond) const {
804 int Opc = MI->getOpcode();
805 assert (isPredicable(MI) && "Expected predicable instruction");
806 bool invertJump = (!Cond.empty() && Cond[0].isImm() &&
807 (Cond[0].getImm() == 0));
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000808
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +0000809 // This will change MI's opcode to its predicate version.
810 // However, its operand list is still the old one, i.e. the
811 // non-predicate one.
812 MI->setDesc(get(getMatchingCondBranchOpcode(Opc, invertJump)));
813
814 int oper = -1;
815 unsigned int GAIdx = 0;
816
817 // Indicates whether the current MI has a GlobalAddress operand
818 bool hasGAOpnd = false;
819 std::vector<MachineOperand> tmpOpnds;
820
821 // Indicates whether we need to shift operands to right.
822 bool needShift = true;
823
824 // The predicate is ALWAYS the FIRST input operand !!!
825 if (MI->getNumOperands() == 0) {
826 // The non-predicate version of MI does not take any operands,
827 // i.e. no outs and no ins. In this condition, the predicate
828 // operand will be directly placed at Operands[0]. No operand
829 // shift is needed.
830 // Example: BARRIER
831 needShift = false;
832 oper = -1;
833 }
834 else if ( MI->getOperand(MI->getNumOperands()-1).isReg()
835 && MI->getOperand(MI->getNumOperands()-1).isDef()
836 && !MI->getOperand(MI->getNumOperands()-1).isImplicit()) {
837 // The non-predicate version of MI does not have any input operands.
838 // In this condition, we extend the length of Operands[] by one and
839 // copy the original last operand to the newly allocated slot.
840 // At this moment, it is just a place holder. Later, we will put
841 // predicate operand directly into it. No operand shift is needed.
842 // Example: r0=BARRIER (this is a faked insn used here for illustration)
843 MI->addOperand(MI->getOperand(MI->getNumOperands()-1));
844 needShift = false;
845 oper = MI->getNumOperands() - 2;
846 }
847 else {
848 // We need to right shift all input operands by one. Duplicate the
849 // last operand into the newly allocated slot.
850 MI->addOperand(MI->getOperand(MI->getNumOperands()-1));
851 }
852
853 if (needShift)
854 {
855 // Operands[ MI->getNumOperands() - 2 ] has been copied into
856 // Operands[ MI->getNumOperands() - 1 ], so we start from
857 // Operands[ MI->getNumOperands() - 3 ].
858 // oper is a signed int.
859 // It is ok if "MI->getNumOperands()-3" is -3, -2, or -1.
860 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper)
861 {
862 MachineOperand &MO = MI->getOperand(oper);
863
864 // Opnd[0] Opnd[1] Opnd[2] Opnd[3] Opnd[4] Opnd[5] Opnd[6] Opnd[7]
865 // <Def0> <Def1> <Use0> <Use1> <ImpDef0> <ImpDef1> <ImpUse0> <ImpUse1>
866 // /\~
867 // /||\~
868 // ||
869 // Predicate Operand here
870 if (MO.isReg() && !MO.isUse() && !MO.isImplicit()) {
871 break;
872 }
873 if (MO.isReg()) {
874 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(),
875 MO.isImplicit(), MO.isKill(),
876 MO.isDead(), MO.isUndef(),
877 MO.isDebug());
878 }
879 else if (MO.isImm()) {
880 MI->getOperand(oper+1).ChangeToImmediate(MO.getImm());
881 }
882 else if (MO.isGlobal()) {
883 // MI can not have more than one GlobalAddress operand.
884 assert(hasGAOpnd == false && "MI can only have one GlobalAddress opnd");
885
886 // There is no member function called "ChangeToGlobalAddress" in the
887 // MachineOperand class (not like "ChangeToRegister" and
888 // "ChangeToImmediate"). So we have to remove them from Operands[] list
889 // first, and then add them back after we have inserted the predicate
890 // operand. tmpOpnds[] is to remember these operands before we remove
891 // them.
892 tmpOpnds.push_back(MO);
893
894 // Operands[oper] is a GlobalAddress operand;
895 // Operands[oper+1] has been copied into Operands[oper+2];
896 hasGAOpnd = true;
897 GAIdx = oper;
898 continue;
899 }
900 else {
901 assert(false && "Unexpected operand type");
902 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000903 }
904 }
905
906 int regPos = invertJump ? 1 : 0;
907 MachineOperand PredMO = Cond[regPos];
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +0000908
909 // [oper] now points to the last explicit Def. Predicate operand must be
910 // located at [oper+1]. See diagram above.
911 // This assumes that the predicate is always the first operand,
912 // i.e. Operands[0+numResults], in the set of inputs
913 // It is better to have an assert here to check this. But I don't know how
914 // to write this assert because findFirstPredOperandIdx() would return -1
915 if (oper < -1) oper = -1;
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +0000916
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000917 MI->getOperand(oper+1).ChangeToRegister(PredMO.getReg(), PredMO.isDef(),
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +0000918 PredMO.isImplicit(), false,
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000919 PredMO.isDead(), PredMO.isUndef(),
920 PredMO.isDebug());
921
Jyotsna Vermacd66c0a2013-05-01 21:27:30 +0000922 MachineRegisterInfo &RegInfo = MI->getParent()->getParent()->getRegInfo();
923 RegInfo.clearKillFlags(PredMO.getReg());
924
Jyotsna Verma39f7a2b2013-02-12 16:06:23 +0000925 if (hasGAOpnd)
926 {
927 unsigned int i;
928
929 // Operands[GAIdx] is the original GlobalAddress operand, which is
930 // already copied into tmpOpnds[0].
931 // Operands[GAIdx] now stores a copy of Operands[GAIdx-1]
932 // Operands[GAIdx+1] has already been copied into Operands[GAIdx+2],
933 // so we start from [GAIdx+2]
934 for (i = GAIdx + 2; i < MI->getNumOperands(); ++i)
935 tmpOpnds.push_back(MI->getOperand(i));
936
937 // Remove all operands in range [ (GAIdx+1) ... (MI->getNumOperands()-1) ]
938 // It is very important that we always remove from the end of Operands[]
939 // MI->getNumOperands() is at least 2 if program goes to here.
940 for (i = MI->getNumOperands() - 1; i > GAIdx; --i)
941 MI->RemoveOperand(i);
942
943 for (i = 0; i < tmpOpnds.size(); ++i)
944 MI->addOperand(tmpOpnds[i]);
945 }
946
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000947 return true;
948}
949
950
951bool
952HexagonInstrInfo::
953isProfitableToIfCvt(MachineBasicBlock &MBB,
Kay Tiong Khoof2949212012-06-13 15:53:04 +0000954 unsigned NumCycles,
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000955 unsigned ExtraPredCycles,
956 const BranchProbability &Probability) const {
957 return true;
958}
959
960
961bool
962HexagonInstrInfo::
963isProfitableToIfCvt(MachineBasicBlock &TMBB,
964 unsigned NumTCycles,
965 unsigned ExtraTCycles,
966 MachineBasicBlock &FMBB,
967 unsigned NumFCycles,
968 unsigned ExtraFCycles,
969 const BranchProbability &Probability) const {
970 return true;
971}
972
Jyotsna Verma84c47102013-05-06 18:49:23 +0000973// Returns true if an instruction is predicated irrespective of the predicate
974// sense. For example, all of the following will return true.
975// if (p0) R1 = add(R2, R3)
976// if (!p0) R1 = add(R2, R3)
977// if (p0.new) R1 = add(R2, R3)
978// if (!p0.new) R1 = add(R2, R3)
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000979bool HexagonInstrInfo::isPredicated(const MachineInstr *MI) const {
Brendon Cahoon6f358372012-02-08 18:25:47 +0000980 const uint64_t F = MI->getDesc().TSFlags;
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000981
Brendon Cahoon6f358372012-02-08 18:25:47 +0000982 return ((F >> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
Tony Linthicum1213a7a2011-12-12 21:14:40 +0000983}
984
Jyotsna Verma84c47102013-05-06 18:49:23 +0000985bool HexagonInstrInfo::isPredicated(unsigned Opcode) const {
986 const uint64_t F = get(Opcode).TSFlags;
987
988 return ((F >> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
989}
990
991bool HexagonInstrInfo::isPredicatedTrue(const MachineInstr *MI) const {
992 const uint64_t F = MI->getDesc().TSFlags;
993
994 assert(isPredicated(MI));
995 return (!((F >> HexagonII::PredicatedFalsePos) &
996 HexagonII::PredicatedFalseMask));
997}
998
999bool HexagonInstrInfo::isPredicatedTrue(unsigned Opcode) const {
1000 const uint64_t F = get(Opcode).TSFlags;
1001
1002 // Make sure that the instruction is predicated.
1003 assert((F>> HexagonII::PredicatedPos) & HexagonII::PredicatedMask);
1004 return (!((F >> HexagonII::PredicatedFalsePos) &
1005 HexagonII::PredicatedFalseMask));
1006}
1007
Jyotsna Vermaa46059b2013-03-28 19:44:04 +00001008bool HexagonInstrInfo::isPredicatedNew(const MachineInstr *MI) const {
1009 const uint64_t F = MI->getDesc().TSFlags;
1010
1011 assert(isPredicated(MI));
1012 return ((F >> HexagonII::PredicatedNewPos) & HexagonII::PredicatedNewMask);
1013}
1014
Jyotsna Verma84c47102013-05-06 18:49:23 +00001015bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const {
1016 const uint64_t F = get(Opcode).TSFlags;
1017
1018 assert(isPredicated(Opcode));
1019 return ((F >> HexagonII::PredicatedNewPos) & HexagonII::PredicatedNewMask);
1020}
1021
Jyotsna Verma438cec52013-05-10 20:58:11 +00001022// Returns true, if a ST insn can be promoted to a new-value store.
1023bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const {
1024 const HexagonRegisterInfo& QRI = getRegisterInfo();
1025 const uint64_t F = MI->getDesc().TSFlags;
1026
1027 return ((F >> HexagonII::mayNVStorePos) &
1028 HexagonII::mayNVStoreMask &
1029 QRI.Subtarget.hasV4TOps());
1030}
1031
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001032bool
1033HexagonInstrInfo::DefinesPredicate(MachineInstr *MI,
1034 std::vector<MachineOperand> &Pred) const {
1035 for (unsigned oper = 0; oper < MI->getNumOperands(); ++oper) {
1036 MachineOperand MO = MI->getOperand(oper);
1037 if (MO.isReg() && MO.isDef()) {
1038 const TargetRegisterClass* RC = RI.getMinimalPhysRegClass(MO.getReg());
Craig Topperc7242e02012-04-20 07:30:17 +00001039 if (RC == &Hexagon::PredRegsRegClass) {
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001040 Pred.push_back(MO);
1041 return true;
1042 }
1043 }
1044 }
1045 return false;
1046}
1047
1048
1049bool
1050HexagonInstrInfo::
1051SubsumesPredicate(const SmallVectorImpl<MachineOperand> &Pred1,
1052 const SmallVectorImpl<MachineOperand> &Pred2) const {
1053 // TODO: Fix this
1054 return false;
1055}
1056
1057
1058//
1059// We indicate that we want to reverse the branch by
1060// inserting a 0 at the beginning of the Cond vector.
1061//
1062bool HexagonInstrInfo::
1063ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const {
1064 if (!Cond.empty() && Cond[0].isImm() && Cond[0].getImm() == 0) {
1065 Cond.erase(Cond.begin());
1066 } else {
1067 Cond.insert(Cond.begin(), MachineOperand::CreateImm(0));
1068 }
1069 return false;
1070}
1071
1072
1073bool HexagonInstrInfo::
1074isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumInstrs,
1075 const BranchProbability &Probability) const {
1076 return (NumInstrs <= 4);
1077}
1078
1079bool HexagonInstrInfo::isDeallocRet(const MachineInstr *MI) const {
1080 switch (MI->getOpcode()) {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001081 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001082 case Hexagon::DEALLOC_RET_V4 :
1083 case Hexagon::DEALLOC_RET_cPt_V4 :
1084 case Hexagon::DEALLOC_RET_cNotPt_V4 :
1085 case Hexagon::DEALLOC_RET_cdnPnt_V4 :
1086 case Hexagon::DEALLOC_RET_cNotdnPnt_V4 :
1087 case Hexagon::DEALLOC_RET_cdnPt_V4 :
1088 case Hexagon::DEALLOC_RET_cNotdnPt_V4 :
1089 return true;
1090 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001091}
1092
1093
1094bool HexagonInstrInfo::
1095isValidOffset(const int Opcode, const int Offset) const {
1096 // This function is to check whether the "Offset" is in the correct range of
1097 // the given "Opcode". If "Offset" is not in the correct range, "ADD_ri" is
1098 // inserted to calculate the final address. Due to this reason, the function
1099 // assumes that the "Offset" has correct alignment.
Jyotsna Vermaec613662013-03-14 19:08:03 +00001100 // We used to assert if the offset was not properly aligned, however,
1101 // there are cases where a misaligned pointer recast can cause this
1102 // problem, and we need to allow for it. The front end warns of such
1103 // misaligns with respect to load size.
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001104
1105 switch(Opcode) {
1106
1107 case Hexagon::LDriw:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001108 case Hexagon::LDriw_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001109 case Hexagon::LDriw_f:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001110 case Hexagon::STriw_indexed:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001111 case Hexagon::STriw:
Sirish Pande69295b82012-05-10 20:20:25 +00001112 case Hexagon::STriw_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001113 return (Offset >= Hexagon_MEMW_OFFSET_MIN) &&
1114 (Offset <= Hexagon_MEMW_OFFSET_MAX);
1115
1116 case Hexagon::LDrid:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001117 case Hexagon::LDrid_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001118 case Hexagon::LDrid_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001119 case Hexagon::STrid:
Jyotsna Verma9b60c1d2013-01-17 18:42:37 +00001120 case Hexagon::STrid_indexed:
Sirish Pande69295b82012-05-10 20:20:25 +00001121 case Hexagon::STrid_f:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001122 return (Offset >= Hexagon_MEMD_OFFSET_MIN) &&
1123 (Offset <= Hexagon_MEMD_OFFSET_MAX);
1124
1125 case Hexagon::LDrih:
1126 case Hexagon::LDriuh:
1127 case Hexagon::STrih:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001128 return (Offset >= Hexagon_MEMH_OFFSET_MIN) &&
1129 (Offset <= Hexagon_MEMH_OFFSET_MAX);
1130
1131 case Hexagon::LDrib:
1132 case Hexagon::STrib:
1133 case Hexagon::LDriub:
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001134 return (Offset >= Hexagon_MEMB_OFFSET_MIN) &&
1135 (Offset <= Hexagon_MEMB_OFFSET_MAX);
1136
1137 case Hexagon::ADD_ri:
1138 case Hexagon::TFR_FI:
1139 return (Offset >= Hexagon_ADDI_OFFSET_MIN) &&
1140 (Offset <= Hexagon_ADDI_OFFSET_MAX);
1141
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001142 case Hexagon::MemOPw_ADDi_V4 :
1143 case Hexagon::MemOPw_SUBi_V4 :
1144 case Hexagon::MemOPw_ADDr_V4 :
1145 case Hexagon::MemOPw_SUBr_V4 :
1146 case Hexagon::MemOPw_ANDr_V4 :
1147 case Hexagon::MemOPw_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001148 return (0 <= Offset && Offset <= 255);
1149
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001150 case Hexagon::MemOPh_ADDi_V4 :
1151 case Hexagon::MemOPh_SUBi_V4 :
1152 case Hexagon::MemOPh_ADDr_V4 :
1153 case Hexagon::MemOPh_SUBr_V4 :
1154 case Hexagon::MemOPh_ANDr_V4 :
1155 case Hexagon::MemOPh_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001156 return (0 <= Offset && Offset <= 127);
1157
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001158 case Hexagon::MemOPb_ADDi_V4 :
1159 case Hexagon::MemOPb_SUBi_V4 :
1160 case Hexagon::MemOPb_ADDr_V4 :
1161 case Hexagon::MemOPb_SUBr_V4 :
1162 case Hexagon::MemOPb_ANDr_V4 :
1163 case Hexagon::MemOPb_ORr_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001164 return (0 <= Offset && Offset <= 63);
1165
1166 // LDri_pred and STriw_pred are pseudo operations, so it has to take offset of
1167 // any size. Later pass knows how to handle it.
1168 case Hexagon::STriw_pred:
1169 case Hexagon::LDriw_pred:
1170 return true;
1171
Krzysztof Parzyszek9a278f12013-02-11 21:37:55 +00001172 case Hexagon::LOOP0_i:
1173 return isUInt<10>(Offset);
1174
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001175 // INLINEASM is very special.
1176 case Hexagon::INLINEASM:
1177 return true;
1178 }
1179
Benjamin Kramerb6684012011-12-27 11:41:05 +00001180 llvm_unreachable("No offset range is defined for this opcode. "
1181 "Please define it in the above switch statement!");
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001182}
1183
1184
1185//
1186// Check if the Offset is a valid auto-inc imm by Load/Store Type.
1187//
1188bool HexagonInstrInfo::
1189isValidAutoIncImm(const EVT VT, const int Offset) const {
1190
1191 if (VT == MVT::i64) {
1192 return (Offset >= Hexagon_MEMD_AUTOINC_MIN &&
1193 Offset <= Hexagon_MEMD_AUTOINC_MAX &&
1194 (Offset & 0x7) == 0);
1195 }
1196 if (VT == MVT::i32) {
1197 return (Offset >= Hexagon_MEMW_AUTOINC_MIN &&
1198 Offset <= Hexagon_MEMW_AUTOINC_MAX &&
1199 (Offset & 0x3) == 0);
1200 }
1201 if (VT == MVT::i16) {
1202 return (Offset >= Hexagon_MEMH_AUTOINC_MIN &&
1203 Offset <= Hexagon_MEMH_AUTOINC_MAX &&
1204 (Offset & 0x1) == 0);
1205 }
1206 if (VT == MVT::i8) {
1207 return (Offset >= Hexagon_MEMB_AUTOINC_MIN &&
1208 Offset <= Hexagon_MEMB_AUTOINC_MAX);
1209 }
Craig Toppere55c5562012-02-07 02:50:20 +00001210 llvm_unreachable("Not an auto-inc opc!");
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001211}
1212
1213
1214bool HexagonInstrInfo::
1215isMemOp(const MachineInstr *MI) const {
Jyotsna Verma300f0b92013-05-10 20:27:34 +00001216// return MI->getDesc().mayLoad() && MI->getDesc().mayStore();
1217
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001218 switch (MI->getOpcode())
1219 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001220 default: return false;
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001221 case Hexagon::MemOPw_ADDi_V4 :
1222 case Hexagon::MemOPw_SUBi_V4 :
1223 case Hexagon::MemOPw_ADDr_V4 :
1224 case Hexagon::MemOPw_SUBr_V4 :
1225 case Hexagon::MemOPw_ANDr_V4 :
1226 case Hexagon::MemOPw_ORr_V4 :
1227 case Hexagon::MemOPh_ADDi_V4 :
1228 case Hexagon::MemOPh_SUBi_V4 :
1229 case Hexagon::MemOPh_ADDr_V4 :
1230 case Hexagon::MemOPh_SUBr_V4 :
1231 case Hexagon::MemOPh_ANDr_V4 :
1232 case Hexagon::MemOPh_ORr_V4 :
1233 case Hexagon::MemOPb_ADDi_V4 :
1234 case Hexagon::MemOPb_SUBi_V4 :
1235 case Hexagon::MemOPb_ADDr_V4 :
1236 case Hexagon::MemOPb_SUBr_V4 :
1237 case Hexagon::MemOPb_ANDr_V4 :
1238 case Hexagon::MemOPb_ORr_V4 :
1239 case Hexagon::MemOPb_SETBITi_V4:
1240 case Hexagon::MemOPh_SETBITi_V4:
1241 case Hexagon::MemOPw_SETBITi_V4:
1242 case Hexagon::MemOPb_CLRBITi_V4:
1243 case Hexagon::MemOPh_CLRBITi_V4:
1244 case Hexagon::MemOPw_CLRBITi_V4:
1245 return true;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001246 }
Jyotsna Vermafdc660b2013-03-22 18:41:34 +00001247 return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001248}
1249
1250
1251bool HexagonInstrInfo::
1252isSpillPredRegOp(const MachineInstr *MI) const {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001253 switch (MI->getOpcode()) {
1254 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001255 case Hexagon::STriw_pred :
1256 case Hexagon::LDriw_pred :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001257 return true;
Sirish Pande2c7bf002012-04-23 17:49:28 +00001258 }
Sirish Pande4bd20c52012-05-12 05:10:30 +00001259}
1260
1261bool HexagonInstrInfo::isNewValueJumpCandidate(const MachineInstr *MI) const {
1262 switch (MI->getOpcode()) {
Sirish Pande8bb97452012-05-12 05:54:15 +00001263 default: return false;
Sirish Pande4bd20c52012-05-12 05:10:30 +00001264 case Hexagon::CMPEQrr:
1265 case Hexagon::CMPEQri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001266 case Hexagon::CMPGTrr:
1267 case Hexagon::CMPGTri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001268 case Hexagon::CMPGTUrr:
1269 case Hexagon::CMPGTUri:
Sirish Pande4bd20c52012-05-12 05:10:30 +00001270 return true;
Sirish Pande4bd20c52012-05-12 05:10:30 +00001271 }
Sirish Pande2c7bf002012-04-23 17:49:28 +00001272}
1273
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001274bool HexagonInstrInfo::
1275isConditionalTransfer (const MachineInstr *MI) const {
1276 switch (MI->getOpcode()) {
1277 default: return false;
1278 case Hexagon::TFR_cPt:
1279 case Hexagon::TFR_cNotPt:
1280 case Hexagon::TFRI_cPt:
1281 case Hexagon::TFRI_cNotPt:
1282 case Hexagon::TFR_cdnPt:
1283 case Hexagon::TFR_cdnNotPt:
1284 case Hexagon::TFRI_cdnPt:
1285 case Hexagon::TFRI_cdnNotPt:
1286 return true;
1287 }
1288}
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001289
1290bool HexagonInstrInfo::isConditionalALU32 (const MachineInstr* MI) const {
1291 const HexagonRegisterInfo& QRI = getRegisterInfo();
1292 switch (MI->getOpcode())
1293 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001294 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001295 case Hexagon::ADD_ri_cPt:
1296 case Hexagon::ADD_ri_cNotPt:
1297 case Hexagon::ADD_rr_cPt:
1298 case Hexagon::ADD_rr_cNotPt:
1299 case Hexagon::XOR_rr_cPt:
1300 case Hexagon::XOR_rr_cNotPt:
1301 case Hexagon::AND_rr_cPt:
1302 case Hexagon::AND_rr_cNotPt:
1303 case Hexagon::OR_rr_cPt:
1304 case Hexagon::OR_rr_cNotPt:
1305 case Hexagon::SUB_rr_cPt:
1306 case Hexagon::SUB_rr_cNotPt:
1307 case Hexagon::COMBINE_rr_cPt:
1308 case Hexagon::COMBINE_rr_cNotPt:
1309 return true;
1310 case Hexagon::ASLH_cPt_V4:
1311 case Hexagon::ASLH_cNotPt_V4:
1312 case Hexagon::ASRH_cPt_V4:
1313 case Hexagon::ASRH_cNotPt_V4:
1314 case Hexagon::SXTB_cPt_V4:
1315 case Hexagon::SXTB_cNotPt_V4:
1316 case Hexagon::SXTH_cPt_V4:
1317 case Hexagon::SXTH_cNotPt_V4:
1318 case Hexagon::ZXTB_cPt_V4:
1319 case Hexagon::ZXTB_cNotPt_V4:
1320 case Hexagon::ZXTH_cPt_V4:
1321 case Hexagon::ZXTH_cNotPt_V4:
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001322 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001323 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001324}
1325
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001326bool HexagonInstrInfo::
1327isConditionalLoad (const MachineInstr* MI) const {
1328 const HexagonRegisterInfo& QRI = getRegisterInfo();
1329 switch (MI->getOpcode())
1330 {
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001331 default: return false;
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001332 case Hexagon::LDrid_cPt :
1333 case Hexagon::LDrid_cNotPt :
1334 case Hexagon::LDrid_indexed_cPt :
1335 case Hexagon::LDrid_indexed_cNotPt :
1336 case Hexagon::LDriw_cPt :
1337 case Hexagon::LDriw_cNotPt :
1338 case Hexagon::LDriw_indexed_cPt :
1339 case Hexagon::LDriw_indexed_cNotPt :
1340 case Hexagon::LDrih_cPt :
1341 case Hexagon::LDrih_cNotPt :
1342 case Hexagon::LDrih_indexed_cPt :
1343 case Hexagon::LDrih_indexed_cNotPt :
1344 case Hexagon::LDrib_cPt :
1345 case Hexagon::LDrib_cNotPt :
1346 case Hexagon::LDrib_indexed_cPt :
1347 case Hexagon::LDrib_indexed_cNotPt :
1348 case Hexagon::LDriuh_cPt :
1349 case Hexagon::LDriuh_cNotPt :
1350 case Hexagon::LDriuh_indexed_cPt :
1351 case Hexagon::LDriuh_indexed_cNotPt :
1352 case Hexagon::LDriub_cPt :
1353 case Hexagon::LDriub_cNotPt :
1354 case Hexagon::LDriub_indexed_cPt :
1355 case Hexagon::LDriub_indexed_cNotPt :
1356 return true;
1357 case Hexagon::POST_LDrid_cPt :
1358 case Hexagon::POST_LDrid_cNotPt :
1359 case Hexagon::POST_LDriw_cPt :
1360 case Hexagon::POST_LDriw_cNotPt :
1361 case Hexagon::POST_LDrih_cPt :
1362 case Hexagon::POST_LDrih_cNotPt :
1363 case Hexagon::POST_LDrib_cPt :
1364 case Hexagon::POST_LDrib_cNotPt :
1365 case Hexagon::POST_LDriuh_cPt :
1366 case Hexagon::POST_LDriuh_cNotPt :
1367 case Hexagon::POST_LDriub_cPt :
1368 case Hexagon::POST_LDriub_cNotPt :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001369 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001370 case Hexagon::LDrid_indexed_shl_cPt_V4 :
1371 case Hexagon::LDrid_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001372 case Hexagon::LDrib_indexed_shl_cPt_V4 :
1373 case Hexagon::LDrib_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001374 case Hexagon::LDriub_indexed_shl_cPt_V4 :
1375 case Hexagon::LDriub_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001376 case Hexagon::LDrih_indexed_shl_cPt_V4 :
1377 case Hexagon::LDrih_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001378 case Hexagon::LDriuh_indexed_shl_cPt_V4 :
1379 case Hexagon::LDriuh_indexed_shl_cNotPt_V4 :
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001380 case Hexagon::LDriw_indexed_shl_cPt_V4 :
1381 case Hexagon::LDriw_indexed_shl_cNotPt_V4 :
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001382 return QRI.Subtarget.hasV4TOps();
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001383 }
Tony Linthicum1213a7a2011-12-12 21:14:40 +00001384}
Andrew Trickd06df962012-02-01 22:13:57 +00001385
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001386// Returns true if an instruction is a conditional store.
1387//
1388// Note: It doesn't include conditional new-value stores as they can't be
1389// converted to .new predicate.
1390//
1391// p.new NV store [ if(p0.new)memw(R0+#0)=R2.new ]
1392// ^ ^
1393// / \ (not OK. it will cause new-value store to be
1394// / X conditional on p0.new while R2 producer is
1395// / \ on p0)
1396// / \.
1397// p.new store p.old NV store
1398// [if(p0.new)memw(R0+#0)=R2] [if(p0)memw(R0+#0)=R2.new]
1399// ^ ^
1400// \ /
1401// \ /
1402// \ /
1403// p.old store
1404// [if (p0)memw(R0+#0)=R2]
1405//
1406// The above diagram shows the steps involoved in the conversion of a predicated
1407// store instruction to its .new predicated new-value form.
1408//
1409// The following set of instructions further explains the scenario where
1410// conditional new-value store becomes invalid when promoted to .new predicate
1411// form.
1412//
1413// { 1) if (p0) r0 = add(r1, r2)
1414// 2) p0 = cmp.eq(r3, #0) }
1415//
1416// 3) if (p0) memb(r1+#0) = r0 --> this instruction can't be grouped with
1417// the first two instructions because in instr 1, r0 is conditional on old value
1418// of p0 but its use in instr 3 is conditional on p0 modified by instr 2 which
1419// is not valid for new-value stores.
1420bool HexagonInstrInfo::
1421isConditionalStore (const MachineInstr* MI) const {
1422 const HexagonRegisterInfo& QRI = getRegisterInfo();
1423 switch (MI->getOpcode())
1424 {
1425 default: return false;
1426 case Hexagon::STrib_imm_cPt_V4 :
1427 case Hexagon::STrib_imm_cNotPt_V4 :
1428 case Hexagon::STrib_indexed_shl_cPt_V4 :
1429 case Hexagon::STrib_indexed_shl_cNotPt_V4 :
1430 case Hexagon::STrib_cPt :
1431 case Hexagon::STrib_cNotPt :
1432 case Hexagon::POST_STbri_cPt :
1433 case Hexagon::POST_STbri_cNotPt :
1434 case Hexagon::STrid_indexed_cPt :
1435 case Hexagon::STrid_indexed_cNotPt :
1436 case Hexagon::STrid_indexed_shl_cPt_V4 :
1437 case Hexagon::POST_STdri_cPt :
1438 case Hexagon::POST_STdri_cNotPt :
1439 case Hexagon::STrih_cPt :
1440 case Hexagon::STrih_cNotPt :
1441 case Hexagon::STrih_indexed_cPt :
1442 case Hexagon::STrih_indexed_cNotPt :
1443 case Hexagon::STrih_imm_cPt_V4 :
1444 case Hexagon::STrih_imm_cNotPt_V4 :
1445 case Hexagon::STrih_indexed_shl_cPt_V4 :
1446 case Hexagon::STrih_indexed_shl_cNotPt_V4 :
1447 case Hexagon::POST_SThri_cPt :
1448 case Hexagon::POST_SThri_cNotPt :
1449 case Hexagon::STriw_cPt :
1450 case Hexagon::STriw_cNotPt :
1451 case Hexagon::STriw_indexed_cPt :
1452 case Hexagon::STriw_indexed_cNotPt :
1453 case Hexagon::STriw_imm_cPt_V4 :
1454 case Hexagon::STriw_imm_cNotPt_V4 :
1455 case Hexagon::STriw_indexed_shl_cPt_V4 :
1456 case Hexagon::STriw_indexed_shl_cNotPt_V4 :
1457 case Hexagon::POST_STwri_cPt :
1458 case Hexagon::POST_STwri_cNotPt :
1459 return QRI.Subtarget.hasV4TOps();
1460
1461 // V4 global address store before promoting to dot new.
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001462 case Hexagon::STd_GP_cPt_V4 :
1463 case Hexagon::STd_GP_cNotPt_V4 :
1464 case Hexagon::STb_GP_cPt_V4 :
1465 case Hexagon::STb_GP_cNotPt_V4 :
1466 case Hexagon::STh_GP_cPt_V4 :
1467 case Hexagon::STh_GP_cNotPt_V4 :
1468 case Hexagon::STw_GP_cPt_V4 :
1469 case Hexagon::STw_GP_cNotPt_V4 :
1470 return QRI.Subtarget.hasV4TOps();
1471
1472 // Predicated new value stores (i.e. if (p0) memw(..)=r0.new) are excluded
1473 // from the "Conditional Store" list. Because a predicated new value store
1474 // would NOT be promoted to a double dot new store. See diagram below:
1475 // This function returns yes for those stores that are predicated but not
1476 // yet promoted to predicate dot new instructions.
1477 //
1478 // +---------------------+
1479 // /-----| if (p0) memw(..)=r0 |---------\~
1480 // || +---------------------+ ||
1481 // promote || /\ /\ || promote
1482 // || /||\ /||\ ||
1483 // \||/ demote || \||/
1484 // \/ || || \/
1485 // +-------------------------+ || +-------------------------+
1486 // | if (p0.new) memw(..)=r0 | || | if (p0) memw(..)=r0.new |
1487 // +-------------------------+ || +-------------------------+
1488 // || || ||
1489 // || demote \||/
1490 // promote || \/ NOT possible
1491 // || || /\~
1492 // \||/ || /||\~
1493 // \/ || ||
1494 // +-----------------------------+
1495 // | if (p0.new) memw(..)=r0.new |
1496 // +-----------------------------+
1497 // Double Dot New Store
1498 //
1499 }
1500}
1501
Jyotsna Verma84c47102013-05-06 18:49:23 +00001502
1503bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const {
1504 if (isNewValue(MI) && isBranch(MI))
1505 return true;
1506 return false;
1507}
1508
Jyotsna Verma00681dc2013-05-09 19:16:07 +00001509bool HexagonInstrInfo::isPostIncrement (const MachineInstr* MI) const {
1510 return (getAddrMode(MI) == HexagonII::PostInc);
1511}
1512
Jyotsna Verma84c47102013-05-06 18:49:23 +00001513bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const {
1514 const uint64_t F = MI->getDesc().TSFlags;
1515 return ((F >> HexagonII::NewValuePos) & HexagonII::NewValueMask);
1516}
1517
Jyotsna Vermaa46059b2013-03-28 19:44:04 +00001518// Returns true, if any one of the operands is a dot new
1519// insn, whether it is predicated dot new or register dot new.
1520bool HexagonInstrInfo::isDotNewInst (const MachineInstr* MI) const {
1521 return (isNewValueInst(MI) ||
1522 (isPredicated(MI) && isPredicatedNew(MI)));
1523}
1524
Jyotsna Verma438cec52013-05-10 20:58:11 +00001525// Returns the most basic instruction for the .new predicated instructions and
1526// new-value stores.
1527// For example, all of the following instructions will be converted back to the
1528// same instruction:
1529// 1) if (p0.new) memw(R0+#0) = R1.new --->
1530// 2) if (p0) memw(R0+#0)= R1.new -------> if (p0) memw(R0+#0) = R1
1531// 3) if (p0.new) memw(R0+#0) = R1 --->
1532//
1533
1534int HexagonInstrInfo::GetDotOldOp(const int opc) const {
1535 int NewOp = opc;
1536 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form
1537 NewOp = Hexagon::getPredOldOpcode(NewOp);
1538 if (NewOp < 0)
1539 assert(0 && "Couldn't change predicate new instruction to its old form.");
1540 }
1541
1542 if (isNewValueStore(NewOp)) { // Convert into non new-value format
1543 NewOp = Hexagon::getNonNVStore(NewOp);
1544 if (NewOp < 0)
1545 assert(0 && "Couldn't change new-value store to its old form.");
1546 }
1547 return NewOp;
1548}
1549
Jyotsna Verma300f0b92013-05-10 20:27:34 +00001550// Return the new value instruction for a given store.
1551int HexagonInstrInfo::GetDotNewOp(const MachineInstr* MI) const {
1552 int NVOpcode = Hexagon::getNewValueOpcode(MI->getOpcode());
1553 if (NVOpcode >= 0) // Valid new-value store instruction.
1554 return NVOpcode;
1555
1556 switch (MI->getOpcode()) {
1557 default: llvm_unreachable("Unknown .new type");
1558 // store new value byte
1559 case Hexagon::STrib_shl_V4:
1560 return Hexagon::STrib_shl_nv_V4;
1561
1562 case Hexagon::STrih_shl_V4:
1563 return Hexagon::STrih_shl_nv_V4;
1564
1565 case Hexagon::STriw_f:
1566 return Hexagon::STriw_nv_V4;
1567
1568 case Hexagon::STriw_indexed_f:
1569 return Hexagon::STriw_indexed_nv_V4;
1570
1571 case Hexagon::STriw_shl_V4:
1572 return Hexagon::STriw_shl_nv_V4;
1573
1574 }
1575 return 0;
1576}
1577
Jyotsna Verma00681dc2013-05-09 19:16:07 +00001578// Return .new predicate version for an instruction.
1579int HexagonInstrInfo::GetDotNewPredOp(MachineInstr *MI,
1580 const MachineBranchProbabilityInfo
1581 *MBPI) const {
1582
1583 int NewOpcode = Hexagon::getPredNewOpcode(MI->getOpcode());
1584 if (NewOpcode >= 0) // Valid predicate new instruction
1585 return NewOpcode;
1586
1587 switch (MI->getOpcode()) {
1588 default: llvm_unreachable("Unknown .new type");
1589 // Condtional Jumps
1590 case Hexagon::JMP_t:
1591 case Hexagon::JMP_f:
1592 return getDotNewPredJumpOp(MI, MBPI);
1593
1594 case Hexagon::JMPR_t:
1595 return Hexagon::JMPR_tnew_tV3;
1596
1597 case Hexagon::JMPR_f:
1598 return Hexagon::JMPR_fnew_tV3;
1599
1600 case Hexagon::JMPret_t:
1601 return Hexagon::JMPret_tnew_tV3;
1602
1603 case Hexagon::JMPret_f:
1604 return Hexagon::JMPret_fnew_tV3;
1605
1606
1607 // Conditional combine
1608 case Hexagon::COMBINE_rr_cPt :
1609 return Hexagon::COMBINE_rr_cdnPt;
1610 case Hexagon::COMBINE_rr_cNotPt :
1611 return Hexagon::COMBINE_rr_cdnNotPt;
1612 }
1613}
1614
1615
Jyotsna Verma84256432013-03-01 17:37:13 +00001616unsigned HexagonInstrInfo::getAddrMode(const MachineInstr* MI) const {
1617 const uint64_t F = MI->getDesc().TSFlags;
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001618
Jyotsna Verma84256432013-03-01 17:37:13 +00001619 return((F >> HexagonII::AddrModePos) & HexagonII::AddrModeMask);
1620}
1621
1622/// immediateExtend - Changes the instruction in place to one using an immediate
1623/// extender.
1624void HexagonInstrInfo::immediateExtend(MachineInstr *MI) const {
1625 assert((isExtendable(MI)||isConstExtended(MI)) &&
1626 "Instruction must be extendable");
1627 // Find which operand is extendable.
1628 short ExtOpNum = getCExtOpNum(MI);
1629 MachineOperand &MO = MI->getOperand(ExtOpNum);
1630 // This needs to be something we understand.
1631 assert((MO.isMBB() || MO.isImm()) &&
1632 "Branch with unknown extendable field type");
1633 // Mark given operand as extended.
1634 MO.addTargetFlag(HexagonII::HMOTF_ConstExtended);
1635}
Sirish Pandef8e5e3c2012-05-03 21:52:53 +00001636
Andrew Trickd06df962012-02-01 22:13:57 +00001637DFAPacketizer *HexagonInstrInfo::
1638CreateTargetScheduleState(const TargetMachine *TM,
1639 const ScheduleDAG *DAG) const {
1640 const InstrItineraryData *II = TM->getInstrItineraryData();
1641 return TM->getSubtarget<HexagonGenSubtargetInfo>().createDFAPacketizer(II);
1642}
1643
1644bool HexagonInstrInfo::isSchedulingBoundary(const MachineInstr *MI,
1645 const MachineBasicBlock *MBB,
1646 const MachineFunction &MF) const {
1647 // Debug info is never a scheduling boundary. It's necessary to be explicit
1648 // due to the special treatment of IT instructions below, otherwise a
1649 // dbg_value followed by an IT will result in the IT instruction being
1650 // considered a scheduling hazard, which is wrong. It should be the actual
1651 // instruction preceding the dbg_value instruction(s), just like it is
1652 // when debug info is not present.
1653 if (MI->isDebugValue())
1654 return false;
1655
1656 // Terminators and labels can't be scheduled around.
1657 if (MI->getDesc().isTerminator() || MI->isLabel() || MI->isInlineAsm())
1658 return true;
1659
1660 return false;
1661}
Jyotsna Verma84256432013-03-01 17:37:13 +00001662
1663bool HexagonInstrInfo::isConstExtended(MachineInstr *MI) const {
1664
1665 // Constant extenders are allowed only for V4 and above.
1666 if (!Subtarget.hasV4TOps())
1667 return false;
1668
1669 const uint64_t F = MI->getDesc().TSFlags;
1670 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask;
1671 if (isExtended) // Instruction must be extended.
1672 return true;
1673
1674 unsigned isExtendable = (F >> HexagonII::ExtendablePos)
1675 & HexagonII::ExtendableMask;
1676 if (!isExtendable)
1677 return false;
1678
1679 short ExtOpNum = getCExtOpNum(MI);
1680 const MachineOperand &MO = MI->getOperand(ExtOpNum);
1681 // Use MO operand flags to determine if MO
1682 // has the HMOTF_ConstExtended flag set.
1683 if (MO.getTargetFlags() && HexagonII::HMOTF_ConstExtended)
1684 return true;
1685 // If this is a Machine BB address we are talking about, and it is
1686 // not marked as extended, say so.
1687 if (MO.isMBB())
1688 return false;
1689
1690 // We could be using an instruction with an extendable immediate and shoehorn
1691 // a global address into it. If it is a global address it will be constant
1692 // extended. We do this for COMBINE.
1693 // We currently only handle isGlobal() because it is the only kind of
1694 // object we are going to end up with here for now.
1695 // In the future we probably should add isSymbol(), etc.
1696 if (MO.isGlobal() || MO.isSymbol())
1697 return true;
1698
1699 // If the extendable operand is not 'Immediate' type, the instruction should
1700 // have 'isExtended' flag set.
1701 assert(MO.isImm() && "Extendable operand must be Immediate type");
1702
1703 int MinValue = getMinValue(MI);
1704 int MaxValue = getMaxValue(MI);
1705 int ImmValue = MO.getImm();
1706
1707 return (ImmValue < MinValue || ImmValue > MaxValue);
1708}
1709
Jyotsna Verma1d297502013-05-02 15:39:30 +00001710// Returns the opcode to use when converting MI, which is a conditional jump,
1711// into a conditional instruction which uses the .new value of the predicate.
1712// We also use branch probabilities to add a hint to the jump.
1713int
1714HexagonInstrInfo::getDotNewPredJumpOp(MachineInstr *MI,
1715 const
1716 MachineBranchProbabilityInfo *MBPI) const {
1717
1718 // We assume that block can have at most two successors.
1719 bool taken = false;
1720 MachineBasicBlock *Src = MI->getParent();
1721 MachineOperand *BrTarget = &MI->getOperand(1);
1722 MachineBasicBlock *Dst = BrTarget->getMBB();
1723
1724 const BranchProbability Prediction = MBPI->getEdgeProbability(Src, Dst);
1725 if (Prediction >= BranchProbability(1,2))
1726 taken = true;
1727
1728 switch (MI->getOpcode()) {
1729 case Hexagon::JMP_t:
1730 return taken ? Hexagon::JMP_tnew_t : Hexagon::JMP_tnew_nt;
1731 case Hexagon::JMP_f:
1732 return taken ? Hexagon::JMP_fnew_t : Hexagon::JMP_fnew_nt;
1733
1734 default:
1735 llvm_unreachable("Unexpected jump instruction.");
1736 }
1737}
Jyotsna Verma84256432013-03-01 17:37:13 +00001738// Returns true if a particular operand is extendable for an instruction.
1739bool HexagonInstrInfo::isOperandExtended(const MachineInstr *MI,
1740 unsigned short OperandNum) const {
1741 // Constant extenders are allowed only for V4 and above.
1742 if (!Subtarget.hasV4TOps())
1743 return false;
1744
1745 const uint64_t F = MI->getDesc().TSFlags;
1746
1747 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask)
1748 == OperandNum;
1749}
1750
1751// Returns Operand Index for the constant extended instruction.
1752unsigned short HexagonInstrInfo::getCExtOpNum(const MachineInstr *MI) const {
1753 const uint64_t F = MI->getDesc().TSFlags;
1754 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask);
1755}
1756
1757// Returns the min value that doesn't need to be extended.
1758int HexagonInstrInfo::getMinValue(const MachineInstr *MI) const {
1759 const uint64_t F = MI->getDesc().TSFlags;
1760 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
1761 & HexagonII::ExtentSignedMask;
1762 unsigned bits = (F >> HexagonII::ExtentBitsPos)
1763 & HexagonII::ExtentBitsMask;
1764
1765 if (isSigned) // if value is signed
1766 return -1 << (bits - 1);
1767 else
1768 return 0;
1769}
1770
1771// Returns the max value that doesn't need to be extended.
1772int HexagonInstrInfo::getMaxValue(const MachineInstr *MI) const {
1773 const uint64_t F = MI->getDesc().TSFlags;
1774 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
1775 & HexagonII::ExtentSignedMask;
1776 unsigned bits = (F >> HexagonII::ExtentBitsPos)
1777 & HexagonII::ExtentBitsMask;
1778
1779 if (isSigned) // if value is signed
1780 return ~(-1 << (bits - 1));
1781 else
1782 return ~(-1 << bits);
1783}
1784
1785// Returns true if an instruction can be converted into a non-extended
1786// equivalent instruction.
1787bool HexagonInstrInfo::NonExtEquivalentExists (const MachineInstr *MI) const {
1788
1789 short NonExtOpcode;
1790 // Check if the instruction has a register form that uses register in place
1791 // of the extended operand, if so return that as the non-extended form.
1792 if (Hexagon::getRegForm(MI->getOpcode()) >= 0)
1793 return true;
1794
1795 if (MI->getDesc().mayLoad() || MI->getDesc().mayStore()) {
1796 // Check addressing mode and retreive non-ext equivalent instruction.
1797
1798 switch (getAddrMode(MI)) {
1799 case HexagonII::Absolute :
1800 // Load/store with absolute addressing mode can be converted into
1801 // base+offset mode.
1802 NonExtOpcode = Hexagon::getBasedWithImmOffset(MI->getOpcode());
1803 break;
1804 case HexagonII::BaseImmOffset :
1805 // Load/store with base+offset addressing mode can be converted into
1806 // base+register offset addressing mode. However left shift operand should
1807 // be set to 0.
1808 NonExtOpcode = Hexagon::getBaseWithRegOffset(MI->getOpcode());
1809 break;
1810 default:
1811 return false;
1812 }
1813 if (NonExtOpcode < 0)
1814 return false;
1815 return true;
1816 }
1817 return false;
1818}
1819
1820// Returns opcode of the non-extended equivalent instruction.
1821short HexagonInstrInfo::getNonExtOpcode (const MachineInstr *MI) const {
1822
1823 // Check if the instruction has a register form that uses register in place
1824 // of the extended operand, if so return that as the non-extended form.
1825 short NonExtOpcode = Hexagon::getRegForm(MI->getOpcode());
1826 if (NonExtOpcode >= 0)
1827 return NonExtOpcode;
1828
1829 if (MI->getDesc().mayLoad() || MI->getDesc().mayStore()) {
1830 // Check addressing mode and retreive non-ext equivalent instruction.
1831 switch (getAddrMode(MI)) {
1832 case HexagonII::Absolute :
1833 return Hexagon::getBasedWithImmOffset(MI->getOpcode());
1834 case HexagonII::BaseImmOffset :
1835 return Hexagon::getBaseWithRegOffset(MI->getOpcode());
1836 default:
1837 return -1;
1838 }
1839 }
1840 return -1;
1841}
Jyotsna Verma5ed51812013-05-01 21:37:34 +00001842
1843bool HexagonInstrInfo::PredOpcodeHasJMP_c(Opcode_t Opcode) const {
1844 return (Opcode == Hexagon::JMP_t) ||
1845 (Opcode == Hexagon::JMP_f) ||
1846 (Opcode == Hexagon::JMP_tnew_t) ||
1847 (Opcode == Hexagon::JMP_fnew_t) ||
1848 (Opcode == Hexagon::JMP_tnew_nt) ||
1849 (Opcode == Hexagon::JMP_fnew_nt);
1850}
1851
1852bool HexagonInstrInfo::PredOpcodeHasNot(Opcode_t Opcode) const {
1853 return (Opcode == Hexagon::JMP_f) ||
1854 (Opcode == Hexagon::JMP_fnew_t) ||
1855 (Opcode == Hexagon::JMP_fnew_nt);
1856}