blob: 168de4cb46c179fce85557c0e56594e46c649ca8 [file] [log] [blame]
Tom Stellard75aadc22012-12-11 21:25:42 +00001//===-- SIISelLowering.h - SI DAG Lowering Interface ------------*- C++ -*-===//
2//
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/// \file
11/// \brief SI DAG Lowering interface definition
12//
13//===----------------------------------------------------------------------===//
14
Benjamin Kramera7c40ef2014-08-13 16:26:38 +000015#ifndef LLVM_LIB_TARGET_R600_SIISELLOWERING_H
16#define LLVM_LIB_TARGET_R600_SIISELLOWERING_H
Tom Stellard75aadc22012-12-11 21:25:42 +000017
18#include "AMDGPUISelLowering.h"
19#include "SIInstrInfo.h"
20
21namespace llvm {
22
23class SITargetLowering : public AMDGPUTargetLowering {
Tom Stellardaf775432013-10-23 00:44:32 +000024 SDValue LowerParameter(SelectionDAG &DAG, EVT VT, EVT MemVT, SDLoc DL,
Matt Arsenaulte1f030c2014-04-11 20:59:54 +000025 SDValue Chain, unsigned Offset, bool Signed) const;
Tom Stellard9fa17912013-08-14 23:24:45 +000026 SDValue LowerSampleIntrinsic(unsigned Opcode, const SDValue &Op,
27 SelectionDAG &DAG) const;
Tom Stellard067c8152014-07-21 14:01:14 +000028 SDValue LowerGlobalAddress(AMDGPUMachineFunction *MFI, SDValue Op,
29 SelectionDAG &DAG) const override;
Matt Arsenaulta5789bb2014-07-26 06:23:37 +000030
31 SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const;
32 SDValue LowerINTRINSIC_VOID(SDValue Op, SelectionDAG &DAG) const;
Tom Stellardb02094e2014-07-21 15:45:01 +000033 SDValue LowerFrameIndex(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard81d871d2013-11-13 23:36:50 +000034 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard0ec134f2014-02-04 17:18:40 +000035 SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault22ca3f82014-07-15 23:50:10 +000036 SDValue LowerFastFDIV(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaulte9fa3b82014-07-15 20:18:31 +000037 SDValue LowerFDIV32(SDValue Op, SelectionDAG &DAG) const;
38 SDValue LowerFDIV64(SDValue Op, SelectionDAG &DAG) const;
39 SDValue LowerFDIV(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaultf7c95e32014-10-03 23:54:41 +000040 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
Tom Stellard81d871d2013-11-13 23:36:50 +000041 SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaultad14ce82014-07-19 18:44:39 +000042 SDValue LowerTrig(SDValue Op, SelectionDAG &DAG) const;
Tom Stellardf8794352012-12-19 22:10:31 +000043 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard75aadc22012-12-11 21:25:42 +000044
Christian Konig8e06e2a2013-04-10 08:39:08 +000045 void adjustWritemask(MachineSDNode *&N, SelectionDAG &DAG) const;
46
Matt Arsenaulte6986632015-01-14 01:35:22 +000047 SDValue performUCharToFloatCombine(SDNode *N,
48 DAGCombinerInfo &DCI) const;
Matt Arsenaultb2baffa2014-08-15 17:49:05 +000049 SDValue performSHLPtrCombine(SDNode *N,
50 unsigned AS,
51 DAGCombinerInfo &DCI) const;
Matt Arsenaultd0101a22015-01-06 23:00:46 +000052 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultf2290332015-01-06 23:00:39 +000053 SDValue performOrCombine(SDNode *N, DAGCombinerInfo &DCI) const;
54 SDValue performClassCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault364a6742014-06-11 17:50:44 +000055
Matt Arsenaultcc3c2b32014-11-14 20:08:52 +000056 SDValue performMin3Max3Combine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault6f6233d2015-01-06 23:00:41 +000057 SDValue performSetCCCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultcc3c2b32014-11-14 20:08:52 +000058
Tom Stellard75aadc22012-12-11 21:25:42 +000059public:
Eric Christopher7792e322015-01-30 23:24:40 +000060 SITargetLowering(TargetMachine &tm, const AMDGPUSubtarget &STI);
Matt Arsenault5015a892014-08-15 17:17:07 +000061
Matt Arsenaulte306a322014-10-21 16:25:08 +000062 bool isShuffleMaskLegal(const SmallVectorImpl<int> &/*Mask*/,
63 EVT /*VT*/) const override;
64
Matt Arsenault5015a892014-08-15 17:17:07 +000065 bool isLegalAddressingMode(const AddrMode &AM,
66 Type *Ty) const override;
67
Matt Arsenault6f2a5262014-07-27 17:46:40 +000068 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
69 unsigned Align,
70 bool *IsFast) const override;
Chandler Carruth9d010ff2014-07-03 00:23:43 +000071
Matt Arsenault46645fa2014-07-28 17:49:26 +000072 EVT getOptimalMemOpType(uint64_t Size, unsigned DstAlign,
73 unsigned SrcAlign, bool IsMemset,
74 bool ZeroMemset,
75 bool MemcpyStrSrc,
76 MachineFunction &MF) const override;
77
Chandler Carruth9d010ff2014-07-03 00:23:43 +000078 TargetLoweringBase::LegalizeTypeAction
79 getPreferredVectorAction(EVT VT) const override;
Christian Konig2c8f6d52013-03-07 09:03:52 +000080
Craig Topper5656db42014-04-29 07:57:24 +000081 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
82 Type *Ty) const override;
Matt Arsenaultd7bdcc42014-03-31 19:54:27 +000083
Christian Konig2c8f6d52013-03-07 09:03:52 +000084 SDValue LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv,
85 bool isVarArg,
86 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +000087 SDLoc DL, SelectionDAG &DAG,
Craig Topper5656db42014-04-29 07:57:24 +000088 SmallVectorImpl<SDValue> &InVals) const override;
Christian Konig2c8f6d52013-03-07 09:03:52 +000089
Craig Topper5656db42014-04-29 07:57:24 +000090 MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr * MI,
91 MachineBasicBlock * BB) const override;
Matt Arsenault423bf3f2015-01-29 19:34:32 +000092 bool enableAggressiveFMAFusion(EVT VT) const override;
Craig Topper5656db42014-04-29 07:57:24 +000093 EVT getSetCCResultType(LLVMContext &Context, EVT VT) const override;
94 MVT getScalarShiftAmountTy(EVT VT) const override;
95 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
96 SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
97 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
98 SDNode *PostISelFolding(MachineSDNode *N, SelectionDAG &DAG) const override;
99 void AdjustInstrPostInstrSelection(MachineInstr *MI,
100 SDNode *Node) const override;
Christian Konigf82901a2013-02-26 17:52:23 +0000101
102 int32_t analyzeImmediate(const SDNode *N) const;
Tom Stellard94593ee2013-06-03 17:40:18 +0000103 SDValue CreateLiveInRegister(SelectionDAG &DAG, const TargetRegisterClass *RC,
Craig Topper5656db42014-04-29 07:57:24 +0000104 unsigned Reg, EVT VT) const override;
Tom Stellard3457a842014-10-09 19:06:00 +0000105 void legalizeTargetIndependentNode(SDNode *Node, SelectionDAG &DAG) const;
Matt Arsenault485defe2014-11-05 19:01:17 +0000106
107 MachineSDNode *wrapAddr64Rsrc(SelectionDAG &DAG, SDLoc DL, SDValue Ptr) const;
Matt Arsenaultf3cd4512014-11-05 19:01:19 +0000108 MachineSDNode *buildRSRC(SelectionDAG &DAG,
109 SDLoc DL,
110 SDValue Ptr,
111 uint32_t RsrcDword1,
112 uint64_t RsrcDword2And3) const;
113 MachineSDNode *buildScratchRSRC(SelectionDAG &DAG,
114 SDLoc DL,
115 SDValue Ptr) const;
Tom Stellardd7e6f132015-04-08 01:09:26 +0000116
117 std::pair<unsigned, const TargetRegisterClass *> getRegForInlineAsmConstraint(
118 const TargetRegisterInfo *TRI,
119 const std::string &Constraint, MVT VT) const;
Tom Stellard75aadc22012-12-11 21:25:42 +0000120};
121
122} // End namespace llvm
123
Benjamin Kramera7c40ef2014-08-13 16:26:38 +0000124#endif