[arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
1 //===-- ARMISelLowering.h - ARM 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 ARM uses to lower LLVM code into a
11 // selection DAG.
12 //
13 //===----------------------------------------------------------------------===//
14
15 #ifndef LLVM_LIB_TARGET_ARM_ARMISELLOWERING_H
16 #define LLVM_LIB_TARGET_ARM_ARMISELLOWERING_H
17
18 #include "MCTargetDesc/ARMBaseInfo.h"
19 #include "llvm/CodeGen/CallingConvLower.h"
20 #include "llvm/CodeGen/SelectionDAG.h"
21 #include "llvm/Target/TargetLowering.h"
22 #include <vector>
23
24 namespace llvm {
25   class ARMConstantPoolValue;
26   class ARMSubtarget;
27
28   namespace ARMISD {
29     // ARM Specific DAG Nodes
30     enum NodeType : unsigned {
31       // Start the numbering where the builtin ops and target ops leave off.
32       FIRST_NUMBER = ISD::BUILTIN_OP_END,
33
34       Wrapper,      // Wrapper - A wrapper node for TargetConstantPool,
35                     // TargetExternalSymbol, and TargetGlobalAddress.
36       WrapperPIC,   // WrapperPIC - A wrapper node for TargetGlobalAddress in
37                     // PIC mode.
38       WrapperJT,    // WrapperJT - A wrapper node for TargetJumpTable
39
40       // Add pseudo op to model memcpy for struct byval.
41       COPY_STRUCT_BYVAL,
42
43       CALL,         // Function call.
44       CALL_PRED,    // Function call that's predicable.
45       CALL_NOLINK,  // Function call with branch not branch-and-link.
46       tCALL,        // Thumb function call.
47       BRCOND,       // Conditional branch.
48       BR_JT,        // Jumptable branch.
49       BR2_JT,       // Jumptable branch (2 level - jumptable entry is a jump).
50       RET_FLAG,     // Return with a flag operand.
51       INTRET_FLAG,  // Interrupt return with an LR-offset and a flag operand.
52
53       PIC_ADD,      // Add with a PC operand and a PIC label.
54
55       CMP,          // ARM compare instructions.
56       CMN,          // ARM CMN instructions.
57       CMPZ,         // ARM compare that sets only Z flag.
58       CMPFP,        // ARM VFP compare instruction, sets FPSCR.
59       CMPFPw0,      // ARM VFP compare against zero instruction, sets FPSCR.
60       FMSTAT,       // ARM fmstat instruction.
61
62       CMOV,         // ARM conditional move instructions.
63
64       BCC_i64,
65
66       RBIT,         // ARM bitreverse instruction
67
68       SRL_FLAG,     // V,Flag = srl_flag X -> srl X, 1 + save carry out.
69       SRA_FLAG,     // V,Flag = sra_flag X -> sra X, 1 + save carry out.
70       RRX,          // V = RRX X, Flag     -> srl X, 1 + shift in carry flag.
71
72       ADDC,         // Add with carry
73       ADDE,         // Add using carry
74       SUBC,         // Sub with carry
75       SUBE,         // Sub using carry
76
77       VMOVRRD,      // double to two gprs.
78       VMOVDRR,      // Two gprs to double.
79
80       EH_SJLJ_SETJMP,         // SjLj exception handling setjmp.
81       EH_SJLJ_LONGJMP,        // SjLj exception handling longjmp.
82
83       TC_RETURN,    // Tail call return pseudo.
84
85       THREAD_POINTER,
86
87       DYN_ALLOC,    // Dynamic allocation on the stack.
88
89       MEMBARRIER_MCR, // Memory barrier (MCR)
90
91       PRELOAD,      // Preload
92
93       WIN__CHKSTK,  // Windows' __chkstk call to do stack probing.
94
95       VCEQ,         // Vector compare equal.
96       VCEQZ,        // Vector compare equal to zero.
97       VCGE,         // Vector compare greater than or equal.
98       VCGEZ,        // Vector compare greater than or equal to zero.
99       VCLEZ,        // Vector compare less than or equal to zero.
100       VCGEU,        // Vector compare unsigned greater than or equal.
101       VCGT,         // Vector compare greater than.
102       VCGTZ,        // Vector compare greater than zero.
103       VCLTZ,        // Vector compare less than zero.
104       VCGTU,        // Vector compare unsigned greater than.
105       VTST,         // Vector test bits.
106
107       // Vector shift by immediate:
108       VSHL,         // ...left
109       VSHRs,        // ...right (signed)
110       VSHRu,        // ...right (unsigned)
111
112       // Vector rounding shift by immediate:
113       VRSHRs,       // ...right (signed)
114       VRSHRu,       // ...right (unsigned)
115       VRSHRN,       // ...right narrow
116
117       // Vector saturating shift by immediate:
118       VQSHLs,       // ...left (signed)
119       VQSHLu,       // ...left (unsigned)
120       VQSHLsu,      // ...left (signed to unsigned)
121       VQSHRNs,      // ...right narrow (signed)
122       VQSHRNu,      // ...right narrow (unsigned)
123       VQSHRNsu,     // ...right narrow (signed to unsigned)
124
125       // Vector saturating rounding shift by immediate:
126       VQRSHRNs,     // ...right narrow (signed)
127       VQRSHRNu,     // ...right narrow (unsigned)
128       VQRSHRNsu,    // ...right narrow (signed to unsigned)
129
130       // Vector shift and insert:
131       VSLI,         // ...left
132       VSRI,         // ...right
133
134       // Vector get lane (VMOV scalar to ARM core register)
135       // (These are used for 8- and 16-bit element types only.)
136       VGETLANEu,    // zero-extend vector extract element
137       VGETLANEs,    // sign-extend vector extract element
138
139       // Vector move immediate and move negated immediate:
140       VMOVIMM,
141       VMVNIMM,
142
143       // Vector move f32 immediate:
144       VMOVFPIMM,
145
146       // Vector duplicate:
147       VDUP,
148       VDUPLANE,
149
150       // Vector shuffles:
151       VEXT,         // extract
152       VREV64,       // reverse elements within 64-bit doublewords
153       VREV32,       // reverse elements within 32-bit words
154       VREV16,       // reverse elements within 16-bit halfwords
155       VZIP,         // zip (interleave)
156       VUZP,         // unzip (deinterleave)
157       VTRN,         // transpose
158       VTBL1,        // 1-register shuffle with mask
159       VTBL2,        // 2-register shuffle with mask
160
161       // Vector multiply long:
162       VMULLs,       // ...signed
163       VMULLu,       // ...unsigned
164
165       UMLAL,        // 64bit Unsigned Accumulate Multiply
166       SMLAL,        // 64bit Signed Accumulate Multiply
167
168       // Operands of the standard BUILD_VECTOR node are not legalized, which
169       // is fine if BUILD_VECTORs are always lowered to shuffles or other
170       // operations, but for ARM some BUILD_VECTORs are legal as-is and their
171       // operands need to be legalized.  Define an ARM-specific version of
172       // BUILD_VECTOR for this purpose.
173       BUILD_VECTOR,
174
175       // Floating-point max and min:
176       FMAX,
177       FMIN,
178       VMAXNM,
179       VMINNM,
180
181       // Bit-field insert
182       BFI,
183
184       // Vector OR with immediate
185       VORRIMM,
186       // Vector AND with NOT of immediate
187       VBICIMM,
188
189       // Vector bitwise select
190       VBSL,
191
192       // Pseudo-instruction representing a memory copy using ldm/stm
193       // instructions.
194       MCOPY,
195
196       // Vector load N-element structure to all lanes:
197       VLD2DUP = ISD::FIRST_TARGET_MEMORY_OPCODE,
198       VLD3DUP,
199       VLD4DUP,
200
201       // NEON loads with post-increment base updates:
202       VLD1_UPD,
203       VLD2_UPD,
204       VLD3_UPD,
205       VLD4_UPD,
206       VLD2LN_UPD,
207       VLD3LN_UPD,
208       VLD4LN_UPD,
209       VLD2DUP_UPD,
210       VLD3DUP_UPD,
211       VLD4DUP_UPD,
212
213       // NEON stores with post-increment base updates:
214       VST1_UPD,
215       VST2_UPD,
216       VST3_UPD,
217       VST4_UPD,
218       VST2LN_UPD,
219       VST3LN_UPD,
220       VST4LN_UPD
221     };
222   }
223
224   /// Define some predicates that are used for node matching.
225   namespace ARM {
226     bool isBitFieldInvertedMask(unsigned v);
227   }
228
229   //===--------------------------------------------------------------------===//
230   //  ARMTargetLowering - ARM Implementation of the TargetLowering interface
231
232   class ARMTargetLowering : public TargetLowering {
233   public:
234     explicit ARMTargetLowering(const TargetMachine &TM,
235                                const ARMSubtarget &STI);
236
237     unsigned getJumpTableEncoding() const override;
238     bool useSoftFloat() const override;
239
240     SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override;
241
242     /// ReplaceNodeResults - Replace the results of node with an illegal result
243     /// type with new values built out of custom code.
244     ///
245     void ReplaceNodeResults(SDNode *N, SmallVectorImpl<SDValue>&Results,
246                             SelectionDAG &DAG) const override;
247
248     const char *getTargetNodeName(unsigned Opcode) const override;
249
250     bool isSelectSupported(SelectSupportKind Kind) const override {
251       // ARM does not support scalar condition selects on vectors.
252       return (Kind != ScalarCondVectorVal);
253     }
254
255     /// getSetCCResultType - Return the value type to use for ISD::SETCC.
256     EVT getSetCCResultType(LLVMContext &Context, EVT VT) const override;
257
258     MachineBasicBlock *
259       EmitInstrWithCustomInserter(MachineInstr *MI,
260                                   MachineBasicBlock *MBB) const override;
261
262     void AdjustInstrPostInstrSelection(MachineInstr *MI,
263                                        SDNode *Node) const override;
264
265     SDValue PerformCMOVCombine(SDNode *N, SelectionDAG &DAG) const;
266     SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override;
267
268     bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
269
270     /// allowsMisalignedMemoryAccesses - Returns true if the target allows
271     /// unaligned memory accesses of the specified type. Returns whether it
272     /// is "fast" by reference in the second argument.
273     bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AddrSpace,
274                                         unsigned Align,
275                                         bool *Fast) const override;
276
277     EVT getOptimalMemOpType(uint64_t Size,
278                             unsigned DstAlign, unsigned SrcAlign,
279                             bool IsMemset, bool ZeroMemset,
280                             bool MemcpyStrSrc,
281                             MachineFunction &MF) const override;
282
283     using TargetLowering::isZExtFree;
284     bool isZExtFree(SDValue Val, EVT VT2) const override;
285
286     bool isVectorLoadExtDesirable(SDValue ExtVal) const override;
287
288     bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
289
290
291     /// isLegalAddressingMode - Return true if the addressing mode represented
292     /// by AM is legal for this target, for a load/store of the specified type.
293     bool isLegalAddressingMode(const AddrMode &AM, Type *Ty,
294                                unsigned AS) const override;
295     bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const;
296
297     /// isLegalICmpImmediate - Return true if the specified immediate is legal
298     /// icmp immediate, that is the target has icmp instructions which can
299     /// compare a register against the immediate without having to materialize
300     /// the immediate into a register.
301     bool isLegalICmpImmediate(int64_t Imm) const override;
302
303     /// isLegalAddImmediate - Return true if the specified immediate is legal
304     /// add immediate, that is the target has add instructions which can
305     /// add a register and the immediate without having to materialize
306     /// the immediate into a register.
307     bool isLegalAddImmediate(int64_t Imm) const override;
308
309     /// getPreIndexedAddressParts - returns true by value, base pointer and
310     /// offset pointer and addressing mode by reference if the node's address
311     /// can be legally represented as pre-indexed load / store address.
312     bool getPreIndexedAddressParts(SDNode *N, SDValue &Base, SDValue &Offset,
313                                    ISD::MemIndexedMode &AM,
314                                    SelectionDAG &DAG) const override;
315
316     /// getPostIndexedAddressParts - returns true by value, base pointer and
317     /// offset pointer and addressing mode by reference if this node can be
318     /// combined with a load / store to form a post-indexed load / store.
319     bool getPostIndexedAddressParts(SDNode *N, SDNode *Op, SDValue &Base,
320                                     SDValue &Offset, ISD::MemIndexedMode &AM,
321                                     SelectionDAG &DAG) const override;
322
323     void computeKnownBitsForTargetNode(const SDValue Op, APInt &KnownZero,
324                                        APInt &KnownOne,
325                                        const SelectionDAG &DAG,
326                                        unsigned Depth) const override;
327
328
329     bool ExpandInlineAsm(CallInst *CI) const override;
330
331     ConstraintType
332       getConstraintType(const std::string &Constraint) const override;
333
334     /// Examine constraint string and operand type and determine a weight value.
335     /// The operand object must already have been set up with the operand type.
336     ConstraintWeight getSingleConstraintMatchWeight(
337       AsmOperandInfo &info, const char *constraint) const override;
338
339     std::pair<unsigned, const TargetRegisterClass *>
340     getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
341                                  const std::string &Constraint,
342                                  MVT VT) const override;
343
344     /// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
345     /// vector.  If it is invalid, don't add anything to Ops. If hasMemory is
346     /// true it means one of the asm constraint of the inline asm instruction
347     /// being processed is 'm'.
348     void LowerAsmOperandForConstraint(SDValue Op, std::string &Constraint,
349                                       std::vector<SDValue> &Ops,
350                                       SelectionDAG &DAG) const override;
351
352     unsigned getInlineAsmMemConstraint(
353         const std::string &ConstraintCode) const override {
354       if (ConstraintCode == "Q")
355         return InlineAsm::Constraint_Q;
356       else if (ConstraintCode.size() == 2) {
357         if (ConstraintCode[0] == 'U') {
358           switch(ConstraintCode[1]) {
359           default:
360             break;
361           case 'm':
362             return InlineAsm::Constraint_Um;
363           case 'n':
364             return InlineAsm::Constraint_Un;
365           case 'q':
366             return InlineAsm::Constraint_Uq;
367           case 's':
368             return InlineAsm::Constraint_Us;
369           case 't':
370             return InlineAsm::Constraint_Ut;
371           case 'v':
372             return InlineAsm::Constraint_Uv;
373           case 'y':
374             return InlineAsm::Constraint_Uy;
375           }
376         }
377       }
378       return TargetLowering::getInlineAsmMemConstraint(ConstraintCode);
379     }
380
381     const ARMSubtarget* getSubtarget() const {
382       return Subtarget;
383     }
384
385     /// getRegClassFor - Return the register class that should be used for the
386     /// specified value type.
387     const TargetRegisterClass *getRegClassFor(MVT VT) const override;
388
389     /// Returns true if a cast between SrcAS and DestAS is a noop.
390     bool isNoopAddrSpaceCast(unsigned SrcAS, unsigned DestAS) const override {
391       // Addrspacecasts are always noops.
392       return true;
393     }
394
395     bool shouldAlignPointerArgs(CallInst *CI, unsigned &MinSize,
396                                 unsigned &PrefAlign) const override;
397
398     /// createFastISel - This method returns a target specific FastISel object,
399     /// or null if the target does not support "fast" ISel.
400     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
401                              const TargetLibraryInfo *libInfo) const override;
402
403     Sched::Preference getSchedulingPreference(SDNode *N) const override;
404
405     bool
406     isShuffleMaskLegal(const SmallVectorImpl<int> &M, EVT VT) const override;
407     bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const override;
408
409     /// isFPImmLegal - Returns true if the target can instruction select the
410     /// specified FP immediate natively. If false, the legalizer will
411     /// materialize the FP immediate as a load from a constant pool.
412     bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
413
414     bool getTgtMemIntrinsic(IntrinsicInfo &Info,
415                             const CallInst &I,
416                             unsigned Intrinsic) const override;
417
418     /// \brief Returns true if it is beneficial to convert a load of a constant
419     /// to just the constant itself.
420     bool shouldConvertConstantLoadToIntImm(const APInt &Imm,
421                                            Type *Ty) const override;
422
423     /// \brief Returns true if an argument of type Ty needs to be passed in a
424     /// contiguous block of registers in calling convention CallConv.
425     bool functionArgumentNeedsConsecutiveRegisters(
426         Type *Ty, CallingConv::ID CallConv, bool isVarArg) const override;
427
428     bool hasLoadLinkedStoreConditional() const override;
429     Instruction *makeDMB(IRBuilder<> &Builder, ARM_MB::MemBOpt Domain) const;
430     Value *emitLoadLinked(IRBuilder<> &Builder, Value *Addr,
431                           AtomicOrdering Ord) const override;
432     Value *emitStoreConditional(IRBuilder<> &Builder, Value *Val,
433                                 Value *Addr, AtomicOrdering Ord) const override;
434
435     Instruction* emitLeadingFence(IRBuilder<> &Builder, AtomicOrdering Ord,
436                           bool IsStore, bool IsLoad) const override;
437     Instruction* emitTrailingFence(IRBuilder<> &Builder, AtomicOrdering Ord,
438                            bool IsStore, bool IsLoad) const override;
439
440     bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
441     bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
442     TargetLoweringBase::AtomicRMWExpansionKind
443     shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override;
444
445     bool useLoadStackGuardNode() const override;
446
447     bool canCombineStoreAndExtract(Type *VectorTy, Value *Idx,
448                                    unsigned &Cost) const override;
449
450   protected:
451     std::pair<const TargetRegisterClass *, uint8_t>
452     findRepresentativeClass(const TargetRegisterInfo *TRI,
453                             MVT VT) const override;
454
455   private:
456     /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can
457     /// make the right decision when generating code for different targets.
458     const ARMSubtarget *Subtarget;
459
460     const TargetRegisterInfo *RegInfo;
461
462     const InstrItineraryData *Itins;
463
464     /// ARMPCLabelIndex - Keep track of the number of ARM PC labels created.
465     ///
466     unsigned ARMPCLabelIndex;
467
468     void addTypeForNEON(MVT VT, MVT PromotedLdStVT, MVT PromotedBitwiseVT);
469     void addDRTypeForNEON(MVT VT);
470     void addQRTypeForNEON(MVT VT);
471     std::pair<SDValue, SDValue> getARMXALUOOp(SDValue Op, SelectionDAG &DAG, SDValue &ARMcc) const;
472
473     typedef SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPassVector;
474     void PassF64ArgInRegs(SDLoc dl, SelectionDAG &DAG,
475                           SDValue Chain, SDValue &Arg,
476                           RegsToPassVector &RegsToPass,
477                           CCValAssign &VA, CCValAssign &NextVA,
478                           SDValue &StackPtr,
479                           SmallVectorImpl<SDValue> &MemOpChains,
480                           ISD::ArgFlagsTy Flags) const;
481     SDValue GetF64FormalArgument(CCValAssign &VA, CCValAssign &NextVA,
482                                  SDValue &Root, SelectionDAG &DAG,
483                                  SDLoc dl) const;
484
485     CallingConv::ID getEffectiveCallingConv(CallingConv::ID CC,
486                                             bool isVarArg) const;
487     CCAssignFn *CCAssignFnForNode(CallingConv::ID CC, bool Return,
488                                   bool isVarArg) const;
489     SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg,
490                              SDLoc dl, SelectionDAG &DAG,
491                              const CCValAssign &VA,
492                              ISD::ArgFlagsTy Flags) const;
493     SDValue LowerEH_SJLJ_SETJMP(SDValue Op, SelectionDAG &DAG) const;
494     SDValue LowerEH_SJLJ_LONGJMP(SDValue Op, SelectionDAG &DAG) const;
495     SDValue LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG,
496                                     const ARMSubtarget *Subtarget) const;
497     SDValue LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
498     SDValue LowerGlobalAddressDarwin(SDValue Op, SelectionDAG &DAG) const;
499     SDValue LowerGlobalAddressELF(SDValue Op, SelectionDAG &DAG) const;
500     SDValue LowerGlobalAddressWindows(SDValue Op, SelectionDAG &DAG) const;
501     SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG) const;
502     SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
503                                             SelectionDAG &DAG) const;
504     SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA,
505                                  SelectionDAG &DAG,
506                                  TLSModel::Model model) const;
507     SDValue LowerGLOBAL_OFFSET_TABLE(SDValue Op, SelectionDAG &DAG) const;
508     SDValue LowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
509     SDValue LowerXALUO(SDValue Op, SelectionDAG &DAG) const;
510     SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
511     SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
512     SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
513     SDValue LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const;
514     SDValue LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const;
515     SDValue LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
516     SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
517     SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
518     SDValue LowerFLT_ROUNDS_(SDValue Op, SelectionDAG &DAG) const;
519     SDValue LowerConstantFP(SDValue Op, SelectionDAG &DAG,
520                             const ARMSubtarget *ST) const;
521     SDValue LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG,
522                               const ARMSubtarget *ST) const;
523     SDValue LowerFSINCOS(SDValue Op, SelectionDAG &DAG) const;
524     SDValue LowerDivRem(SDValue Op, SelectionDAG &DAG) const;
525     SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
526     SDValue LowerFP_ROUND(SDValue Op, SelectionDAG &DAG) const;
527     SDValue LowerFP_EXTEND(SDValue Op, SelectionDAG &DAG) const;
528     SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const;
529     SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
530
531     unsigned getRegisterByName(const char* RegName, EVT VT) const override;
532
533     /// isFMAFasterThanFMulAndFAdd - Return true if an FMA operation is faster
534     /// than a pair of fmul and fadd instructions. fmuladd intrinsics will be
535     /// expanded to FMAs when this method returns true, otherwise fmuladd is
536     /// expanded to fmul + fadd.
537     ///
538     /// ARM supports both fused and unfused multiply-add operations; we already
539     /// lower a pair of fmul and fadd to the latter so it's not clear that there
540     /// would be a gain or that the gain would be worthwhile enough to risk
541     /// correctness bugs.
542     bool isFMAFasterThanFMulAndFAdd(EVT VT) const override { return false; }
543
544     SDValue ReconstructShuffle(SDValue Op, SelectionDAG &DAG) const;
545
546     SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
547                             CallingConv::ID CallConv, bool isVarArg,
548                             const SmallVectorImpl<ISD::InputArg> &Ins,
549                             SDLoc dl, SelectionDAG &DAG,
550                             SmallVectorImpl<SDValue> &InVals,
551                             bool isThisReturn, SDValue ThisVal) const;
552
553     SDValue
554       LowerFormalArguments(SDValue Chain,
555                            CallingConv::ID CallConv, bool isVarArg,
556                            const SmallVectorImpl<ISD::InputArg> &Ins,
557                            SDLoc dl, SelectionDAG &DAG,
558                            SmallVectorImpl<SDValue> &InVals) const override;
559
560     int StoreByValRegs(CCState &CCInfo, SelectionDAG &DAG,
561                        SDLoc dl, SDValue &Chain,
562                        const Value *OrigArg,
563                        unsigned InRegsParamRecordIdx,
564                        int ArgOffset,
565                        unsigned ArgSize) const;
566
567     void VarArgStyleRegisters(CCState &CCInfo, SelectionDAG &DAG,
568                               SDLoc dl, SDValue &Chain,
569                               unsigned ArgOffset,
570                               unsigned TotalArgRegsSaveSize,
571                               bool ForceMutable = false) const;
572
573     SDValue
574       LowerCall(TargetLowering::CallLoweringInfo &CLI,
575                 SmallVectorImpl<SDValue> &InVals) const override;
576
577     /// HandleByVal - Target-specific cleanup for ByVal support.
578     void HandleByVal(CCState *, unsigned &, unsigned) const override;
579
580     /// IsEligibleForTailCallOptimization - Check whether the call is eligible
581     /// for tail call optimization. Targets which want to do tail call
582     /// optimization should implement this function.
583     bool IsEligibleForTailCallOptimization(SDValue Callee,
584                                            CallingConv::ID CalleeCC,
585                                            bool isVarArg,
586                                            bool isCalleeStructRet,
587                                            bool isCallerStructRet,
588                                     const SmallVectorImpl<ISD::OutputArg> &Outs,
589                                     const SmallVectorImpl<SDValue> &OutVals,
590                                     const SmallVectorImpl<ISD::InputArg> &Ins,
591                                            SelectionDAG& DAG) const;
592
593     bool CanLowerReturn(CallingConv::ID CallConv,
594                         MachineFunction &MF, bool isVarArg,
595                         const SmallVectorImpl<ISD::OutputArg> &Outs,
596                         LLVMContext &Context) const override;
597
598     SDValue
599       LowerReturn(SDValue Chain,
600                   CallingConv::ID CallConv, bool isVarArg,
601                   const SmallVectorImpl<ISD::OutputArg> &Outs,
602                   const SmallVectorImpl<SDValue> &OutVals,
603                   SDLoc dl, SelectionDAG &DAG) const override;
604
605     bool isUsedByReturnOnly(SDNode *N, SDValue &Chain) const override;
606
607     bool mayBeEmittedAsTailCall(CallInst *CI) const override;
608
609     SDValue getCMOV(SDLoc dl, EVT VT, SDValue FalseVal, SDValue TrueVal,
610                     SDValue ARMcc, SDValue CCR, SDValue Cmp,
611                     SelectionDAG &DAG) const;
612     SDValue getARMCmp(SDValue LHS, SDValue RHS, ISD::CondCode CC,
613                       SDValue &ARMcc, SelectionDAG &DAG, SDLoc dl) const;
614     SDValue getVFPCmp(SDValue LHS, SDValue RHS,
615                       SelectionDAG &DAG, SDLoc dl) const;
616     SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
617
618     SDValue OptimizeVFPBrcond(SDValue Op, SelectionDAG &DAG) const;
619
620     void SetupEntryBlockForSjLj(MachineInstr *MI,
621                                 MachineBasicBlock *MBB,
622                                 MachineBasicBlock *DispatchBB, int FI) const;
623
624     void EmitSjLjDispatchBlock(MachineInstr *MI, MachineBasicBlock *MBB) const;
625
626     bool RemapAddSubWithFlags(MachineInstr *MI, MachineBasicBlock *BB) const;
627
628     MachineBasicBlock *EmitStructByval(MachineInstr *MI,
629                                        MachineBasicBlock *MBB) const;
630
631     MachineBasicBlock *EmitLowered__chkstk(MachineInstr *MI,
632                                            MachineBasicBlock *MBB) const;
633   };
634
635   enum NEONModImmType {
636     VMOVModImm,
637     VMVNModImm,
638     OtherModImm
639   };
640
641   namespace ARM {
642     FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
643                              const TargetLibraryInfo *libInfo);
644   }
645 }
646
647 #endif  // ARMISELLOWERING_H