blob: f6a2ce041ec9dcf276034e17e64651cba4fd47d4 [file] [log] [blame]
Ulrich Weigand5f613df2013-05-06 16:15:19 +00001//===-- SystemZISelLowering.h - SystemZ 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 SystemZ uses to lower LLVM code into a
11// selection DAG.
12//
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_TARGET_SystemZ_ISELLOWERING_H
16#define LLVM_TARGET_SystemZ_ISELLOWERING_H
17
18#include "SystemZ.h"
Richard Sandiford0fb90ab2013-05-28 10:41:11 +000019#include "llvm/CodeGen/MachineBasicBlock.h"
Ulrich Weigand5f613df2013-05-06 16:15:19 +000020#include "llvm/CodeGen/SelectionDAG.h"
21#include "llvm/Target/TargetLowering.h"
22
23namespace llvm {
24namespace SystemZISD {
25 enum {
26 FIRST_NUMBER = ISD::BUILTIN_OP_END,
27
28 // Return with a flag operand. Operand 0 is the chain operand.
29 RET_FLAG,
30
31 // Calls a function. Operand 0 is the chain operand and operand 1
32 // is the target address. The arguments start at operand 2.
33 // There is an optional glue operand at the end.
34 CALL,
Richard Sandiford709bda62013-08-19 12:42:31 +000035 SIBCALL,
Ulrich Weigand5f613df2013-05-06 16:15:19 +000036
37 // Wraps a TargetGlobalAddress that should be loaded using PC-relative
38 // accesses (LARL). Operand 0 is the address.
39 PCREL_WRAPPER,
40
41 // Signed integer and floating-point comparisons. The operands are the
42 // two values to compare.
43 CMP,
44
45 // Likewise unsigned integer comparison.
46 UCMP,
47
48 // Branches if a condition is true. Operand 0 is the chain operand;
49 // operand 1 is the 4-bit condition-code mask, with bit N in
50 // big-endian order meaning "branch if CC=N"; operand 2 is the
51 // target block and operand 3 is the flag operand.
52 BR_CCMASK,
53
54 // Selects between operand 0 and operand 1. Operand 2 is the
55 // mask of condition-code values for which operand 0 should be
56 // chosen over operand 1; it has the same form as BR_CCMASK.
57 // Operand 3 is the flag operand.
58 SELECT_CCMASK,
59
60 // Evaluates to the gap between the stack pointer and the
61 // base of the dynamically-allocatable area.
62 ADJDYNALLOC,
63
64 // Extracts the value of a 32-bit access register. Operand 0 is
65 // the number of the register.
66 EXTRACT_ACCESS,
67
68 // Wrappers around the ISD opcodes of the same name. The output and
69 // first input operands are GR128s. The trailing numbers are the
70 // widths of the second operand in bits.
71 UMUL_LOHI64,
Richard Sandiforde6e78852013-07-02 15:40:22 +000072 SDIVREM32,
Ulrich Weigand5f613df2013-05-06 16:15:19 +000073 SDIVREM64,
74 UDIVREM32,
75 UDIVREM64,
76
Richard Sandifordd131ff82013-07-08 09:35:23 +000077 // Use MVC to copy bytes from one memory location to another.
78 // The first operand is the target address, the second operand is the
79 // source address, and the third operand is the constant length.
80 // This isn't a memory opcode because we'd need to attach two
81 // MachineMemOperands rather than one.
82 MVC,
83
Richard Sandiford761703a2013-08-12 10:17:33 +000084 // Use CLC to compare two blocks of memory, with the same comments
85 // as for MVC.
86 CLC,
87
Richard Sandifordbb83a502013-08-16 11:29:37 +000088 // Use an MVST-based sequence to implement stpcpy().
89 STPCPY,
90
Richard Sandifordca232712013-08-16 11:21:54 +000091 // Use a CLST-based sequence to implement strcmp(). The two input operands
92 // are the addresses of the strings to compare.
93 STRCMP,
94
Richard Sandiford0dec06a2013-08-16 11:41:43 +000095 // Use an SRST-based sequence to search a block of memory. The first
96 // operand is the end address, the second is the start, and the third
97 // is the character to search for. CC is set to 1 on success and 2
98 // on failure.
99 SEARCH_STRING,
100
Richard Sandiford564681c2013-08-12 10:28:10 +0000101 // Store the CC value in bits 29 and 28 of an integer.
102 IPM,
103
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000104 // Wrappers around the inner loop of an 8- or 16-bit ATOMIC_SWAP or
105 // ATOMIC_LOAD_<op>.
106 //
107 // Operand 0: the address of the containing 32-bit-aligned field
108 // Operand 1: the second operand of <op>, in the high bits of an i32
109 // for everything except ATOMIC_SWAPW
110 // Operand 2: how many bits to rotate the i32 left to bring the first
111 // operand into the high bits
112 // Operand 3: the negative of operand 2, for rotating the other way
113 // Operand 4: the width of the field in bits (8 or 16)
114 ATOMIC_SWAPW = ISD::FIRST_TARGET_MEMORY_OPCODE,
115 ATOMIC_LOADW_ADD,
116 ATOMIC_LOADW_SUB,
117 ATOMIC_LOADW_AND,
118 ATOMIC_LOADW_OR,
119 ATOMIC_LOADW_XOR,
120 ATOMIC_LOADW_NAND,
121 ATOMIC_LOADW_MIN,
122 ATOMIC_LOADW_MAX,
123 ATOMIC_LOADW_UMIN,
124 ATOMIC_LOADW_UMAX,
125
126 // A wrapper around the inner loop of an ATOMIC_CMP_SWAP.
127 //
128 // Operand 0: the address of the containing 32-bit-aligned field
129 // Operand 1: the compare value, in the low bits of an i32
130 // Operand 2: the swap value, in the low bits of an i32
131 // Operand 3: how many bits to rotate the i32 left to bring the first
132 // operand into the high bits
133 // Operand 4: the negative of operand 2, for rotating the other way
134 // Operand 5: the width of the field in bits (8 or 16)
Richard Sandiford03481332013-08-23 11:36:42 +0000135 ATOMIC_CMP_SWAPW,
136
137 // Prefetch from the second operand using the 4-bit control code in
138 // the first operand. The code is 1 for a load prefetch and 2 for
139 // a store prefetch.
140 PREFETCH
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000141 };
142}
143
144class SystemZSubtarget;
145class SystemZTargetMachine;
146
147class SystemZTargetLowering : public TargetLowering {
148public:
149 explicit SystemZTargetLowering(SystemZTargetMachine &TM);
150
151 // Override TargetLowering.
152 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const LLVM_OVERRIDE {
153 return MVT::i32;
154 }
Richard Sandiford791bea42013-07-31 12:58:26 +0000155 virtual EVT getSetCCResultType(LLVMContext &, EVT) const LLVM_OVERRIDE {
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000156 return MVT::i32;
157 }
Stephen Lin73de7bf2013-07-09 18:16:56 +0000158 virtual bool isFMAFasterThanFMulAndFAdd(EVT VT) const LLVM_OVERRIDE;
Richard Sandiford791bea42013-07-31 12:58:26 +0000159 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const LLVM_OVERRIDE;
160 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const
161 LLVM_OVERRIDE;
162 virtual bool allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const
163 LLVM_OVERRIDE;
Richard Sandiford709bda62013-08-19 12:42:31 +0000164 virtual bool isTruncateFree(Type *, Type *) const LLVM_OVERRIDE;
165 virtual bool isTruncateFree(EVT, EVT) const LLVM_OVERRIDE;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000166 virtual const char *getTargetNodeName(unsigned Opcode) const LLVM_OVERRIDE;
167 virtual std::pair<unsigned, const TargetRegisterClass *>
168 getRegForInlineAsmConstraint(const std::string &Constraint,
Chad Rosier295bd432013-06-22 18:37:38 +0000169 MVT VT) const LLVM_OVERRIDE;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000170 virtual TargetLowering::ConstraintType
171 getConstraintType(const std::string &Constraint) const LLVM_OVERRIDE;
172 virtual TargetLowering::ConstraintWeight
173 getSingleConstraintMatchWeight(AsmOperandInfo &info,
174 const char *constraint) const LLVM_OVERRIDE;
175 virtual void
176 LowerAsmOperandForConstraint(SDValue Op,
177 std::string &Constraint,
178 std::vector<SDValue> &Ops,
179 SelectionDAG &DAG) const LLVM_OVERRIDE;
180 virtual MachineBasicBlock *
181 EmitInstrWithCustomInserter(MachineInstr *MI,
182 MachineBasicBlock *BB) const LLVM_OVERRIDE;
183 virtual SDValue LowerOperation(SDValue Op,
184 SelectionDAG &DAG) const LLVM_OVERRIDE;
Richard Sandiford709bda62013-08-19 12:42:31 +0000185 virtual bool allowTruncateForTailCall(Type *, Type *) const LLVM_OVERRIDE;
186 virtual bool mayBeEmittedAsTailCall(CallInst *CI) const LLVM_OVERRIDE;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000187 virtual SDValue
188 LowerFormalArguments(SDValue Chain,
189 CallingConv::ID CallConv, bool isVarArg,
190 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +0000191 SDLoc DL, SelectionDAG &DAG,
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000192 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
193 virtual SDValue
194 LowerCall(CallLoweringInfo &CLI,
195 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
196
197 virtual SDValue
198 LowerReturn(SDValue Chain,
199 CallingConv::ID CallConv, bool IsVarArg,
200 const SmallVectorImpl<ISD::OutputArg> &Outs,
201 const SmallVectorImpl<SDValue> &OutVals,
Andrew Trickef9de2a2013-05-25 02:42:55 +0000202 SDLoc DL, SelectionDAG &DAG) const LLVM_OVERRIDE;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000203
204private:
205 const SystemZSubtarget &Subtarget;
206 const SystemZTargetMachine &TM;
207
208 // Implement LowerOperation for individual opcodes.
209 SDValue lowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
210 SDValue lowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
211 SDValue lowerGlobalAddress(GlobalAddressSDNode *Node,
212 SelectionDAG &DAG) const;
213 SDValue lowerGlobalTLSAddress(GlobalAddressSDNode *Node,
214 SelectionDAG &DAG) const;
215 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
216 SelectionDAG &DAG) const;
217 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
218 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
219 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
220 SDValue lowerVACOPY(SDValue Op, SelectionDAG &DAG) const;
221 SDValue lowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
Richard Sandiford7d86e472013-08-21 09:34:56 +0000222 SDValue lowerSMUL_LOHI(SDValue Op, SelectionDAG &DAG) const;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000223 SDValue lowerUMUL_LOHI(SDValue Op, SelectionDAG &DAG) const;
224 SDValue lowerSDIVREM(SDValue Op, SelectionDAG &DAG) const;
225 SDValue lowerUDIVREM(SDValue Op, SelectionDAG &DAG) const;
226 SDValue lowerBITCAST(SDValue Op, SelectionDAG &DAG) const;
227 SDValue lowerOR(SDValue Op, SelectionDAG &DAG) const;
228 SDValue lowerATOMIC_LOAD(SDValue Op, SelectionDAG &DAG,
229 unsigned Opcode) const;
230 SDValue lowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const;
231 SDValue lowerSTACKSAVE(SDValue Op, SelectionDAG &DAG) const;
232 SDValue lowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG) const;
Richard Sandiford03481332013-08-23 11:36:42 +0000233 SDValue lowerPREFETCH(SDValue Op, SelectionDAG &DAG) const;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000234
Richard Sandiford0fb90ab2013-05-28 10:41:11 +0000235 // If the last instruction before MBBI in MBB was some form of COMPARE,
236 // try to replace it with a COMPARE AND BRANCH just before MBBI.
237 // CCMask and Target are the BRC-like operands for the branch.
238 // Return true if the change was made.
239 bool convertPrevCompareToBranch(MachineBasicBlock *MBB,
240 MachineBasicBlock::iterator MBBI,
241 unsigned CCMask,
242 MachineBasicBlock *Target) const;
243
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000244 // Implement EmitInstrWithCustomInserter for individual operation types.
245 MachineBasicBlock *emitSelect(MachineInstr *MI,
246 MachineBasicBlock *BB) const;
Richard Sandifordb86a8342013-06-27 09:27:40 +0000247 MachineBasicBlock *emitCondStore(MachineInstr *MI,
248 MachineBasicBlock *BB,
Richard Sandiforda68e6f52013-07-25 08:57:02 +0000249 unsigned StoreOpcode, unsigned STOCOpcode,
250 bool Invert) const;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000251 MachineBasicBlock *emitExt128(MachineInstr *MI,
252 MachineBasicBlock *MBB,
253 bool ClearEven, unsigned SubReg) const;
254 MachineBasicBlock *emitAtomicLoadBinary(MachineInstr *MI,
255 MachineBasicBlock *BB,
256 unsigned BinOpcode, unsigned BitSize,
257 bool Invert = false) const;
258 MachineBasicBlock *emitAtomicLoadMinMax(MachineInstr *MI,
259 MachineBasicBlock *MBB,
260 unsigned CompareOpcode,
261 unsigned KeepOldMask,
262 unsigned BitSize) const;
263 MachineBasicBlock *emitAtomicCmpSwapW(MachineInstr *MI,
264 MachineBasicBlock *BB) const;
Richard Sandiford564681c2013-08-12 10:28:10 +0000265 MachineBasicBlock *emitMemMemWrapper(MachineInstr *MI,
266 MachineBasicBlock *BB,
267 unsigned Opcode) const;
Richard Sandifordca232712013-08-16 11:21:54 +0000268 MachineBasicBlock *emitStringWrapper(MachineInstr *MI,
269 MachineBasicBlock *BB,
270 unsigned Opcode) const;
Ulrich Weigand5f613df2013-05-06 16:15:19 +0000271};
272} // end namespace llvm
273
274#endif // LLVM_TARGET_SystemZ_ISELLOWERING_H