2012-08-01 05:49:49 +08:00
|
|
|
//===-- MipsSEInstrInfo.h - Mips32/64 Instruction Information ---*- C++ -*-===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// This file contains the Mips32/64 implementation of the TargetInstrInfo class.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2014-08-14 00:26:38 +08:00
|
|
|
#ifndef LLVM_LIB_TARGET_MIPS_MIPSSEINSTRINFO_H
|
|
|
|
#define LLVM_LIB_TARGET_MIPS_MIPSSEINSTRINFO_H
|
2012-08-01 05:49:49 +08:00
|
|
|
|
|
|
|
#include "MipsInstrInfo.h"
|
2012-08-01 07:41:32 +08:00
|
|
|
#include "MipsSERegisterInfo.h"
|
2012-08-01 05:49:49 +08:00
|
|
|
|
|
|
|
namespace llvm {
|
|
|
|
|
|
|
|
class MipsSEInstrInfo : public MipsInstrInfo {
|
2012-08-01 07:41:32 +08:00
|
|
|
const MipsSERegisterInfo RI;
|
|
|
|
|
2012-08-01 05:49:49 +08:00
|
|
|
public:
|
2014-07-19 07:25:00 +08:00
|
|
|
explicit MipsSEInstrInfo(const MipsSubtarget &STI);
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2014-04-29 15:58:02 +08:00
|
|
|
const MipsRegisterInfo &getRegisterInfo() const override;
|
2012-08-01 07:41:32 +08:00
|
|
|
|
2012-08-01 05:49:49 +08:00
|
|
|
/// isLoadFromStackSlot - If the specified machine instruction is a direct
|
|
|
|
/// load from a stack slot, return the virtual or physical register number of
|
|
|
|
/// the destination along with the FrameIndex of the loaded stack slot. If
|
|
|
|
/// not, return 0. This predicate must return 0 if the instruction has
|
|
|
|
/// any side effects other than loading from the stack slot.
|
2016-06-30 08:01:54 +08:00
|
|
|
unsigned isLoadFromStackSlot(const MachineInstr &MI,
|
2014-04-29 15:58:02 +08:00
|
|
|
int &FrameIndex) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
|
|
|
/// isStoreToStackSlot - If the specified machine instruction is a direct
|
|
|
|
/// store to a stack slot, return the virtual or physical register number of
|
|
|
|
/// the source reg along with the FrameIndex of the loaded stack slot. If
|
|
|
|
/// not, return 0. This predicate must return 0 if the instruction has
|
|
|
|
/// any side effects other than storing to the stack slot.
|
2016-06-30 08:01:54 +08:00
|
|
|
unsigned isStoreToStackSlot(const MachineInstr &MI,
|
2014-04-29 15:58:02 +08:00
|
|
|
int &FrameIndex) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2016-06-12 23:39:02 +08:00
|
|
|
void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
|
|
|
|
const DebugLoc &DL, unsigned DestReg, unsigned SrcReg,
|
2014-04-29 15:58:02 +08:00
|
|
|
bool KillSrc) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2014-04-29 15:58:02 +08:00
|
|
|
void storeRegToStack(MachineBasicBlock &MBB,
|
|
|
|
MachineBasicBlock::iterator MI,
|
|
|
|
unsigned SrcReg, bool isKill, int FrameIndex,
|
|
|
|
const TargetRegisterClass *RC,
|
|
|
|
const TargetRegisterInfo *TRI,
|
|
|
|
int64_t Offset) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2014-04-29 15:58:02 +08:00
|
|
|
void loadRegFromStack(MachineBasicBlock &MBB,
|
|
|
|
MachineBasicBlock::iterator MI,
|
|
|
|
unsigned DestReg, int FrameIndex,
|
|
|
|
const TargetRegisterClass *RC,
|
|
|
|
const TargetRegisterInfo *TRI,
|
|
|
|
int64_t Offset) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2016-06-30 08:01:54 +08:00
|
|
|
bool expandPostRAPseudo(MachineInstr &MI) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2014-04-29 15:58:02 +08:00
|
|
|
unsigned getOppositeBranchOpc(unsigned Opc) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
2012-08-01 07:52:55 +08:00
|
|
|
/// Adjust SP by Amount bytes.
|
|
|
|
void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
|
2015-04-02 18:42:44 +08:00
|
|
|
MachineBasicBlock::iterator I) const override;
|
2012-08-01 07:52:55 +08:00
|
|
|
|
2012-08-23 08:21:05 +08:00
|
|
|
/// Emit a series of instructions to load an immediate. If NewImm is a
|
|
|
|
/// non-NULL parameter, the last instruction is not emitted, but instead
|
|
|
|
/// its immediate operand is returned in NewImm.
|
|
|
|
unsigned loadImmediate(int64_t Imm, MachineBasicBlock &MBB,
|
2016-06-12 23:39:02 +08:00
|
|
|
MachineBasicBlock::iterator II, const DebugLoc &DL,
|
2012-08-23 08:21:05 +08:00
|
|
|
unsigned *NewImm) const;
|
|
|
|
|
2012-08-01 05:49:49 +08:00
|
|
|
private:
|
2014-04-29 15:58:02 +08:00
|
|
|
unsigned getAnalyzableBrOpc(unsigned Opc) const override;
|
2012-08-01 05:49:49 +08:00
|
|
|
|
[mips][mips64r6] Use JALR for returns instead of JR (which is not available on MIPS32r6/MIPS64r6)
Summary:
RET, and RET_MM have been replaced by a pseudo named PseudoReturn.
In addition a version with a 64-bit GPR named PseudoReturn64 has been
added.
Instruction selection for a return matches RetRA, which is expanded post
register allocation to PseudoReturn/PseudoReturn64. During MipsAsmPrinter,
this PseudoReturn/PseudoReturn64 are emitted as:
- (JALR64 $zero, $rs) on MIPS64r6
- (JALR $zero, $rs) on MIPS32r6
- (JR_MM $rs) on microMIPS
- (JR $rs) otherwise
On MIPS32r6/MIPS64r6, 'jr $rs' is an alias for 'jalr $zero, $rs'. To aid
development and review (specifically, to ensure all cases of jr are
updated), these aliases are temporarily named 'r6.jr' instead of 'jr'.
A follow up patch will change them back to the correct mnemonic.
Added (JALR $zero, $rs) to MipsNaClELFStreamer's definition of an indirect
jump, and removed it from its definition of a call.
Note: I haven't accounted for MIPS64 in MipsNaClELFStreamer since it's
doesn't appear to account for any MIPS64-specifics.
The return instruction created as part of eh_return expansion is now expanded
using expandRetRA() so we use the right return instruction on MIPS32r6/MIPS64r6
('jalr $zero, $rs').
Also, fixed a misuse of isABI_N64() to detect 64-bit wide registers in
expandEhReturn().
Reviewers: jkolek, vmedic, mseaborn, zoran.jovanovic, dsanders
Reviewed By: dsanders
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D4268
llvm-svn: 212604
2014-07-09 18:16:07 +08:00
|
|
|
void expandRetRA(MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const;
|
2013-05-17 03:57:23 +08:00
|
|
|
|
2015-10-26 20:38:43 +08:00
|
|
|
void expandERet(MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const;
|
|
|
|
|
2013-06-12 02:48:16 +08:00
|
|
|
std::pair<bool, bool> compareOpndSize(unsigned Opc,
|
|
|
|
const MachineFunction &MF) const;
|
2013-06-08 08:14:54 +08:00
|
|
|
|
2013-10-08 02:49:46 +08:00
|
|
|
void expandPseudoMFHiLo(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
|
|
|
|
unsigned NewOpc) const;
|
|
|
|
|
2013-10-15 09:48:30 +08:00
|
|
|
void expandPseudoMTLoHi(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
|
|
|
|
unsigned LoOpc, unsigned HiOpc,
|
|
|
|
bool HasExplicitDef) const;
|
|
|
|
|
2013-05-17 03:57:23 +08:00
|
|
|
/// Expand pseudo Int-to-FP conversion instructions.
|
|
|
|
///
|
|
|
|
/// For example, the following pseudo instruction
|
|
|
|
/// PseudoCVT_D32_W D2, A5
|
|
|
|
/// gets expanded into these two instructions:
|
|
|
|
/// MTC1 F4, A5
|
|
|
|
/// CVT_D32_W D2, F4
|
|
|
|
///
|
|
|
|
/// We do this expansion post-RA to avoid inserting a floating point copy
|
|
|
|
/// instruction between MTC1 and CVT_D32_W.
|
2013-05-17 03:48:37 +08:00
|
|
|
void expandCvtFPInt(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
|
2013-06-08 08:14:54 +08:00
|
|
|
unsigned CvtOpc, unsigned MovOpc, bool IsI64) const;
|
2013-05-17 03:57:23 +08:00
|
|
|
|
2013-05-14 01:43:19 +08:00
|
|
|
void expandExtractElementF64(MachineBasicBlock &MBB,
|
[mips] Define certain instructions in microMIPS32r3
Instructions affected:
mthc1, mfhc1, add.d, sub.d, mul.d, div.d,
mov.d, neg.d, cvt.w.d, cvt.d.s, cvt.d.w, cvt.s.d
These instructions are now defined for
microMIPS32r3 + microMIPS32r6 in MicroMipsInstrFPU.td
since they shared their encoding with those already defined
in microMIPS32r6InstrInfo.td and have been therefore
removed from the latter file.
Some instructions present in MicroMipsInstrFPU.td which
did not have both AFGR64 and FGR64 variants defined have
been altered to do so.
Differential revision: https://reviews.llvm.org/D42738
llvm-svn: 324584
2018-02-08 17:25:17 +08:00
|
|
|
MachineBasicBlock::iterator I, bool isMicroMips,
|
|
|
|
bool FP64) const;
|
2013-05-14 01:43:19 +08:00
|
|
|
void expandBuildPairF64(MachineBasicBlock &MBB,
|
[mips] Define certain instructions in microMIPS32r3
Instructions affected:
mthc1, mfhc1, add.d, sub.d, mul.d, div.d,
mov.d, neg.d, cvt.w.d, cvt.d.s, cvt.d.w, cvt.s.d
These instructions are now defined for
microMIPS32r3 + microMIPS32r6 in MicroMipsInstrFPU.td
since they shared their encoding with those already defined
in microMIPS32r6InstrInfo.td and have been therefore
removed from the latter file.
Some instructions present in MicroMipsInstrFPU.td which
did not have both AFGR64 and FGR64 variants defined have
been altered to do so.
Differential revision: https://reviews.llvm.org/D42738
llvm-svn: 324584
2018-02-08 17:25:17 +08:00
|
|
|
MachineBasicBlock::iterator I, bool isMicroMips,
|
|
|
|
bool FP64) const;
|
2013-05-14 01:43:19 +08:00
|
|
|
void expandEhReturn(MachineBasicBlock &MBB,
|
2013-01-30 08:26:49 +08:00
|
|
|
MachineBasicBlock::iterator I) const;
|
2012-08-01 05:49:49 +08:00
|
|
|
};
|
|
|
|
|
2015-06-23 17:49:53 +08:00
|
|
|
}
|
2012-08-01 05:49:49 +08:00
|
|
|
|
|
|
|
#endif
|