[CFLAA] LLVM_CONSTEXPR -> const
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
1 //===-- PPCISelLowering.h - PPC32 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 // This file defines the interfaces that PPC uses to lower LLVM code into a
11 // selection DAG.
12 //
13 //===----------------------------------------------------------------------===//
14
15 #ifndef LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
16 #define LLVM_LIB_TARGET_POWERPC_PPCISELLOWERING_H
17
18 #include "PPC.h"
19 #include "PPCInstrInfo.h"
20 #include "PPCRegisterInfo.h"
21 #include "llvm/CodeGen/CallingConvLower.h"
22 #include "llvm/CodeGen/SelectionDAG.h"
23 #include "llvm/Target/TargetLowering.h"
24
25 namespace llvm {
26   namespace PPCISD {
27     enum NodeType {
28       // Start the numbering where the builtin ops and target ops leave off.
29       FIRST_NUMBER = ISD::BUILTIN_OP_END,
30
31       /// FSEL - Traditional three-operand fsel node.
32       ///
33       FSEL,
34
35       /// FCFID - The FCFID instruction, taking an f64 operand and producing
36       /// and f64 value containing the FP representation of the integer that
37       /// was temporarily in the f64 operand.
38       FCFID,
39
40       /// Newer FCFID[US] integer-to-floating-point conversion instructions for
41       /// unsigned integers and single-precision outputs.
42       FCFIDU, FCFIDS, FCFIDUS,
43
44       /// FCTI[D,W]Z - The FCTIDZ and FCTIWZ instructions, taking an f32 or f64
45       /// operand, producing an f64 value containing the integer representation
46       /// of that FP value.
47       FCTIDZ, FCTIWZ,
48
49       /// Newer FCTI[D,W]UZ floating-point-to-integer conversion instructions for
50       /// unsigned integers.
51       FCTIDUZ, FCTIWUZ,
52
53       /// Reciprocal estimate instructions (unary FP ops).
54       FRE, FRSQRTE,
55
56       // VMADDFP, VNMSUBFP - The VMADDFP and VNMSUBFP instructions, taking
57       // three v4f32 operands and producing a v4f32 result.
58       VMADDFP, VNMSUBFP,
59
60       /// VPERM - The PPC VPERM Instruction.
61       ///
62       VPERM,
63
64       /// Hi/Lo - These represent the high and low 16-bit parts of a global
65       /// address respectively.  These nodes have two operands, the first of
66       /// which must be a TargetGlobalAddress, and the second of which must be a
67       /// Constant.  Selected naively, these turn into 'lis G+C' and 'li G+C',
68       /// though these are usually folded into other nodes.
69       Hi, Lo,
70
71       TOC_ENTRY,
72
73       /// The following two target-specific nodes are used for calls through
74       /// function pointers in the 64-bit SVR4 ABI.
75
76       /// Like a regular LOAD but additionally taking/producing a flag.
77       LOAD,
78
79       /// Like LOAD (taking/producing a flag), but using r2 as hard-coded
80       /// destination.
81       LOAD_TOC,
82
83       /// OPRC, CHAIN = DYNALLOC(CHAIN, NEGSIZE, FRAME_INDEX)
84       /// This instruction is lowered in PPCRegisterInfo::eliminateFrameIndex to
85       /// compute an allocation on the stack.
86       DYNALLOC,
87
88       /// GlobalBaseReg - On Darwin, this node represents the result of the mflr
89       /// at function entry, used for PIC code.
90       GlobalBaseReg,
91
92       /// These nodes represent the 32-bit PPC shifts that operate on 6-bit
93       /// shift amounts.  These nodes are generated by the multi-precision shift
94       /// code.
95       SRL, SRA, SHL,
96
97       /// CALL - A direct function call.
98       /// CALL_NOP is a call with the special NOP which follows 64-bit
99       /// SVR4 calls.
100       CALL, CALL_NOP,
101
102       /// CHAIN,FLAG = MTCTR(VAL, CHAIN[, INFLAG]) - Directly corresponds to a
103       /// MTCTR instruction.
104       MTCTR,
105
106       /// CHAIN,FLAG = BCTRL(CHAIN, INFLAG) - Directly corresponds to a
107       /// BCTRL instruction.
108       BCTRL,
109
110       /// Return with a flag operand, matched by 'blr'
111       RET_FLAG,
112
113       /// R32 = MFOCRF(CRREG, INFLAG) - Represents the MFOCRF instruction.
114       /// This copies the bits corresponding to the specified CRREG into the
115       /// resultant GPR.  Bits corresponding to other CR regs are undefined.
116       MFOCRF,
117
118       // FIXME: Remove these once the ANDI glue bug is fixed:
119       /// i1 = ANDIo_1_[EQ|GT]_BIT(i32 or i64 x) - Represents the result of the
120       /// eq or gt bit of CR0 after executing andi. x, 1. This is used to
121       /// implement truncation of i32 or i64 to i1.
122       ANDIo_1_EQ_BIT, ANDIo_1_GT_BIT,
123
124       // EH_SJLJ_SETJMP - SjLj exception handling setjmp.
125       EH_SJLJ_SETJMP,
126
127       // EH_SJLJ_LONGJMP - SjLj exception handling longjmp.
128       EH_SJLJ_LONGJMP,
129
130       /// RESVEC = VCMP(LHS, RHS, OPC) - Represents one of the altivec VCMP*
131       /// instructions.  For lack of better number, we use the opcode number
132       /// encoding for the OPC field to identify the compare.  For example, 838
133       /// is VCMPGTSH.
134       VCMP,
135
136       /// RESVEC, OUTFLAG = VCMPo(LHS, RHS, OPC) - Represents one of the
137       /// altivec VCMP*o instructions.  For lack of better number, we use the
138       /// opcode number encoding for the OPC field to identify the compare.  For
139       /// example, 838 is VCMPGTSH.
140       VCMPo,
141
142       /// CHAIN = COND_BRANCH CHAIN, CRRC, OPC, DESTBB [, INFLAG] - This
143       /// corresponds to the COND_BRANCH pseudo instruction.  CRRC is the
144       /// condition register to branch on, OPC is the branch opcode to use (e.g.
145       /// PPC::BLE), DESTBB is the destination block to branch to, and INFLAG is
146       /// an optional input flag argument.
147       COND_BRANCH,
148
149       /// CHAIN = BDNZ CHAIN, DESTBB - These are used to create counter-based
150       /// loops.
151       BDNZ, BDZ,
152
153       /// F8RC = FADDRTZ F8RC, F8RC - This is an FADD done with rounding
154       /// towards zero.  Used only as part of the long double-to-int
155       /// conversion sequence.
156       FADDRTZ,
157
158       /// F8RC = MFFS - This moves the FPSCR (not modeled) into the register.
159       MFFS,
160
161       /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and
162       /// reserve indexed. This is used to implement atomic operations.
163       LARX,
164
165       /// STCX = This corresponds to PPC stcx. instrcution: store conditional
166       /// indexed. This is used to implement atomic operations.
167       STCX,
168
169       /// TC_RETURN - A tail call return.
170       ///   operand #0 chain
171       ///   operand #1 callee (register or absolute)
172       ///   operand #2 stack adjustment
173       ///   operand #3 optional in flag
174       TC_RETURN,
175
176       /// ch, gl = CR6[UN]SET ch, inglue - Toggle CR bit 6 for SVR4 vararg calls
177       CR6SET,
178       CR6UNSET,
179
180       /// GPRC = address of _GLOBAL_OFFSET_TABLE_. Used by initial-exec TLS
181       /// on PPC32.
182       PPC32_GOT,
183
184       /// GPRC = address of _GLOBAL_OFFSET_TABLE_. Used by general dynamic and
185       /// local dynamic TLS  on PPC32.
186       PPC32_PICGOT,
187
188       /// G8RC = ADDIS_GOT_TPREL_HA %X2, Symbol - Used by the initial-exec
189       /// TLS model, produces an ADDIS8 instruction that adds the GOT
190       /// base to sym\@got\@tprel\@ha.
191       ADDIS_GOT_TPREL_HA,
192
193       /// G8RC = LD_GOT_TPREL_L Symbol, G8RReg - Used by the initial-exec
194       /// TLS model, produces a LD instruction with base register G8RReg
195       /// and offset sym\@got\@tprel\@l.  This completes the addition that
196       /// finds the offset of "sym" relative to the thread pointer.
197       LD_GOT_TPREL_L,
198
199       /// G8RC = ADD_TLS G8RReg, Symbol - Used by the initial-exec TLS
200       /// model, produces an ADD instruction that adds the contents of
201       /// G8RReg to the thread pointer.  Symbol contains a relocation
202       /// sym\@tls which is to be replaced by the thread pointer and
203       /// identifies to the linker that the instruction is part of a
204       /// TLS sequence.
205       ADD_TLS,
206
207       /// G8RC = ADDIS_TLSGD_HA %X2, Symbol - For the general-dynamic TLS
208       /// model, produces an ADDIS8 instruction that adds the GOT base
209       /// register to sym\@got\@tlsgd\@ha.
210       ADDIS_TLSGD_HA,
211
212       /// G8RC = ADDI_TLSGD_L G8RReg, Symbol - For the general-dynamic TLS
213       /// model, produces an ADDI8 instruction that adds G8RReg to
214       /// sym\@got\@tlsgd\@l.
215       ADDI_TLSGD_L,
216
217       /// G8RC = GET_TLS_ADDR %X3, Symbol - For the general-dynamic TLS
218       /// model, produces a call to __tls_get_addr(sym\@tlsgd).
219       GET_TLS_ADDR,
220
221       /// G8RC = ADDIS_TLSLD_HA %X2, Symbol - For the local-dynamic TLS
222       /// model, produces an ADDIS8 instruction that adds the GOT base
223       /// register to sym\@got\@tlsld\@ha.
224       ADDIS_TLSLD_HA,
225
226       /// G8RC = ADDI_TLSLD_L G8RReg, Symbol - For the local-dynamic TLS
227       /// model, produces an ADDI8 instruction that adds G8RReg to
228       /// sym\@got\@tlsld\@l.
229       ADDI_TLSLD_L,
230
231       /// G8RC = GET_TLSLD_ADDR %X3, Symbol - For the local-dynamic TLS
232       /// model, produces a call to __tls_get_addr(sym\@tlsld).
233       GET_TLSLD_ADDR,
234
235       /// G8RC = ADDIS_DTPREL_HA %X3, Symbol, Chain - For the
236       /// local-dynamic TLS model, produces an ADDIS8 instruction
237       /// that adds X3 to sym\@dtprel\@ha. The Chain operand is needed
238       /// to tie this in place following a copy to %X3 from the result
239       /// of a GET_TLSLD_ADDR.
240       ADDIS_DTPREL_HA,
241
242       /// G8RC = ADDI_DTPREL_L G8RReg, Symbol - For the local-dynamic TLS
243       /// model, produces an ADDI8 instruction that adds G8RReg to
244       /// sym\@got\@dtprel\@l.
245       ADDI_DTPREL_L,
246
247       /// VRRC = VADD_SPLAT Elt, EltSize - Temporary node to be expanded
248       /// during instruction selection to optimize a BUILD_VECTOR into
249       /// operations on splats.  This is necessary to avoid losing these
250       /// optimizations due to constant folding.
251       VADD_SPLAT,
252
253       /// CHAIN = SC CHAIN, Imm128 - System call.  The 7-bit unsigned
254       /// operand identifies the operating system entry point.
255       SC,
256
257       /// CHAIN = STBRX CHAIN, GPRC, Ptr, Type - This is a
258       /// byte-swapping store instruction.  It byte-swaps the low "Type" bits of
259       /// the GPRC input, then stores it through Ptr.  Type can be either i16 or
260       /// i32.
261       STBRX = ISD::FIRST_TARGET_MEMORY_OPCODE,
262
263       /// GPRC, CHAIN = LBRX CHAIN, Ptr, Type - This is a
264       /// byte-swapping load instruction.  It loads "Type" bits, byte swaps it,
265       /// then puts it in the bottom bits of the GPRC.  TYPE can be either i16
266       /// or i32.
267       LBRX,
268
269       /// STFIWX - The STFIWX instruction.  The first operand is an input token
270       /// chain, then an f64 value to store, then an address to store it to.
271       STFIWX,
272
273       /// GPRC, CHAIN = LFIWAX CHAIN, Ptr - This is a floating-point
274       /// load which sign-extends from a 32-bit integer value into the
275       /// destination 64-bit register.
276       LFIWAX,
277
278       /// GPRC, CHAIN = LFIWZX CHAIN, Ptr - This is a floating-point
279       /// load which zero-extends from a 32-bit integer value into the
280       /// destination 64-bit register.
281       LFIWZX,
282
283       /// G8RC = ADDIS_TOC_HA %X2, Symbol - For medium and large code model,
284       /// produces an ADDIS8 instruction that adds the TOC base register to
285       /// sym\@toc\@ha.
286       ADDIS_TOC_HA,
287
288       /// G8RC = LD_TOC_L Symbol, G8RReg - For medium and large code model,
289       /// produces a LD instruction with base register G8RReg and offset
290       /// sym\@toc\@l. Preceded by an ADDIS_TOC_HA to form a full 32-bit offset.
291       LD_TOC_L,
292
293       /// G8RC = ADDI_TOC_L G8RReg, Symbol - For medium code model, produces
294       /// an ADDI8 instruction that adds G8RReg to sym\@toc\@l.
295       /// Preceded by an ADDIS_TOC_HA to form a full 32-bit offset.
296       ADDI_TOC_L
297     };
298   }
299
300   /// Define some predicates that are used for node matching.
301   namespace PPC {
302     /// isVPKUHUMShuffleMask - Return true if this is the shuffle mask for a
303     /// VPKUHUM instruction.
304     bool isVPKUHUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
305                               SelectionDAG &DAG);
306
307     /// isVPKUWUMShuffleMask - Return true if this is the shuffle mask for a
308     /// VPKUWUM instruction.
309     bool isVPKUWUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
310                               SelectionDAG &DAG);
311
312     /// isVMRGLShuffleMask - Return true if this is a shuffle mask suitable for
313     /// a VRGL* instruction with the specified unit size (1,2 or 4 bytes).
314     bool isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
315                             unsigned ShuffleKind, SelectionDAG &DAG);
316
317     /// isVMRGHShuffleMask - Return true if this is a shuffle mask suitable for
318     /// a VRGH* instruction with the specified unit size (1,2 or 4 bytes).
319     bool isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
320                             unsigned ShuffleKind, SelectionDAG &DAG);
321
322     /// isVSLDOIShuffleMask - If this is a vsldoi shuffle mask, return the
323     /// shift amount, otherwise return -1.
324     int isVSLDOIShuffleMask(SDNode *N, unsigned ShuffleKind,
325                             SelectionDAG &DAG);
326
327     /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
328     /// specifies a splat of a single element that is suitable for input to
329     /// VSPLTB/VSPLTH/VSPLTW.
330     bool isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize);
331
332     /// isAllNegativeZeroVector - Returns true if all elements of build_vector
333     /// are -0.0.
334     bool isAllNegativeZeroVector(SDNode *N);
335
336     /// getVSPLTImmediate - Return the appropriate VSPLT* immediate to splat the
337     /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
338     unsigned getVSPLTImmediate(SDNode *N, unsigned EltSize, SelectionDAG &DAG);
339
340     /// get_VSPLTI_elt - If this is a build_vector of constants which can be
341     /// formed by using a vspltis[bhw] instruction of the specified element
342     /// size, return the constant being splatted.  The ByteSize field indicates
343     /// the number of bytes of each element [124] -> [bhw].
344     SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
345   }
346
347   class PPCSubtarget;
348   class PPCTargetLowering : public TargetLowering {
349     const PPCSubtarget &Subtarget;
350
351   public:
352     explicit PPCTargetLowering(PPCTargetMachine &TM);
353
354     /// getTargetNodeName() - This method returns the name of a target specific
355     /// DAG node.
356     const char *getTargetNodeName(unsigned Opcode) const override;
357
358     MVT getScalarShiftAmountTy(EVT LHSTy) const override { return MVT::i32; }
359
360     /// getSetCCResultType - Return the ISD::SETCC ValueType
361     EVT getSetCCResultType(LLVMContext &Context, EVT VT) const override;
362
363     /// getPreIndexedAddressParts - returns true by value, base pointer and
364     /// offset pointer and addressing mode by reference if the node's address
365     /// can be legally represented as pre-indexed load / store address.
366     bool getPreIndexedAddressParts(SDNode *N, SDValue &Base,
367                                    SDValue &Offset,
368                                    ISD::MemIndexedMode &AM,
369                                    SelectionDAG &DAG) const override;
370
371     /// SelectAddressRegReg - Given the specified addressed, check to see if it
372     /// can be represented as an indexed [r+r] operation.  Returns false if it
373     /// can be more efficiently represented with [r+imm].
374     bool SelectAddressRegReg(SDValue N, SDValue &Base, SDValue &Index,
375                              SelectionDAG &DAG) const;
376
377     /// SelectAddressRegImm - Returns true if the address N can be represented
378     /// by a base register plus a signed 16-bit displacement [r+imm], and if it
379     /// is not better represented as reg+reg.  If Aligned is true, only accept
380     /// displacements suitable for STD and friends, i.e. multiples of 4.
381     bool SelectAddressRegImm(SDValue N, SDValue &Disp, SDValue &Base,
382                              SelectionDAG &DAG, bool Aligned) const;
383
384     /// SelectAddressRegRegOnly - Given the specified addressed, force it to be
385     /// represented as an indexed [r+r] operation.
386     bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
387                                  SelectionDAG &DAG) const;
388
389     Sched::Preference getSchedulingPreference(SDNode *N) const override;
390
391     /// LowerOperation - Provide custom lowering hooks for some operations.
392     ///
393     SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
394
395     /// ReplaceNodeResults - Replace the results of node with an illegal result
396     /// type with new values built out of custom code.
397     ///
398     void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
399                             SelectionDAG &DAG) const override;
400
401     SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
402
403     unsigned getRegisterByName(const char* RegName, EVT VT) const override;
404
405     void computeKnownBitsForTargetNode(const SDValue Op,
406                                        APInt &KnownZero,
407                                        APInt &KnownOne,
408                                        const SelectionDAG &DAG,
409                                        unsigned Depth = 0) const override;
410
411     MachineBasicBlock *
412       EmitInstrWithCustomInserter(MachineInstr *MI,
413                                   MachineBasicBlock *MBB) const override;
414     MachineBasicBlock *EmitAtomicBinary(MachineInstr *MI,
415                                         MachineBasicBlock *MBB, bool is64Bit,
416                                         unsigned BinOpcode) const;
417     MachineBasicBlock *EmitPartwordAtomicBinary(MachineInstr *MI,
418                                                 MachineBasicBlock *MBB,
419                                             bool is8bit, unsigned Opcode) const;
420
421     MachineBasicBlock *emitEHSjLjSetJmp(MachineInstr *MI,
422                                         MachineBasicBlock *MBB) const;
423
424     MachineBasicBlock *emitEHSjLjLongJmp(MachineInstr *MI,
425                                          MachineBasicBlock *MBB) const;
426
427     ConstraintType
428     getConstraintType(const std::string &Constraint) const override;
429
430     /// Examine constraint string and operand type and determine a weight value.
431     /// The operand object must already have been set up with the operand type.
432     ConstraintWeight getSingleConstraintMatchWeight(
433       AsmOperandInfo &info, const char *constraint) const override;
434
435     std::pair<unsigned, const TargetRegisterClass*>
436       getRegForInlineAsmConstraint(const std::string &Constraint,
437                                    MVT VT) const override;
438
439     /// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
440     /// function arguments in the caller parameter area.  This is the actual
441     /// alignment, not its logarithm.
442     unsigned getByValTypeAlignment(Type *Ty) const override;
443
444     /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
445     /// vector.  If it is invalid, don't add anything to Ops.
446     void LowerAsmOperandForConstraint(SDValue Op,
447                                       std::string &Constraint,
448                                       std::vector<SDValue> &Ops,
449                                       SelectionDAG &DAG) const override;
450
451     /// isLegalAddressingMode - Return true if the addressing mode represented
452     /// by AM is legal for this target, for a load/store of the specified type.
453     bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const override;
454
455     /// isLegalICmpImmediate - Return true if the specified immediate is legal
456     /// icmp immediate, that is the target has icmp instructions which can
457     /// compare a register against the immediate without having to materialize
458     /// the immediate into a register.
459     bool isLegalICmpImmediate(int64_t Imm) const override;
460
461     /// isLegalAddImmediate - Return true if the specified immediate is legal
462     /// add immediate, that is the target has add instructions which can
463     /// add a register and the immediate without having to materialize
464     /// the immediate into a register.
465     bool isLegalAddImmediate(int64_t Imm) const override;
466
467     /// isTruncateFree - Return true if it's free to truncate a value of
468     /// type Ty1 to type Ty2. e.g. On PPC it's free to truncate a i64 value in
469     /// register X1 to i32 by referencing its sub-register R1.
470     bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
471     bool isTruncateFree(EVT VT1, EVT VT2) const override;
472
473     /// \brief Returns true if it is beneficial to convert a load of a constant
474     /// to just the constant itself.
475     bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
476                                            Type *Ty) const override;
477
478     bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
479
480     bool getTgtMemIntrinsic(IntrinsicInfo &Info,
481                             const CallInst &I,
482                             unsigned Intrinsic) const override;
483
484     /// getOptimalMemOpType - Returns the target specific optimal type for load
485     /// and store operations as a result of memset, memcpy, and memmove
486     /// lowering. If DstAlign is zero that means it's safe to destination
487     /// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
488     /// means there isn't a need to check it against alignment requirement,
489     /// probably because the source does not need to be loaded. If 'IsMemset' is
490     /// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
491     /// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
492     /// source is constant so it does not need to be loaded.
493     /// It returns EVT::Other if the type should be determined using generic
494     /// target-independent logic.
495     EVT
496     getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign,
497                         bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc,
498                         MachineFunction &MF) const override;
499
500     /// Is unaligned memory access allowed for the given type, and is it fast
501     /// relative to software emulation.
502     bool allowsMisalignedMemoryAccesses(EVT VT,
503                                         unsigned AddrSpace,
504                                         unsigned Align = 1,
505                                         bool *Fast = nullptr) const override;
506
507     /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
508     /// than a pair of fmul and fadd instructions. fmuladd intrinsics will be
509     /// expanded to FMAs when this method returns true, otherwise fmuladd is
510     /// expanded to fmul + fadd.
511     bool isFMAFasterThanFMulAndFAdd(EVT VT) const override;
512
513     // Should we expand the build vector with shuffles?
514     bool
515     shouldExpandBuildVectorWithShuffles(EVT VT,
516                                         unsigned DefinedValues) const override;
517
518     /// createFastISel - This method returns a target-specific FastISel object,
519     /// or null if the target does not support "fast" instruction selection.
520     FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
521                              const TargetLibraryInfo *LibInfo) const override;
522
523     /// \brief Returns true if an argument of type Ty needs to be passed in a
524     /// contiguous block of registers in calling convention CallConv.
525     bool functionArgumentNeedsConsecutiveRegisters(
526       Type *Ty, CallingConv::ID CallConv, bool isVarArg) const override {
527       // We support any array type as "consecutive" block in the parameter
528       // save area.  The element type defines the alignment requirement and
529       // whether the argument should go in GPRs, FPRs, or VRs if available.
530       //
531       // Note that clang uses this capability both to implement the ELFv2
532       // homogeneous float/vector aggregate ABI, and to avoid having to use
533       // "byval" when passing aggregates that might fully fit in registers.
534       return Ty->isArrayTy();
535     }
536
537   private:
538     SDValue getFramePointerFrameIndex(SelectionDAG & DAG) const;
539     SDValue getReturnAddrFrameIndex(SelectionDAG & DAG) const;
540
541     bool
542     IsEligibleForTailCallOptimization(SDValue Callee,
543                                       CallingConv::ID CalleeCC,
544                                       bool isVarArg,
545                                       const SmallVectorImpl<ISD::InputArg> &Ins,
546                                       SelectionDAG& DAG) const;
547
548     SDValue EmitTailCallLoadFPAndRetAddr(SelectionDAG & DAG,
549                                          int SPDiff,
550                                          SDValue Chain,
551                                          SDValue &LROpOut,
552                                          SDValue &FPOpOut,
553                                          bool isDarwinABI,
554                                          SDLoc dl) const;
555
556     SDValue LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const;
557     SDValue LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
558     SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
559     SDValue LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
560     SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
561     SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
562     SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
563     SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
564     SDValue LowerINIT_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const;
565     SDValue LowerADJUST_TRAMPOLINE(SDValue Op, SelectionDAG &DAG) const;
566     SDValue LowerVASTART(SDValue Op, SelectionDAG &DAG,
567                          const PPCSubtarget &Subtarget) const;
568     SDValue LowerVAARG(SDValue Op, SelectionDAG &DAG,
569                        const PPCSubtarget &Subtarget) const;
570     SDValue LowerVACOPY(SDValue Op, SelectionDAG &DAG,
571                         const PPCSubtarget &Subtarget) const;
572     SDValue LowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG,
573                                 const PPCSubtarget &Subtarget) const;
574     SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG,
575                                       const PPCSubtarget &Subtarget) const;
576     SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
577     SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
578     SDValue LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const;
579     SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
580     SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, SDLoc dl) const;
581     SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
582     SDValue LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) const;
583     SDValue LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const;
584     SDValue LowerSRL_PARTS(SDValue Op, SelectionDAG &DAG) const;
585     SDValue LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const;
586     SDValue LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG) const;
587     SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) const;
588     SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) const;
589     SDValue LowerSCALAR_TO_VECTOR(SDValue Op, SelectionDAG &DAG) const;
590     SDValue LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const;
591     SDValue LowerMUL(SDValue Op, SelectionDAG &DAG) const;
592
593     SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
594                             CallingConv::ID CallConv, bool isVarArg,
595                             const SmallVectorImpl<ISD::InputArg> &Ins,
596                             SDLoc dl, SelectionDAG &DAG,
597                             SmallVectorImpl<SDValue> &InVals) const;
598     SDValue FinishCall(CallingConv::ID CallConv, SDLoc dl, bool isTailCall,
599                        bool isVarArg,
600                        SelectionDAG &DAG,
601                        SmallVector<std::pair<unsigned, SDValue>, 8>
602                          &RegsToPass,
603                        SDValue InFlag, SDValue Chain,
604                        SDValue &Callee,
605                        int SPDiff, unsigned NumBytes,
606                        const SmallVectorImpl<ISD::InputArg> &Ins,
607                        SmallVectorImpl<SDValue> &InVals) const;
608
609     SDValue
610       LowerFormalArguments(SDValue Chain,
611                            CallingConv::ID CallConv, bool isVarArg,
612                            const SmallVectorImpl<ISD::InputArg> &Ins,
613                            SDLoc dl, SelectionDAG &DAG,
614                            SmallVectorImpl<SDValue> &InVals) const override;
615
616     SDValue
617       LowerCall(TargetLowering::CallLoweringInfo &CLI,
618                 SmallVectorImpl<SDValue> &InVals) const override;
619
620     bool
621       CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
622                    bool isVarArg,
623                    const SmallVectorImpl<ISD::OutputArg> &Outs,
624                    LLVMContext &Context) const override;
625
626     SDValue
627       LowerReturn(SDValue Chain,
628                   CallingConv::ID CallConv, bool isVarArg,
629                   const SmallVectorImpl<ISD::OutputArg> &Outs,
630                   const SmallVectorImpl<SDValue> &OutVals,
631                   SDLoc dl, SelectionDAG &DAG) const override;
632
633     SDValue
634       extendArgForPPC64(ISD::ArgFlagsTy Flags, EVT ObjectVT, SelectionDAG &DAG,
635                         SDValue ArgVal, SDLoc dl) const;
636
637     SDValue
638       LowerFormalArguments_Darwin(SDValue Chain,
639                                   CallingConv::ID CallConv, bool isVarArg,
640                                   const SmallVectorImpl<ISD::InputArg> &Ins,
641                                   SDLoc dl, SelectionDAG &DAG,
642                                   SmallVectorImpl<SDValue> &InVals) const;
643     SDValue
644       LowerFormalArguments_64SVR4(SDValue Chain,
645                                   CallingConv::ID CallConv, bool isVarArg,
646                                   const SmallVectorImpl<ISD::InputArg> &Ins,
647                                   SDLoc dl, SelectionDAG &DAG,
648                                   SmallVectorImpl<SDValue> &InVals) const;
649     SDValue
650       LowerFormalArguments_32SVR4(SDValue Chain,
651                                   CallingConv::ID CallConv, bool isVarArg,
652                                   const SmallVectorImpl<ISD::InputArg> &Ins,
653                                   SDLoc dl, SelectionDAG &DAG,
654                                   SmallVectorImpl<SDValue> &InVals) const;
655
656     SDValue
657       createMemcpyOutsideCallSeq(SDValue Arg, SDValue PtrOff,
658                                  SDValue CallSeqStart, ISD::ArgFlagsTy Flags,
659                                  SelectionDAG &DAG, SDLoc dl) const;
660
661     SDValue
662       LowerCall_Darwin(SDValue Chain, SDValue Callee,
663                        CallingConv::ID CallConv,
664                        bool isVarArg, bool isTailCall,
665                        const SmallVectorImpl<ISD::OutputArg> &Outs,
666                        const SmallVectorImpl<SDValue> &OutVals,
667                        const SmallVectorImpl<ISD::InputArg> &Ins,
668                        SDLoc dl, SelectionDAG &DAG,
669                        SmallVectorImpl<SDValue> &InVals) const;
670     SDValue
671       LowerCall_64SVR4(SDValue Chain, SDValue Callee,
672                        CallingConv::ID CallConv,
673                        bool isVarArg, bool isTailCall,
674                        const SmallVectorImpl<ISD::OutputArg> &Outs,
675                        const SmallVectorImpl<SDValue> &OutVals,
676                        const SmallVectorImpl<ISD::InputArg> &Ins,
677                        SDLoc dl, SelectionDAG &DAG,
678                        SmallVectorImpl<SDValue> &InVals) const;
679     SDValue
680     LowerCall_32SVR4(SDValue Chain, SDValue Callee, CallingConv::ID CallConv,
681                      bool isVarArg, bool isTailCall,
682                      const SmallVectorImpl<ISD::OutputArg> &Outs,
683                      const SmallVectorImpl<SDValue> &OutVals,
684                      const SmallVectorImpl<ISD::InputArg> &Ins,
685                      SDLoc dl, SelectionDAG &DAG,
686                      SmallVectorImpl<SDValue> &InVals) const;
687
688     SDValue lowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const;
689     SDValue lowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const;
690
691     SDValue DAGCombineExtBoolTrunc(SDNode *N, DAGCombinerInfo &DCI) const;
692     SDValue DAGCombineTruncBoolExt(SDNode *N, DAGCombinerInfo &DCI) const;
693     SDValue DAGCombineFastRecip(SDValue Op, DAGCombinerInfo &DCI) const;
694     SDValue DAGCombineFastRecipFSQRT(SDValue Op, DAGCombinerInfo &DCI) const;
695
696     CCAssignFn *useFastISelCCs(unsigned Flag) const;
697   };
698
699   namespace PPC {
700     FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
701                              const TargetLibraryInfo *LibInfo);
702   }
703
704   bool CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
705                                   CCValAssign::LocInfo &LocInfo,
706                                   ISD::ArgFlagsTy &ArgFlags,
707                                   CCState &State);
708
709   bool CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
710                                          MVT &LocVT,
711                                          CCValAssign::LocInfo &LocInfo,
712                                          ISD::ArgFlagsTy &ArgFlags,
713                                          CCState &State);
714
715   bool CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
716                                            MVT &LocVT,
717                                            CCValAssign::LocInfo &LocInfo,
718                                            ISD::ArgFlagsTy &ArgFlags,
719                                            CCState &State);
720 }
721
722 #endif   // LLVM_TARGET_POWERPC_PPC32ISELLOWERING_H