blob: ad049f2a71c382e6c89b0df2a6d2a15d2d037c20 [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
Adrian Prantl5f8f34e42018-05-01 15:54:18 +000011/// SI DAG Lowering interface definition
Tom Stellard75aadc22012-12-11 21:25:42 +000012//
13//===----------------------------------------------------------------------===//
14
Matt Arsenault6b6a2c32016-03-11 08:00:27 +000015#ifndef LLVM_LIB_TARGET_AMDGPU_SIISELLOWERING_H
16#define LLVM_LIB_TARGET_AMDGPU_SIISELLOWERING_H
Tom Stellard75aadc22012-12-11 21:25:42 +000017
18#include "AMDGPUISelLowering.h"
Matt Arsenault8623e8d2017-08-03 23:00:29 +000019#include "AMDGPUArgumentUsageInfo.h"
Tom Stellard75aadc22012-12-11 21:25:42 +000020#include "SIInstrInfo.h"
21
22namespace llvm {
23
Matt Arsenault6b6a2c32016-03-11 08:00:27 +000024class SITargetLowering final : public AMDGPUTargetLowering {
Tom Stellardc5a154d2018-06-28 23:47:12 +000025private:
Tom Stellard5bfbae52018-07-11 20:59:01 +000026 const GCNSubtarget *Subtarget;
Tom Stellardc5a154d2018-06-28 23:47:12 +000027
Matt Arsenaulte622dc32017-04-11 22:29:24 +000028 SDValue lowerKernArgParameterPtr(SelectionDAG &DAG, const SDLoc &SL,
29 SDValue Chain, uint64_t Offset) const;
Matt Arsenault9166ce82017-07-28 15:52:08 +000030 SDValue getImplicitArgPtr(SelectionDAG &DAG, const SDLoc &SL) const;
Matt Arsenaulte622dc32017-04-11 22:29:24 +000031 SDValue lowerKernargMemParameter(SelectionDAG &DAG, EVT VT, EVT MemVT,
32 const SDLoc &SL, SDValue Chain,
Matt Arsenault7b4826e2018-05-30 16:17:51 +000033 uint64_t Offset, unsigned Align, bool Signed,
Matt Arsenaulte622dc32017-04-11 22:29:24 +000034 const ISD::InputArg *Arg = nullptr) const;
35
Matt Arsenault2b1f9aa2017-05-17 21:56:25 +000036 SDValue lowerStackParameter(SelectionDAG &DAG, CCValAssign &VA,
37 const SDLoc &SL, SDValue Chain,
38 const ISD::InputArg &Arg) const;
Matt Arsenault8623e8d2017-08-03 23:00:29 +000039 SDValue getPreloadedValue(SelectionDAG &DAG,
40 const SIMachineFunctionInfo &MFI,
41 EVT VT,
42 AMDGPUFunctionArgInfo::PreloadedValue) const;
Matt Arsenault2b1f9aa2017-05-17 21:56:25 +000043
Tom Stellardbf3e6e52016-06-14 20:29:59 +000044 SDValue LowerGlobalAddress(AMDGPUMachineFunction *MFI, SDValue Op,
45 SelectionDAG &DAG) const override;
Matt Arsenaultff6da2f2015-11-30 21:15:45 +000046 SDValue lowerImplicitZextParam(SelectionDAG &DAG, SDValue Op,
47 MVT VT, unsigned Offset) const;
Nicolai Haehnle7a9c03f2018-06-21 13:36:57 +000048 SDValue lowerImage(SDValue Op, const AMDGPU::ImageDimIntrinsicInfo *Intr,
49 SelectionDAG &DAG) const;
Matt Arsenaultff6da2f2015-11-30 21:15:45 +000050
Matt Arsenaulta5789bb2014-07-26 06:23:37 +000051 SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaulta9dbdca2016-04-12 14:05:04 +000052 SDValue LowerINTRINSIC_W_CHAIN(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaulta5789bb2014-07-26 06:23:37 +000053 SDValue LowerINTRINSIC_VOID(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault90083d32018-06-07 09:54:49 +000054
55 SDValue widenLoad(LoadSDNode *Ld, DAGCombinerInfo &DCI) const;
Tom Stellard81d871d2013-11-13 23:36:50 +000056 SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard0ec134f2014-02-04 17:18:40 +000057 SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaulta1fe17c2016-07-19 23:16:53 +000058 SDValue lowerFastUnsafeFDIV(SDValue Op, SelectionDAG &DAG) const;
59 SDValue lowerFDIV_FAST(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault4052a572016-12-22 03:05:41 +000060 SDValue LowerFDIV16(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaulte9fa3b82014-07-15 20:18:31 +000061 SDValue LowerFDIV32(SDValue Op, SelectionDAG &DAG) const;
62 SDValue LowerFDIV64(SDValue Op, SelectionDAG &DAG) const;
63 SDValue LowerFDIV(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaultf7c95e32014-10-03 23:54:41 +000064 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
Tom Stellard81d871d2013-11-13 23:36:50 +000065 SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenaultad14ce82014-07-19 18:44:39 +000066 SDValue LowerTrig(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard354a43c2016-04-01 18:27:37 +000067 SDValue LowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const;
Tom Stellardf8794352012-12-19 22:10:31 +000068 SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;
Tom Stellard75aadc22012-12-11 21:25:42 +000069
Matt Arsenault1349a042018-05-22 06:32:10 +000070 SDValue adjustLoadValueType(unsigned Opcode, MemSDNode *M,
71 SelectionDAG &DAG,
72 bool IsIntrinsic = false) const;
73
Changpeng Fang44dfa1d2018-01-12 21:12:19 +000074 SDValue handleD16VData(SDValue VData, SelectionDAG &DAG) const;
75
Adrian Prantl5f8f34e42018-05-01 15:54:18 +000076 /// Converts \p Op, which must be of floating point type, to the
Konstantin Zhuravlyovf86e4b72016-11-13 07:01:11 +000077 /// floating point type \p VT, by either extending or truncating it.
78 SDValue getFPExtOrFPTrunc(SelectionDAG &DAG,
79 SDValue Op,
80 const SDLoc &DL,
81 EVT VT) const;
82
Matt Arsenaulte622dc32017-04-11 22:29:24 +000083 SDValue convertArgType(
84 SelectionDAG &DAG, EVT VT, EVT MemVT, const SDLoc &SL, SDValue Val,
85 bool Signed, const ISD::InputArg *Arg = nullptr) const;
86
Adrian Prantl5f8f34e42018-05-01 15:54:18 +000087 /// Custom lowering for ISD::FP_ROUND for MVT::f16.
Konstantin Zhuravlyovd709efb2016-11-17 04:28:37 +000088 SDValue lowerFP_ROUND(SDValue Op, SelectionDAG &DAG) const;
89
Konstantin Zhuravlyov4b3847e2017-04-06 23:02:33 +000090 SDValue getSegmentAperture(unsigned AS, const SDLoc &DL,
91 SelectionDAG &DAG) const;
92
Matt Arsenault99c14522016-04-25 19:27:24 +000093 SDValue lowerADDRSPACECAST(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault3aef8092017-01-23 23:09:58 +000094 SDValue lowerINSERT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const;
95 SDValue lowerEXTRACT_VECTOR_ELT(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault67a98152018-05-16 11:47:30 +000096 SDValue lowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault0bb294b2016-06-17 22:27:03 +000097 SDValue lowerTRAP(SDValue Op, SelectionDAG &DAG) const;
Tony Tye43259df2018-05-16 16:19:34 +000098 SDValue lowerDEBUGTRAP(SDValue Op, SelectionDAG &DAG) const;
Matt Arsenault99c14522016-04-25 19:27:24 +000099
Matt Arsenault68f05052017-12-04 22:18:27 +0000100 SDNode *adjustWritemask(MachineSDNode *&N, SelectionDAG &DAG) const;
Christian Konig8e06e2a2013-04-10 08:39:08 +0000101
Matt Arsenaulte6986632015-01-14 01:35:22 +0000102 SDValue performUCharToFloatCombine(SDNode *N,
103 DAGCombinerInfo &DCI) const;
Matt Arsenaultb2baffa2014-08-15 17:49:05 +0000104 SDValue performSHLPtrCombine(SDNode *N,
105 unsigned AS,
Matt Arsenaultfbe95332017-11-13 05:11:54 +0000106 EVT MemVT,
Matt Arsenaultb2baffa2014-08-15 17:49:05 +0000107 DAGCombinerInfo &DCI) const;
Matt Arsenaultfa5f7672016-09-14 15:19:03 +0000108
Matt Arsenaultd8b73d52016-12-22 03:44:42 +0000109 SDValue performMemSDNodeCombine(MemSDNode *N, DAGCombinerInfo &DCI) const;
110
Matt Arsenaultfa5f7672016-09-14 15:19:03 +0000111 SDValue splitBinaryBitConstantOp(DAGCombinerInfo &DCI, const SDLoc &SL,
112 unsigned Opc, SDValue LHS,
113 const ConstantSDNode *CRHS) const;
114
Matt Arsenaultd0101a22015-01-06 23:00:46 +0000115 SDValue performAndCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultf2290332015-01-06 23:00:39 +0000116 SDValue performOrCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultfa5f7672016-09-14 15:19:03 +0000117 SDValue performXorCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault8edfaee2017-03-31 19:53:03 +0000118 SDValue performZeroExtendCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultf2290332015-01-06 23:00:39 +0000119 SDValue performClassCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault9cd90712016-04-14 01:42:16 +0000120 SDValue performFCanonicalizeCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault364a6742014-06-11 17:50:44 +0000121
Matt Arsenault2fdf2a12017-02-21 23:35:48 +0000122 SDValue performFPMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
123 SDValue Op0, SDValue Op1) const;
Matt Arsenault10268f92017-02-27 22:40:39 +0000124 SDValue performIntMed3ImmCombine(SelectionDAG &DAG, const SDLoc &SL,
125 SDValue Op0, SDValue Op1, bool Signed) const;
Matt Arsenaultf639c322016-01-28 20:53:42 +0000126 SDValue performMinMaxCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault2fdf2a12017-02-21 23:35:48 +0000127 SDValue performFMed3Combine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault1f17c662017-02-22 00:27:34 +0000128 SDValue performCvtPkRTZCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultbf5482e2017-05-11 17:26:25 +0000129 SDValue performExtractVectorEltCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault8cbb4882017-09-20 21:01:24 +0000130 SDValue performBuildVectorCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultf639c322016-01-28 20:53:42 +0000131
Matt Arsenault46e6b7a2016-12-22 04:03:35 +0000132 unsigned getFusedOpcode(const SelectionDAG &DAG,
133 const SDNode *N0, const SDNode *N1) const;
Stanislav Mekhanoshine3eb42c2017-06-21 22:05:06 +0000134 SDValue performAddCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Stanislav Mekhanoshina8b26932017-06-21 22:30:01 +0000135 SDValue performAddCarrySubCarryCombine(SDNode *N, DAGCombinerInfo &DCI) const;
136 SDValue performSubCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultd8b73d52016-12-22 03:44:42 +0000137 SDValue performFAddCombine(SDNode *N, DAGCombinerInfo &DCI) const;
138 SDValue performFSubCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Farhana Aleenc370d7b2018-07-16 18:19:59 +0000139 SDValue performFMACombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenault6f6233d2015-01-06 23:00:41 +0000140 SDValue performSetCCCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultd8b73d52016-12-22 03:44:42 +0000141 SDValue performCvtF32UByteNCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Tom Stellard1b95fed2018-05-24 05:28:34 +0000142 SDValue performClampCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Stanislav Mekhanoshin1a1687f2018-06-27 15:33:33 +0000143 SDValue performRcpCombine(SDNode *N, DAGCombinerInfo &DCI) const;
Matt Arsenaultcc3c2b32014-11-14 20:08:52 +0000144
Tom Stellard70580f82015-07-20 14:28:41 +0000145 bool isLegalFlatAddressingMode(const AddrMode &AM) const;
Matt Arsenaultdc8f5cc2017-07-29 01:12:31 +0000146 bool isLegalGlobalAddressingMode(const AddrMode &AM) const;
Matt Arsenault711b3902015-08-07 20:18:34 +0000147 bool isLegalMUBUFAddressingMode(const AddrMode &AM) const;
Tom Stellardbc4497b2016-02-12 23:45:29 +0000148
Matt Arsenaultc5b641a2017-03-17 20:41:45 +0000149 unsigned isCFIntrinsic(const SDNode *Intr) const;
Konstantin Zhuravlyovf2f3d142016-06-25 03:11:28 +0000150
151 void createDebuggerPrologueStackObjects(MachineFunction &MF) const;
Konstantin Zhuravlyov08326b62016-10-20 18:12:38 +0000152
153 /// \returns True if fixup needs to be emitted for given global value \p GV,
154 /// false otherwise.
155 bool shouldEmitFixup(const GlobalValue *GV) const;
156
157 /// \returns True if GOT relocation needs to be emitted for given global value
158 /// \p GV, false otherwise.
159 bool shouldEmitGOTReloc(const GlobalValue *GV) const;
160
161 /// \returns True if PC-relative relocation needs to be emitted for given
162 /// global value \p GV, false otherwise.
163 bool shouldEmitPCReloc(const GlobalValue *GV) const;
164
Tom Stellard75aadc22012-12-11 21:25:42 +0000165public:
Tom Stellard5bfbae52018-07-11 20:59:01 +0000166 SITargetLowering(const TargetMachine &tm, const GCNSubtarget &STI);
Matt Arsenault43e92fe2016-06-24 06:30:11 +0000167
Tom Stellard5bfbae52018-07-11 20:59:01 +0000168 const GCNSubtarget *getSubtarget() const;
Matt Arsenault5015a892014-08-15 17:17:07 +0000169
Tom Stellardb12f4de2018-05-22 19:37:55 +0000170 bool isFPExtFoldable(unsigned Opcode, EVT DestVT, EVT SrcVT) const override;
171
Zvi Rackover1b736822017-07-26 08:06:58 +0000172 bool isShuffleMaskLegal(ArrayRef<int> /*Mask*/, EVT /*VT*/) const override;
Matt Arsenault7dc01c92017-03-15 23:15:12 +0000173
Matt Arsenaulta9dbdca2016-04-12 14:05:04 +0000174 bool getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &,
Matt Arsenault7d7adf42017-12-14 22:34:10 +0000175 MachineFunction &MF,
Matt Arsenaulta9dbdca2016-04-12 14:05:04 +0000176 unsigned IntrinsicID) const override;
177
Matt Arsenault7dc01c92017-03-15 23:15:12 +0000178 bool getAddrModeArguments(IntrinsicInst * /*I*/,
179 SmallVectorImpl<Value*> &/*Ops*/,
180 Type *&/*AccessTy*/) const override;
Matt Arsenaulte306a322014-10-21 16:25:08 +0000181
Mehdi Amini0cdec1e2015-07-09 02:09:40 +0000182 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
Jonas Paulsson024e3192017-07-21 11:59:37 +0000183 unsigned AS,
184 Instruction *I = nullptr) const override;
Matt Arsenault5015a892014-08-15 17:17:07 +0000185
Nirav Dave4dcad5d2017-07-10 20:25:54 +0000186 bool canMergeStoresTo(unsigned AS, EVT MemVT,
187 const SelectionDAG &DAG) const override;
Nirav Daved20066c2017-05-24 15:59:09 +0000188
Matt Arsenault6f2a5262014-07-27 17:46:40 +0000189 bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS,
190 unsigned Align,
191 bool *IsFast) const override;
Chandler Carruth9d010ff2014-07-03 00:23:43 +0000192
Matt Arsenault46645fa2014-07-28 17:49:26 +0000193 EVT getOptimalMemOpType(uint64_t Size, unsigned DstAlign,
194 unsigned SrcAlign, bool IsMemset,
195 bool ZeroMemset,
196 bool MemcpyStrSrc,
197 MachineFunction &MF) const override;
198
Tom Stellarda6f24c62015-12-15 20:55:55 +0000199 bool isMemOpUniform(const SDNode *N) const;
Alexander Timofeev18009562016-12-08 17:28:47 +0000200 bool isMemOpHasNoClobberedMemOperand(const SDNode *N) const;
Matt Arsenaultf9bfeaf2015-12-01 23:04:00 +0000201 bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
Matt Arsenaultd4da0ed2016-12-02 18:12:53 +0000202 bool isCheapAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override;
Matt Arsenaultf9bfeaf2015-12-01 23:04:00 +0000203
Chandler Carruth9d010ff2014-07-03 00:23:43 +0000204 TargetLoweringBase::LegalizeTypeAction
205 getPreferredVectorAction(EVT VT) const override;
Christian Konig2c8f6d52013-03-07 09:03:52 +0000206
Craig Topper5656db42014-04-29 07:57:24 +0000207 bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
208 Type *Ty) const override;
Matt Arsenaultd7bdcc42014-03-31 19:54:27 +0000209
Tom Stellard2e045bb2016-01-20 00:13:22 +0000210 bool isTypeDesirableForOp(unsigned Op, EVT VT) const override;
211
Tom Stellardb164a982016-06-25 01:59:16 +0000212 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
213
Matt Arsenaultb62a4eb2017-08-01 19:54:18 +0000214 bool supportSplitCSR(MachineFunction *MF) const override;
215 void initializeSplitCSR(MachineBasicBlock *Entry) const override;
216 void insertCopiesSplitCSR(
217 MachineBasicBlock *Entry,
218 const SmallVectorImpl<MachineBasicBlock *> &Exits) const override;
219
Christian Konig2c8f6d52013-03-07 09:03:52 +0000220 SDValue LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv,
221 bool isVarArg,
222 const SmallVectorImpl<ISD::InputArg> &Ins,
Benjamin Kramerbdc49562016-06-12 15:39:02 +0000223 const SDLoc &DL, SelectionDAG &DAG,
Craig Topper5656db42014-04-29 07:57:24 +0000224 SmallVectorImpl<SDValue> &InVals) const override;
Christian Konig2c8f6d52013-03-07 09:03:52 +0000225
Matt Arsenault2b1f9aa2017-05-17 21:56:25 +0000226 bool CanLowerReturn(CallingConv::ID CallConv,
227 MachineFunction &MF, bool isVarArg,
228 const SmallVectorImpl<ISD::OutputArg> &Outs,
229 LLVMContext &Context) const override;
230
231 SDValue LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool IsVarArg,
Marek Olsak8a0f3352016-01-13 17:23:04 +0000232 const SmallVectorImpl<ISD::OutputArg> &Outs,
Benjamin Kramerbdc49562016-06-12 15:39:02 +0000233 const SmallVectorImpl<SDValue> &OutVals, const SDLoc &DL,
234 SelectionDAG &DAG) const override;
Marek Olsak8a0f3352016-01-13 17:23:04 +0000235
Matt Arsenault8623e8d2017-08-03 23:00:29 +0000236 void passSpecialInputs(
237 CallLoweringInfo &CLI,
238 const SIMachineFunctionInfo &Info,
239 SmallVectorImpl<std::pair<unsigned, SDValue>> &RegsToPass,
240 SmallVectorImpl<SDValue> &MemOpChains,
241 SDValue Chain,
242 SDValue StackPtr) const;
243
Matt Arsenaultb62a4eb2017-08-01 19:54:18 +0000244 SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
245 CallingConv::ID CallConv, bool isVarArg,
246 const SmallVectorImpl<ISD::InputArg> &Ins,
247 const SDLoc &DL, SelectionDAG &DAG,
248 SmallVectorImpl<SDValue> &InVals, bool isThisReturn,
249 SDValue ThisVal) const;
Matt Arsenault71bcbd42017-08-11 20:42:08 +0000250
251 bool mayBeEmittedAsTailCall(const CallInst *) const override;
252
253 bool isEligibleForTailCallOptimization(
254 SDValue Callee, CallingConv::ID CalleeCC, bool isVarArg,
255 const SmallVectorImpl<ISD::OutputArg> &Outs,
256 const SmallVectorImpl<SDValue> &OutVals,
257 const SmallVectorImpl<ISD::InputArg> &Ins, SelectionDAG &DAG) const;
258
Matt Arsenaultb62a4eb2017-08-01 19:54:18 +0000259 SDValue LowerCall(CallLoweringInfo &CLI,
260 SmallVectorImpl<SDValue> &InVals) const override;
261
Matt Arsenault9a10cea2016-01-26 04:29:24 +0000262 unsigned getRegisterByName(const char* RegName, EVT VT,
263 SelectionDAG &DAG) const override;
264
Matt Arsenault786724a2016-07-12 21:41:32 +0000265 MachineBasicBlock *splitKillBlock(MachineInstr &MI,
266 MachineBasicBlock *BB) const;
267
Duncan P. N. Exon Smithe4f5e4f2016-06-30 22:52:52 +0000268 MachineBasicBlock *
269 EmitInstrWithCustomInserter(MachineInstr &MI,
270 MachineBasicBlock *BB) const override;
Matt Arsenaulte11d8ac2017-10-13 21:10:22 +0000271
272 bool hasBitPreservingFPLogic(EVT VT) const override;
Matt Arsenault423bf3f2015-01-29 19:34:32 +0000273 bool enableAggressiveFMAFusion(EVT VT) const override;
Mehdi Amini44ede332015-07-09 02:09:04 +0000274 EVT getSetCCResultType(const DataLayout &DL, LLVMContext &Context,
275 EVT VT) const override;
Mehdi Aminieaabc512015-07-09 15:12:23 +0000276 MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override;
Craig Topper5656db42014-04-29 07:57:24 +0000277 bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
Matt Arsenault02dc7e12018-06-15 15:15:46 +0000278 SDValue splitUnaryVectorOp(SDValue Op, SelectionDAG &DAG) const;
279 SDValue splitBinaryVectorOp(SDValue Op, SelectionDAG &DAG) const;
Craig Topper5656db42014-04-29 07:57:24 +0000280 SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
Matt Arsenault02dc7e12018-06-15 15:15:46 +0000281
Matt Arsenault3aef8092017-01-23 23:09:58 +0000282 void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue> &Results,
283 SelectionDAG &DAG) const override;
284
Craig Topper5656db42014-04-29 07:57:24 +0000285 SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
286 SDNode *PostISelFolding(MachineSDNode *N, SelectionDAG &DAG) const override;
Duncan P. N. Exon Smithe4f5e4f2016-06-30 22:52:52 +0000287 void AdjustInstrPostInstrSelection(MachineInstr &MI,
Craig Topper5656db42014-04-29 07:57:24 +0000288 SDNode *Node) const override;
Christian Konigf82901a2013-02-26 17:52:23 +0000289
Matt Arsenault0d0d6c22017-04-12 21:58:23 +0000290 SDNode *legalizeTargetIndependentNode(SDNode *Node, SelectionDAG &DAG) const;
Matt Arsenault485defe2014-11-05 19:01:17 +0000291
Benjamin Kramerbdc49562016-06-12 15:39:02 +0000292 MachineSDNode *wrapAddr64Rsrc(SelectionDAG &DAG, const SDLoc &DL,
293 SDValue Ptr) const;
294 MachineSDNode *buildRSRC(SelectionDAG &DAG, const SDLoc &DL, SDValue Ptr,
295 uint32_t RsrcDword1, uint64_t RsrcDword2And3) const;
Benjamin Kramer9bfb6272015-07-05 19:29:18 +0000296 std::pair<unsigned, const TargetRegisterClass *>
297 getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
298 StringRef Constraint, MVT VT) const override;
Tom Stellardb3c3bda2015-12-10 02:12:53 +0000299 ConstraintType getConstraintType(StringRef Constraint) const override;
Benjamin Kramerbdc49562016-06-12 15:39:02 +0000300 SDValue copyToM0(SelectionDAG &DAG, SDValue Chain, const SDLoc &DL,
301 SDValue V) const;
Matt Arsenault1cc47f82017-07-18 16:44:56 +0000302
303 void finalizeLowering(MachineFunction &MF) const override;
Matt Arsenault45b98182017-11-15 00:45:43 +0000304
305 void computeKnownBitsForFrameIndex(const SDValue Op,
306 KnownBits &Known,
307 const APInt &DemandedElts,
308 const SelectionDAG &DAG,
309 unsigned Depth = 0) const override;
Tom Stellard264c1712018-06-13 15:06:37 +0000310
311 bool isSDNodeSourceOfDivergence(const SDNode *N,
312 FunctionLoweringInfo *FLI, DivergenceAnalysis *DA) const override;
Tom Stellard75aadc22012-12-11 21:25:42 +0000313};
314
315} // End namespace llvm
316
Benjamin Kramera7c40ef2014-08-13 16:26:38 +0000317#endif