[PowerPC] Do not emit record-form rotates when record-form andi/andis suffices
[llvm-core.git] / lib / Target / AMDGPU / AMDGPUInstrInfo.td
blob7442a59e594f1a2b17e0e8980d66bb6bf866c71a
1 //===-- AMDGPUInstrInfo.td - AMDGPU DAG nodes --------------*- tablegen -*-===//
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 // This file contains DAG node defintions for the AMDGPU target.
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // AMDGPU DAG Profiles
16 //===----------------------------------------------------------------------===//
18 def AMDGPUDTIntTernaryOp : SDTypeProfile<1, 3, [
19   SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisInt<0>, SDTCisInt<3>
20 ]>;
22 def AMDGPUTrigPreOp : SDTypeProfile<1, 2,
23   [SDTCisSameAs<0, 1>, SDTCisFP<0>, SDTCisInt<2>]
26 def AMDGPULdExpOp : SDTypeProfile<1, 2,
27   [SDTCisSameAs<0, 1>, SDTCisFP<0>, SDTCisInt<2>]
30 def AMDGPUFPClassOp : SDTypeProfile<1, 2,
31   [SDTCisInt<0>, SDTCisFP<1>, SDTCisInt<2>]
34 def AMDGPUFPPackOp : SDTypeProfile<1, 2,
35   [SDTCisFP<1>, SDTCisSameAs<1, 2>]
38 def AMDGPUIntPackOp : SDTypeProfile<1, 2,
39   [SDTCisInt<1>, SDTCisSameAs<1, 2>]
42 def AMDGPUDivScaleOp : SDTypeProfile<2, 3,
43   [SDTCisFP<0>, SDTCisInt<1>, SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>, SDTCisSameAs<0, 4>]
46 // float, float, float, vcc
47 def AMDGPUFmasOp : SDTypeProfile<1, 4,
48   [SDTCisFP<0>, SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>, SDTCisInt<4>]
51 def AMDGPUKillSDT : SDTypeProfile<0, 1, [SDTCisInt<0>]>;
53 def AMDGPUIfOp : SDTypeProfile<1, 2,
54   [SDTCisVT<0, i64>, SDTCisVT<1, i1>, SDTCisVT<2, OtherVT>]
57 def AMDGPUElseOp : SDTypeProfile<1, 2,
58   [SDTCisVT<0, i64>, SDTCisVT<1, i64>, SDTCisVT<2, OtherVT>]
61 def AMDGPULoopOp : SDTypeProfile<0, 2,
62   [SDTCisVT<0, i64>, SDTCisVT<1, OtherVT>]
65 def AMDGPUBreakOp : SDTypeProfile<1, 1,
66   [SDTCisVT<0, i64>, SDTCisVT<1, i64>]
69 def AMDGPUIfBreakOp : SDTypeProfile<1, 2,
70   [SDTCisVT<0, i64>, SDTCisVT<1, i1>, SDTCisVT<2, i64>]
73 def AMDGPUElseBreakOp : SDTypeProfile<1, 2,
74   [SDTCisVT<0, i64>, SDTCisVT<1, i64>, SDTCisVT<2, i64>]
77 def AMDGPUAddeSubeOp : SDTypeProfile<2, 3,
78   [SDTCisSameAs<0, 2>, SDTCisSameAs<0, 3>, SDTCisVT<0, i32>, SDTCisVT<1, i1>, SDTCisVT<4, i1>]
81 def SDT_AMDGPUTCRET : SDTypeProfile<0, 2, [SDTCisPtrTy<0>]>;
83 //===----------------------------------------------------------------------===//
84 // AMDGPU DAG Nodes
87 def AMDGPUif : SDNode<"AMDGPUISD::IF", AMDGPUIfOp, [SDNPHasChain]>;
88 def AMDGPUelse : SDNode<"AMDGPUISD::ELSE", AMDGPUElseOp, [SDNPHasChain]>;
89 def AMDGPUloop : SDNode<"AMDGPUISD::LOOP", AMDGPULoopOp, [SDNPHasChain]>;
91 def callseq_start : SDNode<"ISD::CALLSEQ_START",
92   SDCallSeqStart<[ SDTCisVT<0, i32>, SDTCisVT<1, i32> ]>,
93   [SDNPHasChain, SDNPOutGlue]
96 def callseq_end : SDNode<"ISD::CALLSEQ_END",
97  SDCallSeqEnd<[ SDTCisVT<0, i32>, SDTCisVT<1, i32> ]>,
98   [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]
101 def AMDGPUcall : SDNode<"AMDGPUISD::CALL",
102   SDTypeProfile<0, -1, [SDTCisPtrTy<0>]>,
103   [SDNPHasChain, SDNPOptInGlue, SDNPOutGlue,
104   SDNPVariadic]
107 def AMDGPUtc_return: SDNode<"AMDGPUISD::TC_RETURN", SDT_AMDGPUTCRET,
108   [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]
111 def AMDGPUtrap : SDNode<"AMDGPUISD::TRAP",
112   SDTypeProfile<0, -1, [SDTCisVT<0, i16>]>,
113     [SDNPHasChain, SDNPVariadic, SDNPSideEffect, SDNPInGlue]
116 def AMDGPUconstdata_ptr : SDNode<
117   "AMDGPUISD::CONST_DATA_PTR", SDTypeProfile <1, 1, [SDTCisVT<0, iPTR>,
118                                                      SDTCisVT<0, iPTR>]>
121 // This argument to this node is a dword address.
122 def AMDGPUdwordaddr : SDNode<"AMDGPUISD::DWORDADDR", SDTIntUnaryOp>;
124 // Force dependencies for vector trunc stores
125 def R600dummy_chain : SDNode<"AMDGPUISD::DUMMY_CHAIN", SDTNone, [SDNPHasChain]>;
127 def AMDGPUcos : SDNode<"AMDGPUISD::COS_HW", SDTFPUnaryOp>;
128 def AMDGPUsin : SDNode<"AMDGPUISD::SIN_HW", SDTFPUnaryOp>;
130 // out = a - floor(a)
131 def AMDGPUfract : SDNode<"AMDGPUISD::FRACT", SDTFPUnaryOp>;
133 // out = 1.0 / a
134 def AMDGPUrcp : SDNode<"AMDGPUISD::RCP", SDTFPUnaryOp>;
136 // out = 1.0 / sqrt(a)
137 def AMDGPUrsq : SDNode<"AMDGPUISD::RSQ", SDTFPUnaryOp>;
139 // out = 1.0 / sqrt(a)
140 def AMDGPUrcp_legacy : SDNode<"AMDGPUISD::RCP_LEGACY", SDTFPUnaryOp>;
141 def AMDGPUrsq_legacy : SDNode<"AMDGPUISD::RSQ_LEGACY", SDTFPUnaryOp>;
143 def AMDGPUrcp_iflag : SDNode<"AMDGPUISD::RCP_IFLAG", SDTFPUnaryOp>;
145 // out = 1.0 / sqrt(a) result clamped to +/- max_float.
146 def AMDGPUrsq_clamp : SDNode<"AMDGPUISD::RSQ_CLAMP", SDTFPUnaryOp>;
148 def AMDGPUldexp : SDNode<"AMDGPUISD::LDEXP", AMDGPULdExpOp>;
150 def AMDGPUpkrtz_f16_f32 : SDNode<"AMDGPUISD::CVT_PKRTZ_F16_F32", AMDGPUFPPackOp>;
151 def AMDGPUpknorm_i16_f32 : SDNode<"AMDGPUISD::CVT_PKNORM_I16_F32", AMDGPUFPPackOp>;
152 def AMDGPUpknorm_u16_f32 : SDNode<"AMDGPUISD::CVT_PKNORM_U16_F32", AMDGPUFPPackOp>;
153 def AMDGPUpk_i16_i32 : SDNode<"AMDGPUISD::CVT_PK_I16_I32", AMDGPUIntPackOp>;
154 def AMDGPUpk_u16_u32 : SDNode<"AMDGPUISD::CVT_PK_U16_U32", AMDGPUIntPackOp>;
155 def AMDGPUfp_to_f16 : SDNode<"AMDGPUISD::FP_TO_FP16" , SDTFPToIntOp>;
156 def AMDGPUfp16_zext : SDNode<"AMDGPUISD::FP16_ZEXT" , SDTFPToIntOp>;
159 def AMDGPUfp_class : SDNode<"AMDGPUISD::FP_CLASS", AMDGPUFPClassOp>;
161 // out = max(a, b) a and b are floats, where a nan comparison fails.
162 // This is not commutative because this gives the second operand:
163 //   x < nan ? x : nan -> nan
164 //   nan < x ? nan : x -> x
165 def AMDGPUfmax_legacy : SDNode<"AMDGPUISD::FMAX_LEGACY", SDTFPBinOp,
166   []
169 def AMDGPUfmul_legacy : SDNode<"AMDGPUISD::FMUL_LEGACY", SDTFPBinOp,
170   [SDNPCommutative, SDNPAssociative]
173 // out = min(a, b) a and b are floats, where a nan comparison fails.
174 def AMDGPUfmin_legacy : SDNode<"AMDGPUISD::FMIN_LEGACY", SDTFPBinOp,
175   []
178 // FIXME: TableGen doesn't like commutative instructions with more
179 // than 2 operands.
180 // out = max(a, b, c) a, b and c are floats
181 def AMDGPUfmax3 : SDNode<"AMDGPUISD::FMAX3", SDTFPTernaryOp,
182   [/*SDNPCommutative, SDNPAssociative*/]
185 // out = max(a, b, c) a, b, and c are signed ints
186 def AMDGPUsmax3 : SDNode<"AMDGPUISD::SMAX3", AMDGPUDTIntTernaryOp,
187   [/*SDNPCommutative, SDNPAssociative*/]
190 // out = max(a, b, c) a, b and c are unsigned ints
191 def AMDGPUumax3 : SDNode<"AMDGPUISD::UMAX3", AMDGPUDTIntTernaryOp,
192   [/*SDNPCommutative, SDNPAssociative*/]
195 // out = min(a, b, c) a, b and c are floats
196 def AMDGPUfmin3 : SDNode<"AMDGPUISD::FMIN3", SDTFPTernaryOp,
197   [/*SDNPCommutative, SDNPAssociative*/]
200 // out = min(a, b, c) a, b and c are signed ints
201 def AMDGPUsmin3 : SDNode<"AMDGPUISD::SMIN3", AMDGPUDTIntTernaryOp,
202   [/*SDNPCommutative, SDNPAssociative*/]
205 // out = min(a, b) a and b are unsigned ints
206 def AMDGPUumin3 : SDNode<"AMDGPUISD::UMIN3", AMDGPUDTIntTernaryOp,
207   [/*SDNPCommutative, SDNPAssociative*/]
210 // out = (src0 + src1 > 0xFFFFFFFF) ? 1 : 0
211 def AMDGPUcarry : SDNode<"AMDGPUISD::CARRY", SDTIntBinOp, []>;
213 // out = (src1 > src0) ? 1 : 0
214 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
216 // TODO: remove AMDGPUadde/AMDGPUsube when ADDCARRY/SUBCARRY get their own
217 // nodes in TargetSelectionDAG.td.
218 def AMDGPUadde : SDNode<"ISD::ADDCARRY", AMDGPUAddeSubeOp, []>;
220 def AMDGPUsube : SDNode<"ISD::SUBCARRY", AMDGPUAddeSubeOp, []>;
222 def AMDGPUSetCCOp : SDTypeProfile<1, 3, [        // setcc
223   SDTCisVT<0, i64>, SDTCisSameAs<1, 2>, SDTCisVT<3, OtherVT>
226 def AMDGPUsetcc : SDNode<"AMDGPUISD::SETCC", AMDGPUSetCCOp>;
228 def AMDGPUSetRegOp :  SDTypeProfile<0, 2, [
229   SDTCisInt<0>, SDTCisInt<1>
232 def AMDGPUsetreg : SDNode<"AMDGPUISD::SETREG", AMDGPUSetRegOp, [
233   SDNPHasChain, SDNPSideEffect, SDNPOptInGlue, SDNPOutGlue]>;
235 def AMDGPUfma : SDNode<"AMDGPUISD::FMA_W_CHAIN", SDTFPTernaryOp, [
236    SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
238 def AMDGPUmul : SDNode<"AMDGPUISD::FMUL_W_CHAIN", SDTFPBinOp, [
239   SDNPHasChain, SDNPOptInGlue, SDNPOutGlue]>;
241 def AMDGPUcvt_f32_ubyte0 : SDNode<"AMDGPUISD::CVT_F32_UBYTE0",
242   SDTIntToFPOp, []>;
243 def AMDGPUcvt_f32_ubyte1 : SDNode<"AMDGPUISD::CVT_F32_UBYTE1",
244   SDTIntToFPOp, []>;
245 def AMDGPUcvt_f32_ubyte2 : SDNode<"AMDGPUISD::CVT_F32_UBYTE2",
246   SDTIntToFPOp, []>;
247 def AMDGPUcvt_f32_ubyte3 : SDNode<"AMDGPUISD::CVT_F32_UBYTE3",
248   SDTIntToFPOp, []>;
251 // urecip - This operation is a helper for integer division, it returns the
252 // result of 1 / a as a fractional unsigned integer.
253 // out = (2^32 / a) + e
254 // e is rounding error
255 def AMDGPUurecip : SDNode<"AMDGPUISD::URECIP", SDTIntUnaryOp>;
257 // Special case divide preop and flags.
258 def AMDGPUdiv_scale : SDNode<"AMDGPUISD::DIV_SCALE", AMDGPUDivScaleOp>;
260 //  Special case divide FMA with scale and flags (src0 = Quotient,
261 //  src1 = Denominator, src2 = Numerator).
262 def AMDGPUdiv_fmas : SDNode<"AMDGPUISD::DIV_FMAS", AMDGPUFmasOp>;
264 // Single or double precision division fixup.
265 // Special case divide fixup and flags(src0 = Quotient, src1 =
266 // Denominator, src2 = Numerator).
267 def AMDGPUdiv_fixup : SDNode<"AMDGPUISD::DIV_FIXUP", SDTFPTernaryOp>;
269 def AMDGPUfmad_ftz : SDNode<"AMDGPUISD::FMAD_FTZ", SDTFPTernaryOp>;
271 // Look Up 2.0 / pi src0 with segment select src1[4:0]
272 def AMDGPUtrig_preop : SDNode<"AMDGPUISD::TRIG_PREOP", AMDGPUTrigPreOp>;
274 def AMDGPUregister_load : SDNode<"AMDGPUISD::REGISTER_LOAD",
275                           SDTypeProfile<1, 2, [SDTCisPtrTy<1>, SDTCisInt<2>]>,
276                           [SDNPHasChain, SDNPMayLoad]>;
278 def AMDGPUregister_store : SDNode<"AMDGPUISD::REGISTER_STORE",
279                            SDTypeProfile<0, 3, [SDTCisPtrTy<1>, SDTCisInt<2>]>,
280                            [SDNPHasChain, SDNPMayStore]>;
282 // MSKOR instructions are atomic memory instructions used mainly for storing
283 // 8-bit and 16-bit values.  The definition is:
285 // MSKOR(dst, mask, src) MEM[dst] = ((MEM[dst] & ~mask) | src)
287 // src0: vec4(src, 0, 0, mask)
288 // src1: dst - rat offset (aka pointer) in dwords
289 def AMDGPUstore_mskor : SDNode<"AMDGPUISD::STORE_MSKOR",
290                         SDTypeProfile<0, 2, []>,
291                         [SDNPHasChain, SDNPMayStore, SDNPMemOperand]>;
293 def AMDGPUatomic_cmp_swap : SDNode<"AMDGPUISD::ATOMIC_CMP_SWAP",
294                             SDTypeProfile<1, 2, [SDTCisPtrTy<1>, SDTCisVec<2>]>,
295                             [SDNPHasChain, SDNPMayStore, SDNPMayLoad,
296                              SDNPMemOperand]>;
298 def AMDGPUround : SDNode<"ISD::FROUND",
299                          SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisSameAs<0,1>]>>;
301 def AMDGPUbfe_u32 : SDNode<"AMDGPUISD::BFE_U32", AMDGPUDTIntTernaryOp>;
302 def AMDGPUbfe_i32 : SDNode<"AMDGPUISD::BFE_I32", AMDGPUDTIntTernaryOp>;
303 def AMDGPUbfi : SDNode<"AMDGPUISD::BFI", AMDGPUDTIntTernaryOp>;
304 def AMDGPUbfm : SDNode<"AMDGPUISD::BFM", SDTIntBinOp>;
306 def AMDGPUffbh_u32 : SDNode<"AMDGPUISD::FFBH_U32", SDTIntUnaryOp>;
307 def AMDGPUffbh_i32 : SDNode<"AMDGPUISD::FFBH_I32", SDTIntUnaryOp>;
309 def AMDGPUffbl_b32 : SDNode<"AMDGPUISD::FFBL_B32", SDTIntUnaryOp>;
311 // Signed and unsigned 24-bit multiply. The highest 8-bits are ignore
312 // when performing the mulitply. The result is a 32-bit value.
313 def AMDGPUmul_u24 : SDNode<"AMDGPUISD::MUL_U24", SDTIntBinOp,
314   [SDNPCommutative, SDNPAssociative]
316 def AMDGPUmul_i24 : SDNode<"AMDGPUISD::MUL_I24", SDTIntBinOp,
317   [SDNPCommutative, SDNPAssociative]
320 def AMDGPUmulhi_u24 : SDNode<"AMDGPUISD::MULHI_U24", SDTIntBinOp,
321   [SDNPCommutative, SDNPAssociative]
323 def AMDGPUmulhi_i24 : SDNode<"AMDGPUISD::MULHI_I24", SDTIntBinOp,
324   [SDNPCommutative, SDNPAssociative]
327 def AMDGPUmad_u24 : SDNode<"AMDGPUISD::MAD_U24", AMDGPUDTIntTernaryOp,
328   []
330 def AMDGPUmad_i24 : SDNode<"AMDGPUISD::MAD_I24", AMDGPUDTIntTernaryOp,
331   []
334 def AMDGPUsmed3 : SDNode<"AMDGPUISD::SMED3", AMDGPUDTIntTernaryOp,
335   []
338 def AMDGPUumed3 : SDNode<"AMDGPUISD::UMED3", AMDGPUDTIntTernaryOp,
339   []
342 def AMDGPUfmed3 : SDNode<"AMDGPUISD::FMED3", SDTFPTernaryOp, []>;
344 def AMDGPUfdot2 : SDNode<"AMDGPUISD::FDOT2",
345                   SDTypeProfile<1, 4, [SDTCisSameAs<0, 3>, SDTCisSameAs<1, 2>,
346                                        SDTCisFP<0>, SDTCisVec<1>,
347                                        SDTCisInt<4>]>,
348                   []>;
350 def AMDGPUperm : SDNode<"AMDGPUISD::PERM", AMDGPUDTIntTernaryOp, []>;
352 def AMDGPUinit_exec : SDNode<"AMDGPUISD::INIT_EXEC",
353                       SDTypeProfile<0, 1, [SDTCisInt<0>]>,
354                       [SDNPHasChain, SDNPInGlue]>;
356 def AMDGPUinit_exec_from_input : SDNode<"AMDGPUISD::INIT_EXEC_FROM_INPUT",
357                                  SDTypeProfile<0, 2,
358                                  [SDTCisInt<0>, SDTCisInt<1>]>,
359                                  [SDNPHasChain, SDNPInGlue]>;
361 def AMDGPUsendmsg : SDNode<"AMDGPUISD::SENDMSG",
362                     SDTypeProfile<0, 1, [SDTCisInt<0>]>,
363                     [SDNPHasChain, SDNPInGlue]>;
365 def AMDGPUsendmsghalt : SDNode<"AMDGPUISD::SENDMSGHALT",
366                     SDTypeProfile<0, 1, [SDTCisInt<0>]>,
367                     [SDNPHasChain, SDNPInGlue]>;
369 def AMDGPUinterp_mov : SDNode<"AMDGPUISD::INTERP_MOV",
370                         SDTypeProfile<1, 3, [SDTCisFP<0>]>,
371                         [SDNPInGlue]>;
373 def AMDGPUinterp_p1 : SDNode<"AMDGPUISD::INTERP_P1",
374                       SDTypeProfile<1, 3, [SDTCisFP<0>]>,
375                       [SDNPInGlue, SDNPOutGlue]>;
377 def AMDGPUinterp_p2 : SDNode<"AMDGPUISD::INTERP_P2",
378                       SDTypeProfile<1, 4, [SDTCisFP<0>]>,
379                       [SDNPInGlue]>;
382 def AMDGPUkill : SDNode<"AMDGPUISD::KILL", AMDGPUKillSDT,
383   [SDNPHasChain, SDNPSideEffect]>;
385 // SI+ export
386 def AMDGPUExportOp : SDTypeProfile<0, 8, [
387   SDTCisInt<0>,       // i8 tgt
388   SDTCisInt<1>,       // i8 en
389                       // i32 or f32 src0
390   SDTCisSameAs<3, 2>, // f32 src1
391   SDTCisSameAs<4, 2>, // f32 src2
392   SDTCisSameAs<5, 2>, // f32 src3
393   SDTCisInt<6>,       // i1 compr
394   // skip done
395   SDTCisInt<1>        // i1 vm
399 def AMDGPUexport: SDNode<"AMDGPUISD::EXPORT", AMDGPUExportOp,
400   [SDNPHasChain, SDNPMayStore]>;
402 def AMDGPUexport_done: SDNode<"AMDGPUISD::EXPORT_DONE", AMDGPUExportOp,
403   [SDNPHasChain, SDNPMayLoad, SDNPMayStore]>;
406 def R600ExportOp : SDTypeProfile<0, 7, [SDTCisFP<0>, SDTCisInt<1>]>;
408 def R600_EXPORT: SDNode<"AMDGPUISD::R600_EXPORT", R600ExportOp,
409   [SDNPHasChain, SDNPSideEffect]>;
411 //===----------------------------------------------------------------------===//
412 // Flow Control Profile Types
413 //===----------------------------------------------------------------------===//
414 // Branch instruction where second and third are basic blocks
415 def SDTIL_BRCond : SDTypeProfile<0, 2, [
416     SDTCisVT<0, OtherVT>
417     ]>;
419 //===----------------------------------------------------------------------===//
420 // Flow Control DAG Nodes
421 //===----------------------------------------------------------------------===//
422 def IL_brcond      : SDNode<"AMDGPUISD::BRANCH_COND", SDTIL_BRCond, [SDNPHasChain]>;
424 //===----------------------------------------------------------------------===//
425 // Call/Return DAG Nodes
426 //===----------------------------------------------------------------------===//
427 def AMDGPUendpgm : SDNode<"AMDGPUISD::ENDPGM", SDTNone,
428     [SDNPHasChain, SDNPOptInGlue]>;
430 def AMDGPUreturn_to_epilog : SDNode<"AMDGPUISD::RETURN_TO_EPILOG", SDTNone,
431     [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]>;
433 def AMDGPUret_flag : SDNode<"AMDGPUISD::RET_FLAG", SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>,
434   [SDNPHasChain, SDNPOptInGlue, SDNPVariadic]