blob: 7c2cef61a3150f5df805414bbad7c4ab1a3bec95 [file] [log] [blame]
Michael Gottesman3923bec2013-08-12 21:02:02 +00001//===-- SelectionDAGBuilder.h - Selection-DAG building --------*- C++ -*---===//
Dan Gohman575fad32008-09-03 16:12:24 +00002//
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 implements routines for translating from LLVM IR into SelectionDAG IR.
11//
12//===----------------------------------------------------------------------===//
13
Benjamin Kramera7c40ef2014-08-13 16:26:38 +000014#ifndef LLVM_LIB_CODEGEN_SELECTIONDAG_SELECTIONDAGBUILDER_H
15#define LLVM_LIB_CODEGEN_SELECTIONDAG_SELECTIONDAGBUILDER_H
Dan Gohman575fad32008-09-03 16:12:24 +000016
Chandler Carruthd9903882015-01-14 11:23:27 +000017#include "StatepointLowering.h"
Dan Gohman575fad32008-09-03 16:12:24 +000018#include "llvm/ADT/APInt.h"
19#include "llvm/ADT/DenseMap.h"
Chandler Carruth802d7552012-12-04 07:12:27 +000020#include "llvm/CodeGen/SelectionDAG.h"
Dan Gohman575fad32008-09-03 16:12:24 +000021#include "llvm/CodeGen/SelectionDAGNodes.h"
Chandler Carruth219b89b2014-03-04 11:01:28 +000022#include "llvm/IR/CallSite.h"
Igor Laevsky7fc58a42015-02-20 15:28:35 +000023#include "llvm/IR/Statepoint.h"
Chandler Carruth9fb823b2013-01-02 11:36:10 +000024#include "llvm/IR/Constants.h"
Torok Edwin56d06592009-07-11 20:10:48 +000025#include "llvm/Support/ErrorHandling.h"
Juergen Ributzkafd4633e2014-10-16 21:26:35 +000026#include "llvm/Target/TargetLowering.h"
Dan Gohman575fad32008-09-03 16:12:24 +000027#include <vector>
Dan Gohman575fad32008-09-03 16:12:24 +000028
29namespace llvm {
30
Matt Arsenaultb03bd4d2013-11-15 01:34:59 +000031class AddrSpaceCastInst;
Dan Gohman575fad32008-09-03 16:12:24 +000032class AliasAnalysis;
33class AllocaInst;
34class BasicBlock;
35class BitCastInst;
36class BranchInst;
37class CallInst;
Devang Patelb12ff592010-08-26 23:35:15 +000038class DbgValueInst;
Dan Gohman575fad32008-09-03 16:12:24 +000039class ExtractElementInst;
40class ExtractValueInst;
41class FCmpInst;
42class FPExtInst;
43class FPToSIInst;
44class FPToUIInst;
45class FPTruncInst;
Dan Gohman575fad32008-09-03 16:12:24 +000046class Function;
Dan Gohmana3624b62009-11-23 17:16:22 +000047class FunctionLoweringInfo;
Dan Gohman575fad32008-09-03 16:12:24 +000048class GetElementPtrInst;
49class GCFunctionInfo;
50class ICmpInst;
51class IntToPtrInst;
Chris Lattnerd04cb6d2009-10-28 00:19:10 +000052class IndirectBrInst;
Dan Gohman575fad32008-09-03 16:12:24 +000053class InvokeInst;
54class InsertElementInst;
55class InsertValueInst;
56class Instruction;
57class LoadInst;
58class MachineBasicBlock;
Dan Gohman575fad32008-09-03 16:12:24 +000059class MachineInstr;
Dan Gohman575fad32008-09-03 16:12:24 +000060class MachineRegisterInfo;
Evan Cheng6e822452010-04-28 23:08:54 +000061class MDNode;
Patrik Hagglund1da35122014-03-12 08:00:24 +000062class MVT;
Dan Gohman575fad32008-09-03 16:12:24 +000063class PHINode;
64class PtrToIntInst;
65class ReturnInst;
Dale Johannesenbfd4fd72010-07-16 00:02:08 +000066class SDDbgValue;
Dan Gohman575fad32008-09-03 16:12:24 +000067class SExtInst;
68class SelectInst;
69class ShuffleVectorInst;
70class SIToFPInst;
71class StoreInst;
72class SwitchInst;
Micah Villmowcdfe20b2012-10-08 16:38:25 +000073class DataLayout;
Owen Andersonbb15fec2011-12-08 22:15:21 +000074class TargetLibraryInfo;
Dan Gohman575fad32008-09-03 16:12:24 +000075class TargetLowering;
76class TruncInst;
77class UIToFPInst;
78class UnreachableInst;
Dan Gohman575fad32008-09-03 16:12:24 +000079class VAArgInst;
80class ZExtInst;
81
Dan Gohman575fad32008-09-03 16:12:24 +000082//===----------------------------------------------------------------------===//
Dan Gohman1a6c47f2009-11-23 18:04:58 +000083/// SelectionDAGBuilder - This is the common target-independent lowering
Dan Gohman575fad32008-09-03 16:12:24 +000084/// implementation that is parameterized by a TargetLowering object.
Dan Gohman575fad32008-09-03 16:12:24 +000085///
Benjamin Kramer079b96e2013-09-11 18:05:11 +000086class SelectionDAGBuilder {
Andrew Trick175143b2013-05-25 02:20:36 +000087 /// CurInst - The current instruction being visited
88 const Instruction *CurInst;
Dale Johannesendb7c5f62009-01-31 02:22:37 +000089
Dan Gohman575fad32008-09-03 16:12:24 +000090 DenseMap<const Value*, SDValue> NodeMap;
Andrew Trickd4d1d9c2013-10-31 17:18:07 +000091
Devang Patelb0c76392010-06-01 19:59:01 +000092 /// UnusedArgNodeMap - Maps argument value for unused arguments. This is used
93 /// to preserve debug information for incoming arguments.
94 DenseMap<const Value*, SDValue> UnusedArgNodeMap;
Dan Gohman575fad32008-09-03 16:12:24 +000095
Dale Johannesenbfd4fd72010-07-16 00:02:08 +000096 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
97 class DanglingDebugInfo {
Devang Patelb12ff592010-08-26 23:35:15 +000098 const DbgValueInst* DI;
Dale Johannesenbfd4fd72010-07-16 00:02:08 +000099 DebugLoc dl;
100 unsigned SDNodeOrder;
101 public:
Craig Topperada08572014-04-16 04:21:27 +0000102 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { }
Devang Patelb12ff592010-08-26 23:35:15 +0000103 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
Dale Johannesenbfd4fd72010-07-16 00:02:08 +0000104 DI(di), dl(DL), SDNodeOrder(SDNO) { }
Devang Patelb12ff592010-08-26 23:35:15 +0000105 const DbgValueInst* getDI() { return DI; }
Dale Johannesenbfd4fd72010-07-16 00:02:08 +0000106 DebugLoc getdl() { return dl; }
107 unsigned getSDNodeOrder() { return SDNodeOrder; }
108 };
109
110 /// DanglingDebugInfoMap - Keeps track of dbg_values for which we have not
111 /// yet seen the referent. We defer handling these until we do see it.
112 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
113
Chris Lattner1a32ede2009-12-24 00:37:38 +0000114public:
Dan Gohman575fad32008-09-03 16:12:24 +0000115 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
116 /// them up and then emit token factor nodes when possible. This allows us to
117 /// get simple disambiguation between loads without worrying about alias
118 /// analysis.
119 SmallVector<SDValue, 8> PendingLoads;
Philip Reames1a1bdb22014-12-02 18:50:36 +0000120
121 /// State used while lowering a statepoint sequence (gc_statepoint,
122 /// gc_relocate, and gc_result). See StatepointLowering.hpp/cpp for details.
123 StatepointLoweringState StatepointLowering;
Chris Lattner1a32ede2009-12-24 00:37:38 +0000124private:
Dan Gohman575fad32008-09-03 16:12:24 +0000125
126 /// PendingExports - CopyToReg nodes that copy values to virtual registers
127 /// for export to other blocks need to be emitted before any terminator
128 /// instruction, but they have no other ordering requirements. We bunch them
129 /// up and the emit a single tokenfactor for them just before terminator
130 /// instructions.
131 SmallVector<SDValue, 8> PendingExports;
132
Bill Wendling022d18f2009-12-18 23:32:53 +0000133 /// SDNodeOrder - A unique monotonically increasing number used to order the
134 /// SDNodes we create.
135 unsigned SDNodeOrder;
136
Hans Wennborg0867b152015-04-23 16:45:24 +0000137 enum CaseClusterKind {
138 /// A cluster of adjacent case labels with the same destination, or just one
139 /// case.
140 CC_Range,
141 /// A cluster of cases suitable for jump table lowering.
142 CC_JumpTable,
143 /// A cluster of cases suitable for bit test lowering.
144 CC_BitTests
145 };
Dan Gohman575fad32008-09-03 16:12:24 +0000146
Hans Wennborg0867b152015-04-23 16:45:24 +0000147 /// A cluster of case labels.
148 struct CaseCluster {
149 CaseClusterKind Kind;
150 const ConstantInt *Low, *High;
151 union {
152 MachineBasicBlock *MBB;
153 unsigned JTCasesIndex;
154 unsigned BTCasesIndex;
155 };
156 uint64_t Weight;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000157
Hans Wennborg0867b152015-04-23 16:45:24 +0000158 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High,
159 MachineBasicBlock *MBB, uint32_t Weight) {
160 CaseCluster C;
161 C.Kind = CC_Range;
162 C.Low = Low;
163 C.High = High;
164 C.MBB = MBB;
165 C.Weight = Weight;
166 return C;
167 }
168
169 static CaseCluster jumpTable(const ConstantInt *Low,
170 const ConstantInt *High, unsigned JTCasesIndex,
171 uint32_t Weight) {
172 CaseCluster C;
173 C.Kind = CC_JumpTable;
174 C.Low = Low;
175 C.High = High;
176 C.JTCasesIndex = JTCasesIndex;
177 C.Weight = Weight;
178 return C;
179 }
180
181 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High,
182 unsigned BTCasesIndex, uint32_t Weight) {
183 CaseCluster C;
184 C.Kind = CC_BitTests;
185 C.Low = Low;
186 C.High = High;
187 C.BTCasesIndex = BTCasesIndex;
188 C.Weight = Weight;
189 return C;
Dan Gohman575fad32008-09-03 16:12:24 +0000190 }
191 };
192
Hans Wennborg0867b152015-04-23 16:45:24 +0000193 typedef std::vector<CaseCluster> CaseClusterVector;
194 typedef CaseClusterVector::iterator CaseClusterIt;
195
Dan Gohman575fad32008-09-03 16:12:24 +0000196 struct CaseBits {
197 uint64_t Mask;
198 MachineBasicBlock* BB;
199 unsigned Bits;
Manman Rencf104462012-08-24 18:14:27 +0000200 uint32_t ExtraWeight;
Dan Gohman575fad32008-09-03 16:12:24 +0000201
Manman Rencf104462012-08-24 18:14:27 +0000202 CaseBits(uint64_t mask, MachineBasicBlock* bb, unsigned bits,
203 uint32_t Weight):
204 Mask(mask), BB(bb), Bits(bits), ExtraWeight(Weight) { }
Hans Wennborg0867b152015-04-23 16:45:24 +0000205
206 CaseBits() : Mask(0), BB(nullptr), Bits(0), ExtraWeight(0) {}
Dan Gohman575fad32008-09-03 16:12:24 +0000207 };
208
Hans Wennborg0867b152015-04-23 16:45:24 +0000209 typedef std::vector<CaseBits> CaseBitsVector;
Dan Gohman575fad32008-09-03 16:12:24 +0000210
Hans Wennborg0867b152015-04-23 16:45:24 +0000211 /// Sort Clusters and merge adjacent cases.
212 void sortAndRangeify(CaseClusterVector &Clusters);
Anton Korobeynikov6f219132008-12-23 22:25:27 +0000213
Dan Gohman1a6c47f2009-11-23 18:04:58 +0000214 /// CaseBlock - This structure is used to communicate between
215 /// SelectionDAGBuilder and SDISel for the code generation of additional basic
216 /// blocks needed by multi-case switch statements.
Dan Gohman575fad32008-09-03 16:12:24 +0000217 struct CaseBlock {
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000218 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
219 const Value *cmpmiddle,
Dan Gohman575fad32008-09-03 16:12:24 +0000220 MachineBasicBlock *truebb, MachineBasicBlock *falsebb,
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000221 MachineBasicBlock *me,
222 uint32_t trueweight = 0, uint32_t falseweight = 0)
Dan Gohman575fad32008-09-03 16:12:24 +0000223 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000224 TrueBB(truebb), FalseBB(falsebb), ThisBB(me),
225 TrueWeight(trueweight), FalseWeight(falseweight) { }
226
Dan Gohman575fad32008-09-03 16:12:24 +0000227 // CC - the condition code to use for the case block's setcc node
228 ISD::CondCode CC;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000229
Dan Gohman575fad32008-09-03 16:12:24 +0000230 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
231 // Emit by default LHS op RHS. MHS is used for range comparisons:
232 // If MHS is not null: (LHS <= MHS) and (MHS <= RHS).
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000233 const Value *CmpLHS, *CmpMHS, *CmpRHS;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000234
Dan Gohman575fad32008-09-03 16:12:24 +0000235 // TrueBB/FalseBB - the block to branch to if the setcc is true/false.
236 MachineBasicBlock *TrueBB, *FalseBB;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000237
Dan Gohman575fad32008-09-03 16:12:24 +0000238 // ThisBB - the block into which to emit the code for the setcc and branches
239 MachineBasicBlock *ThisBB;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000240
241 // TrueWeight/FalseWeight - branch weights.
242 uint32_t TrueWeight, FalseWeight;
Dan Gohman575fad32008-09-03 16:12:24 +0000243 };
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000244
Dan Gohman575fad32008-09-03 16:12:24 +0000245 struct JumpTable {
246 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M,
247 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000248
Dan Gohman575fad32008-09-03 16:12:24 +0000249 /// Reg - the virtual register containing the index of the jump table entry
250 //. to jump to.
251 unsigned Reg;
252 /// JTI - the JumpTableIndex for this jump table in the function.
253 unsigned JTI;
254 /// MBB - the MBB into which to emit the code for the indirect jump.
255 MachineBasicBlock *MBB;
256 /// Default - the MBB of the default bb, which is a successor of the range
257 /// check MBB. This is when updating PHI nodes in successors.
258 MachineBasicBlock *Default;
259 };
260 struct JumpTableHeader {
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000261 JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H,
Dan Gohman575fad32008-09-03 16:12:24 +0000262 bool E = false):
263 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
Anton Korobeynikov6f219132008-12-23 22:25:27 +0000264 APInt First;
265 APInt Last;
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000266 const Value *SValue;
Dan Gohman575fad32008-09-03 16:12:24 +0000267 MachineBasicBlock *HeaderBB;
268 bool Emitted;
269 };
270 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock;
271
272 struct BitTestCase {
Manman Rencf104462012-08-24 18:14:27 +0000273 BitTestCase(uint64_t M, MachineBasicBlock* T, MachineBasicBlock* Tr,
274 uint32_t Weight):
275 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
Dan Gohman575fad32008-09-03 16:12:24 +0000276 uint64_t Mask;
Chris Lattner24576a52010-01-01 23:37:34 +0000277 MachineBasicBlock *ThisBB;
278 MachineBasicBlock *TargetBB;
Manman Rencf104462012-08-24 18:14:27 +0000279 uint32_t ExtraWeight;
Dan Gohman575fad32008-09-03 16:12:24 +0000280 };
281
282 typedef SmallVector<BitTestCase, 3> BitTestInfo;
283
284 struct BitTestBlock {
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000285 BitTestBlock(APInt F, APInt R, const Value* SV,
Patrik Hagglund4e0f8282012-12-19 12:23:01 +0000286 unsigned Rg, MVT RgVT, bool E,
Dan Gohman575fad32008-09-03 16:12:24 +0000287 MachineBasicBlock* P, MachineBasicBlock* D,
Benjamin Kramerc6cc58e2014-10-04 16:55:56 +0000288 BitTestInfo C):
Evan Chengac730dd2011-01-06 01:02:44 +0000289 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
Benjamin Kramerc6cc58e2014-10-04 16:55:56 +0000290 Parent(P), Default(D), Cases(std::move(C)) { }
Anton Korobeynikov6f219132008-12-23 22:25:27 +0000291 APInt First;
292 APInt Range;
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000293 const Value *SValue;
Dan Gohman575fad32008-09-03 16:12:24 +0000294 unsigned Reg;
Patrik Hagglund4e0f8282012-12-19 12:23:01 +0000295 MVT RegVT;
Dan Gohman575fad32008-09-03 16:12:24 +0000296 bool Emitted;
297 MachineBasicBlock *Parent;
298 MachineBasicBlock *Default;
299 BitTestInfo Cases;
300 };
301
Hans Wennborg0867b152015-04-23 16:45:24 +0000302 /// Minimum jump table density, in percent.
303 enum { MinJumpTableDensity = 40 };
304
305 /// Check whether a range of clusters is dense enough for a jump table.
306 bool isDense(const CaseClusterVector &Clusters, unsigned *TotalCases,
307 unsigned First, unsigned Last);
308
309 /// Build a jump table cluster from Clusters[First..Last]. Returns false if it
310 /// decides it's not a good idea.
311 bool buildJumpTable(CaseClusterVector &Clusters, unsigned First,
312 unsigned Last, const SwitchInst *SI,
313 MachineBasicBlock *DefaultMBB, CaseCluster &JTCluster);
314
315 /// Find clusters of cases suitable for jump table lowering.
316 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
317 MachineBasicBlock *DefaultMBB);
318
319 /// Check whether the range [Low,High] fits in a machine word.
320 bool rangeFitsInWord(const APInt &Low, const APInt &High);
321
322 /// Check whether these clusters are suitable for lowering with bit tests based
323 /// on the number of destinations, comparison metric, and range.
324 bool isSuitableForBitTests(unsigned NumDests, unsigned NumCmps,
325 const APInt &Low, const APInt &High);
326
327 /// Build a bit test cluster from Clusters[First..Last]. Returns false if it
328 /// decides it's not a good idea.
329 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last,
330 const SwitchInst *SI, CaseCluster &BTCluster);
331
332 /// Find clusters of cases suitable for bit test lowering.
333 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
334
335 struct SwitchWorkListItem {
336 MachineBasicBlock *MBB;
337 CaseClusterIt FirstCluster;
338 CaseClusterIt LastCluster;
339 const ConstantInt *GE;
340 const ConstantInt *LT;
341 };
342 typedef SmallVector<SwitchWorkListItem, 4> SwitchWorkList;
343
344 /// Emit comparison and split W into two subtrees.
345 void splitWorkItem(SwitchWorkList &WorkList, const SwitchWorkListItem &W,
346 Value *Cond, MachineBasicBlock *SwitchMBB);
347
348 /// Lower W.
349 void lowerWorkItem(SwitchWorkListItem W, Value *Cond,
350 MachineBasicBlock *SwitchMBB,
351 MachineBasicBlock *DefaultMBB);
352
353
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000354 /// A class which encapsulates all of the information needed to generate a
355 /// stack protector check and signals to isel via its state being initialized
356 /// that a stack protector needs to be generated.
357 ///
358 /// *NOTE* The following is a high level documentation of SelectionDAG Stack
359 /// Protector Generation. The reason that it is placed here is for a lack of
360 /// other good places to stick it.
361 ///
362 /// High Level Overview of SelectionDAG Stack Protector Generation:
363 ///
364 /// Previously, generation of stack protectors was done exclusively in the
365 /// pre-SelectionDAG Codegen LLVM IR Pass "Stack Protector". This necessitated
366 /// splitting basic blocks at the IR level to create the success/failure basic
367 /// blocks in the tail of the basic block in question. As a result of this,
368 /// calls that would have qualified for the sibling call optimization were no
369 /// longer eligible for optimization since said calls were no longer right in
370 /// the "tail position" (i.e. the immediate predecessor of a ReturnInst
371 /// instruction).
372 ///
373 /// Then it was noticed that since the sibling call optimization causes the
374 /// callee to reuse the caller's stack, if we could delay the generation of
375 /// the stack protector check until later in CodeGen after the sibling call
376 /// decision was made, we get both the tail call optimization and the stack
377 /// protector check!
378 ///
379 /// A few goals in solving this problem were:
380 ///
381 /// 1. Preserve the architecture independence of stack protector generation.
382 ///
383 /// 2. Preserve the normal IR level stack protector check for platforms like
Alp Tokercf218752014-06-30 18:57:16 +0000384 /// OpenBSD for which we support platform-specific stack protector
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000385 /// generation.
386 ///
387 /// The main problem that guided the present solution is that one can not
388 /// solve this problem in an architecture independent manner at the IR level
389 /// only. This is because:
390 ///
391 /// 1. The decision on whether or not to perform a sibling call on certain
392 /// platforms (for instance i386) requires lower level information
393 /// related to available registers that can not be known at the IR level.
394 ///
395 /// 2. Even if the previous point were not true, the decision on whether to
396 /// perform a tail call is done in LowerCallTo in SelectionDAG which
397 /// occurs after the Stack Protector Pass. As a result, one would need to
398 /// put the relevant callinst into the stack protector check success
399 /// basic block (where the return inst is placed) and then move it back
400 /// later at SelectionDAG/MI time before the stack protector check if the
401 /// tail call optimization failed. The MI level option was nixed
Alp Tokercf218752014-06-30 18:57:16 +0000402 /// immediately since it would require platform-specific pattern
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000403 /// matching. The SelectionDAG level option was nixed because
404 /// SelectionDAG only processes one IR level basic block at a time
405 /// implying one could not create a DAG Combine to move the callinst.
406 ///
407 /// To get around this problem a few things were realized:
408 ///
409 /// 1. While one can not handle multiple IR level basic blocks at the
410 /// SelectionDAG Level, one can generate multiple machine basic blocks
411 /// for one IR level basic block. This is how we handle bit tests and
412 /// switches.
413 ///
414 /// 2. At the MI level, tail calls are represented via a special return
415 /// MIInst called "tcreturn". Thus if we know the basic block in which we
416 /// wish to insert the stack protector check, we get the correct behavior
417 /// by always inserting the stack protector check right before the return
418 /// statement. This is a "magical transformation" since no matter where
419 /// the stack protector check intrinsic is, we always insert the stack
420 /// protector check code at the end of the BB.
421 ///
422 /// Given the aforementioned constraints, the following solution was devised:
423 ///
424 /// 1. On platforms that do not support SelectionDAG stack protector check
425 /// generation, allow for the normal IR level stack protector check
426 /// generation to continue.
427 ///
428 /// 2. On platforms that do support SelectionDAG stack protector check
429 /// generation:
430 ///
431 /// a. Use the IR level stack protector pass to decide if a stack
432 /// protector is required/which BB we insert the stack protector check
433 /// in by reusing the logic already therein. If we wish to generate a
434 /// stack protector check in a basic block, we place a special IR
435 /// intrinsic called llvm.stackprotectorcheck right before the BB's
436 /// returninst or if there is a callinst that could potentially be
437 /// sibling call optimized, before the call inst.
438 ///
439 /// b. Then when a BB with said intrinsic is processed, we codegen the BB
440 /// normally via SelectBasicBlock. In said process, when we visit the
441 /// stack protector check, we do not actually emit anything into the
442 /// BB. Instead, we just initialize the stack protector descriptor
443 /// class (which involves stashing information/creating the success
444 /// mbbb and the failure mbb if we have not created one for this
445 /// function yet) and export the guard variable that we are going to
446 /// compare.
447 ///
448 /// c. After we finish selecting the basic block, in FinishBasicBlock if
449 /// the StackProtectorDescriptor attached to the SelectionDAGBuilder is
450 /// initialized, we first find a splice point in the parent basic block
451 /// before the terminator and then splice the terminator of said basic
452 /// block into the success basic block. Then we code-gen a new tail for
453 /// the parent basic block consisting of the two loads, the comparison,
454 /// and finally two branches to the success/failure basic blocks. We
455 /// conclude by code-gening the failure basic block if we have not
456 /// code-gened it already (all stack protector checks we generate in
457 /// the same function, use the same failure basic block).
458 class StackProtectorDescriptor {
459 public:
Craig Topperada08572014-04-16 04:21:27 +0000460 StackProtectorDescriptor() : ParentMBB(nullptr), SuccessMBB(nullptr),
Akira Hatanakae5b6e0d2014-07-25 19:31:34 +0000461 FailureMBB(nullptr), Guard(nullptr),
462 GuardReg(0) { }
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000463
464 /// Returns true if all fields of the stack protector descriptor are
465 /// initialized implying that we should/are ready to emit a stack protector.
466 bool shouldEmitStackProtector() const {
467 return ParentMBB && SuccessMBB && FailureMBB && Guard;
468 }
469
470 /// Initialize the stack protector descriptor structure for a new basic
471 /// block.
472 void initialize(const BasicBlock *BB,
473 MachineBasicBlock *MBB,
474 const CallInst &StackProtCheckCall) {
475 // Make sure we are not initialized yet.
476 assert(!shouldEmitStackProtector() && "Stack Protector Descriptor is "
477 "already initialized!");
478 ParentMBB = MBB;
Akira Hatanakab9991a22014-12-01 04:27:03 +0000479 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
480 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000481 if (!Guard)
482 Guard = StackProtCheckCall.getArgOperand(0);
483 }
484
485 /// Reset state that changes when we handle different basic blocks.
486 ///
487 /// This currently includes:
488 ///
489 /// 1. The specific basic block we are generating a
490 /// stack protector for (ParentMBB).
491 ///
492 /// 2. The successor machine basic block that will contain the tail of
493 /// parent mbb after we create the stack protector check (SuccessMBB). This
494 /// BB is visited only on stack protector check success.
495 void resetPerBBState() {
Craig Topperada08572014-04-16 04:21:27 +0000496 ParentMBB = nullptr;
497 SuccessMBB = nullptr;
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000498 }
499
500 /// Reset state that only changes when we switch functions.
501 ///
502 /// This currently includes:
503 ///
504 /// 1. FailureMBB since we reuse the failure code path for all stack
505 /// protector checks created in an individual function.
506 ///
507 /// 2.The guard variable since the guard variable we are checking against is
508 /// always the same.
509 void resetPerFunctionState() {
Craig Topperada08572014-04-16 04:21:27 +0000510 FailureMBB = nullptr;
511 Guard = nullptr;
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000512 }
513
514 MachineBasicBlock *getParentMBB() { return ParentMBB; }
515 MachineBasicBlock *getSuccessMBB() { return SuccessMBB; }
516 MachineBasicBlock *getFailureMBB() { return FailureMBB; }
517 const Value *getGuard() { return Guard; }
518
Akira Hatanakae5b6e0d2014-07-25 19:31:34 +0000519 unsigned getGuardReg() const { return GuardReg; }
520 void setGuardReg(unsigned R) { GuardReg = R; }
521
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000522 private:
523 /// The basic block for which we are generating the stack protector.
524 ///
525 /// As a result of stack protector generation, we will splice the
526 /// terminators of this basic block into the successor mbb SuccessMBB and
527 /// replace it with a compare/branch to the successor mbbs
528 /// SuccessMBB/FailureMBB depending on whether or not the stack protector
529 /// was violated.
530 MachineBasicBlock *ParentMBB;
531
532 /// A basic block visited on stack protector check success that contains the
533 /// terminators of ParentMBB.
534 MachineBasicBlock *SuccessMBB;
535
536 /// This basic block visited on stack protector check failure that will
537 /// contain a call to __stack_chk_fail().
538 MachineBasicBlock *FailureMBB;
539
540 /// The guard variable which we will compare against the stored value in the
541 /// stack protector stack slot.
542 const Value *Guard;
543
Akira Hatanakae5b6e0d2014-07-25 19:31:34 +0000544 /// The virtual register holding the stack guard value.
545 unsigned GuardReg;
546
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000547 /// Add a successor machine basic block to ParentMBB. If the successor mbb
548 /// has not been created yet (i.e. if SuccMBB = 0), then the machine basic
Akira Hatanakab9991a22014-12-01 04:27:03 +0000549 /// block will be created. Assign a large weight if IsLikely is true.
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000550 MachineBasicBlock *AddSuccessorMBB(const BasicBlock *BB,
551 MachineBasicBlock *ParentMBB,
Akira Hatanakab9991a22014-12-01 04:27:03 +0000552 bool IsLikely,
Craig Topperada08572014-04-16 04:21:27 +0000553 MachineBasicBlock *SuccMBB = nullptr);
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000554 };
555
Bill Wendlinga3cd3502013-06-19 21:36:55 +0000556private:
Dan Gohmanc3349602010-04-19 19:05:59 +0000557 const TargetMachine &TM;
Bill Wendlinga3cd3502013-06-19 21:36:55 +0000558public:
Nico Rieckb5262d62014-01-12 14:09:17 +0000559 /// Lowest valid SDNodeOrder. The special case 0 is reserved for scheduling
560 /// nodes without a corresponding SDNode.
561 static const unsigned LowestSDNodeOrder = 1;
562
Dan Gohman575fad32008-09-03 16:12:24 +0000563 SelectionDAG &DAG;
Rafael Espindola5f57f462014-02-21 18:34:28 +0000564 const DataLayout *DL;
Dan Gohman575fad32008-09-03 16:12:24 +0000565 AliasAnalysis *AA;
Owen Andersonbb15fec2011-12-08 22:15:21 +0000566 const TargetLibraryInfo *LibInfo;
Dan Gohman575fad32008-09-03 16:12:24 +0000567
568 /// SwitchCases - Vector of CaseBlock structures used to communicate
569 /// SwitchInst code generation information.
570 std::vector<CaseBlock> SwitchCases;
571 /// JTCases - Vector of JumpTable structures used to communicate
572 /// SwitchInst code generation information.
573 std::vector<JumpTableBlock> JTCases;
574 /// BitTestCases - Vector of BitTestBlock structures used to communicate
575 /// SwitchInst code generation information.
576 std::vector<BitTestBlock> BitTestCases;
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000577 /// A StackProtectorDescriptor structure used to communicate stack protector
578 /// information in between SelectBasicBlock and FinishBasicBlock.
579 StackProtectorDescriptor SPDescriptor;
Evan Cheng270d0f92009-09-18 21:02:19 +0000580
Dan Gohman575fad32008-09-03 16:12:24 +0000581 // Emit PHI-node-operand constants only once even if used by multiple
582 // PHI nodes.
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000583 DenseMap<const Constant *, unsigned> ConstantsOut;
Dan Gohman575fad32008-09-03 16:12:24 +0000584
585 /// FuncInfo - Information about the function as a whole.
586 ///
587 FunctionLoweringInfo &FuncInfo;
Bill Wendling19e0a5b2009-02-19 21:12:54 +0000588
Bill Wendling084669a2009-04-29 00:15:41 +0000589 /// OptLevel - What optimization level we're generating code for.
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000590 ///
Bill Wendling026e5d72009-04-29 23:29:43 +0000591 CodeGenOpt::Level OptLevel;
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000592
Dan Gohman575fad32008-09-03 16:12:24 +0000593 /// GFI - Garbage collection metadata for the function.
594 GCFunctionInfo *GFI;
595
Bill Wendling267f3232011-10-05 22:24:35 +0000596 /// LPadToCallSiteMap - Map a landing pad to the call site indexes.
597 DenseMap<MachineBasicBlock*, SmallVector<unsigned, 4> > LPadToCallSiteMap;
Bill Wendling3d11aa72011-10-04 22:00:35 +0000598
Dan Gohmanf9bbcd12009-08-05 01:29:28 +0000599 /// HasTailCall - This is set to true if a call in the current
600 /// block has been translated as a tail call. In this case,
601 /// no subsequent DAG nodes should be created.
602 ///
603 bool HasTailCall;
604
Owen Anderson53a52212009-07-13 04:09:18 +0000605 LLVMContext *Context;
606
Dan Gohmanc3349602010-04-19 19:05:59 +0000607 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo,
Dan Gohman1a6c47f2009-11-23 18:04:58 +0000608 CodeGenOpt::Level ol)
Craig Topperada08572014-04-16 04:21:27 +0000609 : CurInst(nullptr), SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()),
Dan Gohmanc3349602010-04-19 19:05:59 +0000610 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
Richard Smith3fb20472012-08-22 00:42:39 +0000611 HasTailCall(false) {
Dan Gohman575fad32008-09-03 16:12:24 +0000612 }
613
Owen Andersonbb15fec2011-12-08 22:15:21 +0000614 void init(GCFunctionInfo *gfi, AliasAnalysis &aa,
615 const TargetLibraryInfo *li);
Dan Gohman575fad32008-09-03 16:12:24 +0000616
Dan Gohmanf5cca352010-04-14 18:24:06 +0000617 /// clear - Clear out the current SelectionDAG and the associated
Dan Gohman1a6c47f2009-11-23 18:04:58 +0000618 /// state and prepare this SelectionDAGBuilder object to be used
Dan Gohman575fad32008-09-03 16:12:24 +0000619 /// for a new block. This doesn't clear out information about
620 /// additional blocks that are needed to complete switch lowering
621 /// or PHI node updating; that information is cleared out as it is
622 /// consumed.
623 void clear();
624
Devang Patel799288382011-05-23 17:44:13 +0000625 /// clearDanglingDebugInfo - Clear the dangling debug information
Benjamin Kramerbde91762012-06-02 10:20:22 +0000626 /// map. This function is separated from the clear so that debug
Devang Patel799288382011-05-23 17:44:13 +0000627 /// information that is dangling in a basic block can be properly
628 /// resolved in a different basic block. This allows the
629 /// SelectionDAG to resolve dangling debug information attached
630 /// to PHI nodes.
631 void clearDanglingDebugInfo();
632
Dan Gohman575fad32008-09-03 16:12:24 +0000633 /// getRoot - Return the current virtual root of the Selection DAG,
634 /// flushing any PendingLoad items. This must be done before emitting
635 /// a store or any other node that may need to be ordered after any
636 /// prior load instructions.
637 ///
638 SDValue getRoot();
639
640 /// getControlRoot - Similar to getRoot, but instead of flushing all the
641 /// PendingLoad items, flush all the PendingExports items. It is necessary
642 /// to do this before emitting a terminator instruction.
643 ///
644 SDValue getControlRoot();
645
Andrew Trick175143b2013-05-25 02:20:36 +0000646 SDLoc getCurSDLoc() const {
Andrew Trick175143b2013-05-25 02:20:36 +0000647 return SDLoc(CurInst, SDNodeOrder);
648 }
649
650 DebugLoc getCurDebugLoc() const {
651 return CurInst ? CurInst->getDebugLoc() : DebugLoc();
652 }
Devang Patelf3292b22011-02-21 23:21:26 +0000653
Bill Wendling919b7aa2009-12-22 02:10:19 +0000654 unsigned getSDNodeOrder() const { return SDNodeOrder; }
655
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000656 void CopyValueToVirtualRegister(const Value *V, unsigned Reg);
Dan Gohman575fad32008-09-03 16:12:24 +0000657
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000658 void visit(const Instruction &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000659
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000660 void visit(unsigned Opcode, const User &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000661
Igor Laevsky85f7f722015-03-10 16:26:48 +0000662 /// getCopyFromRegs - If there was virtual register allocated for the value V
663 /// emit CopyFromReg of the specified type Ty. Return empty SDValue() otherwise.
664 SDValue getCopyFromRegs(const Value *V, Type *Ty);
665
Dale Johannesenbfd4fd72010-07-16 00:02:08 +0000666 // resolveDanglingDebugInfo - if we saw an earlier dbg_value referring to V,
667 // generate the debug data structures now that we've seen its definition.
668 void resolveDanglingDebugInfo(const Value *V, SDValue Val);
Dan Gohman575fad32008-09-03 16:12:24 +0000669 SDValue getValue(const Value *V);
Dan Gohmand4322232010-07-01 01:59:43 +0000670 SDValue getNonRegisterValue(const Value *V);
671 SDValue getValueImpl(const Value *V);
Dan Gohman575fad32008-09-03 16:12:24 +0000672
673 void setValue(const Value *V, SDValue NewN) {
674 SDValue &N = NodeMap[V];
Craig Topperada08572014-04-16 04:21:27 +0000675 assert(!N.getNode() && "Already set a value for this node!");
Dan Gohman575fad32008-09-03 16:12:24 +0000676 N = NewN;
677 }
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000678
Philip Reames1a1bdb22014-12-02 18:50:36 +0000679 void removeValue(const Value *V) {
680 // This is to support hack in lowerCallFromStatepoint
681 // Should be removed when hack is resolved
Benjamin Kramer4e3b9032015-02-27 21:43:14 +0000682 NodeMap.erase(V);
Philip Reames1a1bdb22014-12-02 18:50:36 +0000683 }
684
Devang Patelb0c76392010-06-01 19:59:01 +0000685 void setUnusedArgValue(const Value *V, SDValue NewN) {
686 SDValue &N = UnusedArgNodeMap[V];
Craig Topperada08572014-04-16 04:21:27 +0000687 assert(!N.getNode() && "Already set a value for this node!");
Devang Patelb0c76392010-06-01 19:59:01 +0000688 N = NewN;
689 }
Dan Gohman575fad32008-09-03 16:12:24 +0000690
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000691 void FindMergedConditions(const Value *Cond, MachineBasicBlock *TBB,
Dan Gohman575fad32008-09-03 16:12:24 +0000692 MachineBasicBlock *FBB, MachineBasicBlock *CurBB,
Manman Ren4ece7452014-01-31 00:42:44 +0000693 MachineBasicBlock *SwitchBB, unsigned Opc,
694 uint32_t TW, uint32_t FW);
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000695 void EmitBranchForMergedCondition(const Value *Cond, MachineBasicBlock *TBB,
Dan Gohmand01ddb52008-10-17 21:16:08 +0000696 MachineBasicBlock *FBB,
Dan Gohman7c0303a2010-04-19 22:41:47 +0000697 MachineBasicBlock *CurBB,
Manman Ren4ece7452014-01-31 00:42:44 +0000698 MachineBasicBlock *SwitchBB,
699 uint32_t TW, uint32_t FW);
Dan Gohman575fad32008-09-03 16:12:24 +0000700 bool ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases);
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000701 bool isExportableFromCurrentBlock(const Value *V, const BasicBlock *FromBB);
702 void CopyToExportRegsIfNeeded(const Value *V);
703 void ExportFromCurrentBlock(const Value *V);
704 void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall,
Craig Topperada08572014-04-16 04:21:27 +0000705 MachineBasicBlock *LandingPad = nullptr);
Dan Gohman575fad32008-09-03 16:12:24 +0000706
Juergen Ributzkaad2363f2014-10-17 17:39:00 +0000707 std::pair<SDValue, SDValue> lowerCallOperands(
708 ImmutableCallSite CS,
709 unsigned ArgIdx,
710 unsigned NumArgs,
711 SDValue Callee,
712 bool UseVoidTy = false,
Hal Finkel0ad96c82015-01-13 17:48:04 +0000713 MachineBasicBlock *LandingPad = nullptr,
714 bool IsPatchPoint = false);
Andrew Trick74f4c742013-10-31 17:18:24 +0000715
Jakob Stoklund Olesen665aa6e2010-09-30 19:44:31 +0000716 /// UpdateSplitBlock - When an MBB was split during scheduling, update the
Alp Toker798060e2014-01-11 14:01:43 +0000717 /// references that need to refer to the last resulting block.
Jakob Stoklund Olesen665aa6e2010-09-30 19:44:31 +0000718 void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
719
Igor Laevsky7fc58a42015-02-20 15:28:35 +0000720 // This function is responsible for the whole statepoint lowering process.
Igor Laevsky85f7f722015-03-10 16:26:48 +0000721 // It uniformly handles invoke and call statepoints.
722 void LowerStatepoint(ImmutableStatepoint Statepoint,
723 MachineBasicBlock *LandingPad = nullptr);
Dan Gohman575fad32008-09-03 16:12:24 +0000724private:
Juergen Ributzkafd4633e2014-10-16 21:26:35 +0000725 std::pair<SDValue, SDValue> lowerInvokable(
726 TargetLowering::CallLoweringInfo &CLI,
727 MachineBasicBlock *LandingPad);
728
Dan Gohman575fad32008-09-03 16:12:24 +0000729 // Terminator instructions.
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000730 void visitRet(const ReturnInst &I);
731 void visitBr(const BranchInst &I);
732 void visitSwitch(const SwitchInst &I);
733 void visitIndirectBr(const IndirectBrInst &I);
Yaron Kerend7ba46b2014-04-19 13:47:43 +0000734 void visitUnreachable(const UnreachableInst &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000735
Jakub Staszak96f8c552011-12-20 20:03:10 +0000736 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
737 const MachineBasicBlock *Dst) const;
Jakub Staszak0480a8f2011-07-29 22:25:21 +0000738 void addSuccessorWithWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst,
739 uint32_t Weight = 0);
Dan Gohman575fad32008-09-03 16:12:24 +0000740public:
Dan Gohman7c0303a2010-04-19 22:41:47 +0000741 void visitSwitchCase(CaseBlock &CB,
742 MachineBasicBlock *SwitchBB);
Michael Gottesmanb27f0f12013-08-20 07:00:16 +0000743 void visitSPDescriptorParent(StackProtectorDescriptor &SPD,
744 MachineBasicBlock *ParentBB);
745 void visitSPDescriptorFailure(StackProtectorDescriptor &SPD);
Dan Gohman7c0303a2010-04-19 22:41:47 +0000746 void visitBitTestHeader(BitTestBlock &B, MachineBasicBlock *SwitchBB);
Evan Chengac730dd2011-01-06 01:02:44 +0000747 void visitBitTestCase(BitTestBlock &BB,
748 MachineBasicBlock* NextMBB,
Manman Rencf104462012-08-24 18:14:27 +0000749 uint32_t BranchWeightToNext,
Dan Gohman575fad32008-09-03 16:12:24 +0000750 unsigned Reg,
Dan Gohman7c0303a2010-04-19 22:41:47 +0000751 BitTestCase &B,
752 MachineBasicBlock *SwitchBB);
Dan Gohman575fad32008-09-03 16:12:24 +0000753 void visitJumpTable(JumpTable &JT);
Dan Gohman7c0303a2010-04-19 22:41:47 +0000754 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
755 MachineBasicBlock *SwitchBB);
Reid Kleckner0a57f652015-01-14 01:05:27 +0000756 unsigned visitLandingPadClauseBB(GlobalValue *ClauseGV,
757 MachineBasicBlock *LPadMBB);
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000758
Dan Gohman575fad32008-09-03 16:12:24 +0000759private:
760 // These all get lowered before this pass.
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000761 void visitInvoke(const InvokeInst &I);
Bill Wendlingf891bf82011-07-31 06:30:59 +0000762 void visitResume(const ResumeInst &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000763
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000764 void visitBinary(const User &I, unsigned OpCode);
765 void visitShift(const User &I, unsigned Opcode);
766 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); }
767 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); }
768 void visitSub(const User &I) { visitBinary(I, ISD::SUB); }
769 void visitFSub(const User &I);
770 void visitMul(const User &I) { visitBinary(I, ISD::MUL); }
771 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); }
772 void visitURem(const User &I) { visitBinary(I, ISD::UREM); }
773 void visitSRem(const User &I) { visitBinary(I, ISD::SREM); }
774 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); }
775 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); }
Benjamin Kramer9960a252011-07-08 10:31:30 +0000776 void visitSDiv(const User &I);
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000777 void visitFDiv(const User &I) { visitBinary(I, ISD::FDIV); }
778 void visitAnd (const User &I) { visitBinary(I, ISD::AND); }
779 void visitOr (const User &I) { visitBinary(I, ISD::OR); }
780 void visitXor (const User &I) { visitBinary(I, ISD::XOR); }
781 void visitShl (const User &I) { visitShift(I, ISD::SHL); }
782 void visitLShr(const User &I) { visitShift(I, ISD::SRL); }
783 void visitAShr(const User &I) { visitShift(I, ISD::SRA); }
784 void visitICmp(const User &I);
785 void visitFCmp(const User &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000786 // Visit the conversion instructions
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000787 void visitTrunc(const User &I);
788 void visitZExt(const User &I);
789 void visitSExt(const User &I);
790 void visitFPTrunc(const User &I);
791 void visitFPExt(const User &I);
792 void visitFPToUI(const User &I);
793 void visitFPToSI(const User &I);
794 void visitUIToFP(const User &I);
795 void visitSIToFP(const User &I);
796 void visitPtrToInt(const User &I);
797 void visitIntToPtr(const User &I);
798 void visitBitCast(const User &I);
Matt Arsenaultb03bd4d2013-11-15 01:34:59 +0000799 void visitAddrSpaceCast(const User &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000800
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000801 void visitExtractElement(const User &I);
802 void visitInsertElement(const User &I);
803 void visitShuffleVector(const User &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000804
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000805 void visitExtractValue(const ExtractValueInst &I);
806 void visitInsertValue(const InsertValueInst &I);
Bill Wendlingfae14752011-08-12 20:24:12 +0000807 void visitLandingPad(const LandingPadInst &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000808
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000809 void visitGetElementPtr(const User &I);
810 void visitSelect(const User &I);
Dan Gohman575fad32008-09-03 16:12:24 +0000811
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000812 void visitAlloca(const AllocaInst &I);
813 void visitLoad(const LoadInst &I);
814 void visitStore(const StoreInst &I);
Elena Demikhovskyf1de34b2014-12-04 09:40:44 +0000815 void visitMaskedLoad(const CallInst &I);
816 void visitMaskedStore(const CallInst &I);
Eli Friedmanc9a551e2011-07-28 21:48:00 +0000817 void visitAtomicCmpXchg(const AtomicCmpXchgInst &I);
818 void visitAtomicRMW(const AtomicRMWInst &I);
Eli Friedmanfee02c62011-07-25 23:16:38 +0000819 void visitFence(const FenceInst &I);
Dan Gohmanf41ad472010-04-20 15:00:41 +0000820 void visitPHI(const PHINode &I);
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000821 void visitCall(const CallInst &I);
822 bool visitMemCmpCall(const CallInst &I);
Richard Sandiford6f6d5512013-08-20 09:38:48 +0000823 bool visitMemChrCall(const CallInst &I);
Richard Sandifordbb83a502013-08-16 11:29:37 +0000824 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
Richard Sandifordca232712013-08-16 11:21:54 +0000825 bool visitStrCmpCall(const CallInst &I);
Richard Sandiford0dec06a2013-08-16 11:41:43 +0000826 bool visitStrLenCall(const CallInst &I);
827 bool visitStrNLenCall(const CallInst &I);
Bob Wilson874886c2012-08-03 23:29:17 +0000828 bool visitUnaryFloatCall(const CallInst &I, unsigned Opcode);
Matt Arsenault7c936902014-10-21 23:01:01 +0000829 bool visitBinaryFloatCall(const CallInst &I, unsigned Opcode);
Eli Friedman342e8df2011-08-24 20:50:09 +0000830 void visitAtomicLoad(const LoadInst &I);
831 void visitAtomicStore(const StoreInst &I);
832
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000833 void visitInlineAsm(ImmutableCallSite CS);
834 const char *visitIntrinsicCall(const CallInst &I, unsigned Intrinsic);
835 void visitTargetIntrinsic(const CallInst &I, unsigned Intrinsic);
Dan Gohman575fad32008-09-03 16:12:24 +0000836
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000837 void visitVAStart(const CallInst &I);
838 void visitVAArg(const VAArgInst &I);
839 void visitVAEnd(const CallInst &I);
840 void visitVACopy(const CallInst &I);
Andrew Trick74f4c742013-10-31 17:18:24 +0000841 void visitStackmap(const CallInst &I);
Juergen Ributzkaad2363f2014-10-17 17:39:00 +0000842 void visitPatchpoint(ImmutableCallSite CS,
843 MachineBasicBlock *LandingPad = nullptr);
Dan Gohman575fad32008-09-03 16:12:24 +0000844
Philip Reames1a1bdb22014-12-02 18:50:36 +0000845 // These three are implemented in StatepointLowering.cpp
846 void visitStatepoint(const CallInst &I);
847 void visitGCRelocate(const CallInst &I);
848 void visitGCResult(const CallInst &I);
849
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000850 void visitUserOp1(const Instruction &I) {
Torok Edwinfbcc6632009-07-14 16:55:14 +0000851 llvm_unreachable("UserOp1 should not exist at instruction selection time!");
Dan Gohman575fad32008-09-03 16:12:24 +0000852 }
Dan Gohmanbcaf6812010-04-15 01:51:59 +0000853 void visitUserOp2(const Instruction &I) {
Torok Edwinfbcc6632009-07-14 16:55:14 +0000854 llvm_unreachable("UserOp2 should not exist at instruction selection time!");
Dan Gohman575fad32008-09-03 16:12:24 +0000855 }
Dan Gohman5b43aa02010-04-22 20:55:53 +0000856
Richard Sandiforde3827752013-08-16 10:55:47 +0000857 void processIntegerCallValue(const Instruction &I,
858 SDValue Value, bool IsSigned);
859
Dan Gohman5b43aa02010-04-22 20:55:53 +0000860 void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
Evan Cheng6e822452010-04-28 23:08:54 +0000861
Devang Patel32a72ab2010-08-25 20:41:24 +0000862 /// EmitFuncArgumentDbgValue - If V is an function argument then create
Andrew Trickd4d1d9c2013-10-31 17:18:07 +0000863 /// corresponding DBG_VALUE machine instruction for it now. At the end of
Devang Patel32a72ab2010-08-25 20:41:24 +0000864 /// instruction selection, they will be inserted to the entry BB.
Duncan P. N. Exon Smith66463cc2015-04-03 17:11:42 +0000865 bool EmitFuncArgumentDbgValue(const Value *V, MDLocalVariable *Variable,
Duncan P. N. Exon Smith3bef6a32015-04-03 19:20:26 +0000866 MDExpression *Expr, MDLocation *DL,
867 int64_t Offset, bool IsIndirect,
868 const SDValue &N);
Hans Wennborgb4db1422015-03-19 20:41:48 +0000869
870 /// Return the next block after MBB, or nullptr if there is none.
871 MachineBasicBlock *NextBlock(MachineBasicBlock *MBB);
Krzysztof Parzyszeka46c36b2015-04-13 17:16:45 +0000872
873 /// Update the DAG and DAG builder with the relevant information after
874 /// a new root node has been created which could be a tail call.
875 void updateDAGForMaybeTailCall(SDValue MaybeTC);
Dan Gohman575fad32008-09-03 16:12:24 +0000876};
877
Dan Gohman575fad32008-09-03 16:12:24 +0000878} // end namespace llvm
879
880#endif