1 //===-- SIISelLowering.h - SI DAG Lowering Interface ------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// SI DAG Lowering interface definition
12 //===----------------------------------------------------------------------===//
14 #ifndef LLVM_LIB_TARGET_AMDGPU_SIISELLOWERING_H
15 #define LLVM_LIB_TARGET_AMDGPU_SIISELLOWERING_H
17 #include "AMDGPUISelLowering.h"
18 #include "AMDGPUArgumentUsageInfo.h"
19 #include "SIInstrInfo.h"
23 class SITargetLowering final
: public AMDGPUTargetLowering
{
25 const GCNSubtarget
*Subtarget
;
28 MVT
getRegisterTypeForCallingConv(LLVMContext
&Context
,
30 EVT VT
) const override
;
31 unsigned getNumRegistersForCallingConv(LLVMContext
&Context
,
33 EVT VT
) const override
;
35 unsigned getVectorTypeBreakdownForCallingConv(
36 LLVMContext
&Context
, CallingConv::ID CC
, EVT VT
, EVT
&IntermediateVT
,
37 unsigned &NumIntermediates
, MVT
&RegisterVT
) const override
;
40 SDValue
lowerKernArgParameterPtr(SelectionDAG
&DAG
, const SDLoc
&SL
,
41 SDValue Chain
, uint64_t Offset
) const;
42 SDValue
getImplicitArgPtr(SelectionDAG
&DAG
, const SDLoc
&SL
) const;
43 SDValue
lowerKernargMemParameter(SelectionDAG
&DAG
, EVT VT
, EVT MemVT
,
44 const SDLoc
&SL
, SDValue Chain
,
45 uint64_t Offset
, unsigned Align
, bool Signed
,
46 const ISD::InputArg
*Arg
= nullptr) const;
48 SDValue
lowerStackParameter(SelectionDAG
&DAG
, CCValAssign
&VA
,
49 const SDLoc
&SL
, SDValue Chain
,
50 const ISD::InputArg
&Arg
) const;
51 SDValue
getPreloadedValue(SelectionDAG
&DAG
,
52 const SIMachineFunctionInfo
&MFI
,
54 AMDGPUFunctionArgInfo::PreloadedValue
) const;
56 SDValue
LowerGlobalAddress(AMDGPUMachineFunction
*MFI
, SDValue Op
,
57 SelectionDAG
&DAG
) const override
;
58 SDValue
lowerImplicitZextParam(SelectionDAG
&DAG
, SDValue Op
,
59 MVT VT
, unsigned Offset
) const;
60 SDValue
lowerImage(SDValue Op
, const AMDGPU::ImageDimIntrinsicInfo
*Intr
,
61 SelectionDAG
&DAG
) const;
62 SDValue
lowerSBuffer(EVT VT
, SDLoc DL
, SDValue Rsrc
, SDValue Offset
,
63 SDValue GLC
, SDValue DLC
, SelectionDAG
&DAG
) const;
65 SDValue
LowerINTRINSIC_WO_CHAIN(SDValue Op
, SelectionDAG
&DAG
) const;
66 SDValue
LowerINTRINSIC_W_CHAIN(SDValue Op
, SelectionDAG
&DAG
) const;
67 SDValue
LowerINTRINSIC_VOID(SDValue Op
, SelectionDAG
&DAG
) const;
69 // The raw.tbuffer and struct.tbuffer intrinsics have two offset args: offset
70 // (the offset that is included in bounds checking and swizzling, to be split
71 // between the instruction's voffset and immoffset fields) and soffset (the
72 // offset that is excluded from bounds checking and swizzling, to go in the
73 // instruction's soffset field). This function takes the first kind of
74 // offset and figures out how to split it between voffset and immoffset.
75 std::pair
<SDValue
, SDValue
> splitBufferOffsets(SDValue Offset
,
76 SelectionDAG
&DAG
) const;
78 SDValue
widenLoad(LoadSDNode
*Ld
, DAGCombinerInfo
&DCI
) const;
79 SDValue
LowerLOAD(SDValue Op
, SelectionDAG
&DAG
) const;
80 SDValue
LowerSELECT(SDValue Op
, SelectionDAG
&DAG
) const;
81 SDValue
lowerFastUnsafeFDIV(SDValue Op
, SelectionDAG
&DAG
) const;
82 SDValue
lowerFDIV_FAST(SDValue Op
, SelectionDAG
&DAG
) const;
83 SDValue
LowerFDIV16(SDValue Op
, SelectionDAG
&DAG
) const;
84 SDValue
LowerFDIV32(SDValue Op
, SelectionDAG
&DAG
) const;
85 SDValue
LowerFDIV64(SDValue Op
, SelectionDAG
&DAG
) const;
86 SDValue
LowerFDIV(SDValue Op
, SelectionDAG
&DAG
) const;
87 SDValue
LowerINT_TO_FP(SDValue Op
, SelectionDAG
&DAG
, bool Signed
) const;
88 SDValue
LowerSTORE(SDValue Op
, SelectionDAG
&DAG
) const;
89 SDValue
LowerTrig(SDValue Op
, SelectionDAG
&DAG
) const;
90 SDValue
LowerATOMIC_CMP_SWAP(SDValue Op
, SelectionDAG
&DAG
) const;
91 SDValue
LowerBRCOND(SDValue Op
, SelectionDAG
&DAG
) const;
92 SDValue
LowerRETURNADDR(SDValue Op
, SelectionDAG
&DAG
) const;
93 SDValue
adjustLoadValueType(unsigned Opcode
, MemSDNode
*M
,
94 SelectionDAG
&DAG
, ArrayRef
<SDValue
> Ops
,
95 bool IsIntrinsic
= false) const;
97 SDValue
lowerIntrinsicLoad(MemSDNode
*M
, bool IsFormat
, SelectionDAG
&DAG
,
98 ArrayRef
<SDValue
> Ops
) const;
100 // Call DAG.getMemIntrinsicNode for a load, but first widen a dwordx3 type to
102 SDValue
getMemIntrinsicNode(unsigned Opcode
, const SDLoc
&DL
, SDVTList VTList
,
103 ArrayRef
<SDValue
> Ops
, EVT MemVT
,
104 MachineMemOperand
*MMO
, SelectionDAG
&DAG
) const;
106 SDValue
handleD16VData(SDValue VData
, SelectionDAG
&DAG
) const;
108 /// Converts \p Op, which must be of floating point type, to the
109 /// floating point type \p VT, by either extending or truncating it.
110 SDValue
getFPExtOrFPTrunc(SelectionDAG
&DAG
,
115 SDValue
convertArgType(
116 SelectionDAG
&DAG
, EVT VT
, EVT MemVT
, const SDLoc
&SL
, SDValue Val
,
117 bool Signed
, const ISD::InputArg
*Arg
= nullptr) const;
119 /// Custom lowering for ISD::FP_ROUND for MVT::f16.
120 SDValue
lowerFP_ROUND(SDValue Op
, SelectionDAG
&DAG
) const;
121 SDValue
lowerFMINNUM_FMAXNUM(SDValue Op
, SelectionDAG
&DAG
) const;
123 SDValue
getSegmentAperture(unsigned AS
, const SDLoc
&DL
,
124 SelectionDAG
&DAG
) const;
126 SDValue
lowerADDRSPACECAST(SDValue Op
, SelectionDAG
&DAG
) const;
127 SDValue
lowerINSERT_SUBVECTOR(SDValue Op
, SelectionDAG
&DAG
) const;
128 SDValue
lowerINSERT_VECTOR_ELT(SDValue Op
, SelectionDAG
&DAG
) const;
129 SDValue
lowerEXTRACT_VECTOR_ELT(SDValue Op
, SelectionDAG
&DAG
) const;
130 SDValue
lowerVECTOR_SHUFFLE(SDValue Op
, SelectionDAG
&DAG
) const;
131 SDValue
lowerBUILD_VECTOR(SDValue Op
, SelectionDAG
&DAG
) const;
132 SDValue
lowerTRAP(SDValue Op
, SelectionDAG
&DAG
) const;
133 SDValue
lowerDEBUGTRAP(SDValue Op
, SelectionDAG
&DAG
) const;
135 SDNode
*adjustWritemask(MachineSDNode
*&N
, SelectionDAG
&DAG
) const;
137 SDValue
performUCharToFloatCombine(SDNode
*N
,
138 DAGCombinerInfo
&DCI
) const;
139 SDValue
performSHLPtrCombine(SDNode
*N
,
142 DAGCombinerInfo
&DCI
) const;
144 SDValue
performMemSDNodeCombine(MemSDNode
*N
, DAGCombinerInfo
&DCI
) const;
146 SDValue
splitBinaryBitConstantOp(DAGCombinerInfo
&DCI
, const SDLoc
&SL
,
147 unsigned Opc
, SDValue LHS
,
148 const ConstantSDNode
*CRHS
) const;
150 SDValue
performAndCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
151 SDValue
performOrCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
152 SDValue
performXorCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
153 SDValue
performZeroExtendCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
154 SDValue
performSignExtendInRegCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
155 SDValue
performClassCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
156 SDValue
getCanonicalConstantFP(SelectionDAG
&DAG
, const SDLoc
&SL
, EVT VT
,
157 const APFloat
&C
) const;
158 SDValue
performFCanonicalizeCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
160 SDValue
performFPMed3ImmCombine(SelectionDAG
&DAG
, const SDLoc
&SL
,
161 SDValue Op0
, SDValue Op1
) const;
162 SDValue
performIntMed3ImmCombine(SelectionDAG
&DAG
, const SDLoc
&SL
,
163 SDValue Op0
, SDValue Op1
, bool Signed
) const;
164 SDValue
performMinMaxCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
165 SDValue
performFMed3Combine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
166 SDValue
performCvtPkRTZCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
167 SDValue
performExtractVectorEltCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
168 SDValue
performInsertVectorEltCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
170 SDValue
reassociateScalarOps(SDNode
*N
, SelectionDAG
&DAG
) const;
171 unsigned getFusedOpcode(const SelectionDAG
&DAG
,
172 const SDNode
*N0
, const SDNode
*N1
) const;
173 SDValue
performAddCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
174 SDValue
performAddCarrySubCarryCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
175 SDValue
performSubCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
176 SDValue
performFAddCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
177 SDValue
performFSubCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
178 SDValue
performFMACombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
179 SDValue
performSetCCCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
180 SDValue
performCvtF32UByteNCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
181 SDValue
performClampCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
182 SDValue
performRcpCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const;
184 bool isLegalFlatAddressingMode(const AddrMode
&AM
) const;
185 bool isLegalMUBUFAddressingMode(const AddrMode
&AM
) const;
187 unsigned isCFIntrinsic(const SDNode
*Intr
) const;
190 /// \returns True if fixup needs to be emitted for given global value \p GV,
192 bool shouldEmitFixup(const GlobalValue
*GV
) const;
194 /// \returns True if GOT relocation needs to be emitted for given global value
195 /// \p GV, false otherwise.
196 bool shouldEmitGOTReloc(const GlobalValue
*GV
) const;
198 /// \returns True if PC-relative relocation needs to be emitted for given
199 /// global value \p GV, false otherwise.
200 bool shouldEmitPCReloc(const GlobalValue
*GV
) const;
203 // Analyze a combined offset from an amdgcn_buffer_ intrinsic and store the
204 // three offsets (voffset, soffset and instoffset) into the SDValue[3] array
205 // pointed to by Offsets.
206 void setBufferOffsets(SDValue CombinedOffset
, SelectionDAG
&DAG
,
207 SDValue
*Offsets
, unsigned Align
= 4) const;
209 // Handle 8 bit and 16 bit buffer loads
210 SDValue
handleByteShortBufferLoads(SelectionDAG
&DAG
, EVT LoadVT
, SDLoc DL
,
211 ArrayRef
<SDValue
> Ops
, MemSDNode
*M
) const;
213 // Handle 8 bit and 16 bit buffer stores
214 SDValue
handleByteShortBufferStores(SelectionDAG
&DAG
, EVT VDataType
,
215 SDLoc DL
, SDValue Ops
[],
219 SITargetLowering(const TargetMachine
&tm
, const GCNSubtarget
&STI
);
221 const GCNSubtarget
*getSubtarget() const;
223 bool isFPExtFoldable(unsigned Opcode
, EVT DestVT
, EVT SrcVT
) const override
;
225 bool isShuffleMaskLegal(ArrayRef
<int> /*Mask*/, EVT
/*VT*/) const override
;
227 bool getTgtMemIntrinsic(IntrinsicInfo
&, const CallInst
&,
229 unsigned IntrinsicID
) const override
;
231 bool getAddrModeArguments(IntrinsicInst
* /*I*/,
232 SmallVectorImpl
<Value
*> &/*Ops*/,
233 Type
*&/*AccessTy*/) const override
;
235 bool isLegalGlobalAddressingMode(const AddrMode
&AM
) const;
236 bool isLegalAddressingMode(const DataLayout
&DL
, const AddrMode
&AM
, Type
*Ty
,
238 Instruction
*I
= nullptr) const override
;
240 bool canMergeStoresTo(unsigned AS
, EVT MemVT
,
241 const SelectionDAG
&DAG
) const override
;
243 bool allowsMisalignedMemoryAccessesImpl(
244 unsigned Size
, unsigned AS
, unsigned Align
,
245 MachineMemOperand::Flags Flags
= MachineMemOperand::MONone
,
246 bool *IsFast
= nullptr) const;
248 bool allowsMisalignedMemoryAccesses(
249 EVT VT
, unsigned AS
, unsigned Align
,
250 MachineMemOperand::Flags Flags
= MachineMemOperand::MONone
,
251 bool *IsFast
= nullptr) const override
;
253 EVT
getOptimalMemOpType(uint64_t Size
, unsigned DstAlign
,
254 unsigned SrcAlign
, bool IsMemset
,
257 const AttributeList
&FuncAttributes
) const override
;
259 bool isMemOpUniform(const SDNode
*N
) const;
260 bool isMemOpHasNoClobberedMemOperand(const SDNode
*N
) const;
261 bool isNoopAddrSpaceCast(unsigned SrcAS
, unsigned DestAS
) const override
;
262 bool isFreeAddrSpaceCast(unsigned SrcAS
, unsigned DestAS
) const override
;
264 TargetLoweringBase::LegalizeTypeAction
265 getPreferredVectorAction(MVT VT
) const override
;
267 bool shouldConvertConstantLoadToIntImm(const APInt
&Imm
,
268 Type
*Ty
) const override
;
270 bool isTypeDesirableForOp(unsigned Op
, EVT VT
) const override
;
272 bool isOffsetFoldingLegal(const GlobalAddressSDNode
*GA
) const override
;
274 bool supportSplitCSR(MachineFunction
*MF
) const override
;
275 void initializeSplitCSR(MachineBasicBlock
*Entry
) const override
;
276 void insertCopiesSplitCSR(
277 MachineBasicBlock
*Entry
,
278 const SmallVectorImpl
<MachineBasicBlock
*> &Exits
) const override
;
280 SDValue
LowerFormalArguments(SDValue Chain
, CallingConv::ID CallConv
,
282 const SmallVectorImpl
<ISD::InputArg
> &Ins
,
283 const SDLoc
&DL
, SelectionDAG
&DAG
,
284 SmallVectorImpl
<SDValue
> &InVals
) const override
;
286 bool CanLowerReturn(CallingConv::ID CallConv
,
287 MachineFunction
&MF
, bool isVarArg
,
288 const SmallVectorImpl
<ISD::OutputArg
> &Outs
,
289 LLVMContext
&Context
) const override
;
291 SDValue
LowerReturn(SDValue Chain
, CallingConv::ID CallConv
, bool IsVarArg
,
292 const SmallVectorImpl
<ISD::OutputArg
> &Outs
,
293 const SmallVectorImpl
<SDValue
> &OutVals
, const SDLoc
&DL
,
294 SelectionDAG
&DAG
) const override
;
296 void passSpecialInputs(
297 CallLoweringInfo
&CLI
,
299 const SIMachineFunctionInfo
&Info
,
300 SmallVectorImpl
<std::pair
<unsigned, SDValue
>> &RegsToPass
,
301 SmallVectorImpl
<SDValue
> &MemOpChains
,
302 SDValue Chain
) const;
304 SDValue
LowerCallResult(SDValue Chain
, SDValue InFlag
,
305 CallingConv::ID CallConv
, bool isVarArg
,
306 const SmallVectorImpl
<ISD::InputArg
> &Ins
,
307 const SDLoc
&DL
, SelectionDAG
&DAG
,
308 SmallVectorImpl
<SDValue
> &InVals
, bool isThisReturn
,
309 SDValue ThisVal
) const;
311 bool mayBeEmittedAsTailCall(const CallInst
*) const override
;
313 bool isEligibleForTailCallOptimization(
314 SDValue Callee
, CallingConv::ID CalleeCC
, bool isVarArg
,
315 const SmallVectorImpl
<ISD::OutputArg
> &Outs
,
316 const SmallVectorImpl
<SDValue
> &OutVals
,
317 const SmallVectorImpl
<ISD::InputArg
> &Ins
, SelectionDAG
&DAG
) const;
319 SDValue
LowerCall(CallLoweringInfo
&CLI
,
320 SmallVectorImpl
<SDValue
> &InVals
) const override
;
322 Register
getRegisterByName(const char* RegName
, EVT VT
,
323 const MachineFunction
&MF
) const override
;
325 MachineBasicBlock
*splitKillBlock(MachineInstr
&MI
,
326 MachineBasicBlock
*BB
) const;
328 void bundleInstWithWaitcnt(MachineInstr
&MI
) const;
329 MachineBasicBlock
*emitGWSMemViolTestLoop(MachineInstr
&MI
,
330 MachineBasicBlock
*BB
) const;
333 EmitInstrWithCustomInserter(MachineInstr
&MI
,
334 MachineBasicBlock
*BB
) const override
;
336 bool hasBitPreservingFPLogic(EVT VT
) const override
;
337 bool enableAggressiveFMAFusion(EVT VT
) const override
;
338 EVT
getSetCCResultType(const DataLayout
&DL
, LLVMContext
&Context
,
339 EVT VT
) const override
;
340 MVT
getScalarShiftAmountTy(const DataLayout
&, EVT
) const override
;
341 bool isFMAFasterThanFMulAndFAdd(EVT VT
) const override
;
342 SDValue
splitUnaryVectorOp(SDValue Op
, SelectionDAG
&DAG
) const;
343 SDValue
splitBinaryVectorOp(SDValue Op
, SelectionDAG
&DAG
) const;
344 SDValue
splitTernaryVectorOp(SDValue Op
, SelectionDAG
&DAG
) const;
345 SDValue
LowerOperation(SDValue Op
, SelectionDAG
&DAG
) const override
;
347 void ReplaceNodeResults(SDNode
*N
, SmallVectorImpl
<SDValue
> &Results
,
348 SelectionDAG
&DAG
) const override
;
350 SDValue
PerformDAGCombine(SDNode
*N
, DAGCombinerInfo
&DCI
) const override
;
351 SDNode
*PostISelFolding(MachineSDNode
*N
, SelectionDAG
&DAG
) const override
;
352 void AdjustInstrPostInstrSelection(MachineInstr
&MI
,
353 SDNode
*Node
) const override
;
355 SDNode
*legalizeTargetIndependentNode(SDNode
*Node
, SelectionDAG
&DAG
) const;
357 MachineSDNode
*wrapAddr64Rsrc(SelectionDAG
&DAG
, const SDLoc
&DL
,
359 MachineSDNode
*buildRSRC(SelectionDAG
&DAG
, const SDLoc
&DL
, SDValue Ptr
,
360 uint32_t RsrcDword1
, uint64_t RsrcDword2And3
) const;
361 std::pair
<unsigned, const TargetRegisterClass
*>
362 getRegForInlineAsmConstraint(const TargetRegisterInfo
*TRI
,
363 StringRef Constraint
, MVT VT
) const override
;
364 ConstraintType
getConstraintType(StringRef Constraint
) const override
;
365 SDValue
copyToM0(SelectionDAG
&DAG
, SDValue Chain
, const SDLoc
&DL
,
368 void finalizeLowering(MachineFunction
&MF
) const override
;
370 void computeKnownBitsForFrameIndex(const SDValue Op
,
372 const APInt
&DemandedElts
,
373 const SelectionDAG
&DAG
,
374 unsigned Depth
= 0) const override
;
376 bool isSDNodeSourceOfDivergence(const SDNode
*N
,
377 FunctionLoweringInfo
*FLI
, LegacyDivergenceAnalysis
*DA
) const override
;
379 bool isCanonicalized(SelectionDAG
&DAG
, SDValue Op
,
380 unsigned MaxDepth
= 5) const;
381 bool denormalsEnabledForType(EVT VT
) const;
383 bool isKnownNeverNaNForTargetNode(SDValue Op
,
384 const SelectionDAG
&DAG
,
386 unsigned Depth
= 0) const override
;
387 AtomicExpansionKind
shouldExpandAtomicRMWInIR(AtomicRMWInst
*) const override
;
389 Align
getPrefLoopAlignment(MachineLoop
*ML
) const override
;
391 void allocateHSAUserSGPRs(CCState
&CCInfo
,
393 const SIRegisterInfo
&TRI
,
394 SIMachineFunctionInfo
&Info
) const;
396 void allocateSystemSGPRs(CCState
&CCInfo
,
398 SIMachineFunctionInfo
&Info
,
399 CallingConv::ID CallConv
,
400 bool IsShader
) const;
402 void allocateSpecialEntryInputVGPRs(CCState
&CCInfo
,
404 const SIRegisterInfo
&TRI
,
405 SIMachineFunctionInfo
&Info
) const;
406 void allocateSpecialInputSGPRs(
409 const SIRegisterInfo
&TRI
,
410 SIMachineFunctionInfo
&Info
) const;
412 void allocateSpecialInputVGPRs(CCState
&CCInfo
,
414 const SIRegisterInfo
&TRI
,
415 SIMachineFunctionInfo
&Info
) const;
418 } // End namespace llvm