blob: e3d5fd0efe1b120315c15f07e9dfdd762437f499 [file] [log] [blame]
Nate Begeman0b71e002005-10-18 00:28:58 +00001//===-- PPCISelLowering.cpp - PPC DAG Lowering Implementation -------------===//
Chris Lattnerf22556d2005-08-16 17:14:42 +00002//
3// The LLVM Compiler Infrastructure
4//
Chris Lattnerf3ebc3f2007-12-29 20:36:04 +00005// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
Chris Lattnerf22556d2005-08-16 17:14:42 +00007//
8//===----------------------------------------------------------------------===//
9//
Nate Begeman6cca84e2005-10-16 05:39:50 +000010// This file implements the PPCISelLowering class.
Chris Lattnerf22556d2005-08-16 17:14:42 +000011//
12//===----------------------------------------------------------------------===//
13
Chris Lattner6f3b9542005-10-14 23:59:06 +000014#include "PPCISelLowering.h"
Chandler Carruthed0881b2012-12-03 16:50:05 +000015#include "MCTargetDesc/PPCPredicates.h"
Hal Finkel934361a2015-01-14 01:07:51 +000016#include "PPCCallingConv.h"
Jim Laskey48850c12006-11-16 22:43:37 +000017#include "PPCMachineFunctionInfo.h"
Bill Wendlingdd3fe942010-03-12 02:00:43 +000018#include "PPCPerfectShuffle.h"
Chris Lattner6f3b9542005-10-14 23:59:06 +000019#include "PPCTargetMachine.h"
Bill Schmidt22d40dc2013-05-13 19:34:37 +000020#include "PPCTargetObjectFile.h"
Owen Andersone2f23a32007-09-07 04:06:50 +000021#include "llvm/ADT/STLExtras.h"
Hal Finkel0d8db462014-05-11 19:29:11 +000022#include "llvm/ADT/StringSwitch.h"
Eric Christopher89958332014-05-31 00:07:32 +000023#include "llvm/ADT/Triple.h"
Chris Lattner4f2e4e02007-03-06 00:59:59 +000024#include "llvm/CodeGen/CallingConvLower.h"
Chris Lattnerf22556d2005-08-16 17:14:42 +000025#include "llvm/CodeGen/MachineFrameInfo.h"
26#include "llvm/CodeGen/MachineFunction.h"
Chris Lattner9b577f12005-08-26 21:23:58 +000027#include "llvm/CodeGen/MachineInstrBuilder.h"
Hal Finkel57725662015-01-03 17:58:24 +000028#include "llvm/CodeGen/MachineLoopInfo.h"
Chris Lattnera10fff52007-12-31 04:13:23 +000029#include "llvm/CodeGen/MachineRegisterInfo.h"
Chris Lattnerf22556d2005-08-16 17:14:42 +000030#include "llvm/CodeGen/SelectionDAG.h"
Anton Korobeynikovab663a02010-02-15 22:37:53 +000031#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
Chandler Carruth9fb823b2013-01-02 11:36:10 +000032#include "llvm/IR/CallingConv.h"
33#include "llvm/IR/Constants.h"
34#include "llvm/IR/DerivedTypes.h"
35#include "llvm/IR/Function.h"
36#include "llvm/IR/Intrinsics.h"
Chris Lattnerce645542006-11-10 02:08:47 +000037#include "llvm/Support/CommandLine.h"
Torok Edwinfb8d6d52009-07-08 20:53:28 +000038#include "llvm/Support/ErrorHandling.h"
Craig Topperb25fda92012-03-17 18:46:09 +000039#include "llvm/Support/MathExtras.h"
Torok Edwinfb8d6d52009-07-08 20:53:28 +000040#include "llvm/Support/raw_ostream.h"
Craig Topperb25fda92012-03-17 18:46:09 +000041#include "llvm/Target/TargetOptions.h"
Kit Bartond4eb73c2015-05-05 16:10:44 +000042
Chris Lattnerf22556d2005-08-16 17:14:42 +000043using namespace llvm;
44
Joerg Sonnenbergereb8655a2014-08-08 16:46:10 +000045// FIXME: Remove this once soft-float is supported.
46static cl::opt<bool> DisablePPCFloatInVariadic("disable-ppc-float-in-variadic",
47cl::desc("disable saving float registers for va_start on PPC"), cl::Hidden);
48
Hal Finkel595817e2012-06-04 02:21:00 +000049static cl::opt<bool> DisablePPCPreinc("disable-ppc-preinc",
50cl::desc("disable preincrement load/store generation on PPC"), cl::Hidden);
Chris Lattnerce645542006-11-10 02:08:47 +000051
Hal Finkel4e9f1a82012-06-10 19:32:29 +000052static cl::opt<bool> DisableILPPref("disable-ppc-ilp-pref",
53cl::desc("disable setting the node scheduling preference to ILP on PPC"), cl::Hidden);
54
Hal Finkel8d7fbc92013-03-15 15:27:13 +000055static cl::opt<bool> DisablePPCUnaligned("disable-ppc-unaligned",
56cl::desc("disable unaligned load/store generation on PPC"), cl::Hidden);
57
Hal Finkel940ab932014-02-28 00:27:01 +000058// FIXME: Remove this once the bug has been fixed!
59extern cl::opt<bool> ANDIGlueBug;
60
Eric Christophercccae792015-01-30 22:02:31 +000061PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
62 const PPCSubtarget &STI)
63 : TargetLowering(TM), Subtarget(STI) {
Chris Lattnera028e7a2005-09-27 22:18:25 +000064 // Use _setjmp/_longjmp instead of setjmp/longjmp.
Anton Korobeynikov3b7c2572006-12-10 23:12:42 +000065 setUseUnderscoreSetJmp(true);
66 setUseUnderscoreLongJmp(true);
Scott Michelcf0da6c2009-02-17 22:15:04 +000067
Chris Lattnerd10babf2010-10-10 18:34:00 +000068 // On PPC32/64, arguments smaller than 4/8 bytes are extended, so all
69 // arguments are at least 4/8 bytes aligned.
Eric Christopherb1aaebe2014-06-12 22:38:18 +000070 bool isPPC64 = Subtarget.isPPC64();
Evan Cheng39e90022012-07-02 22:39:56 +000071 setMinStackArgumentAlignment(isPPC64 ? 8:4);
Wesley Peck527da1b2010-11-23 03:31:01 +000072
Chris Lattnerf22556d2005-08-16 17:14:42 +000073 // Set up the register classes.
Craig Topperabadc662012-04-20 06:31:50 +000074 addRegisterClass(MVT::i32, &PPC::GPRCRegClass);
75 addRegisterClass(MVT::f32, &PPC::F4RCRegClass);
76 addRegisterClass(MVT::f64, &PPC::F8RCRegClass);
Scott Michelcf0da6c2009-02-17 22:15:04 +000077
Evan Cheng5d9fd972006-10-04 00:56:09 +000078 // PowerPC has an i16 but no i8 (or i1) SEXTLOAD
Ahmed Bougacha2b6917b2015-01-08 00:51:32 +000079 for (MVT VT : MVT::integer_valuetypes()) {
80 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote);
81 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand);
82 }
Duncan Sands95d46ef2008-01-23 20:39:46 +000083
Owen Anderson9f944592009-08-11 20:47:22 +000084 setTruncStoreAction(MVT::f64, MVT::f32, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +000085
Chris Lattnerc9fa36d2006-11-10 23:58:45 +000086 // PowerPC has pre-inc load and store's.
Owen Anderson9f944592009-08-11 20:47:22 +000087 setIndexedLoadAction(ISD::PRE_INC, MVT::i1, Legal);
88 setIndexedLoadAction(ISD::PRE_INC, MVT::i8, Legal);
89 setIndexedLoadAction(ISD::PRE_INC, MVT::i16, Legal);
90 setIndexedLoadAction(ISD::PRE_INC, MVT::i32, Legal);
91 setIndexedLoadAction(ISD::PRE_INC, MVT::i64, Legal);
Hal Finkel65d1cbf2015-02-05 18:42:53 +000092 setIndexedLoadAction(ISD::PRE_INC, MVT::f32, Legal);
93 setIndexedLoadAction(ISD::PRE_INC, MVT::f64, Legal);
Owen Anderson9f944592009-08-11 20:47:22 +000094 setIndexedStoreAction(ISD::PRE_INC, MVT::i1, Legal);
95 setIndexedStoreAction(ISD::PRE_INC, MVT::i8, Legal);
96 setIndexedStoreAction(ISD::PRE_INC, MVT::i16, Legal);
97 setIndexedStoreAction(ISD::PRE_INC, MVT::i32, Legal);
98 setIndexedStoreAction(ISD::PRE_INC, MVT::i64, Legal);
Hal Finkel65d1cbf2015-02-05 18:42:53 +000099 setIndexedStoreAction(ISD::PRE_INC, MVT::f32, Legal);
100 setIndexedStoreAction(ISD::PRE_INC, MVT::f64, Legal);
Evan Cheng36a8fbf2006-11-09 19:11:50 +0000101
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000102 if (Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000103 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
104
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000105 if (isPPC64 || Subtarget.hasFPCVT()) {
Hal Finkel6a56b212014-03-05 22:14:00 +0000106 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Promote);
107 AddPromotedToType (ISD::SINT_TO_FP, MVT::i1,
108 isPPC64 ? MVT::i64 : MVT::i32);
109 setOperationAction(ISD::UINT_TO_FP, MVT::i1, Promote);
110 AddPromotedToType (ISD::UINT_TO_FP, MVT::i1,
111 isPPC64 ? MVT::i64 : MVT::i32);
112 } else {
113 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom);
114 setOperationAction(ISD::UINT_TO_FP, MVT::i1, Custom);
115 }
Hal Finkel940ab932014-02-28 00:27:01 +0000116
117 // PowerPC does not support direct load / store of condition registers
118 setOperationAction(ISD::LOAD, MVT::i1, Custom);
119 setOperationAction(ISD::STORE, MVT::i1, Custom);
120
121 // FIXME: Remove this once the ANDI glue bug is fixed:
122 if (ANDIGlueBug)
123 setOperationAction(ISD::TRUNCATE, MVT::i1, Custom);
124
Ahmed Bougacha2b6917b2015-01-08 00:51:32 +0000125 for (MVT VT : MVT::integer_valuetypes()) {
126 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote);
127 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i1, Promote);
128 setTruncStoreAction(VT, MVT::i1, Expand);
129 }
Hal Finkel940ab932014-02-28 00:27:01 +0000130
131 addRegisterClass(MVT::i1, &PPC::CRBITRCRegClass);
132 }
133
Dale Johannesen666323e2007-10-10 01:01:31 +0000134 // This is used in the ppcf128->int sequence. Note it has different semantics
135 // from FP_ROUND: that rounds to nearest, this rounds to zero.
Owen Anderson9f944592009-08-11 20:47:22 +0000136 setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
Dale Johannesenf864ac92007-10-06 01:24:11 +0000137
Roman Divacky1faf5b02012-08-16 18:19:29 +0000138 // We do not currently implement these libm ops for PowerPC.
Owen Anderson0b9b9da2011-12-08 19:32:14 +0000139 setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
140 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
141 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
142 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
143 setOperationAction(ISD::FNEARBYINT, MVT::ppcf128, Expand);
Bill Schmidt92e26642013-04-03 13:05:44 +0000144 setOperationAction(ISD::FREM, MVT::ppcf128, Expand);
Owen Anderson0b9b9da2011-12-08 19:32:14 +0000145
Chris Lattnerf22556d2005-08-16 17:14:42 +0000146 // PowerPC has no SREM/UREM instructions
Owen Anderson9f944592009-08-11 20:47:22 +0000147 setOperationAction(ISD::SREM, MVT::i32, Expand);
148 setOperationAction(ISD::UREM, MVT::i32, Expand);
149 setOperationAction(ISD::SREM, MVT::i64, Expand);
150 setOperationAction(ISD::UREM, MVT::i64, Expand);
Dan Gohman71f0d7d2007-10-08 17:28:24 +0000151
152 // Don't use SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM to lower SREM/UREM.
Owen Anderson9f944592009-08-11 20:47:22 +0000153 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand);
154 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand);
155 setOperationAction(ISD::UMUL_LOHI, MVT::i64, Expand);
156 setOperationAction(ISD::SMUL_LOHI, MVT::i64, Expand);
157 setOperationAction(ISD::UDIVREM, MVT::i32, Expand);
158 setOperationAction(ISD::SDIVREM, MVT::i32, Expand);
159 setOperationAction(ISD::UDIVREM, MVT::i64, Expand);
160 setOperationAction(ISD::SDIVREM, MVT::i64, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000161
Dan Gohman482732a2007-10-11 23:21:31 +0000162 // We don't support sin/cos/sqrt/fmod/pow
Owen Anderson9f944592009-08-11 20:47:22 +0000163 setOperationAction(ISD::FSIN , MVT::f64, Expand);
164 setOperationAction(ISD::FCOS , MVT::f64, Expand);
Evan Cheng0e88c7d2013-01-29 02:32:37 +0000165 setOperationAction(ISD::FSINCOS, MVT::f64, Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000166 setOperationAction(ISD::FREM , MVT::f64, Expand);
167 setOperationAction(ISD::FPOW , MVT::f64, Expand);
Hal Finkel0a479ae2012-06-22 00:49:52 +0000168 setOperationAction(ISD::FMA , MVT::f64, Legal);
Owen Anderson9f944592009-08-11 20:47:22 +0000169 setOperationAction(ISD::FSIN , MVT::f32, Expand);
170 setOperationAction(ISD::FCOS , MVT::f32, Expand);
Evan Cheng0e88c7d2013-01-29 02:32:37 +0000171 setOperationAction(ISD::FSINCOS, MVT::f32, Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000172 setOperationAction(ISD::FREM , MVT::f32, Expand);
173 setOperationAction(ISD::FPOW , MVT::f32, Expand);
Hal Finkel0a479ae2012-06-22 00:49:52 +0000174 setOperationAction(ISD::FMA , MVT::f32, Legal);
Dale Johannesen5c94cb32008-01-18 19:55:37 +0000175
Owen Anderson9f944592009-08-11 20:47:22 +0000176 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000177
Chris Lattnerf22556d2005-08-16 17:14:42 +0000178 // If we're enabling GP optimizations, use hardware square root
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000179 if (!Subtarget.hasFSQRT() &&
Eric Christophercccae792015-01-30 22:02:31 +0000180 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTE() &&
181 Subtarget.hasFRE()))
Owen Anderson9f944592009-08-11 20:47:22 +0000182 setOperationAction(ISD::FSQRT, MVT::f64, Expand);
Hal Finkel2e103312013-04-03 04:01:11 +0000183
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000184 if (!Subtarget.hasFSQRT() &&
Eric Christophercccae792015-01-30 22:02:31 +0000185 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() &&
186 Subtarget.hasFRES()))
Owen Anderson9f944592009-08-11 20:47:22 +0000187 setOperationAction(ISD::FSQRT, MVT::f32, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000188
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000189 if (Subtarget.hasFCPSGN()) {
Hal Finkeldbc78e12013-08-19 05:01:02 +0000190 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Legal);
191 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Legal);
192 } else {
193 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
194 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
195 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000196
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000197 if (Subtarget.hasFPRND()) {
Hal Finkelc20a08d2013-03-29 08:57:48 +0000198 setOperationAction(ISD::FFLOOR, MVT::f64, Legal);
199 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
200 setOperationAction(ISD::FTRUNC, MVT::f64, Legal);
Hal Finkel2b7b2f32013-08-08 04:31:34 +0000201 setOperationAction(ISD::FROUND, MVT::f64, Legal);
Hal Finkelc20a08d2013-03-29 08:57:48 +0000202
203 setOperationAction(ISD::FFLOOR, MVT::f32, Legal);
204 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
205 setOperationAction(ISD::FTRUNC, MVT::f32, Legal);
Hal Finkel2b7b2f32013-08-08 04:31:34 +0000206 setOperationAction(ISD::FROUND, MVT::f32, Legal);
Hal Finkelc20a08d2013-03-29 08:57:48 +0000207 }
208
Nate Begeman2fba8a32006-01-14 03:14:10 +0000209 // PowerPC does not have BSWAP, CTPOP or CTTZ
Owen Anderson9f944592009-08-11 20:47:22 +0000210 setOperationAction(ISD::BSWAP, MVT::i32 , Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000211 setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
Chandler Carruth637cc6a2011-12-13 01:56:10 +0000212 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i32, Expand);
213 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32, Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000214 setOperationAction(ISD::BSWAP, MVT::i64 , Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000215 setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
Chandler Carruth637cc6a2011-12-13 01:56:10 +0000216 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::i64, Expand);
217 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000218
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000219 if (Subtarget.hasPOPCNTD()) {
Hal Finkel290376d2013-04-01 15:58:15 +0000220 setOperationAction(ISD::CTPOP, MVT::i32 , Legal);
Hal Finkela4d07482013-03-28 13:29:47 +0000221 setOperationAction(ISD::CTPOP, MVT::i64 , Legal);
222 } else {
223 setOperationAction(ISD::CTPOP, MVT::i32 , Expand);
224 setOperationAction(ISD::CTPOP, MVT::i64 , Expand);
225 }
226
Nate Begeman1b8121b2006-01-11 21:21:00 +0000227 // PowerPC does not have ROTR
Owen Anderson9f944592009-08-11 20:47:22 +0000228 setOperationAction(ISD::ROTR, MVT::i32 , Expand);
229 setOperationAction(ISD::ROTR, MVT::i64 , Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000230
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000231 if (!Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000232 // PowerPC does not have Select
233 setOperationAction(ISD::SELECT, MVT::i32, Expand);
234 setOperationAction(ISD::SELECT, MVT::i64, Expand);
235 setOperationAction(ISD::SELECT, MVT::f32, Expand);
236 setOperationAction(ISD::SELECT, MVT::f64, Expand);
237 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000238
Chris Lattner7f1fa8e2005-08-26 17:36:52 +0000239 // PowerPC wants to turn select_cc of FP into fsel when possible.
Owen Anderson9f944592009-08-11 20:47:22 +0000240 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom);
241 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom);
Nate Begemana162f202006-01-31 08:17:29 +0000242
Nate Begeman7e7f4392006-02-01 07:19:44 +0000243 // PowerPC wants to optimize integer setcc a bit
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000244 if (!Subtarget.useCRBits())
Hal Finkel940ab932014-02-28 00:27:01 +0000245 setOperationAction(ISD::SETCC, MVT::i32, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000246
Nate Begemanbb01d4f2006-03-17 01:40:33 +0000247 // PowerPC does not have BRCOND which requires SetCC
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000248 if (!Subtarget.useCRBits())
Hal Finkel940ab932014-02-28 00:27:01 +0000249 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
Evan Cheng0d41d192006-10-30 08:02:39 +0000250
Owen Anderson9f944592009-08-11 20:47:22 +0000251 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000252
Chris Lattnerda2e04c2005-08-31 21:09:52 +0000253 // PowerPC turns FP_TO_SINT into FCTIWZ and some load/stores.
Owen Anderson9f944592009-08-11 20:47:22 +0000254 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
Nate Begeman60952142005-09-06 22:03:27 +0000255
Jim Laskey6267b2c2005-08-17 00:40:22 +0000256 // PowerPC does not have [U|S]INT_TO_FP
Owen Anderson9f944592009-08-11 20:47:22 +0000257 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand);
258 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
Jim Laskey6267b2c2005-08-17 00:40:22 +0000259
Wesley Peck527da1b2010-11-23 03:31:01 +0000260 setOperationAction(ISD::BITCAST, MVT::f32, Expand);
261 setOperationAction(ISD::BITCAST, MVT::i32, Expand);
262 setOperationAction(ISD::BITCAST, MVT::i64, Expand);
263 setOperationAction(ISD::BITCAST, MVT::f64, Expand);
Chris Lattnerc46fc242005-12-23 05:13:35 +0000264
Chris Lattner84b49d52006-04-28 21:56:10 +0000265 // We cannot sextinreg(i1). Expand to shifts.
Owen Anderson9f944592009-08-11 20:47:22 +0000266 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
Jim Laskeye0008e22007-02-22 14:56:36 +0000267
Hal Finkel1996f3d2013-03-27 19:10:42 +0000268 // NOTE: EH_SJLJ_SETJMP/_LONGJMP supported here is NOT intended to support
Hal Finkel756810f2013-03-21 21:37:52 +0000269 // SjLj exception handling but a light-weight setjmp/longjmp replacement to
270 // support continuation, user-level threading, and etc.. As a result, no
271 // other SjLj exception interfaces are implemented and please don't build
272 // your own exception handling based on them.
273 // LLVM/Clang supports zero-cost DWARF exception handling.
274 setOperationAction(ISD::EH_SJLJ_SETJMP, MVT::i32, Custom);
275 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000276
277 // We want to legalize GlobalAddress and ConstantPool nodes into the
Nate Begeman4e56db62005-12-10 02:36:00 +0000278 // appropriate instructions to materialize the address.
Owen Anderson9f944592009-08-11 20:47:22 +0000279 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom);
280 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
Bob Wilsonf84f7102009-11-04 21:31:18 +0000281 setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
Owen Anderson9f944592009-08-11 20:47:22 +0000282 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
283 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
284 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom);
285 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
Bob Wilsonf84f7102009-11-04 21:31:18 +0000286 setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
Owen Anderson9f944592009-08-11 20:47:22 +0000287 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
288 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000289
Nate Begemanf69d13b2008-08-11 17:36:31 +0000290 // TRAP is legal.
Owen Anderson9f944592009-08-11 20:47:22 +0000291 setOperationAction(ISD::TRAP, MVT::Other, Legal);
Bill Wendling95e1af22008-09-17 00:30:57 +0000292
293 // TRAMPOLINE is custom lowered.
Duncan Sandsa0984362011-09-06 13:37:06 +0000294 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
295 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
Bill Wendling95e1af22008-09-17 00:30:57 +0000296
Nate Begemane74795c2006-01-25 18:21:52 +0000297 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
Owen Anderson9f944592009-08-11 20:47:22 +0000298 setOperationAction(ISD::VASTART , MVT::Other, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000299
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000300 if (Subtarget.isSVR4ABI()) {
Evan Cheng39e90022012-07-02 22:39:56 +0000301 if (isPPC64) {
Hal Finkele44eb282012-03-24 03:53:55 +0000302 // VAARG always uses double-word chunks, so promote anything smaller.
303 setOperationAction(ISD::VAARG, MVT::i1, Promote);
304 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64);
305 setOperationAction(ISD::VAARG, MVT::i8, Promote);
306 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64);
307 setOperationAction(ISD::VAARG, MVT::i16, Promote);
308 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64);
309 setOperationAction(ISD::VAARG, MVT::i32, Promote);
310 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64);
311 setOperationAction(ISD::VAARG, MVT::Other, Expand);
312 } else {
313 // VAARG is custom lowered with the 32-bit SVR4 ABI.
314 setOperationAction(ISD::VAARG, MVT::Other, Custom);
315 setOperationAction(ISD::VAARG, MVT::i64, Custom);
316 }
Roman Divacky4394e682011-06-28 15:30:42 +0000317 } else
Owen Anderson9f944592009-08-11 20:47:22 +0000318 setOperationAction(ISD::VAARG, MVT::Other, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000319
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000320 if (Subtarget.isSVR4ABI() && !isPPC64)
Roman Divackyc3825df2013-07-25 21:36:47 +0000321 // VACOPY is custom lowered with the 32-bit SVR4 ABI.
322 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
323 else
324 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
325
Chris Lattner5bd514d2006-01-15 09:02:48 +0000326 // Use the default implementation.
Owen Anderson9f944592009-08-11 20:47:22 +0000327 setOperationAction(ISD::VAEND , MVT::Other, Expand);
328 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
329 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
330 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Custom);
331 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64 , Custom);
Chris Lattnerab4df8342006-10-18 01:18:48 +0000332
Chris Lattner6961fc72006-03-26 10:06:40 +0000333 // We want to custom lower some of our intrinsics.
Owen Anderson9f944592009-08-11 20:47:22 +0000334 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000335
Hal Finkel25c19922013-05-15 21:37:41 +0000336 // To handle counter-based loop conditions.
337 setOperationAction(ISD::INTRINSIC_W_CHAIN, MVT::i1, Custom);
338
Dale Johannesen160be0f2008-11-07 22:54:33 +0000339 // Comparisons that require checking two conditions.
Owen Anderson9f944592009-08-11 20:47:22 +0000340 setCondCodeAction(ISD::SETULT, MVT::f32, Expand);
341 setCondCodeAction(ISD::SETULT, MVT::f64, Expand);
342 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
343 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
344 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand);
345 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand);
346 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
347 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
348 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand);
349 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand);
350 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
351 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000352
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000353 if (Subtarget.has64BitSupport()) {
Nate Begeman0b71e002005-10-18 00:28:58 +0000354 // They also have instructions for converting between i64 and fp.
Owen Anderson9f944592009-08-11 20:47:22 +0000355 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
356 setOperationAction(ISD::FP_TO_UINT, MVT::i64, Expand);
357 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
358 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand);
Dale Johannesen37bc85f2009-06-04 20:53:52 +0000359 // This is just the low 32 bits of a (signed) fp->i64 conversion.
360 // We cannot do this with Promote because i64 is not a legal type.
Owen Anderson9f944592009-08-11 20:47:22 +0000361 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000362
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000363 if (Subtarget.hasLFIWAX() || Subtarget.isPPC64())
Hal Finkele53429a2013-03-31 01:58:02 +0000364 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
Nate Begeman762bf802005-10-25 23:48:36 +0000365 } else {
Chris Lattner595088a2005-11-17 07:30:41 +0000366 // PowerPC does not have FP_TO_UINT on 32-bit implementations.
Owen Anderson9f944592009-08-11 20:47:22 +0000367 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand);
Nate Begemane74dfbb2005-10-18 00:56:42 +0000368 }
369
Hal Finkelf6d45f22013-04-01 17:52:07 +0000370 // With the instructions enabled under FPCVT, we can do everything.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000371 if (Subtarget.hasFPCVT()) {
372 if (Subtarget.has64BitSupport()) {
Hal Finkelf6d45f22013-04-01 17:52:07 +0000373 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
374 setOperationAction(ISD::FP_TO_UINT, MVT::i64, Custom);
375 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
376 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom);
377 }
378
379 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
380 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Custom);
381 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
382 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom);
383 }
384
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000385 if (Subtarget.use64BitRegs()) {
Chris Lattnerb1935762007-10-19 04:08:28 +0000386 // 64-bit PowerPC implementations can support i64 types directly
Craig Topperabadc662012-04-20 06:31:50 +0000387 addRegisterClass(MVT::i64, &PPC::G8RCRegClass);
Nate Begeman0b71e002005-10-18 00:28:58 +0000388 // BUILD_PAIR can't be handled natively, and should be expanded to shl/or
Owen Anderson9f944592009-08-11 20:47:22 +0000389 setOperationAction(ISD::BUILD_PAIR, MVT::i64, Expand);
Dan Gohman8d2ead22008-03-07 20:36:53 +0000390 // 64-bit PowerPC wants to expand i128 shifts itself.
Owen Anderson9f944592009-08-11 20:47:22 +0000391 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
392 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
393 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
Nate Begeman0b71e002005-10-18 00:28:58 +0000394 } else {
Chris Lattnerb1935762007-10-19 04:08:28 +0000395 // 32-bit PowerPC wants to expand i64 shifts itself.
Owen Anderson9f944592009-08-11 20:47:22 +0000396 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
397 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
398 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
Nate Begeman60952142005-09-06 22:03:27 +0000399 }
Evan Cheng19264272006-03-01 01:11:20 +0000400
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000401 if (Subtarget.hasAltivec()) {
Chris Lattnerbaa73e02006-03-31 19:52:36 +0000402 // First set operation action for all vector types to expand. Then we
403 // will selectively turn on ones that can be effectively codegen'd.
Ahmed Bougacha67dd2d22015-01-07 21:27:10 +0000404 for (MVT VT : MVT::vector_valuetypes()) {
Chris Lattner06a21ba2006-04-16 01:37:57 +0000405 // add/sub are legal for all supported vector VT's.
Kit Barton66460332015-05-25 15:49:26 +0000406 setOperationAction(ISD::ADD , VT, Legal);
407 setOperationAction(ISD::SUB , VT, Legal);
Kit Bartond4eb73c2015-05-05 16:10:44 +0000408
Bill Schmidt433b1c32015-02-05 15:24:47 +0000409 // Vector instructions introduced in P8
Kit Bartond4eb73c2015-05-05 16:10:44 +0000410 if (Subtarget.hasP8Altivec() && (VT.SimpleTy != MVT::v1i128)) {
Bill Schmidtfe88b182015-02-03 21:58:23 +0000411 setOperationAction(ISD::CTPOP, VT, Legal);
Bill Schmidt433b1c32015-02-05 15:24:47 +0000412 setOperationAction(ISD::CTLZ, VT, Legal);
413 }
414 else {
Bill Schmidtfe88b182015-02-03 21:58:23 +0000415 setOperationAction(ISD::CTPOP, VT, Expand);
Bill Schmidt433b1c32015-02-05 15:24:47 +0000416 setOperationAction(ISD::CTLZ, VT, Expand);
417 }
Bill Schmidtfe88b182015-02-03 21:58:23 +0000418
Chris Lattner95c7adc2006-04-04 17:25:31 +0000419 // We promote all shuffles to v16i8.
Duncan Sands13237ac2008-06-06 12:08:01 +0000420 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000421 AddPromotedToType (ISD::VECTOR_SHUFFLE, VT, MVT::v16i8);
Chris Lattner06a21ba2006-04-16 01:37:57 +0000422
423 // We promote all non-typed operations to v4i32.
Duncan Sands13237ac2008-06-06 12:08:01 +0000424 setOperationAction(ISD::AND , VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000425 AddPromotedToType (ISD::AND , VT, MVT::v4i32);
Duncan Sands13237ac2008-06-06 12:08:01 +0000426 setOperationAction(ISD::OR , VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000427 AddPromotedToType (ISD::OR , VT, MVT::v4i32);
Duncan Sands13237ac2008-06-06 12:08:01 +0000428 setOperationAction(ISD::XOR , VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000429 AddPromotedToType (ISD::XOR , VT, MVT::v4i32);
Duncan Sands13237ac2008-06-06 12:08:01 +0000430 setOperationAction(ISD::LOAD , VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000431 AddPromotedToType (ISD::LOAD , VT, MVT::v4i32);
Duncan Sands13237ac2008-06-06 12:08:01 +0000432 setOperationAction(ISD::SELECT, VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000433 AddPromotedToType (ISD::SELECT, VT, MVT::v4i32);
Duncan Sands13237ac2008-06-06 12:08:01 +0000434 setOperationAction(ISD::STORE, VT, Promote);
Owen Anderson9f944592009-08-11 20:47:22 +0000435 AddPromotedToType (ISD::STORE, VT, MVT::v4i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000436
Chris Lattner06a21ba2006-04-16 01:37:57 +0000437 // No other operations are legal.
Duncan Sands13237ac2008-06-06 12:08:01 +0000438 setOperationAction(ISD::MUL , VT, Expand);
439 setOperationAction(ISD::SDIV, VT, Expand);
440 setOperationAction(ISD::SREM, VT, Expand);
441 setOperationAction(ISD::UDIV, VT, Expand);
442 setOperationAction(ISD::UREM, VT, Expand);
443 setOperationAction(ISD::FDIV, VT, Expand);
Hal Finkele3930222013-07-08 17:30:25 +0000444 setOperationAction(ISD::FREM, VT, Expand);
Duncan Sands13237ac2008-06-06 12:08:01 +0000445 setOperationAction(ISD::FNEG, VT, Expand);
Craig Topperc8a2adf2012-11-15 08:02:19 +0000446 setOperationAction(ISD::FSQRT, VT, Expand);
447 setOperationAction(ISD::FLOG, VT, Expand);
448 setOperationAction(ISD::FLOG10, VT, Expand);
449 setOperationAction(ISD::FLOG2, VT, Expand);
450 setOperationAction(ISD::FEXP, VT, Expand);
451 setOperationAction(ISD::FEXP2, VT, Expand);
452 setOperationAction(ISD::FSIN, VT, Expand);
453 setOperationAction(ISD::FCOS, VT, Expand);
454 setOperationAction(ISD::FABS, VT, Expand);
455 setOperationAction(ISD::FPOWI, VT, Expand);
Craig Topperc4343f22012-11-14 08:11:25 +0000456 setOperationAction(ISD::FFLOOR, VT, Expand);
Craig Topper61d04572012-11-15 06:51:10 +0000457 setOperationAction(ISD::FCEIL, VT, Expand);
458 setOperationAction(ISD::FTRUNC, VT, Expand);
459 setOperationAction(ISD::FRINT, VT, Expand);
460 setOperationAction(ISD::FNEARBYINT, VT, Expand);
Duncan Sands13237ac2008-06-06 12:08:01 +0000461 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Expand);
462 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Expand);
463 setOperationAction(ISD::BUILD_VECTOR, VT, Expand);
Ulrich Weigand51eccec2014-08-04 13:27:12 +0000464 setOperationAction(ISD::MULHU, VT, Expand);
465 setOperationAction(ISD::MULHS, VT, Expand);
Duncan Sands13237ac2008-06-06 12:08:01 +0000466 setOperationAction(ISD::UMUL_LOHI, VT, Expand);
467 setOperationAction(ISD::SMUL_LOHI, VT, Expand);
468 setOperationAction(ISD::UDIVREM, VT, Expand);
469 setOperationAction(ISD::SDIVREM, VT, Expand);
470 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
471 setOperationAction(ISD::FPOW, VT, Expand);
Benjamin Kramerf3ad2352014-05-19 13:12:38 +0000472 setOperationAction(ISD::BSWAP, VT, Expand);
Chandler Carruth637cc6a2011-12-13 01:56:10 +0000473 setOperationAction(ISD::CTLZ_ZERO_UNDEF, VT, Expand);
Duncan Sands13237ac2008-06-06 12:08:01 +0000474 setOperationAction(ISD::CTTZ, VT, Expand);
Chandler Carruth637cc6a2011-12-13 01:56:10 +0000475 setOperationAction(ISD::CTTZ_ZERO_UNDEF, VT, Expand);
Benjamin Kramerc5071462012-12-19 15:49:14 +0000476 setOperationAction(ISD::VSELECT, VT, Expand);
Adhemerval Zanellac4182d12012-11-05 17:15:56 +0000477 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand);
478
Ahmed Bougacha2b6917b2015-01-08 00:51:32 +0000479 for (MVT InnerVT : MVT::vector_valuetypes()) {
Adhemerval Zanellac4182d12012-11-05 17:15:56 +0000480 setTruncStoreAction(VT, InnerVT, Expand);
Ahmed Bougacha2b6917b2015-01-08 00:51:32 +0000481 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand);
482 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand);
483 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand);
484 }
Chris Lattnerbaa73e02006-03-31 19:52:36 +0000485 }
486
Chris Lattner95c7adc2006-04-04 17:25:31 +0000487 // We can custom expand all VECTOR_SHUFFLEs to VPERM, others we can handle
488 // with merges, splats, etc.
Owen Anderson9f944592009-08-11 20:47:22 +0000489 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v16i8, Custom);
Chris Lattner95c7adc2006-04-04 17:25:31 +0000490
Owen Anderson9f944592009-08-11 20:47:22 +0000491 setOperationAction(ISD::AND , MVT::v4i32, Legal);
492 setOperationAction(ISD::OR , MVT::v4i32, Legal);
493 setOperationAction(ISD::XOR , MVT::v4i32, Legal);
494 setOperationAction(ISD::LOAD , MVT::v4i32, Legal);
Hal Finkel940ab932014-02-28 00:27:01 +0000495 setOperationAction(ISD::SELECT, MVT::v4i32,
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000496 Subtarget.useCRBits() ? Legal : Expand);
Owen Anderson9f944592009-08-11 20:47:22 +0000497 setOperationAction(ISD::STORE , MVT::v4i32, Legal);
Adhemerval Zanella5c6e0842012-10-08 17:27:24 +0000498 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal);
499 setOperationAction(ISD::FP_TO_UINT, MVT::v4i32, Legal);
500 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal);
501 setOperationAction(ISD::UINT_TO_FP, MVT::v4i32, Legal);
Adhemerval Zanellabdface52012-11-15 20:56:03 +0000502 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
503 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal);
504 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
505 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Legal);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000506
Craig Topperabadc662012-04-20 06:31:50 +0000507 addRegisterClass(MVT::v4f32, &PPC::VRRCRegClass);
508 addRegisterClass(MVT::v4i32, &PPC::VRRCRegClass);
509 addRegisterClass(MVT::v8i16, &PPC::VRRCRegClass);
510 addRegisterClass(MVT::v16i8, &PPC::VRRCRegClass);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000511
Owen Anderson9f944592009-08-11 20:47:22 +0000512 setOperationAction(ISD::MUL, MVT::v4f32, Legal);
Hal Finkel0a479ae2012-06-22 00:49:52 +0000513 setOperationAction(ISD::FMA, MVT::v4f32, Legal);
Hal Finkel2e103312013-04-03 04:01:11 +0000514
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000515 if (TM.Options.UnsafeFPMath || Subtarget.hasVSX()) {
Hal Finkel2e103312013-04-03 04:01:11 +0000516 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
517 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
518 }
519
Kit Barton20d39812015-03-10 19:49:38 +0000520
521 if (Subtarget.hasP8Altivec())
522 setOperationAction(ISD::MUL, MVT::v4i32, Legal);
523 else
524 setOperationAction(ISD::MUL, MVT::v4i32, Custom);
525
Owen Anderson9f944592009-08-11 20:47:22 +0000526 setOperationAction(ISD::MUL, MVT::v8i16, Custom);
527 setOperationAction(ISD::MUL, MVT::v16i8, Custom);
Chris Lattnera8713b12006-03-20 01:53:53 +0000528
Owen Anderson9f944592009-08-11 20:47:22 +0000529 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
530 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000531
Owen Anderson9f944592009-08-11 20:47:22 +0000532 setOperationAction(ISD::BUILD_VECTOR, MVT::v16i8, Custom);
533 setOperationAction(ISD::BUILD_VECTOR, MVT::v8i16, Custom);
534 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i32, Custom);
535 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
Adhemerval Zanella56775e02012-10-30 13:50:19 +0000536
537 // Altivec does not contain unordered floating-point compare instructions
538 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand);
539 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand);
Hal Finkel21ada792013-07-08 20:00:03 +0000540 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand);
541 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand);
Hal Finkel27774d92014-03-13 07:58:58 +0000542
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000543 if (Subtarget.hasVSX()) {
Hal Finkel27774d92014-03-13 07:58:58 +0000544 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal);
Hal Finkel82569b62014-03-27 22:22:48 +0000545 setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v2f64, Legal);
Hal Finkel27774d92014-03-13 07:58:58 +0000546
547 setOperationAction(ISD::FFLOOR, MVT::v2f64, Legal);
548 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal);
549 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal);
550 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Legal);
551 setOperationAction(ISD::FROUND, MVT::v2f64, Legal);
552
553 setOperationAction(ISD::FROUND, MVT::v4f32, Legal);
554
555 setOperationAction(ISD::MUL, MVT::v2f64, Legal);
556 setOperationAction(ISD::FMA, MVT::v2f64, Legal);
557
558 setOperationAction(ISD::FDIV, MVT::v2f64, Legal);
559 setOperationAction(ISD::FSQRT, MVT::v2f64, Legal);
560
Hal Finkel732f0f72014-03-26 12:49:28 +0000561 setOperationAction(ISD::VSELECT, MVT::v16i8, Legal);
562 setOperationAction(ISD::VSELECT, MVT::v8i16, Legal);
563 setOperationAction(ISD::VSELECT, MVT::v4i32, Legal);
564 setOperationAction(ISD::VSELECT, MVT::v4f32, Legal);
565 setOperationAction(ISD::VSELECT, MVT::v2f64, Legal);
566
Hal Finkel27774d92014-03-13 07:58:58 +0000567 // Share the Altivec comparison restrictions.
568 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand);
569 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand);
Hal Finkel27774d92014-03-13 07:58:58 +0000570 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand);
571 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand);
572
Hal Finkel9281c9a2014-03-26 18:26:30 +0000573 setOperationAction(ISD::LOAD, MVT::v2f64, Legal);
574 setOperationAction(ISD::STORE, MVT::v2f64, Legal);
575
Hal Finkeldf3e34d2014-03-26 22:58:37 +0000576 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2f64, Legal);
577
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +0000578 if (Subtarget.hasP8Vector())
579 addRegisterClass(MVT::f32, &PPC::VSSRCRegClass);
580
Hal Finkel19be5062014-03-29 05:29:01 +0000581 addRegisterClass(MVT::f64, &PPC::VSFRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +0000582
583 addRegisterClass(MVT::v4f32, &PPC::VSRCRegClass);
584 addRegisterClass(MVT::v2f64, &PPC::VSRCRegClass);
Hal Finkela6c8b512014-03-26 16:12:58 +0000585
Kit Barton0cfa7b72015-03-03 19:55:45 +0000586 if (Subtarget.hasP8Altivec()) {
Kit Bartone48b1e12015-03-05 16:24:38 +0000587 setOperationAction(ISD::SHL, MVT::v2i64, Legal);
588 setOperationAction(ISD::SRA, MVT::v2i64, Legal);
589 setOperationAction(ISD::SRL, MVT::v2i64, Legal);
590
Kit Barton0cfa7b72015-03-03 19:55:45 +0000591 setOperationAction(ISD::SETCC, MVT::v2i64, Legal);
592 }
593 else {
Kit Bartone48b1e12015-03-05 16:24:38 +0000594 setOperationAction(ISD::SHL, MVT::v2i64, Expand);
595 setOperationAction(ISD::SRA, MVT::v2i64, Expand);
596 setOperationAction(ISD::SRL, MVT::v2i64, Expand);
597
Kit Barton0cfa7b72015-03-03 19:55:45 +0000598 setOperationAction(ISD::SETCC, MVT::v2i64, Custom);
599
600 // VSX v2i64 only supports non-arithmetic operations.
601 setOperationAction(ISD::ADD, MVT::v2i64, Expand);
602 setOperationAction(ISD::SUB, MVT::v2i64, Expand);
603 }
Hal Finkel777c9dd2014-03-29 16:04:40 +0000604
Hal Finkel9281c9a2014-03-26 18:26:30 +0000605 setOperationAction(ISD::LOAD, MVT::v2i64, Promote);
606 AddPromotedToType (ISD::LOAD, MVT::v2i64, MVT::v2f64);
607 setOperationAction(ISD::STORE, MVT::v2i64, Promote);
608 AddPromotedToType (ISD::STORE, MVT::v2i64, MVT::v2f64);
609
Hal Finkeldf3e34d2014-03-26 22:58:37 +0000610 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Legal);
611
Hal Finkel7279f4b2014-03-26 19:13:54 +0000612 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal);
613 setOperationAction(ISD::UINT_TO_FP, MVT::v2i64, Legal);
614 setOperationAction(ISD::FP_TO_SINT, MVT::v2i64, Legal);
615 setOperationAction(ISD::FP_TO_UINT, MVT::v2i64, Legal);
616
Hal Finkel5c0d1452014-03-30 13:22:59 +0000617 // Vector operation legalization checks the result type of
618 // SIGN_EXTEND_INREG, overall legalization checks the inner type.
619 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i64, Legal);
620 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i32, Legal);
621 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i16, Custom);
622 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i8, Custom);
623
Hal Finkela6c8b512014-03-26 16:12:58 +0000624 addRegisterClass(MVT::v2i64, &PPC::VSRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +0000625 }
Bill Schmidtfe88b182015-02-03 21:58:23 +0000626
Kit Bartond4eb73c2015-05-05 16:10:44 +0000627 if (Subtarget.hasP8Altivec()) {
Bill Schmidtfe88b182015-02-03 21:58:23 +0000628 addRegisterClass(MVT::v2i64, &PPC::VRRCRegClass);
Kit Bartond4eb73c2015-05-05 16:10:44 +0000629 addRegisterClass(MVT::v1i128, &PPC::VRRCRegClass);
630 }
Nate Begeman3e7db9c2005-11-29 08:17:20 +0000631 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000632
Hal Finkelc93a9a22015-02-25 01:06:45 +0000633 if (Subtarget.hasQPX()) {
634 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
635 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
636 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
637 setOperationAction(ISD::FREM, MVT::v4f64, Expand);
638
639 setOperationAction(ISD::FCOPYSIGN, MVT::v4f64, Legal);
640 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand);
641
642 setOperationAction(ISD::LOAD , MVT::v4f64, Custom);
643 setOperationAction(ISD::STORE , MVT::v4f64, Custom);
644
645 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Custom);
646 setLoadExtAction(ISD::EXTLOAD, MVT::v4f64, MVT::v4f32, Custom);
647
648 if (!Subtarget.useCRBits())
649 setOperationAction(ISD::SELECT, MVT::v4f64, Expand);
650 setOperationAction(ISD::VSELECT, MVT::v4f64, Legal);
651
652 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4f64, Legal);
653 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4f64, Expand);
654 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4f64, Expand);
655 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4f64, Expand);
656 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4f64, Custom);
657 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f64, Legal);
658 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f64, Custom);
659
660 setOperationAction(ISD::FP_TO_SINT , MVT::v4f64, Legal);
661 setOperationAction(ISD::FP_TO_UINT , MVT::v4f64, Expand);
662
663 setOperationAction(ISD::FP_ROUND , MVT::v4f32, Legal);
664 setOperationAction(ISD::FP_ROUND_INREG , MVT::v4f32, Expand);
665 setOperationAction(ISD::FP_EXTEND, MVT::v4f64, Legal);
666
667 setOperationAction(ISD::FNEG , MVT::v4f64, Legal);
668 setOperationAction(ISD::FABS , MVT::v4f64, Legal);
669 setOperationAction(ISD::FSIN , MVT::v4f64, Expand);
670 setOperationAction(ISD::FCOS , MVT::v4f64, Expand);
671 setOperationAction(ISD::FPOWI , MVT::v4f64, Expand);
672 setOperationAction(ISD::FPOW , MVT::v4f64, Expand);
673 setOperationAction(ISD::FLOG , MVT::v4f64, Expand);
674 setOperationAction(ISD::FLOG2 , MVT::v4f64, Expand);
675 setOperationAction(ISD::FLOG10 , MVT::v4f64, Expand);
676 setOperationAction(ISD::FEXP , MVT::v4f64, Expand);
677 setOperationAction(ISD::FEXP2 , MVT::v4f64, Expand);
678
679 setOperationAction(ISD::FMINNUM, MVT::v4f64, Legal);
680 setOperationAction(ISD::FMAXNUM, MVT::v4f64, Legal);
681
682 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal);
683 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal);
684
685 addRegisterClass(MVT::v4f64, &PPC::QFRCRegClass);
686
687 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
688 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
689 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
690 setOperationAction(ISD::FREM, MVT::v4f32, Expand);
691
692 setOperationAction(ISD::FCOPYSIGN, MVT::v4f32, Legal);
693 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand);
694
695 setOperationAction(ISD::LOAD , MVT::v4f32, Custom);
696 setOperationAction(ISD::STORE , MVT::v4f32, Custom);
697
698 if (!Subtarget.useCRBits())
699 setOperationAction(ISD::SELECT, MVT::v4f32, Expand);
700 setOperationAction(ISD::VSELECT, MVT::v4f32, Legal);
701
702 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4f32, Legal);
703 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4f32, Expand);
704 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4f32, Expand);
705 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4f32, Expand);
706 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4f32, Custom);
707 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
708 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
709
710 setOperationAction(ISD::FP_TO_SINT , MVT::v4f32, Legal);
711 setOperationAction(ISD::FP_TO_UINT , MVT::v4f32, Expand);
712
713 setOperationAction(ISD::FNEG , MVT::v4f32, Legal);
714 setOperationAction(ISD::FABS , MVT::v4f32, Legal);
715 setOperationAction(ISD::FSIN , MVT::v4f32, Expand);
716 setOperationAction(ISD::FCOS , MVT::v4f32, Expand);
717 setOperationAction(ISD::FPOWI , MVT::v4f32, Expand);
718 setOperationAction(ISD::FPOW , MVT::v4f32, Expand);
719 setOperationAction(ISD::FLOG , MVT::v4f32, Expand);
720 setOperationAction(ISD::FLOG2 , MVT::v4f32, Expand);
721 setOperationAction(ISD::FLOG10 , MVT::v4f32, Expand);
722 setOperationAction(ISD::FEXP , MVT::v4f32, Expand);
723 setOperationAction(ISD::FEXP2 , MVT::v4f32, Expand);
724
725 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal);
726 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal);
727
728 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal);
729 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal);
730
731 addRegisterClass(MVT::v4f32, &PPC::QSRCRegClass);
732
733 setOperationAction(ISD::AND , MVT::v4i1, Legal);
734 setOperationAction(ISD::OR , MVT::v4i1, Legal);
735 setOperationAction(ISD::XOR , MVT::v4i1, Legal);
736
737 if (!Subtarget.useCRBits())
738 setOperationAction(ISD::SELECT, MVT::v4i1, Expand);
739 setOperationAction(ISD::VSELECT, MVT::v4i1, Legal);
740
741 setOperationAction(ISD::LOAD , MVT::v4i1, Custom);
742 setOperationAction(ISD::STORE , MVT::v4i1, Custom);
743
744 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4i1, Custom);
745 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4i1, Expand);
746 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4i1, Expand);
747 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4i1, Expand);
748 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4i1, Custom);
749 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i1, Expand);
750 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i1, Custom);
751
752 setOperationAction(ISD::SINT_TO_FP, MVT::v4i1, Custom);
753 setOperationAction(ISD::UINT_TO_FP, MVT::v4i1, Custom);
754
755 addRegisterClass(MVT::v4i1, &PPC::QBRCRegClass);
756
757 setOperationAction(ISD::FFLOOR, MVT::v4f64, Legal);
758 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal);
759 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal);
760 setOperationAction(ISD::FROUND, MVT::v4f64, Legal);
761
762 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
763 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal);
764 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
765 setOperationAction(ISD::FROUND, MVT::v4f32, Legal);
766
767 setOperationAction(ISD::FNEARBYINT, MVT::v4f64, Expand);
768 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand);
769
770 // These need to set FE_INEXACT, and so cannot be vectorized here.
771 setOperationAction(ISD::FRINT, MVT::v4f64, Expand);
772 setOperationAction(ISD::FRINT, MVT::v4f32, Expand);
773
774 if (TM.Options.UnsafeFPMath) {
775 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
776 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
777
778 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
779 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
780 } else {
781 setOperationAction(ISD::FDIV, MVT::v4f64, Expand);
782 setOperationAction(ISD::FSQRT, MVT::v4f64, Expand);
783
784 setOperationAction(ISD::FDIV, MVT::v4f32, Expand);
785 setOperationAction(ISD::FSQRT, MVT::v4f32, Expand);
786 }
787 }
788
Hal Finkel01fa7702014-12-03 00:19:17 +0000789 if (Subtarget.has64BitSupport())
Hal Finkel322e41a2012-04-01 20:08:17 +0000790 setOperationAction(ISD::PREFETCH, MVT::Other, Legal);
Hal Finkel01fa7702014-12-03 00:19:17 +0000791
792 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, isPPC64 ? Legal : Custom);
Hal Finkel322e41a2012-04-01 20:08:17 +0000793
Robin Morissete1ca44b2014-10-02 22:27:07 +0000794 if (!isPPC64) {
795 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Expand);
796 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand);
797 }
Eli Friedman7dfa7912011-08-29 18:23:02 +0000798
Duncan Sands8d6e2e12008-11-23 15:47:28 +0000799 setBooleanContents(ZeroOrOneBooleanContent);
Hal Finkelc93a9a22015-02-25 01:06:45 +0000800
801 if (Subtarget.hasAltivec()) {
802 // Altivec instructions set fields to all zeros or all ones.
803 setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
804 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000805
Joerg Sonnenbergerb5459e62014-07-24 22:20:10 +0000806 if (!isPPC64) {
807 // These libcalls are not available in 32-bit.
808 setLibcallName(RTLIB::SHL_I128, nullptr);
809 setLibcallName(RTLIB::SRL_I128, nullptr);
810 setLibcallName(RTLIB::SRA_I128, nullptr);
811 }
812
Evan Cheng39e90022012-07-02 22:39:56 +0000813 if (isPPC64) {
Chris Lattner454436d2006-10-18 01:20:43 +0000814 setStackPointerRegisterToSaveRestore(PPC::X1);
Jim Laskeye0008e22007-02-22 14:56:36 +0000815 setExceptionPointerRegister(PPC::X3);
816 setExceptionSelectorRegister(PPC::X4);
817 } else {
Chris Lattner454436d2006-10-18 01:20:43 +0000818 setStackPointerRegisterToSaveRestore(PPC::R1);
Jim Laskeye0008e22007-02-22 14:56:36 +0000819 setExceptionPointerRegister(PPC::R3);
820 setExceptionSelectorRegister(PPC::R4);
821 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000822
Chris Lattnerf4184352006-03-01 04:57:39 +0000823 // We have target-specific dag combine patterns for the following nodes:
824 setTargetDAGCombine(ISD::SINT_TO_FP);
Hal Finkel5efb9182015-01-06 06:01:57 +0000825 if (Subtarget.hasFPCVT())
826 setTargetDAGCombine(ISD::UINT_TO_FP);
Hal Finkelcf2e9082013-05-24 23:00:14 +0000827 setTargetDAGCombine(ISD::LOAD);
Chris Lattner27f53452006-03-01 05:50:56 +0000828 setTargetDAGCombine(ISD::STORE);
Chris Lattner9754d142006-04-18 17:59:36 +0000829 setTargetDAGCombine(ISD::BR_CC);
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000830 if (Subtarget.useCRBits())
Hal Finkel940ab932014-02-28 00:27:01 +0000831 setTargetDAGCombine(ISD::BRCOND);
Chris Lattnera7976d32006-07-10 20:56:58 +0000832 setTargetDAGCombine(ISD::BSWAP);
Hal Finkelbc2ee4c2013-05-25 04:05:05 +0000833 setTargetDAGCombine(ISD::INTRINSIC_WO_CHAIN);
Bill Schmidtfae5d712014-12-09 16:35:51 +0000834 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN);
835 setTargetDAGCombine(ISD::INTRINSIC_VOID);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000836
Hal Finkel46043ed2014-03-01 21:36:57 +0000837 setTargetDAGCombine(ISD::SIGN_EXTEND);
838 setTargetDAGCombine(ISD::ZERO_EXTEND);
839 setTargetDAGCombine(ISD::ANY_EXTEND);
840
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000841 if (Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000842 setTargetDAGCombine(ISD::TRUNCATE);
843 setTargetDAGCombine(ISD::SETCC);
844 setTargetDAGCombine(ISD::SELECT_CC);
845 }
846
Hal Finkel2e103312013-04-03 04:01:11 +0000847 // Use reciprocal estimates.
848 if (TM.Options.UnsafeFPMath) {
849 setTargetDAGCombine(ISD::FDIV);
850 setTargetDAGCombine(ISD::FSQRT);
851 }
852
Dale Johannesen10432e52007-10-19 00:59:18 +0000853 // Darwin long double math library functions have $LDBL128 appended.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000854 if (Subtarget.isDarwin()) {
Duncan Sands53c954f2008-01-10 10:28:30 +0000855 setLibcallName(RTLIB::COS_PPCF128, "cosl$LDBL128");
Dale Johannesen10432e52007-10-19 00:59:18 +0000856 setLibcallName(RTLIB::POW_PPCF128, "powl$LDBL128");
857 setLibcallName(RTLIB::REM_PPCF128, "fmodl$LDBL128");
Duncan Sands53c954f2008-01-10 10:28:30 +0000858 setLibcallName(RTLIB::SIN_PPCF128, "sinl$LDBL128");
859 setLibcallName(RTLIB::SQRT_PPCF128, "sqrtl$LDBL128");
Dale Johannesenda2d8062008-09-04 00:47:13 +0000860 setLibcallName(RTLIB::LOG_PPCF128, "logl$LDBL128");
861 setLibcallName(RTLIB::LOG2_PPCF128, "log2l$LDBL128");
862 setLibcallName(RTLIB::LOG10_PPCF128, "log10l$LDBL128");
863 setLibcallName(RTLIB::EXP_PPCF128, "expl$LDBL128");
864 setLibcallName(RTLIB::EXP2_PPCF128, "exp2l$LDBL128");
Dale Johannesen10432e52007-10-19 00:59:18 +0000865 }
866
Hal Finkel940ab932014-02-28 00:27:01 +0000867 // With 32 condition bits, we don't need to sink (and duplicate) compares
868 // aggressively in CodeGenPrep.
Hal Finkel7a0516e2015-02-12 01:02:52 +0000869 if (Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000870 setHasMultipleConditionRegisters();
Hal Finkel7a0516e2015-02-12 01:02:52 +0000871 setJumpIsExpensive();
872 }
Hal Finkel940ab932014-02-28 00:27:01 +0000873
Hal Finkel65298572011-10-17 18:53:03 +0000874 setMinFunctionAlignment(2);
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000875 if (Subtarget.isDarwin())
Hal Finkel65298572011-10-17 18:53:03 +0000876 setPrefFunctionAlignment(4);
Eli Friedman2518f832011-05-06 20:34:06 +0000877
Hal Finkeld73bfba2015-01-03 14:58:25 +0000878 switch (Subtarget.getDarwinDirective()) {
879 default: break;
880 case PPC::DIR_970:
881 case PPC::DIR_A2:
882 case PPC::DIR_E500mc:
883 case PPC::DIR_E5500:
884 case PPC::DIR_PWR4:
885 case PPC::DIR_PWR5:
886 case PPC::DIR_PWR5X:
887 case PPC::DIR_PWR6:
888 case PPC::DIR_PWR6X:
889 case PPC::DIR_PWR7:
890 case PPC::DIR_PWR8:
891 setPrefFunctionAlignment(4);
892 setPrefLoopAlignment(4);
893 break;
894 }
895
Eli Friedman30a49e92011-08-03 21:06:02 +0000896 setInsertFencesForAtomic(true);
897
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000898 if (Subtarget.enableMachineScheduler())
Hal Finkel21442b22013-09-11 23:05:25 +0000899 setSchedulingPreference(Sched::Source);
900 else
901 setSchedulingPreference(Sched::Hybrid);
Hal Finkel6f0ae782011-11-22 16:21:04 +0000902
Eric Christopher23a3a7c2015-02-26 00:00:24 +0000903 computeRegisterProperties(STI.getRegisterInfo());
Hal Finkel742b5352012-08-28 16:12:39 +0000904
Hal Finkeld73bfba2015-01-03 14:58:25 +0000905 // The Freescale cores do better with aggressive inlining of memcpy and
906 // friends. GCC uses same threshold of 128 bytes (= 32 word stores).
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000907 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc ||
908 Subtarget.getDarwinDirective() == PPC::DIR_E5500) {
Jim Grosbach341ad3e2013-02-20 21:13:59 +0000909 MaxStoresPerMemset = 32;
910 MaxStoresPerMemsetOptSize = 16;
911 MaxStoresPerMemcpy = 32;
912 MaxStoresPerMemcpyOptSize = 8;
913 MaxStoresPerMemmove = 32;
914 MaxStoresPerMemmoveOptSize = 8;
Hal Finkel5c3cacf2015-02-27 19:58:28 +0000915 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) {
916 // The A2 also benefits from (very) aggressive inlining of memcpy and
917 // friends. The overhead of a the function call, even when warm, can be
918 // over one hundred cycles.
919 MaxStoresPerMemset = 128;
920 MaxStoresPerMemcpy = 128;
921 MaxStoresPerMemmove = 128;
Hal Finkel742b5352012-08-28 16:12:39 +0000922 }
Chris Lattnerf22556d2005-08-16 17:14:42 +0000923}
924
Hal Finkel262a2242013-09-12 23:20:06 +0000925/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
926/// the desired ByVal argument alignment.
927static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign,
928 unsigned MaxMaxAlign) {
929 if (MaxAlign == MaxMaxAlign)
930 return;
931 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
932 if (MaxMaxAlign >= 32 && VTy->getBitWidth() >= 256)
933 MaxAlign = 32;
934 else if (VTy->getBitWidth() >= 128 && MaxAlign < 16)
935 MaxAlign = 16;
936 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
937 unsigned EltAlign = 0;
938 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign);
939 if (EltAlign > MaxAlign)
940 MaxAlign = EltAlign;
941 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
942 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
943 unsigned EltAlign = 0;
944 getMaxByValAlign(STy->getElementType(i), EltAlign, MaxMaxAlign);
945 if (EltAlign > MaxAlign)
946 MaxAlign = EltAlign;
947 if (MaxAlign == MaxMaxAlign)
948 break;
949 }
950 }
951}
952
Dale Johannesencbde4c22008-02-28 22:31:51 +0000953/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
954/// function arguments in the caller parameter area.
Chris Lattner229907c2011-07-18 04:54:35 +0000955unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty) const {
Dale Johannesencbde4c22008-02-28 22:31:51 +0000956 // Darwin passes everything on 4 byte boundary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000957 if (Subtarget.isDarwin())
Dale Johannesencbde4c22008-02-28 22:31:51 +0000958 return 4;
Roman Divackyb9663cc2012-04-02 15:49:30 +0000959
960 // 16byte and wider vectors are passed on 16byte boundary.
Roman Divackyb9663cc2012-04-02 15:49:30 +0000961 // The rest is 8 on PPC64 and 4 on PPC32 boundary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000962 unsigned Align = Subtarget.isPPC64() ? 8 : 4;
963 if (Subtarget.hasAltivec() || Subtarget.hasQPX())
964 getMaxByValAlign(Ty, Align, Subtarget.hasQPX() ? 32 : 16);
Hal Finkel262a2242013-09-12 23:20:06 +0000965 return Align;
Dale Johannesencbde4c22008-02-28 22:31:51 +0000966}
967
Chris Lattner347ed8a2006-01-09 23:52:17 +0000968const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const {
Matthias Braund04893f2015-05-07 21:33:59 +0000969 switch ((PPCISD::NodeType)Opcode) {
970 case PPCISD::FIRST_NUMBER: break;
Evan Cheng32e376f2008-07-12 02:23:19 +0000971 case PPCISD::FSEL: return "PPCISD::FSEL";
972 case PPCISD::FCFID: return "PPCISD::FCFID";
Hal Finkel3fe09ea2015-01-06 07:02:15 +0000973 case PPCISD::FCFIDU: return "PPCISD::FCFIDU";
974 case PPCISD::FCFIDS: return "PPCISD::FCFIDS";
975 case PPCISD::FCFIDUS: return "PPCISD::FCFIDUS";
Evan Cheng32e376f2008-07-12 02:23:19 +0000976 case PPCISD::FCTIDZ: return "PPCISD::FCTIDZ";
977 case PPCISD::FCTIWZ: return "PPCISD::FCTIWZ";
Hal Finkel3fe09ea2015-01-06 07:02:15 +0000978 case PPCISD::FCTIDUZ: return "PPCISD::FCTIDUZ";
979 case PPCISD::FCTIWUZ: return "PPCISD::FCTIWUZ";
Hal Finkel2e103312013-04-03 04:01:11 +0000980 case PPCISD::FRE: return "PPCISD::FRE";
981 case PPCISD::FRSQRTE: return "PPCISD::FRSQRTE";
Evan Cheng32e376f2008-07-12 02:23:19 +0000982 case PPCISD::STFIWX: return "PPCISD::STFIWX";
983 case PPCISD::VMADDFP: return "PPCISD::VMADDFP";
984 case PPCISD::VNMSUBFP: return "PPCISD::VNMSUBFP";
985 case PPCISD::VPERM: return "PPCISD::VPERM";
Hal Finkel4edc66b2015-01-03 01:16:37 +0000986 case PPCISD::CMPB: return "PPCISD::CMPB";
Evan Cheng32e376f2008-07-12 02:23:19 +0000987 case PPCISD::Hi: return "PPCISD::Hi";
988 case PPCISD::Lo: return "PPCISD::Lo";
Tilmann Schellerd1aaa322009-08-15 11:54:46 +0000989 case PPCISD::TOC_ENTRY: return "PPCISD::TOC_ENTRY";
Evan Cheng32e376f2008-07-12 02:23:19 +0000990 case PPCISD::DYNALLOC: return "PPCISD::DYNALLOC";
991 case PPCISD::GlobalBaseReg: return "PPCISD::GlobalBaseReg";
992 case PPCISD::SRL: return "PPCISD::SRL";
993 case PPCISD::SRA: return "PPCISD::SRA";
994 case PPCISD::SHL: return "PPCISD::SHL";
Matthias Braund04893f2015-05-07 21:33:59 +0000995 case PPCISD::SRA_ADDZE: return "PPCISD::SRA_ADDZE";
Ulrich Weigandf62e83f2013-03-22 15:24:13 +0000996 case PPCISD::CALL: return "PPCISD::CALL";
997 case PPCISD::CALL_NOP: return "PPCISD::CALL_NOP";
Evan Cheng32e376f2008-07-12 02:23:19 +0000998 case PPCISD::MTCTR: return "PPCISD::MTCTR";
Ulrich Weigandf62e83f2013-03-22 15:24:13 +0000999 case PPCISD::BCTRL: return "PPCISD::BCTRL";
Hal Finkelfc096c92014-12-23 22:29:40 +00001000 case PPCISD::BCTRL_LOAD_TOC: return "PPCISD::BCTRL_LOAD_TOC";
Evan Cheng32e376f2008-07-12 02:23:19 +00001001 case PPCISD::RET_FLAG: return "PPCISD::RET_FLAG";
Hal Finkelbbdee932014-12-02 22:01:00 +00001002 case PPCISD::READ_TIME_BASE: return "PPCISD::READ_TIME_BASE";
Hal Finkel756810f2013-03-21 21:37:52 +00001003 case PPCISD::EH_SJLJ_SETJMP: return "PPCISD::EH_SJLJ_SETJMP";
1004 case PPCISD::EH_SJLJ_LONGJMP: return "PPCISD::EH_SJLJ_LONGJMP";
Ulrich Weigandd5ebc622013-07-03 17:05:42 +00001005 case PPCISD::MFOCRF: return "PPCISD::MFOCRF";
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00001006 case PPCISD::MFVSR: return "PPCISD::MFVSR";
1007 case PPCISD::MTVSRA: return "PPCISD::MTVSRA";
1008 case PPCISD::MTVSRZ: return "PPCISD::MTVSRZ";
Matthias Braund04893f2015-05-07 21:33:59 +00001009 case PPCISD::ANDIo_1_EQ_BIT: return "PPCISD::ANDIo_1_EQ_BIT";
1010 case PPCISD::ANDIo_1_GT_BIT: return "PPCISD::ANDIo_1_GT_BIT";
Evan Cheng32e376f2008-07-12 02:23:19 +00001011 case PPCISD::VCMP: return "PPCISD::VCMP";
1012 case PPCISD::VCMPo: return "PPCISD::VCMPo";
1013 case PPCISD::LBRX: return "PPCISD::LBRX";
1014 case PPCISD::STBRX: return "PPCISD::STBRX";
Hal Finkel3fe09ea2015-01-06 07:02:15 +00001015 case PPCISD::LFIWAX: return "PPCISD::LFIWAX";
1016 case PPCISD::LFIWZX: return "PPCISD::LFIWZX";
Matthias Braund04893f2015-05-07 21:33:59 +00001017 case PPCISD::LXVD2X: return "PPCISD::LXVD2X";
1018 case PPCISD::STXVD2X: return "PPCISD::STXVD2X";
Evan Cheng32e376f2008-07-12 02:23:19 +00001019 case PPCISD::COND_BRANCH: return "PPCISD::COND_BRANCH";
Hal Finkel25c19922013-05-15 21:37:41 +00001020 case PPCISD::BDNZ: return "PPCISD::BDNZ";
1021 case PPCISD::BDZ: return "PPCISD::BDZ";
Evan Cheng32e376f2008-07-12 02:23:19 +00001022 case PPCISD::MFFS: return "PPCISD::MFFS";
Evan Cheng32e376f2008-07-12 02:23:19 +00001023 case PPCISD::FADDRTZ: return "PPCISD::FADDRTZ";
Evan Cheng32e376f2008-07-12 02:23:19 +00001024 case PPCISD::TC_RETURN: return "PPCISD::TC_RETURN";
Hal Finkel5ab37802012-08-28 02:10:27 +00001025 case PPCISD::CR6SET: return "PPCISD::CR6SET";
1026 case PPCISD::CR6UNSET: return "PPCISD::CR6UNSET";
Roman Divacky32143e22013-12-20 18:08:54 +00001027 case PPCISD::PPC32_GOT: return "PPCISD::PPC32_GOT";
Matthias Braund04893f2015-05-07 21:33:59 +00001028 case PPCISD::PPC32_PICGOT: return "PPCISD::PPC32_PICGOT";
Bill Schmidt9f0b4ec2012-12-14 17:02:38 +00001029 case PPCISD::ADDIS_GOT_TPREL_HA: return "PPCISD::ADDIS_GOT_TPREL_HA";
1030 case PPCISD::LD_GOT_TPREL_L: return "PPCISD::LD_GOT_TPREL_L";
Bill Schmidtca4a0c92012-12-04 16:18:08 +00001031 case PPCISD::ADD_TLS: return "PPCISD::ADD_TLS";
Bill Schmidtc56f1d32012-12-11 20:30:11 +00001032 case PPCISD::ADDIS_TLSGD_HA: return "PPCISD::ADDIS_TLSGD_HA";
1033 case PPCISD::ADDI_TLSGD_L: return "PPCISD::ADDI_TLSGD_L";
Bill Schmidt82f1c772015-02-10 19:09:05 +00001034 case PPCISD::GET_TLS_ADDR: return "PPCISD::GET_TLS_ADDR";
1035 case PPCISD::ADDI_TLSGD_L_ADDR: return "PPCISD::ADDI_TLSGD_L_ADDR";
Bill Schmidt24b8dd62012-12-12 19:29:35 +00001036 case PPCISD::ADDIS_TLSLD_HA: return "PPCISD::ADDIS_TLSLD_HA";
1037 case PPCISD::ADDI_TLSLD_L: return "PPCISD::ADDI_TLSLD_L";
Bill Schmidt82f1c772015-02-10 19:09:05 +00001038 case PPCISD::GET_TLSLD_ADDR: return "PPCISD::GET_TLSLD_ADDR";
1039 case PPCISD::ADDI_TLSLD_L_ADDR: return "PPCISD::ADDI_TLSLD_L_ADDR";
Bill Schmidt24b8dd62012-12-12 19:29:35 +00001040 case PPCISD::ADDIS_DTPREL_HA: return "PPCISD::ADDIS_DTPREL_HA";
1041 case PPCISD::ADDI_DTPREL_L: return "PPCISD::ADDI_DTPREL_L";
Bill Schmidt51e79512013-02-20 15:50:31 +00001042 case PPCISD::VADD_SPLAT: return "PPCISD::VADD_SPLAT";
Bill Schmidta87a7e22013-05-14 19:35:45 +00001043 case PPCISD::SC: return "PPCISD::SC";
Bill Schmidte26236e2015-05-22 16:44:10 +00001044 case PPCISD::CLRBHRB: return "PPCISD::CLRBHRB";
1045 case PPCISD::MFBHRBE: return "PPCISD::MFBHRBE";
1046 case PPCISD::RFEBB: return "PPCISD::RFEBB";
Matthias Braund04893f2015-05-07 21:33:59 +00001047 case PPCISD::XXSWAPD: return "PPCISD::XXSWAPD";
Hal Finkelc93a9a22015-02-25 01:06:45 +00001048 case PPCISD::QVFPERM: return "PPCISD::QVFPERM";
1049 case PPCISD::QVGPCI: return "PPCISD::QVGPCI";
1050 case PPCISD::QVALIGNI: return "PPCISD::QVALIGNI";
1051 case PPCISD::QVESPLATI: return "PPCISD::QVESPLATI";
1052 case PPCISD::QBFLT: return "PPCISD::QBFLT";
1053 case PPCISD::QVLFSb: return "PPCISD::QVLFSb";
Chris Lattner347ed8a2006-01-09 23:52:17 +00001054 }
Matthias Braund04893f2015-05-07 21:33:59 +00001055 return nullptr;
Chris Lattner347ed8a2006-01-09 23:52:17 +00001056}
1057
Hal Finkelc93a9a22015-02-25 01:06:45 +00001058EVT PPCTargetLowering::getSetCCResultType(LLVMContext &C, EVT VT) const {
Adhemerval Zanellafe3f7932012-10-08 18:59:53 +00001059 if (!VT.isVector())
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001060 return Subtarget.useCRBits() ? MVT::i1 : MVT::i32;
Hal Finkelc93a9a22015-02-25 01:06:45 +00001061
1062 if (Subtarget.hasQPX())
1063 return EVT::getVectorVT(C, MVT::i1, VT.getVectorNumElements());
1064
Adhemerval Zanellafe3f7932012-10-08 18:59:53 +00001065 return VT.changeVectorElementTypeToInteger();
Scott Michela6729e82008-03-10 15:42:14 +00001066}
1067
Hal Finkel62ac7362014-09-19 11:42:56 +00001068bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const {
1069 assert(VT.isFloatingPoint() && "Non-floating-point FMA?");
1070 return true;
1071}
1072
Chris Lattner4211ca92006-04-14 06:01:58 +00001073//===----------------------------------------------------------------------===//
1074// Node matching predicates, for use by the tblgen matching code.
1075//===----------------------------------------------------------------------===//
1076
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001077/// isFloatingPointZero - Return true if this is 0.0 or -0.0.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001078static bool isFloatingPointZero(SDValue Op) {
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001079 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001080 return CFP->getValueAPF().isZero();
Gabor Greiff304a7a2008-08-28 21:40:38 +00001081 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001082 // Maybe this has already been legalized into the constant pool?
1083 if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op.getOperand(1)))
Dan Gohmanbcaf6812010-04-15 01:51:59 +00001084 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CP->getConstVal()))
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001085 return CFP->getValueAPF().isZero();
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001086 }
1087 return false;
1088}
1089
Chris Lattnere8b83b42006-04-06 17:23:16 +00001090/// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
1091/// true if Op is undef or if it matches the specified value.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001092static bool isConstantOrUndef(int Op, int Val) {
1093 return Op < 0 || Op == Val;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001094}
1095
1096/// isVPKUHUMShuffleMask - Return true if this is the shuffle mask for a
1097/// VPKUHUM instruction.
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001098/// The ShuffleKind distinguishes between big-endian operations with
1099/// two different inputs (0), either-endian operations with two identical
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001100/// inputs (1), and little-endian operations with two different inputs (2).
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001101/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1102bool PPC::isVPKUHUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
Bill Schmidtf910a062014-06-10 14:35:01 +00001103 SelectionDAG &DAG) {
Eric Christopher8b770652015-01-26 19:03:15 +00001104 bool IsLE = DAG.getTarget().getDataLayout()->isLittleEndian();
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001105 if (ShuffleKind == 0) {
Eric Christopherd9134482014-08-04 21:25:23 +00001106 if (IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001107 return false;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001108 for (unsigned i = 0; i != 16; ++i)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001109 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001110 return false;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001111 } else if (ShuffleKind == 2) {
Eric Christopherd9134482014-08-04 21:25:23 +00001112 if (!IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001113 return false;
1114 for (unsigned i = 0; i != 16; ++i)
1115 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1116 return false;
1117 } else if (ShuffleKind == 1) {
Eric Christopherd9134482014-08-04 21:25:23 +00001118 unsigned j = IsLE ? 0 : 1;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001119 for (unsigned i = 0; i != 8; ++i)
Bill Schmidtf910a062014-06-10 14:35:01 +00001120 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1121 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001122 return false;
1123 }
Chris Lattner1d338192006-04-06 18:26:28 +00001124 return true;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001125}
1126
1127/// isVPKUWUMShuffleMask - Return true if this is the shuffle mask for a
1128/// VPKUWUM instruction.
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001129/// The ShuffleKind distinguishes between big-endian operations with
1130/// two different inputs (0), either-endian operations with two identical
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001131/// inputs (1), and little-endian operations with two different inputs (2).
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001132/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1133bool PPC::isVPKUWUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
Bill Schmidtf910a062014-06-10 14:35:01 +00001134 SelectionDAG &DAG) {
Eric Christopher8b770652015-01-26 19:03:15 +00001135 bool IsLE = DAG.getTarget().getDataLayout()->isLittleEndian();
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001136 if (ShuffleKind == 0) {
Eric Christopherd9134482014-08-04 21:25:23 +00001137 if (IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001138 return false;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001139 for (unsigned i = 0; i != 16; i += 2)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001140 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1141 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001142 return false;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001143 } else if (ShuffleKind == 2) {
Eric Christopherd9134482014-08-04 21:25:23 +00001144 if (!IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001145 return false;
1146 for (unsigned i = 0; i != 16; i += 2)
1147 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1148 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1))
1149 return false;
1150 } else if (ShuffleKind == 1) {
Eric Christopherd9134482014-08-04 21:25:23 +00001151 unsigned j = IsLE ? 0 : 2;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001152 for (unsigned i = 0; i != 8; i += 2)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001153 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1154 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1155 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1156 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001157 return false;
1158 }
Chris Lattner1d338192006-04-06 18:26:28 +00001159 return true;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001160}
1161
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001162/// isVPKUDUMShuffleMask - Return true if this is the shuffle mask for a
Bill Schmidte13ac912015-05-21 20:48:49 +00001163/// VPKUDUM instruction, AND the VPKUDUM instruction exists for the
1164/// current subtarget.
1165///
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001166/// The ShuffleKind distinguishes between big-endian operations with
1167/// two different inputs (0), either-endian operations with two identical
1168/// inputs (1), and little-endian operations with two different inputs (2).
1169/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1170bool PPC::isVPKUDUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
1171 SelectionDAG &DAG) {
Bill Schmidte13ac912015-05-21 20:48:49 +00001172 const PPCSubtarget& Subtarget =
1173 static_cast<const PPCSubtarget&>(DAG.getSubtarget());
1174 if (!Subtarget.hasP8Vector())
1175 return false;
1176
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001177 bool IsLE = DAG.getTarget().getDataLayout()->isLittleEndian();
1178 if (ShuffleKind == 0) {
1179 if (IsLE)
1180 return false;
1181 for (unsigned i = 0; i != 16; i += 4)
1182 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) ||
1183 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) ||
1184 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) ||
1185 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7))
1186 return false;
1187 } else if (ShuffleKind == 2) {
1188 if (!IsLE)
1189 return false;
1190 for (unsigned i = 0; i != 16; i += 4)
1191 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1192 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) ||
1193 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) ||
1194 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3))
1195 return false;
1196 } else if (ShuffleKind == 1) {
1197 unsigned j = IsLE ? 0 : 4;
1198 for (unsigned i = 0; i != 8; i += 4)
1199 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1200 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1201 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) ||
1202 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) ||
1203 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1204 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) ||
1205 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) ||
1206 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))
1207 return false;
1208 }
1209 return true;
1210}
1211
Chris Lattnerf38e0332006-04-06 22:02:42 +00001212/// isVMerge - Common function, used to match vmrg* shuffles.
1213///
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001214static bool isVMerge(ShuffleVectorSDNode *N, unsigned UnitSize,
Chris Lattnerf38e0332006-04-06 22:02:42 +00001215 unsigned LHSStart, unsigned RHSStart) {
Hal Finkeldf3e34d2014-03-26 22:58:37 +00001216 if (N->getValueType(0) != MVT::v16i8)
1217 return false;
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001218 assert((UnitSize == 1 || UnitSize == 2 || UnitSize == 4) &&
1219 "Unsupported merge size!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00001220
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001221 for (unsigned i = 0; i != 8/UnitSize; ++i) // Step over units
1222 for (unsigned j = 0; j != UnitSize; ++j) { // Step over bytes within unit
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001223 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j),
Chris Lattnerf38e0332006-04-06 22:02:42 +00001224 LHSStart+j+i*UnitSize) ||
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001225 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j),
Chris Lattnerf38e0332006-04-06 22:02:42 +00001226 RHSStart+j+i*UnitSize))
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001227 return false;
1228 }
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001229 return true;
Chris Lattnerf38e0332006-04-06 22:02:42 +00001230}
1231
1232/// isVMRGLShuffleMask - Return true if this is a shuffle mask suitable for
Bill Schmidtf910a062014-06-10 14:35:01 +00001233/// a VMRGL* instruction with the specified unit size (1,2 or 4 bytes).
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001234/// The ShuffleKind distinguishes between big-endian merges with two
1235/// different inputs (0), either-endian merges with two identical inputs (1),
1236/// and little-endian merges with two different inputs (2). For the latter,
1237/// the input operands are swapped (see PPCInstrAltivec.td).
Wesley Peck527da1b2010-11-23 03:31:01 +00001238bool PPC::isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001239 unsigned ShuffleKind, SelectionDAG &DAG) {
Eric Christopher8b770652015-01-26 19:03:15 +00001240 if (DAG.getTarget().getDataLayout()->isLittleEndian()) {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001241 if (ShuffleKind == 1) // unary
1242 return isVMerge(N, UnitSize, 0, 0);
1243 else if (ShuffleKind == 2) // swapped
Bill Schmidtf910a062014-06-10 14:35:01 +00001244 return isVMerge(N, UnitSize, 0, 16);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001245 else
1246 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001247 } else {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001248 if (ShuffleKind == 1) // unary
1249 return isVMerge(N, UnitSize, 8, 8);
1250 else if (ShuffleKind == 0) // normal
Bill Schmidtf910a062014-06-10 14:35:01 +00001251 return isVMerge(N, UnitSize, 8, 24);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001252 else
1253 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001254 }
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001255}
1256
1257/// isVMRGHShuffleMask - Return true if this is a shuffle mask suitable for
Bill Schmidtf910a062014-06-10 14:35:01 +00001258/// a VMRGH* instruction with the specified unit size (1,2 or 4 bytes).
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001259/// The ShuffleKind distinguishes between big-endian merges with two
1260/// different inputs (0), either-endian merges with two identical inputs (1),
1261/// and little-endian merges with two different inputs (2). For the latter,
1262/// the input operands are swapped (see PPCInstrAltivec.td).
Wesley Peck527da1b2010-11-23 03:31:01 +00001263bool PPC::isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001264 unsigned ShuffleKind, SelectionDAG &DAG) {
Eric Christopher8b770652015-01-26 19:03:15 +00001265 if (DAG.getTarget().getDataLayout()->isLittleEndian()) {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001266 if (ShuffleKind == 1) // unary
1267 return isVMerge(N, UnitSize, 8, 8);
1268 else if (ShuffleKind == 2) // swapped
Bill Schmidtf910a062014-06-10 14:35:01 +00001269 return isVMerge(N, UnitSize, 8, 24);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001270 else
1271 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001272 } else {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001273 if (ShuffleKind == 1) // unary
1274 return isVMerge(N, UnitSize, 0, 0);
1275 else if (ShuffleKind == 0) // normal
Bill Schmidtf910a062014-06-10 14:35:01 +00001276 return isVMerge(N, UnitSize, 0, 16);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001277 else
1278 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001279 }
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001280}
1281
Kit Barton13894c72015-06-25 15:17:40 +00001282/**
1283 * \brief Common function used to match vmrgew and vmrgow shuffles
1284 *
1285 * The indexOffset determines whether to look for even or odd words in
1286 * the shuffle mask. This is based on the of the endianness of the target
1287 * machine.
1288 * - Little Endian:
1289 * - Use offset of 0 to check for odd elements
1290 * - Use offset of 4 to check for even elements
1291 * - Big Endian:
1292 * - Use offset of 0 to check for even elements
1293 * - Use offset of 4 to check for odd elements
1294 * A detailed description of the vector element ordering for little endian and
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001295 * big endian can be found at
1296 * http://www.ibm.com/developerworks/library/l-ibm-xl-c-cpp-compiler/index.html
Kit Barton13894c72015-06-25 15:17:40 +00001297 * Targeting your applications - what little endian and big endian IBM XL C/C++
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001298 * compiler differences mean to you
Kit Barton13894c72015-06-25 15:17:40 +00001299 *
1300 * The mask to the shuffle vector instruction specifies the indices of the
1301 * elements from the two input vectors to place in the result. The elements are
1302 * numbered in array-access order, starting with the first vector. These vectors
1303 * are always of type v16i8, thus each vector will contain 16 elements of size
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001304 * 8. More info on the shuffle vector can be found in the
1305 * http://llvm.org/docs/LangRef.html#shufflevector-instruction
1306 * Language Reference.
Kit Barton13894c72015-06-25 15:17:40 +00001307 *
1308 * The RHSStartValue indicates whether the same input vectors are used (unary)
1309 * or two different input vectors are used, based on the following:
1310 * - If the instruction uses the same vector for both inputs, the range of the
1311 * indices will be 0 to 15. In this case, the RHSStart value passed should
1312 * be 0.
1313 * - If the instruction has two different vectors then the range of the
1314 * indices will be 0 to 31. In this case, the RHSStart value passed should
1315 * be 16 (indices 0-15 specify elements in the first vector while indices 16
1316 * to 31 specify elements in the second vector).
1317 *
1318 * \param[in] N The shuffle vector SD Node to analyze
1319 * \param[in] IndexOffset Specifies whether to look for even or odd elements
1320 * \param[in] RHSStartValue Specifies the starting index for the righthand input
1321 * vector to the shuffle_vector instruction
1322 * \return true iff this shuffle vector represents an even or odd word merge
1323 */
1324static bool isVMerge(ShuffleVectorSDNode *N, unsigned IndexOffset,
1325 unsigned RHSStartValue) {
1326 if (N->getValueType(0) != MVT::v16i8)
1327 return false;
1328
1329 for (unsigned i = 0; i < 2; ++i)
1330 for (unsigned j = 0; j < 4; ++j)
1331 if (!isConstantOrUndef(N->getMaskElt(i*4+j),
1332 i*RHSStartValue+j+IndexOffset) ||
1333 !isConstantOrUndef(N->getMaskElt(i*4+j+8),
1334 i*RHSStartValue+j+IndexOffset+8))
1335 return false;
1336 return true;
1337}
1338
1339/**
1340 * \brief Determine if the specified shuffle mask is suitable for the vmrgew or
1341 * vmrgow instructions.
1342 *
1343 * \param[in] N The shuffle vector SD Node to analyze
1344 * \param[in] CheckEven Check for an even merge (true) or an odd merge (false)
1345 * \param[in] ShuffleKind Identify the type of merge:
1346 * - 0 = big-endian merge with two different inputs;
1347 * - 1 = either-endian merge with two identical inputs;
1348 * - 2 = little-endian merge with two different inputs (inputs are swapped for
1349 * little-endian merges).
1350 * \param[in] DAG The current SelectionDAG
1351 * \return true iff this shuffle mask
1352 */
1353bool PPC::isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven,
1354 unsigned ShuffleKind, SelectionDAG &DAG) {
1355 if (DAG.getTarget().getDataLayout()->isLittleEndian()) {
1356 unsigned indexOffset = CheckEven ? 4 : 0;
1357 if (ShuffleKind == 1) // Unary
1358 return isVMerge(N, indexOffset, 0);
1359 else if (ShuffleKind == 2) // swapped
1360 return isVMerge(N, indexOffset, 16);
1361 else
1362 return false;
1363 }
1364 else {
1365 unsigned indexOffset = CheckEven ? 0 : 4;
1366 if (ShuffleKind == 1) // Unary
1367 return isVMerge(N, indexOffset, 0);
1368 else if (ShuffleKind == 0) // Normal
1369 return isVMerge(N, indexOffset, 16);
1370 else
1371 return false;
1372 }
1373 return false;
1374}
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001375
Chris Lattner1d338192006-04-06 18:26:28 +00001376/// isVSLDOIShuffleMask - If this is a vsldoi shuffle mask, return the shift
1377/// amount, otherwise return -1.
Bill Schmidt42a69362014-08-05 20:47:25 +00001378/// The ShuffleKind distinguishes between big-endian operations with two
1379/// different inputs (0), either-endian operations with two identical inputs
1380/// (1), and little-endian operations with two different inputs (2). For the
1381/// latter, the input operands are swapped (see PPCInstrAltivec.td).
1382int PPC::isVSLDOIShuffleMask(SDNode *N, unsigned ShuffleKind,
1383 SelectionDAG &DAG) {
Hal Finkeldf3e34d2014-03-26 22:58:37 +00001384 if (N->getValueType(0) != MVT::v16i8)
Hal Finkela775e512014-04-08 19:00:27 +00001385 return -1;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001386
1387 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Wesley Peck527da1b2010-11-23 03:31:01 +00001388
Chris Lattner1d338192006-04-06 18:26:28 +00001389 // Find the first non-undef value in the shuffle mask.
1390 unsigned i;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001391 for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
Chris Lattner1d338192006-04-06 18:26:28 +00001392 /*search*/;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001393
Chris Lattner1d338192006-04-06 18:26:28 +00001394 if (i == 16) return -1; // all undef.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001395
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001396 // Otherwise, check to see if the rest of the elements are consecutively
Chris Lattner1d338192006-04-06 18:26:28 +00001397 // numbered from this value.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001398 unsigned ShiftAmt = SVOp->getMaskElt(i);
Chris Lattner1d338192006-04-06 18:26:28 +00001399 if (ShiftAmt < i) return -1;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001400
Bill Schmidtf04e9982014-08-04 23:21:01 +00001401 ShiftAmt -= i;
Eric Christopher8b770652015-01-26 19:03:15 +00001402 bool isLE = DAG.getTarget().getDataLayout()->isLittleEndian();
Bill Schmidtf910a062014-06-10 14:35:01 +00001403
Bill Schmidt42a69362014-08-05 20:47:25 +00001404 if ((ShuffleKind == 0 && !isLE) || (ShuffleKind == 2 && isLE)) {
Bill Schmidtf04e9982014-08-04 23:21:01 +00001405 // Check the rest of the elements to see if they are consecutive.
1406 for (++i; i != 16; ++i)
1407 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
1408 return -1;
Bill Schmidt42a69362014-08-05 20:47:25 +00001409 } else if (ShuffleKind == 1) {
Bill Schmidtf04e9982014-08-04 23:21:01 +00001410 // Check the rest of the elements to see if they are consecutive.
1411 for (++i; i != 16; ++i)
1412 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
1413 return -1;
Bill Schmidt42a69362014-08-05 20:47:25 +00001414 } else
1415 return -1;
1416
1417 if (ShuffleKind == 2 && isLE)
1418 ShiftAmt = 16 - ShiftAmt;
Bill Schmidtf04e9982014-08-04 23:21:01 +00001419
Chris Lattner1d338192006-04-06 18:26:28 +00001420 return ShiftAmt;
1421}
Chris Lattnerffc47562006-03-20 06:33:01 +00001422
1423/// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
1424/// specifies a splat of a single element that is suitable for input to
1425/// VSPLTB/VSPLTH/VSPLTW.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001426bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
Owen Anderson9f944592009-08-11 20:47:22 +00001427 assert(N->getValueType(0) == MVT::v16i8 &&
Chris Lattner95c7adc2006-04-04 17:25:31 +00001428 (EltSize == 1 || EltSize == 2 || EltSize == 4));
Scott Michelcf0da6c2009-02-17 22:15:04 +00001429
Chris Lattnera8fbb6d2006-03-20 06:37:44 +00001430 // This is a splat operation if each element of the permute is the same, and
1431 // if the value doesn't reference the second vector.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001432 unsigned ElementBase = N->getMaskElt(0);
Wesley Peck527da1b2010-11-23 03:31:01 +00001433
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001434 // FIXME: Handle UNDEF elements too!
1435 if (ElementBase >= 16)
Chris Lattner95c7adc2006-04-04 17:25:31 +00001436 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001437
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001438 // Check that the indices are consecutive, in the case of a multi-byte element
1439 // splatted with a v16i8 mask.
1440 for (unsigned i = 1; i != EltSize; ++i)
1441 if (N->getMaskElt(i) < 0 || N->getMaskElt(i) != (int)(i+ElementBase))
Chris Lattner95c7adc2006-04-04 17:25:31 +00001442 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001443
Chris Lattner95c7adc2006-04-04 17:25:31 +00001444 for (unsigned i = EltSize, e = 16; i != e; i += EltSize) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001445 if (N->getMaskElt(i) < 0) continue;
Chris Lattner95c7adc2006-04-04 17:25:31 +00001446 for (unsigned j = 0; j != EltSize; ++j)
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001447 if (N->getMaskElt(i+j) != N->getMaskElt(j))
Chris Lattner95c7adc2006-04-04 17:25:31 +00001448 return false;
Chris Lattnera8fbb6d2006-03-20 06:37:44 +00001449 }
Chris Lattner95c7adc2006-04-04 17:25:31 +00001450 return true;
Chris Lattnerffc47562006-03-20 06:33:01 +00001451}
1452
1453/// getVSPLTImmediate - Return the appropriate VSPLT* immediate to splat the
1454/// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
Bill Schmidtf910a062014-06-10 14:35:01 +00001455unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize,
1456 SelectionDAG &DAG) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001457 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
1458 assert(isSplatShuffleMask(SVOp, EltSize));
Eric Christopher8b770652015-01-26 19:03:15 +00001459 if (DAG.getTarget().getDataLayout()->isLittleEndian())
Bill Schmidtf910a062014-06-10 14:35:01 +00001460 return (16 / EltSize) - 1 - (SVOp->getMaskElt(0) / EltSize);
1461 else
1462 return SVOp->getMaskElt(0) / EltSize;
Chris Lattnerffc47562006-03-20 06:33:01 +00001463}
1464
Chris Lattner74cf9ff2006-04-12 17:37:20 +00001465/// get_VSPLTI_elt - If this is a build_vector of constants which can be formed
Chris Lattnerd71a1f92006-04-08 06:46:53 +00001466/// by using a vspltis[bhw] instruction of the specified element size, return
1467/// the constant being splatted. The ByteSize field indicates the number of
1468/// bytes of each element [124] -> [bhw].
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001469SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001470 SDValue OpVal(nullptr, 0);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001471
1472 // If ByteSize of the splat is bigger than the element size of the
1473 // build_vector, then we have a case where we are checking for a splat where
1474 // multiple elements of the buildvector are folded together into a single
1475 // logical element of the splat (e.g. "vsplish 1" to splat {0,1}*8).
1476 unsigned EltSize = 16/N->getNumOperands();
1477 if (EltSize < ByteSize) {
1478 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001479 SDValue UniquedVals[4];
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001480 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
Scott Michelcf0da6c2009-02-17 22:15:04 +00001481
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001482 // See if all of the elements in the buildvector agree across.
1483 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
1484 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
1485 // If the element isn't a constant, bail fully out.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001486 if (!isa<ConstantSDNode>(N->getOperand(i))) return SDValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001487
Scott Michelcf0da6c2009-02-17 22:15:04 +00001488
Craig Topper062a2ba2014-04-25 05:30:21 +00001489 if (!UniquedVals[i&(Multiple-1)].getNode())
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001490 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
1491 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001492 return SDValue(); // no match.
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001493 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001494
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001495 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
1496 // either constant or undef values that are identical for each chunk. See
1497 // if these chunks can form into a larger vspltis*.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001498
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001499 // Check to see if all of the leading entries are either 0 or -1. If
1500 // neither, then this won't fit into the immediate field.
1501 bool LeadingZero = true;
1502 bool LeadingOnes = true;
1503 for (unsigned i = 0; i != Multiple-1; ++i) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001504 if (!UniquedVals[i].getNode()) continue; // Must have been undefs.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001505
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001506 LeadingZero &= cast<ConstantSDNode>(UniquedVals[i])->isNullValue();
1507 LeadingOnes &= cast<ConstantSDNode>(UniquedVals[i])->isAllOnesValue();
1508 }
1509 // Finally, check the least significant entry.
1510 if (LeadingZero) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001511 if (!UniquedVals[Multiple-1].getNode())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001512 return DAG.getTargetConstant(0, SDLoc(N), MVT::i32); // 0,0,0,undef
Dan Gohmaneffb8942008-09-12 16:56:44 +00001513 int Val = cast<ConstantSDNode>(UniquedVals[Multiple-1])->getZExtValue();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001514 if (Val < 16) // 0,0,0,4 -> vspltisw(4)
1515 return DAG.getTargetConstant(Val, SDLoc(N), MVT::i32);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001516 }
1517 if (LeadingOnes) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001518 if (!UniquedVals[Multiple-1].getNode())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001519 return DAG.getTargetConstant(~0U, SDLoc(N), MVT::i32); // -1,-1,-1,undef
Dan Gohman6e054832008-09-26 21:54:37 +00001520 int Val =cast<ConstantSDNode>(UniquedVals[Multiple-1])->getSExtValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001521 if (Val >= -16) // -1,-1,-1,-2 -> vspltisw(-2)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001522 return DAG.getTargetConstant(Val, SDLoc(N), MVT::i32);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001523 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001524
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001525 return SDValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001526 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001527
Chris Lattner2771e2c2006-03-25 06:12:06 +00001528 // Check to see if this buildvec has a single non-undef value in its elements.
1529 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
1530 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
Craig Topper062a2ba2014-04-25 05:30:21 +00001531 if (!OpVal.getNode())
Chris Lattner2771e2c2006-03-25 06:12:06 +00001532 OpVal = N->getOperand(i);
1533 else if (OpVal != N->getOperand(i))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001534 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001535 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001536
Craig Topper062a2ba2014-04-25 05:30:21 +00001537 if (!OpVal.getNode()) return SDValue(); // All UNDEF: use implicit def.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001538
Eli Friedman9c6ab1a2009-05-24 02:03:36 +00001539 unsigned ValSizeInBytes = EltSize;
Nate Begeman1b392872006-03-28 04:15:58 +00001540 uint64_t Value = 0;
Chris Lattner2771e2c2006-03-25 06:12:06 +00001541 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00001542 Value = CN->getZExtValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001543 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
Owen Anderson9f944592009-08-11 20:47:22 +00001544 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001545 Value = FloatToBits(CN->getValueAPF().convertToFloat());
Chris Lattner2771e2c2006-03-25 06:12:06 +00001546 }
1547
1548 // If the splat value is larger than the element value, then we can never do
1549 // this splat. The only case that we could fit the replicated bits into our
1550 // immediate field for would be zero, and we prefer to use vxor for it.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001551 if (ValSizeInBytes < ByteSize) return SDValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00001552
Benjamin Kramerb4b51502015-03-25 16:49:59 +00001553 // If the element value is larger than the splat value, check if it consists
1554 // of a repeated bit pattern of size ByteSize.
1555 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8))
1556 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001557
1558 // Properly sign extend the value.
Richard Smith228e6d42012-08-24 23:29:28 +00001559 int MaskVal = SignExtend32(Value, ByteSize * 8);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001560
Evan Chengb1ddc982006-03-26 09:52:32 +00001561 // If this is zero, don't match, zero matches ISD::isBuildVectorAllZeros.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001562 if (MaskVal == 0) return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001563
Chris Lattnerd71a1f92006-04-08 06:46:53 +00001564 // Finally, if this value fits in a 5 bit sext field, return it
Richard Smith228e6d42012-08-24 23:29:28 +00001565 if (SignExtend32<5>(MaskVal) == MaskVal)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001566 return DAG.getTargetConstant(MaskVal, SDLoc(N), MVT::i32);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001567 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001568}
1569
Hal Finkelc93a9a22015-02-25 01:06:45 +00001570/// isQVALIGNIShuffleMask - If this is a qvaligni shuffle mask, return the shift
1571/// amount, otherwise return -1.
1572int PPC::isQVALIGNIShuffleMask(SDNode *N) {
1573 EVT VT = N->getValueType(0);
1574 if (VT != MVT::v4f64 && VT != MVT::v4f32 && VT != MVT::v4i1)
1575 return -1;
1576
1577 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
1578
1579 // Find the first non-undef value in the shuffle mask.
1580 unsigned i;
1581 for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
1582 /*search*/;
1583
1584 if (i == 4) return -1; // all undef.
1585
1586 // Otherwise, check to see if the rest of the elements are consecutively
1587 // numbered from this value.
1588 unsigned ShiftAmt = SVOp->getMaskElt(i);
1589 if (ShiftAmt < i) return -1;
1590 ShiftAmt -= i;
1591
1592 // Check the rest of the elements to see if they are consecutive.
1593 for (++i; i != 4; ++i)
1594 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
1595 return -1;
1596
1597 return ShiftAmt;
1598}
1599
Chris Lattner4211ca92006-04-14 06:01:58 +00001600//===----------------------------------------------------------------------===//
Chris Lattnera801fced2006-11-08 02:15:41 +00001601// Addressing Mode Selection
1602//===----------------------------------------------------------------------===//
1603
1604/// isIntS16Immediate - This method tests to see if the node is either a 32-bit
1605/// or 64-bit immediate, and if the value can be accurately represented as a
1606/// sign extension from a 16-bit value. If so, this returns true and the
1607/// immediate.
1608static bool isIntS16Immediate(SDNode *N, short &Imm) {
Adam Nemet571eb5f2014-05-20 17:20:34 +00001609 if (!isa<ConstantSDNode>(N))
Chris Lattnera801fced2006-11-08 02:15:41 +00001610 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001611
Dan Gohmaneffb8942008-09-12 16:56:44 +00001612 Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
Owen Anderson9f944592009-08-11 20:47:22 +00001613 if (N->getValueType(0) == MVT::i32)
Dan Gohmaneffb8942008-09-12 16:56:44 +00001614 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
Chris Lattnera801fced2006-11-08 02:15:41 +00001615 else
Dan Gohmaneffb8942008-09-12 16:56:44 +00001616 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
Chris Lattnera801fced2006-11-08 02:15:41 +00001617}
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001618static bool isIntS16Immediate(SDValue Op, short &Imm) {
Gabor Greiff304a7a2008-08-28 21:40:38 +00001619 return isIntS16Immediate(Op.getNode(), Imm);
Chris Lattnera801fced2006-11-08 02:15:41 +00001620}
1621
1622
1623/// SelectAddressRegReg - Given the specified addressed, check to see if it
1624/// can be represented as an indexed [r+r] operation. Returns false if it
1625/// can be more efficiently represented with [r+imm].
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001626bool PPCTargetLowering::SelectAddressRegReg(SDValue N, SDValue &Base,
1627 SDValue &Index,
Dan Gohman02b93132009-01-15 16:29:45 +00001628 SelectionDAG &DAG) const {
Chris Lattnera801fced2006-11-08 02:15:41 +00001629 short imm = 0;
1630 if (N.getOpcode() == ISD::ADD) {
1631 if (isIntS16Immediate(N.getOperand(1), imm))
1632 return false; // r+i
1633 if (N.getOperand(1).getOpcode() == PPCISD::Lo)
1634 return false; // r+i
Scott Michelcf0da6c2009-02-17 22:15:04 +00001635
Chris Lattnera801fced2006-11-08 02:15:41 +00001636 Base = N.getOperand(0);
1637 Index = N.getOperand(1);
1638 return true;
1639 } else if (N.getOpcode() == ISD::OR) {
1640 if (isIntS16Immediate(N.getOperand(1), imm))
1641 return false; // r+i can fold it if we can.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001642
Chris Lattnera801fced2006-11-08 02:15:41 +00001643 // If this is an or of disjoint bitfields, we can codegen this as an add
1644 // (for better address arithmetic) if the LHS and RHS of the OR are provably
1645 // disjoint.
Dan Gohmanf19609a2008-02-27 01:23:58 +00001646 APInt LHSKnownZero, LHSKnownOne;
1647 APInt RHSKnownZero, RHSKnownOne;
Jay Foada0653a32014-05-14 21:14:37 +00001648 DAG.computeKnownBits(N.getOperand(0),
1649 LHSKnownZero, LHSKnownOne);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001650
Dan Gohmanf19609a2008-02-27 01:23:58 +00001651 if (LHSKnownZero.getBoolValue()) {
Jay Foada0653a32014-05-14 21:14:37 +00001652 DAG.computeKnownBits(N.getOperand(1),
1653 RHSKnownZero, RHSKnownOne);
Chris Lattnera801fced2006-11-08 02:15:41 +00001654 // If all of the bits are known zero on the LHS or RHS, the add won't
1655 // carry.
Dan Gohman26854f22008-02-27 21:12:32 +00001656 if (~(LHSKnownZero | RHSKnownZero) == 0) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001657 Base = N.getOperand(0);
1658 Index = N.getOperand(1);
1659 return true;
1660 }
1661 }
1662 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001663
Chris Lattnera801fced2006-11-08 02:15:41 +00001664 return false;
1665}
1666
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001667// If we happen to be doing an i64 load or store into a stack slot that has
1668// less than a 4-byte alignment, then the frame-index elimination may need to
1669// use an indexed load or store instruction (because the offset may not be a
1670// multiple of 4). The extra register needed to hold the offset comes from the
1671// register scavenger, and it is possible that the scavenger will need to use
1672// an emergency spill slot. As a result, we need to make sure that a spill slot
1673// is allocated when doing an i64 load/store into a less-than-4-byte-aligned
1674// stack slot.
1675static void fixupFuncForFI(SelectionDAG &DAG, int FrameIdx, EVT VT) {
1676 // FIXME: This does not handle the LWA case.
1677 if (VT != MVT::i64)
1678 return;
1679
Hal Finkel7ab3db52013-07-10 15:29:01 +00001680 // NOTE: We'll exclude negative FIs here, which come from argument
1681 // lowering, because there are no known test cases triggering this problem
1682 // using packed structures (or similar). We can remove this exclusion if
1683 // we find such a test case. The reason why this is so test-case driven is
1684 // because this entire 'fixup' is only to prevent crashes (from the
1685 // register scavenger) on not-really-valid inputs. For example, if we have:
1686 // %a = alloca i1
1687 // %b = bitcast i1* %a to i64*
1688 // store i64* a, i64 b
1689 // then the store should really be marked as 'align 1', but is not. If it
1690 // were marked as 'align 1' then the indexed form would have been
1691 // instruction-selected initially, and the problem this 'fixup' is preventing
1692 // won't happen regardless.
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001693 if (FrameIdx < 0)
1694 return;
1695
1696 MachineFunction &MF = DAG.getMachineFunction();
1697 MachineFrameInfo *MFI = MF.getFrameInfo();
1698
1699 unsigned Align = MFI->getObjectAlignment(FrameIdx);
1700 if (Align >= 4)
1701 return;
1702
1703 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1704 FuncInfo->setHasNonRISpills();
1705}
1706
Chris Lattnera801fced2006-11-08 02:15:41 +00001707/// Returns true if the address N can be represented by a base register plus
1708/// a signed 16-bit displacement [r+imm], and if it is not better
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001709/// represented as reg+reg. If Aligned is true, only accept displacements
1710/// suitable for STD and friends, i.e. multiples of 4.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001711bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp,
Dan Gohman02b93132009-01-15 16:29:45 +00001712 SDValue &Base,
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001713 SelectionDAG &DAG,
1714 bool Aligned) const {
Dale Johannesenab8e4422009-02-06 19:16:40 +00001715 // FIXME dl should come from parent load or store, not from address
Andrew Trickef9de2a2013-05-25 02:42:55 +00001716 SDLoc dl(N);
Chris Lattnera801fced2006-11-08 02:15:41 +00001717 // If this can be more profitably realized as r+r, fail.
1718 if (SelectAddressRegReg(N, Disp, Base, DAG))
1719 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001720
Chris Lattnera801fced2006-11-08 02:15:41 +00001721 if (N.getOpcode() == ISD::ADD) {
1722 short imm = 0;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001723 if (isIntS16Immediate(N.getOperand(1), imm) &&
1724 (!Aligned || (imm & 3) == 0)) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001725 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001726 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N.getOperand(0))) {
1727 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001728 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001729 } else {
1730 Base = N.getOperand(0);
1731 }
1732 return true; // [r+i]
1733 } else if (N.getOperand(1).getOpcode() == PPCISD::Lo) {
1734 // Match LOAD (ADD (X, Lo(G))).
Gabor Greifc8a9abe2012-04-20 11:41:38 +00001735 assert(!cast<ConstantSDNode>(N.getOperand(1).getOperand(1))->getZExtValue()
Chris Lattnera801fced2006-11-08 02:15:41 +00001736 && "Cannot handle constant offsets yet!");
1737 Disp = N.getOperand(1).getOperand(0); // The global address.
1738 assert(Disp.getOpcode() == ISD::TargetGlobalAddress ||
Roman Divackye3f15c982012-06-04 17:36:38 +00001739 Disp.getOpcode() == ISD::TargetGlobalTLSAddress ||
Chris Lattnera801fced2006-11-08 02:15:41 +00001740 Disp.getOpcode() == ISD::TargetConstantPool ||
1741 Disp.getOpcode() == ISD::TargetJumpTable);
1742 Base = N.getOperand(0);
1743 return true; // [&g+r]
1744 }
1745 } else if (N.getOpcode() == ISD::OR) {
1746 short imm = 0;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001747 if (isIntS16Immediate(N.getOperand(1), imm) &&
1748 (!Aligned || (imm & 3) == 0)) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001749 // If this is an or of disjoint bitfields, we can codegen this as an add
1750 // (for better address arithmetic) if the LHS and RHS of the OR are
1751 // provably disjoint.
Dan Gohmanf19609a2008-02-27 01:23:58 +00001752 APInt LHSKnownZero, LHSKnownOne;
Jay Foada0653a32014-05-14 21:14:37 +00001753 DAG.computeKnownBits(N.getOperand(0), LHSKnownZero, LHSKnownOne);
Bill Wendling63061832008-03-24 23:16:37 +00001754
Dan Gohmanf19609a2008-02-27 01:23:58 +00001755 if ((LHSKnownZero.getZExtValue()|~(uint64_t)imm) == ~0ULL) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001756 // If all of the bits are known zero on the LHS or RHS, the add won't
1757 // carry.
Ulrich Weigand55a96652014-07-20 22:26:40 +00001758 if (FrameIndexSDNode *FI =
1759 dyn_cast<FrameIndexSDNode>(N.getOperand(0))) {
1760 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
1761 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
1762 } else {
1763 Base = N.getOperand(0);
1764 }
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001765 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001766 return true;
1767 }
1768 }
1769 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
1770 // Loading from a constant address.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001771
Chris Lattnera801fced2006-11-08 02:15:41 +00001772 // If this address fits entirely in a 16-bit sext immediate field, codegen
1773 // this as "d, 0"
1774 short Imm;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001775 if (isIntS16Immediate(CN, Imm) && (!Aligned || (Imm & 3) == 0)) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001776 Disp = DAG.getTargetConstant(Imm, dl, CN->getValueType(0));
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001777 Base = DAG.getRegister(Subtarget.isPPC64() ? PPC::ZERO8 : PPC::ZERO,
Hal Finkelf70c41e2013-03-21 23:45:03 +00001778 CN->getValueType(0));
Chris Lattnera801fced2006-11-08 02:15:41 +00001779 return true;
1780 }
Chris Lattner4a9c0bb2007-02-17 06:44:03 +00001781
1782 // Handle 32-bit sext immediates with LIS + addr mode.
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001783 if ((CN->getValueType(0) == MVT::i32 ||
1784 (int64_t)CN->getZExtValue() == (int)CN->getZExtValue()) &&
1785 (!Aligned || (CN->getZExtValue() & 3) == 0)) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00001786 int Addr = (int)CN->getZExtValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00001787
Chris Lattnera801fced2006-11-08 02:15:41 +00001788 // Otherwise, break this down into an LIS + disp.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001789 Disp = DAG.getTargetConstant((short)Addr, dl, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001790
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001791 Base = DAG.getTargetConstant((Addr - (signed short)Addr) >> 16, dl,
1792 MVT::i32);
Owen Anderson9f944592009-08-11 20:47:22 +00001793 unsigned Opc = CN->getValueType(0) == MVT::i32 ? PPC::LIS : PPC::LIS8;
Dan Gohman32f71d72009-09-25 18:54:59 +00001794 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
Chris Lattnera801fced2006-11-08 02:15:41 +00001795 return true;
1796 }
1797 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001798
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001799 Disp = DAG.getTargetConstant(0, dl, getPointerTy());
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001800 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N)) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001801 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001802 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
1803 } else
Chris Lattnera801fced2006-11-08 02:15:41 +00001804 Base = N;
1805 return true; // [r+0]
1806}
1807
1808/// SelectAddressRegRegOnly - Given the specified addressed, force it to be
1809/// represented as an indexed [r+r] operation.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001810bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base,
1811 SDValue &Index,
Dan Gohman02b93132009-01-15 16:29:45 +00001812 SelectionDAG &DAG) const {
Chris Lattnera801fced2006-11-08 02:15:41 +00001813 // Check to see if we can easily represent this as an [r+r] address. This
1814 // will fail if it thinks that the address is more profitably represented as
1815 // reg+imm, e.g. where imm = 0.
1816 if (SelectAddressRegReg(N, Base, Index, DAG))
1817 return true;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001818
Chris Lattnera801fced2006-11-08 02:15:41 +00001819 // If the operand is an addition, always emit this as [r+r], since this is
1820 // better (for code size, and execution, as the memop does the add for free)
1821 // than emitting an explicit add.
1822 if (N.getOpcode() == ISD::ADD) {
1823 Base = N.getOperand(0);
1824 Index = N.getOperand(1);
1825 return true;
1826 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001827
Chris Lattnera801fced2006-11-08 02:15:41 +00001828 // Otherwise, do it the hard way, using R0 as the base register.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001829 Base = DAG.getRegister(Subtarget.isPPC64() ? PPC::ZERO8 : PPC::ZERO,
Hal Finkelf70c41e2013-03-21 23:45:03 +00001830 N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001831 Index = N;
1832 return true;
1833}
1834
Chris Lattnera801fced2006-11-08 02:15:41 +00001835/// getPreIndexedAddressParts - returns true by value, base pointer and
1836/// offset pointer and addressing mode by reference if the node's address
1837/// can be legally represented as pre-indexed load / store address.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001838bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base,
1839 SDValue &Offset,
Evan Chengb1500072006-11-09 17:55:04 +00001840 ISD::MemIndexedMode &AM,
Dan Gohman02b93132009-01-15 16:29:45 +00001841 SelectionDAG &DAG) const {
Hal Finkel595817e2012-06-04 02:21:00 +00001842 if (DisablePPCPreinc) return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001843
Ulrich Weigande90b0222013-03-22 14:58:48 +00001844 bool isLoad = true;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001845 SDValue Ptr;
Owen Anderson53aa7a92009-08-10 22:56:29 +00001846 EVT VT;
Hal Finkelb09680b2013-03-18 23:00:58 +00001847 unsigned Alignment;
Chris Lattnera801fced2006-11-08 02:15:41 +00001848 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(N)) {
1849 Ptr = LD->getBasePtr();
Dan Gohman47a7d6f2008-01-30 00:15:11 +00001850 VT = LD->getMemoryVT();
Hal Finkelb09680b2013-03-18 23:00:58 +00001851 Alignment = LD->getAlignment();
Chris Lattnera801fced2006-11-08 02:15:41 +00001852 } else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(N)) {
Chris Lattner68371252006-11-14 01:38:31 +00001853 Ptr = ST->getBasePtr();
Dan Gohman47a7d6f2008-01-30 00:15:11 +00001854 VT = ST->getMemoryVT();
Hal Finkelb09680b2013-03-18 23:00:58 +00001855 Alignment = ST->getAlignment();
Ulrich Weigande90b0222013-03-22 14:58:48 +00001856 isLoad = false;
Chris Lattnera801fced2006-11-08 02:15:41 +00001857 } else
1858 return false;
1859
Hal Finkelc93a9a22015-02-25 01:06:45 +00001860 // PowerPC doesn't have preinc load/store instructions for vectors (except
1861 // for QPX, which does have preinc r+r forms).
1862 if (VT.isVector()) {
1863 if (!Subtarget.hasQPX() || (VT != MVT::v4f64 && VT != MVT::v4f32)) {
1864 return false;
1865 } else if (SelectAddressRegRegOnly(Ptr, Offset, Base, DAG)) {
1866 AM = ISD::PRE_INC;
1867 return true;
1868 }
1869 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001870
Ulrich Weigande90b0222013-03-22 14:58:48 +00001871 if (SelectAddressRegReg(Ptr, Base, Offset, DAG)) {
1872
1873 // Common code will reject creating a pre-inc form if the base pointer
1874 // is a frame index, or if N is a store and the base pointer is either
1875 // the same as or a predecessor of the value being stored. Check for
1876 // those situations here, and try with swapped Base/Offset instead.
1877 bool Swap = false;
1878
1879 if (isa<FrameIndexSDNode>(Base) || isa<RegisterSDNode>(Base))
1880 Swap = true;
1881 else if (!isLoad) {
1882 SDValue Val = cast<StoreSDNode>(N)->getValue();
1883 if (Val == Base || Base.getNode()->isPredecessorOf(Val.getNode()))
1884 Swap = true;
1885 }
1886
1887 if (Swap)
1888 std::swap(Base, Offset);
1889
Hal Finkelca542be2012-06-20 15:43:03 +00001890 AM = ISD::PRE_INC;
1891 return true;
Hal Finkel1cc27e42012-06-19 02:34:32 +00001892 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001893
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001894 // LDU/STU can only handle immediates that are a multiple of 4.
Owen Anderson9f944592009-08-11 20:47:22 +00001895 if (VT != MVT::i64) {
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001896 if (!SelectAddressRegImm(Ptr, Offset, Base, DAG, false))
Chris Lattner474b5b72006-11-15 19:55:13 +00001897 return false;
1898 } else {
Hal Finkelb09680b2013-03-18 23:00:58 +00001899 // LDU/STU need an address with at least 4-byte alignment.
1900 if (Alignment < 4)
1901 return false;
1902
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001903 if (!SelectAddressRegImm(Ptr, Offset, Base, DAG, true))
Chris Lattner474b5b72006-11-15 19:55:13 +00001904 return false;
1905 }
Chris Lattnerb314b152006-11-11 00:08:42 +00001906
Chris Lattnerb314b152006-11-11 00:08:42 +00001907 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(N)) {
Chris Lattner474b5b72006-11-15 19:55:13 +00001908 // PPC64 doesn't have lwau, but it does have lwaux. Reject preinc load of
1909 // sext i32 to i64 when addr mode is r+i.
Owen Anderson9f944592009-08-11 20:47:22 +00001910 if (LD->getValueType(0) == MVT::i64 && LD->getMemoryVT() == MVT::i32 &&
Chris Lattnerb314b152006-11-11 00:08:42 +00001911 LD->getExtensionType() == ISD::SEXTLOAD &&
1912 isa<ConstantSDNode>(Offset))
1913 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001914 }
1915
Chris Lattnerce645542006-11-10 02:08:47 +00001916 AM = ISD::PRE_INC;
1917 return true;
Chris Lattnera801fced2006-11-08 02:15:41 +00001918}
1919
1920//===----------------------------------------------------------------------===//
Chris Lattner4211ca92006-04-14 06:01:58 +00001921// LowerOperation implementation
1922//===----------------------------------------------------------------------===//
1923
Chris Lattneredb9d842010-11-15 02:46:57 +00001924/// GetLabelAccessInfo - Return true if we should reference labels using a
1925/// PICBase, set the HiOpFlags and LoOpFlags to the target MO flags.
Eric Christophercccae792015-01-30 22:02:31 +00001926static bool GetLabelAccessInfo(const TargetMachine &TM,
1927 const PPCSubtarget &Subtarget,
1928 unsigned &HiOpFlags, unsigned &LoOpFlags,
Craig Topper062a2ba2014-04-25 05:30:21 +00001929 const GlobalValue *GV = nullptr) {
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00001930 HiOpFlags = PPCII::MO_HA;
1931 LoOpFlags = PPCII::MO_LO;
Wesley Peck527da1b2010-11-23 03:31:01 +00001932
Hal Finkel3ee2af72014-07-18 23:29:49 +00001933 // Don't use the pic base if not in PIC relocation model.
1934 bool isPIC = TM.getRelocationModel() == Reloc::PIC_;
1935
Chris Lattnerdd6df842010-11-15 03:13:19 +00001936 if (isPIC) {
1937 HiOpFlags |= PPCII::MO_PIC_FLAG;
1938 LoOpFlags |= PPCII::MO_PIC_FLAG;
1939 }
1940
1941 // If this is a reference to a global value that requires a non-lazy-ptr, make
1942 // sure that instruction lowering adds it.
Eric Christophere8dbfe12015-02-13 22:23:04 +00001943 if (GV && Subtarget.hasLazyResolverStub(GV)) {
Chris Lattnerdd6df842010-11-15 03:13:19 +00001944 HiOpFlags |= PPCII::MO_NLP_FLAG;
1945 LoOpFlags |= PPCII::MO_NLP_FLAG;
Wesley Peck527da1b2010-11-23 03:31:01 +00001946
Chris Lattnerdd6df842010-11-15 03:13:19 +00001947 if (GV->hasHiddenVisibility()) {
1948 HiOpFlags |= PPCII::MO_NLP_HIDDEN_FLAG;
1949 LoOpFlags |= PPCII::MO_NLP_HIDDEN_FLAG;
1950 }
1951 }
Wesley Peck527da1b2010-11-23 03:31:01 +00001952
Chris Lattneredb9d842010-11-15 02:46:57 +00001953 return isPIC;
1954}
1955
1956static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC,
1957 SelectionDAG &DAG) {
Daniel Jasper48e93f72015-04-28 13:38:35 +00001958 SDLoc DL(HiPart);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001959 EVT PtrVT = HiPart.getValueType();
1960 SDValue Zero = DAG.getConstant(0, DL, PtrVT);
Chris Lattneredb9d842010-11-15 02:46:57 +00001961
1962 SDValue Hi = DAG.getNode(PPCISD::Hi, DL, PtrVT, HiPart, Zero);
1963 SDValue Lo = DAG.getNode(PPCISD::Lo, DL, PtrVT, LoPart, Zero);
Wesley Peck527da1b2010-11-23 03:31:01 +00001964
Chris Lattneredb9d842010-11-15 02:46:57 +00001965 // With PIC, the first instruction is actually "GR+hi(&G)".
1966 if (isPIC)
1967 Hi = DAG.getNode(ISD::ADD, DL, PtrVT,
1968 DAG.getNode(PPCISD::GlobalBaseReg, DL, PtrVT), Hi);
Wesley Peck527da1b2010-11-23 03:31:01 +00001969
Chris Lattneredb9d842010-11-15 02:46:57 +00001970 // Generate non-pic code that has direct accesses to the constant pool.
1971 // The address of the global is just (hi(&g)+lo(&g)).
1972 return DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Lo);
1973}
1974
Hal Finkele6698d52015-02-01 15:03:28 +00001975static void setUsesTOCBasePtr(MachineFunction &MF) {
1976 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1977 FuncInfo->setUsesTOCBasePtr();
1978}
1979
1980static void setUsesTOCBasePtr(SelectionDAG &DAG) {
1981 setUsesTOCBasePtr(DAG.getMachineFunction());
1982}
1983
Hal Finkelcf599212015-02-25 21:36:59 +00001984static SDValue getTOCEntry(SelectionDAG &DAG, SDLoc dl, bool Is64Bit,
1985 SDValue GA) {
1986 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
1987 SDValue Reg = Is64Bit ? DAG.getRegister(PPC::X2, VT) :
1988 DAG.getNode(PPCISD::GlobalBaseReg, dl, VT);
1989
1990 SDValue Ops[] = { GA, Reg };
1991 return DAG.getMemIntrinsicNode(PPCISD::TOC_ENTRY, dl,
1992 DAG.getVTList(VT, MVT::Other), Ops, VT,
1993 MachinePointerInfo::getGOT(), 0, false, true,
1994 false, 0);
1995}
1996
Scott Michelcf0da6c2009-02-17 22:15:04 +00001997SDValue PPCTargetLowering::LowerConstantPool(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00001998 SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00001999 EVT PtrVT = Op.getValueType();
Chris Lattner4211ca92006-04-14 06:01:58 +00002000 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Dan Gohmanbcaf6812010-04-15 01:51:59 +00002001 const Constant *C = CP->getConstVal();
Chris Lattner4211ca92006-04-14 06:01:58 +00002002
Roman Divackyace47072012-08-24 16:26:02 +00002003 // 64-bit SVR4 ABI code is always position-independent.
2004 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002005 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002006 setUsesTOCBasePtr(DAG);
Roman Divackyace47072012-08-24 16:26:02 +00002007 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0);
Hal Finkelcf599212015-02-25 21:36:59 +00002008 return getTOCEntry(DAG, SDLoc(CP), true, GA);
Roman Divackyace47072012-08-24 16:26:02 +00002009 }
2010
Chris Lattneredb9d842010-11-15 02:46:57 +00002011 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002012 bool isPIC =
2013 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002014
2015 if (isPIC && Subtarget.isSVR4ABI()) {
2016 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(),
2017 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002018 return getTOCEntry(DAG, SDLoc(CP), false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002019 }
2020
Chris Lattneredb9d842010-11-15 02:46:57 +00002021 SDValue CPIHi =
2022 DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0, MOHiFlag);
2023 SDValue CPILo =
2024 DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0, MOLoFlag);
2025 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00002026}
2027
Dan Gohman21cea8a2010-04-17 15:26:15 +00002028SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002029 EVT PtrVT = Op.getValueType();
Nate Begeman4ca2ea52006-04-22 18:53:45 +00002030 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Wesley Peck527da1b2010-11-23 03:31:01 +00002031
Roman Divackyace47072012-08-24 16:26:02 +00002032 // 64-bit SVR4 ABI code is always position-independent.
2033 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002034 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002035 setUsesTOCBasePtr(DAG);
Roman Divackyace47072012-08-24 16:26:02 +00002036 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
Hal Finkelcf599212015-02-25 21:36:59 +00002037 return getTOCEntry(DAG, SDLoc(JT), true, GA);
Roman Divackyace47072012-08-24 16:26:02 +00002038 }
2039
Chris Lattneredb9d842010-11-15 02:46:57 +00002040 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002041 bool isPIC =
2042 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002043
2044 if (isPIC && Subtarget.isSVR4ABI()) {
2045 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT,
2046 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002047 return getTOCEntry(DAG, SDLoc(GA), false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002048 }
2049
Chris Lattneredb9d842010-11-15 02:46:57 +00002050 SDValue JTIHi = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, MOHiFlag);
2051 SDValue JTILo = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, MOLoFlag);
2052 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
Lauro Ramos Venancio09d73c02007-07-11 17:19:51 +00002053}
2054
Dan Gohman21cea8a2010-04-17 15:26:15 +00002055SDValue PPCTargetLowering::LowerBlockAddress(SDValue Op,
2056 SelectionDAG &DAG) const {
Bob Wilsonf84f7102009-11-04 21:31:18 +00002057 EVT PtrVT = Op.getValueType();
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002058 BlockAddressSDNode *BASDN = cast<BlockAddressSDNode>(Op);
2059 const BlockAddress *BA = BASDN->getBlockAddress();
Bob Wilsonf84f7102009-11-04 21:31:18 +00002060
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002061 // 64-bit SVR4 ABI code is always position-independent.
2062 // The actual BlockAddress is stored in the TOC.
2063 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002064 setUsesTOCBasePtr(DAG);
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002065 SDValue GA = DAG.getTargetBlockAddress(BA, PtrVT, BASDN->getOffset());
Hal Finkelcf599212015-02-25 21:36:59 +00002066 return getTOCEntry(DAG, SDLoc(BASDN), true, GA);
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002067 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002068
Chris Lattneredb9d842010-11-15 02:46:57 +00002069 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002070 bool isPIC =
2071 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Michael Liaoabb87d42012-09-12 21:43:09 +00002072 SDValue TgtBAHi = DAG.getTargetBlockAddress(BA, PtrVT, 0, MOHiFlag);
2073 SDValue TgtBALo = DAG.getTargetBlockAddress(BA, PtrVT, 0, MOLoFlag);
Chris Lattneredb9d842010-11-15 02:46:57 +00002074 return LowerLabelRef(TgtBAHi, TgtBALo, isPIC, DAG);
2075}
2076
Roman Divackye3f15c982012-06-04 17:36:38 +00002077SDValue PPCTargetLowering::LowerGlobalTLSAddress(SDValue Op,
2078 SelectionDAG &DAG) const {
2079
Bill Schmidtbdae03f2013-09-17 20:22:05 +00002080 // FIXME: TLS addresses currently use medium model code sequences,
2081 // which is the most useful form. Eventually support for small and
2082 // large models could be added if users need it, at the cost of
2083 // additional complexity.
Roman Divackye3f15c982012-06-04 17:36:38 +00002084 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Andrew Trickef9de2a2013-05-25 02:42:55 +00002085 SDLoc dl(GA);
Roman Divackye3f15c982012-06-04 17:36:38 +00002086 const GlobalValue *GV = GA->getGlobal();
2087 EVT PtrVT = getPointerTy();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002088 bool is64bit = Subtarget.isPPC64();
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002089 const Module *M = DAG.getMachineFunction().getFunction()->getParent();
2090 PICLevel::Level picLevel = M->getPICLevel();
Roman Divackye3f15c982012-06-04 17:36:38 +00002091
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002092 TLSModel::Model Model = getTargetMachine().getTLSModel(GV);
Roman Divackye3f15c982012-06-04 17:36:38 +00002093
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002094 if (Model == TLSModel::LocalExec) {
2095 SDValue TGAHi = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00002096 PPCII::MO_TPREL_HA);
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002097 SDValue TGALo = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00002098 PPCII::MO_TPREL_LO);
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002099 SDValue TLSReg = DAG.getRegister(is64bit ? PPC::X13 : PPC::R2,
2100 is64bit ? MVT::i64 : MVT::i32);
2101 SDValue Hi = DAG.getNode(PPCISD::Hi, dl, PtrVT, TGAHi, TLSReg);
2102 return DAG.getNode(PPCISD::Lo, dl, PtrVT, TGALo, Hi);
2103 }
Roman Divackye3f15c982012-06-04 17:36:38 +00002104
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002105 if (Model == TLSModel::InitialExec) {
Bill Schmidt732eb912012-12-13 18:45:54 +00002106 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Ulrich Weigand5b427592013-07-05 12:22:36 +00002107 SDValue TGATLS = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
2108 PPCII::MO_TLS);
Roman Divacky32143e22013-12-20 18:08:54 +00002109 SDValue GOTPtr;
2110 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002111 setUsesTOCBasePtr(DAG);
Roman Divacky32143e22013-12-20 18:08:54 +00002112 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2113 GOTPtr = DAG.getNode(PPCISD::ADDIS_GOT_TPREL_HA, dl,
2114 PtrVT, GOTReg, TGA);
2115 } else
2116 GOTPtr = DAG.getNode(PPCISD::PPC32_GOT, dl, PtrVT);
Bill Schmidt9f0b4ec2012-12-14 17:02:38 +00002117 SDValue TPOffset = DAG.getNode(PPCISD::LD_GOT_TPREL_L, dl,
Roman Divacky32143e22013-12-20 18:08:54 +00002118 PtrVT, TGA, GOTPtr);
Ulrich Weigand5b427592013-07-05 12:22:36 +00002119 return DAG.getNode(PPCISD::ADD_TLS, dl, PtrVT, TPOffset, TGATLS);
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002120 }
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002121
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002122 if (Model == TLSModel::GeneralDynamic) {
Bill Schmidt82f1c772015-02-10 19:09:05 +00002123 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002124 SDValue GOTPtr;
2125 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002126 setUsesTOCBasePtr(DAG);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002127 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2128 GOTPtr = DAG.getNode(PPCISD::ADDIS_TLSGD_HA, dl, PtrVT,
2129 GOTReg, TGA);
2130 } else {
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002131 if (picLevel == PICLevel::Small)
2132 GOTPtr = DAG.getNode(PPCISD::GlobalBaseReg, dl, PtrVT);
2133 else
2134 GOTPtr = DAG.getNode(PPCISD::PPC32_PICGOT, dl, PtrVT);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002135 }
Bill Schmidt82f1c772015-02-10 19:09:05 +00002136 return DAG.getNode(PPCISD::ADDI_TLSGD_L_ADDR, dl, PtrVT,
2137 GOTPtr, TGA, TGA);
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002138 }
2139
Bill Schmidt24b8dd62012-12-12 19:29:35 +00002140 if (Model == TLSModel::LocalDynamic) {
Bill Schmidt82f1c772015-02-10 19:09:05 +00002141 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002142 SDValue GOTPtr;
2143 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002144 setUsesTOCBasePtr(DAG);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002145 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2146 GOTPtr = DAG.getNode(PPCISD::ADDIS_TLSLD_HA, dl, PtrVT,
2147 GOTReg, TGA);
2148 } else {
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002149 if (picLevel == PICLevel::Small)
2150 GOTPtr = DAG.getNode(PPCISD::GlobalBaseReg, dl, PtrVT);
2151 else
2152 GOTPtr = DAG.getNode(PPCISD::PPC32_PICGOT, dl, PtrVT);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002153 }
Bill Schmidt82f1c772015-02-10 19:09:05 +00002154 SDValue TLSAddr = DAG.getNode(PPCISD::ADDI_TLSLD_L_ADDR, dl,
2155 PtrVT, GOTPtr, TGA, TGA);
2156 SDValue DtvOffsetHi = DAG.getNode(PPCISD::ADDIS_DTPREL_HA, dl,
2157 PtrVT, TLSAddr, TGA);
Bill Schmidt24b8dd62012-12-12 19:29:35 +00002158 return DAG.getNode(PPCISD::ADDI_DTPREL_L, dl, PtrVT, DtvOffsetHi, TGA);
2159 }
2160
2161 llvm_unreachable("Unknown TLS model!");
Roman Divackye3f15c982012-06-04 17:36:38 +00002162}
2163
Chris Lattneredb9d842010-11-15 02:46:57 +00002164SDValue PPCTargetLowering::LowerGlobalAddress(SDValue Op,
2165 SelectionDAG &DAG) const {
2166 EVT PtrVT = Op.getValueType();
2167 GlobalAddressSDNode *GSDN = cast<GlobalAddressSDNode>(Op);
Andrew Trickef9de2a2013-05-25 02:42:55 +00002168 SDLoc DL(GSDN);
Chris Lattneredb9d842010-11-15 02:46:57 +00002169 const GlobalValue *GV = GSDN->getGlobal();
2170
Chris Lattneredb9d842010-11-15 02:46:57 +00002171 // 64-bit SVR4 ABI code is always position-independent.
2172 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002173 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002174 setUsesTOCBasePtr(DAG);
Chris Lattneredb9d842010-11-15 02:46:57 +00002175 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset());
Hal Finkelcf599212015-02-25 21:36:59 +00002176 return getTOCEntry(DAG, DL, true, GA);
Chris Lattneredb9d842010-11-15 02:46:57 +00002177 }
2178
Chris Lattnerdd6df842010-11-15 03:13:19 +00002179 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002180 bool isPIC =
2181 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag, GV);
Chris Lattneredb9d842010-11-15 02:46:57 +00002182
Hal Finkel3ee2af72014-07-18 23:29:49 +00002183 if (isPIC && Subtarget.isSVR4ABI()) {
2184 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT,
2185 GSDN->getOffset(),
2186 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002187 return getTOCEntry(DAG, DL, false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002188 }
2189
Chris Lattnerdd6df842010-11-15 03:13:19 +00002190 SDValue GAHi =
2191 DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset(), MOHiFlag);
2192 SDValue GALo =
2193 DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset(), MOLoFlag);
Wesley Peck527da1b2010-11-23 03:31:01 +00002194
Chris Lattnerdd6df842010-11-15 03:13:19 +00002195 SDValue Ptr = LowerLabelRef(GAHi, GALo, isPIC, DAG);
Bob Wilsonf84f7102009-11-04 21:31:18 +00002196
Chris Lattnerdd6df842010-11-15 03:13:19 +00002197 // If the global reference is actually to a non-lazy-pointer, we have to do an
2198 // extra load to get the address of the global.
2199 if (MOHiFlag & PPCII::MO_NLP_FLAG)
2200 Ptr = DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), Ptr, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002201 false, false, false, 0);
Chris Lattnerdd6df842010-11-15 03:13:19 +00002202 return Ptr;
Chris Lattner4211ca92006-04-14 06:01:58 +00002203}
2204
Dan Gohman21cea8a2010-04-17 15:26:15 +00002205SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner4211ca92006-04-14 06:01:58 +00002206 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
Andrew Trickef9de2a2013-05-25 02:42:55 +00002207 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002208
Hal Finkel777c9dd2014-03-29 16:04:40 +00002209 if (Op.getValueType() == MVT::v2i64) {
2210 // When the operands themselves are v2i64 values, we need to do something
2211 // special because VSX has no underlying comparison operations for these.
2212 if (Op.getOperand(0).getValueType() == MVT::v2i64) {
2213 // Equality can be handled by casting to the legal type for Altivec
2214 // comparisons, everything else needs to be expanded.
2215 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
2216 return DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
2217 DAG.getSetCC(dl, MVT::v4i32,
2218 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(0)),
2219 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(1)),
2220 CC));
2221 }
2222
2223 return SDValue();
2224 }
2225
2226 // We handle most of these in the usual way.
2227 return Op;
2228 }
2229
Chris Lattner4211ca92006-04-14 06:01:58 +00002230 // If we're comparing for equality to zero, expose the fact that this is
2231 // implented as a ctlz/srl pair on ppc, so that the dag combiner can
2232 // fold the new nodes.
2233 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
2234 if (C->isNullValue() && CC == ISD::SETEQ) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002235 EVT VT = Op.getOperand(0).getValueType();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002236 SDValue Zext = Op.getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +00002237 if (VT.bitsLT(MVT::i32)) {
2238 VT = MVT::i32;
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00002239 Zext = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, Op.getOperand(0));
Scott Michelcf0da6c2009-02-17 22:15:04 +00002240 }
Duncan Sands13237ac2008-06-06 12:08:01 +00002241 unsigned Log2b = Log2_32(VT.getSizeInBits());
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00002242 SDValue Clz = DAG.getNode(ISD::CTLZ, dl, VT, Zext);
2243 SDValue Scc = DAG.getNode(ISD::SRL, dl, VT, Clz,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002244 DAG.getConstant(Log2b, dl, MVT::i32));
Owen Anderson9f944592009-08-11 20:47:22 +00002245 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Scc);
Chris Lattner4211ca92006-04-14 06:01:58 +00002246 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00002247 // Leave comparisons against 0 and -1 alone for now, since they're usually
Chris Lattner4211ca92006-04-14 06:01:58 +00002248 // optimized. FIXME: revisit this when we can custom lower all setcc
2249 // optimizations.
2250 if (C->isAllOnesValue() || C->isNullValue())
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002251 return SDValue();
Chris Lattner4211ca92006-04-14 06:01:58 +00002252 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00002253
Chris Lattner4211ca92006-04-14 06:01:58 +00002254 // If we have an integer seteq/setne, turn it into a compare against zero
Chris Lattner97ff46b2006-11-14 05:28:08 +00002255 // by xor'ing the rhs with the lhs, which is faster than setting a
2256 // condition register, reading it back out, and masking the correct bit. The
2257 // normal approach here uses sub to do this instead of xor. Using xor exposes
2258 // the result to other bit-twiddling opportunities.
Owen Anderson53aa7a92009-08-10 22:56:29 +00002259 EVT LHSVT = Op.getOperand(0).getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00002260 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002261 EVT VT = Op.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00002262 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, Op.getOperand(0),
Chris Lattner4211ca92006-04-14 06:01:58 +00002263 Op.getOperand(1));
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002264 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC);
Chris Lattner4211ca92006-04-14 06:01:58 +00002265 }
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002266 return SDValue();
Chris Lattner4211ca92006-04-14 06:01:58 +00002267}
2268
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002269SDValue PPCTargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002270 const PPCSubtarget &Subtarget) const {
Roman Divacky4394e682011-06-28 15:30:42 +00002271 SDNode *Node = Op.getNode();
2272 EVT VT = Node->getValueType(0);
2273 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
2274 SDValue InChain = Node->getOperand(0);
2275 SDValue VAListPtr = Node->getOperand(1);
2276 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue();
Andrew Trickef9de2a2013-05-25 02:42:55 +00002277 SDLoc dl(Node);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002278
Roman Divacky4394e682011-06-28 15:30:42 +00002279 assert(!Subtarget.isPPC64() && "LowerVAARG is PPC32 only");
2280
2281 // gpr_index
2282 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
2283 VAListPtr, MachinePointerInfo(SV), MVT::i8,
Louis Gerbarg67474e32014-07-31 21:45:05 +00002284 false, false, false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002285 InChain = GprIndex.getValue(1);
2286
2287 if (VT == MVT::i64) {
2288 // Check if GprIndex is even
2289 SDValue GprAnd = DAG.getNode(ISD::AND, dl, MVT::i32, GprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002290 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002291 SDValue CC64 = DAG.getSetCC(dl, MVT::i32, GprAnd,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002292 DAG.getConstant(0, dl, MVT::i32), ISD::SETNE);
Roman Divacky4394e682011-06-28 15:30:42 +00002293 SDValue GprIndexPlusOne = DAG.getNode(ISD::ADD, dl, MVT::i32, GprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002294 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002295 // Align GprIndex to be even if it isn't
2296 GprIndex = DAG.getNode(ISD::SELECT, dl, MVT::i32, CC64, GprIndexPlusOne,
2297 GprIndex);
2298 }
2299
2300 // fpr index is 1 byte after gpr
2301 SDValue FprPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002302 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002303
2304 // fpr
2305 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
2306 FprPtr, MachinePointerInfo(SV), MVT::i8,
Louis Gerbarg67474e32014-07-31 21:45:05 +00002307 false, false, false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002308 InChain = FprIndex.getValue(1);
2309
2310 SDValue RegSaveAreaPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002311 DAG.getConstant(8, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002312
2313 SDValue OverflowAreaPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002314 DAG.getConstant(4, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002315
2316 // areas
2317 SDValue OverflowArea = DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr,
Pete Cooper82cd9e82011-11-08 18:42:53 +00002318 MachinePointerInfo(), false, false,
2319 false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002320 InChain = OverflowArea.getValue(1);
2321
2322 SDValue RegSaveArea = DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr,
Pete Cooper82cd9e82011-11-08 18:42:53 +00002323 MachinePointerInfo(), false, false,
2324 false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002325 InChain = RegSaveArea.getValue(1);
2326
2327 // select overflow_area if index > 8
2328 SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002329 DAG.getConstant(8, dl, MVT::i32), ISD::SETLT);
Roman Divacky4394e682011-06-28 15:30:42 +00002330
Roman Divacky4394e682011-06-28 15:30:42 +00002331 // adjustment constant gpr_index * 4/8
2332 SDValue RegConstant = DAG.getNode(ISD::MUL, dl, MVT::i32,
2333 VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002334 DAG.getConstant(VT.isInteger() ? 4 : 8, dl,
Roman Divacky4394e682011-06-28 15:30:42 +00002335 MVT::i32));
2336
2337 // OurReg = RegSaveArea + RegConstant
2338 SDValue OurReg = DAG.getNode(ISD::ADD, dl, PtrVT, RegSaveArea,
2339 RegConstant);
2340
2341 // Floating types are 32 bytes into RegSaveArea
2342 if (VT.isFloatingPoint())
2343 OurReg = DAG.getNode(ISD::ADD, dl, PtrVT, OurReg,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002344 DAG.getConstant(32, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002345
2346 // increase {f,g}pr_index by 1 (or 2 if VT is i64)
2347 SDValue IndexPlus1 = DAG.getNode(ISD::ADD, dl, MVT::i32,
2348 VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002349 DAG.getConstant(VT == MVT::i64 ? 2 : 1, dl,
Roman Divacky4394e682011-06-28 15:30:42 +00002350 MVT::i32));
2351
2352 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1,
2353 VT.isInteger() ? VAListPtr : FprPtr,
2354 MachinePointerInfo(SV),
2355 MVT::i8, false, false, 0);
2356
2357 // determine if we should load from reg_save_area or overflow_area
2358 SDValue Result = DAG.getNode(ISD::SELECT, dl, PtrVT, CC, OurReg, OverflowArea);
2359
2360 // increase overflow_area by 4/8 if gpr/fpr > 8
2361 SDValue OverflowAreaPlusN = DAG.getNode(ISD::ADD, dl, PtrVT, OverflowArea,
2362 DAG.getConstant(VT.isInteger() ? 4 : 8,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002363 dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002364
2365 OverflowArea = DAG.getNode(ISD::SELECT, dl, MVT::i32, CC, OverflowArea,
2366 OverflowAreaPlusN);
2367
2368 InChain = DAG.getTruncStore(InChain, dl, OverflowArea,
2369 OverflowAreaPtr,
2370 MachinePointerInfo(),
2371 MVT::i32, false, false, 0);
2372
NAKAMURA Takumi8ad54e02012-08-30 15:52:23 +00002373 return DAG.getLoad(VT, dl, InChain, Result, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002374 false, false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002375}
2376
Roman Divackyc3825df2013-07-25 21:36:47 +00002377SDValue PPCTargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG,
2378 const PPCSubtarget &Subtarget) const {
2379 assert(!Subtarget.isPPC64() && "LowerVACOPY is PPC32 only");
2380
2381 // We have to copy the entire va_list struct:
2382 // 2*sizeof(char) + 2 Byte alignment + 2*sizeof(char*) = 12 Byte
2383 return DAG.getMemcpy(Op.getOperand(0), Op,
2384 Op.getOperand(1), Op.getOperand(2),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002385 DAG.getConstant(12, SDLoc(Op), MVT::i32), 8, false, true,
2386 false, MachinePointerInfo(), MachinePointerInfo());
Roman Divackyc3825df2013-07-25 21:36:47 +00002387}
2388
Duncan Sandsa0984362011-09-06 13:37:06 +00002389SDValue PPCTargetLowering::LowerADJUST_TRAMPOLINE(SDValue Op,
2390 SelectionDAG &DAG) const {
2391 return Op.getOperand(0);
2392}
2393
2394SDValue PPCTargetLowering::LowerINIT_TRAMPOLINE(SDValue Op,
2395 SelectionDAG &DAG) const {
Bill Wendling95e1af22008-09-17 00:30:57 +00002396 SDValue Chain = Op.getOperand(0);
2397 SDValue Trmp = Op.getOperand(1); // trampoline
2398 SDValue FPtr = Op.getOperand(2); // nested function
2399 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Andrew Trickef9de2a2013-05-25 02:42:55 +00002400 SDLoc dl(Op);
Bill Wendling95e1af22008-09-17 00:30:57 +00002401
Owen Anderson53aa7a92009-08-10 22:56:29 +00002402 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Owen Anderson9f944592009-08-11 20:47:22 +00002403 bool isPPC64 = (PtrVT == MVT::i64);
Chris Lattner229907c2011-07-18 04:54:35 +00002404 Type *IntPtrTy =
Micah Villmowcdfe20b2012-10-08 16:38:25 +00002405 DAG.getTargetLoweringInfo().getDataLayout()->getIntPtrType(
Chandler Carruth7ec50852012-11-01 08:07:29 +00002406 *DAG.getContext());
Bill Wendling95e1af22008-09-17 00:30:57 +00002407
Scott Michelcf0da6c2009-02-17 22:15:04 +00002408 TargetLowering::ArgListTy Args;
Bill Wendling95e1af22008-09-17 00:30:57 +00002409 TargetLowering::ArgListEntry Entry;
2410
2411 Entry.Ty = IntPtrTy;
2412 Entry.Node = Trmp; Args.push_back(Entry);
2413
2414 // TrampSize == (isPPC64 ? 48 : 40);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002415 Entry.Node = DAG.getConstant(isPPC64 ? 48 : 40, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00002416 isPPC64 ? MVT::i64 : MVT::i32);
Bill Wendling95e1af22008-09-17 00:30:57 +00002417 Args.push_back(Entry);
2418
2419 Entry.Node = FPtr; Args.push_back(Entry);
2420 Entry.Node = Nest; Args.push_back(Entry);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002421
Bill Wendling95e1af22008-09-17 00:30:57 +00002422 // Lower to a call to __trampoline_setup(Trmp, TrampSize, FPtr, ctx_reg)
Saleem Abdulrasoolf3a5a5c2014-05-17 21:50:17 +00002423 TargetLowering::CallLoweringInfo CLI(DAG);
2424 CLI.setDebugLoc(dl).setChain(Chain)
2425 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
Juergen Ributzka3bd03c72014-07-01 22:01:54 +00002426 DAG.getExternalSymbol("__trampoline_setup", PtrVT),
2427 std::move(Args), 0);
Bill Wendling95e1af22008-09-17 00:30:57 +00002428
Saleem Abdulrasoolf3a5a5c2014-05-17 21:50:17 +00002429 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI);
Duncan Sandsa0984362011-09-06 13:37:06 +00002430 return CallResult.second;
Bill Wendling95e1af22008-09-17 00:30:57 +00002431}
2432
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002433SDValue PPCTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002434 const PPCSubtarget &Subtarget) const {
Dan Gohman31ae5862010-04-17 14:41:14 +00002435 MachineFunction &MF = DAG.getMachineFunction();
2436 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
2437
Andrew Trickef9de2a2013-05-25 02:42:55 +00002438 SDLoc dl(Op);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002439
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002440 if (Subtarget.isDarwinABI() || Subtarget.isPPC64()) {
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002441 // vastart just stores the address of the VarArgsFrameIndex slot into the
2442 // memory location argument.
Owen Anderson53aa7a92009-08-10 22:56:29 +00002443 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Dan Gohman31ae5862010-04-17 14:41:14 +00002444 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002445 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner676c61d2010-09-21 18:41:36 +00002446 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
2447 MachinePointerInfo(SV),
David Greene87a5abe2010-02-15 16:56:53 +00002448 false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002449 }
2450
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002451 // For the 32-bit SVR4 ABI we follow the layout of the va_list struct.
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002452 // We suppose the given va_list is already allocated.
2453 //
2454 // typedef struct {
2455 // char gpr; /* index into the array of 8 GPRs
2456 // * stored in the register save area
2457 // * gpr=0 corresponds to r3,
2458 // * gpr=1 to r4, etc.
2459 // */
2460 // char fpr; /* index into the array of 8 FPRs
2461 // * stored in the register save area
2462 // * fpr=0 corresponds to f1,
2463 // * fpr=1 to f2, etc.
2464 // */
2465 // char *overflow_arg_area;
2466 // /* location on stack that holds
2467 // * the next overflow argument
2468 // */
2469 // char *reg_save_area;
2470 // /* where r3:r10 and f1:f8 (if saved)
2471 // * are stored
2472 // */
2473 // } va_list[1];
2474
2475
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002476 SDValue ArgGPR = DAG.getConstant(FuncInfo->getVarArgsNumGPR(), dl, MVT::i32);
2477 SDValue ArgFPR = DAG.getConstant(FuncInfo->getVarArgsNumFPR(), dl, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002478
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002479
Owen Anderson53aa7a92009-08-10 22:56:29 +00002480 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Scott Michelcf0da6c2009-02-17 22:15:04 +00002481
Dan Gohman31ae5862010-04-17 14:41:14 +00002482 SDValue StackOffsetFI = DAG.getFrameIndex(FuncInfo->getVarArgsStackOffset(),
2483 PtrVT);
2484 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
2485 PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002486
Duncan Sands13237ac2008-06-06 12:08:01 +00002487 uint64_t FrameOffset = PtrVT.getSizeInBits()/8;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002488 SDValue ConstFrameOffset = DAG.getConstant(FrameOffset, dl, PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002489
Duncan Sands13237ac2008-06-06 12:08:01 +00002490 uint64_t StackOffset = PtrVT.getSizeInBits()/8 - 1;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002491 SDValue ConstStackOffset = DAG.getConstant(StackOffset, dl, PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002492
2493 uint64_t FPROffset = 1;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002494 SDValue ConstFPROffset = DAG.getConstant(FPROffset, dl, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002495
Dan Gohman2d489b52008-02-06 22:27:42 +00002496 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00002497
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002498 // Store first byte : number of int regs
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002499 SDValue firstStore = DAG.getTruncStore(Op.getOperand(0), dl, ArgGPR,
Chris Lattner6963c1f2010-09-21 17:42:31 +00002500 Op.getOperand(1),
2501 MachinePointerInfo(SV),
2502 MVT::i8, false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002503 uint64_t nextOffset = FPROffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002504 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1),
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002505 ConstFPROffset);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002506
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002507 // Store second byte : number of float regs
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002508 SDValue secondStore =
Chris Lattner6963c1f2010-09-21 17:42:31 +00002509 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr,
2510 MachinePointerInfo(SV, nextOffset), MVT::i8,
David Greene87a5abe2010-02-15 16:56:53 +00002511 false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002512 nextOffset += StackOffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002513 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002514
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002515 // Store second word : arguments given on stack
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002516 SDValue thirdStore =
Chris Lattner676c61d2010-09-21 18:41:36 +00002517 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr,
2518 MachinePointerInfo(SV, nextOffset),
David Greene87a5abe2010-02-15 16:56:53 +00002519 false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002520 nextOffset += FrameOffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002521 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002522
2523 // Store third word : arguments given in registers
Chris Lattner676c61d2010-09-21 18:41:36 +00002524 return DAG.getStore(thirdStore, dl, FR, nextPtr,
2525 MachinePointerInfo(SV, nextOffset),
David Greene87a5abe2010-02-15 16:56:53 +00002526 false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002527
Chris Lattner4211ca92006-04-14 06:01:58 +00002528}
2529
Chris Lattner4f2e4e02007-03-06 00:59:59 +00002530#include "PPCGenCallingConv.inc"
2531
Bill Schmidt8c3976e2013-08-26 20:11:46 +00002532// Function whose sole purpose is to kill compiler warnings
2533// stemming from unused functions included from PPCGenCallingConv.inc.
2534CCAssignFn *PPCTargetLowering::useFastISelCCs(unsigned Flag) const {
Bill Schmidt8470b0f2013-08-30 22:18:55 +00002535 return Flag ? CC_PPC64_ELF_FIS : RetCC_PPC64_ELF_FIS;
Bill Schmidt8c3976e2013-08-26 20:11:46 +00002536}
2537
Bill Schmidt230b4512013-06-12 16:39:22 +00002538bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
2539 CCValAssign::LocInfo &LocInfo,
2540 ISD::ArgFlagsTy &ArgFlags,
2541 CCState &State) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002542 return true;
2543}
2544
Bill Schmidt230b4512013-06-12 16:39:22 +00002545bool llvm::CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
2546 MVT &LocVT,
2547 CCValAssign::LocInfo &LocInfo,
2548 ISD::ArgFlagsTy &ArgFlags,
2549 CCState &State) {
Craig Topper840beec2014-04-04 05:16:06 +00002550 static const MCPhysReg ArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002551 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
2552 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
2553 };
2554 const unsigned NumArgRegs = array_lengthof(ArgRegs);
Wesley Peck527da1b2010-11-23 03:31:01 +00002555
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002556 unsigned RegNum = State.getFirstUnallocated(ArgRegs);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002557
2558 // Skip one register if the first unallocated register has an even register
2559 // number and there are still argument registers available which have not been
2560 // allocated yet. RegNum is actually an index into ArgRegs, which means we
2561 // need to skip a register if RegNum is odd.
2562 if (RegNum != NumArgRegs && RegNum % 2 == 1) {
2563 State.AllocateReg(ArgRegs[RegNum]);
2564 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002565
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002566 // Always return false here, as this function only makes sure that the first
2567 // unallocated register has an odd register number and does not actually
2568 // allocate a register for the current argument.
2569 return false;
2570}
2571
Bill Schmidt230b4512013-06-12 16:39:22 +00002572bool llvm::CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
2573 MVT &LocVT,
2574 CCValAssign::LocInfo &LocInfo,
2575 ISD::ArgFlagsTy &ArgFlags,
2576 CCState &State) {
Craig Topper840beec2014-04-04 05:16:06 +00002577 static const MCPhysReg ArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002578 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
2579 PPC::F8
2580 };
2581
2582 const unsigned NumArgRegs = array_lengthof(ArgRegs);
Wesley Peck527da1b2010-11-23 03:31:01 +00002583
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002584 unsigned RegNum = State.getFirstUnallocated(ArgRegs);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002585
2586 // If there is only one Floating-point register left we need to put both f64
2587 // values of a split ppc_fp128 value on the stack.
2588 if (RegNum != NumArgRegs && ArgRegs[RegNum] == PPC::F8) {
2589 State.AllocateReg(ArgRegs[RegNum]);
2590 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002591
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002592 // Always return false here, as this function only makes sure that the two f64
2593 // values a ppc_fp128 value is split into are both passed in registers or both
2594 // passed on the stack and does not actually allocate a register for the
2595 // current argument.
2596 return false;
2597}
2598
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002599/// FPR - The set of FP registers that should be allocated for arguments,
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002600/// on Darwin.
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002601static const MCPhysReg FPR[] = {PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5,
2602 PPC::F6, PPC::F7, PPC::F8, PPC::F9, PPC::F10,
2603 PPC::F11, PPC::F12, PPC::F13};
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002604
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002605/// QFPR - The set of QPX registers that should be allocated for arguments.
2606static const MCPhysReg QFPR[] = {
2607 PPC::QF1, PPC::QF2, PPC::QF3, PPC::QF4, PPC::QF5, PPC::QF6, PPC::QF7,
2608 PPC::QF8, PPC::QF9, PPC::QF10, PPC::QF11, PPC::QF12, PPC::QF13};
Hal Finkelc93a9a22015-02-25 01:06:45 +00002609
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002610/// CalculateStackSlotSize - Calculates the size reserved for this argument on
2611/// the stack.
Owen Anderson53aa7a92009-08-10 22:56:29 +00002612static unsigned CalculateStackSlotSize(EVT ArgVT, ISD::ArgFlagsTy Flags,
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00002613 unsigned PtrByteSize) {
Hal Finkel940ab932014-02-28 00:27:01 +00002614 unsigned ArgSize = ArgVT.getStoreSize();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002615 if (Flags.isByVal())
2616 ArgSize = Flags.getByValSize();
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002617
2618 // Round up to multiples of the pointer size, except for array members,
2619 // which are always packed.
2620 if (!Flags.isInConsecutiveRegs())
2621 ArgSize = ((ArgSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002622
2623 return ArgSize;
2624}
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002625
2626/// CalculateStackSlotAlignment - Calculates the alignment of this argument
2627/// on the stack.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002628static unsigned CalculateStackSlotAlignment(EVT ArgVT, EVT OrigVT,
2629 ISD::ArgFlagsTy Flags,
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002630 unsigned PtrByteSize) {
2631 unsigned Align = PtrByteSize;
2632
2633 // Altivec parameters are padded to a 16 byte boundary.
2634 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
2635 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
Kit Bartond4eb73c2015-05-05 16:10:44 +00002636 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64 ||
2637 ArgVT == MVT::v1i128)
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002638 Align = 16;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002639 // QPX vector types stored in double-precision are padded to a 32 byte
2640 // boundary.
2641 else if (ArgVT == MVT::v4f64 || ArgVT == MVT::v4i1)
2642 Align = 32;
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002643
2644 // ByVal parameters are aligned as requested.
2645 if (Flags.isByVal()) {
2646 unsigned BVAlign = Flags.getByValAlign();
2647 if (BVAlign > PtrByteSize) {
2648 if (BVAlign % PtrByteSize != 0)
2649 llvm_unreachable(
2650 "ByVal alignment is not a multiple of the pointer size");
2651
2652 Align = BVAlign;
2653 }
2654 }
2655
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002656 // Array members are always packed to their original alignment.
2657 if (Flags.isInConsecutiveRegs()) {
2658 // If the array member was split into multiple registers, the first
2659 // needs to be aligned to the size of the full type. (Except for
2660 // ppcf128, which is only aligned as its f64 components.)
2661 if (Flags.isSplit() && OrigVT != MVT::ppcf128)
2662 Align = OrigVT.getStoreSize();
2663 else
2664 Align = ArgVT.getStoreSize();
2665 }
2666
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002667 return Align;
2668}
2669
Ulrich Weigand8658f172014-07-20 23:43:15 +00002670/// CalculateStackSlotUsed - Return whether this argument will use its
2671/// stack slot (instead of being passed in registers). ArgOffset,
2672/// AvailableFPRs, and AvailableVRs must hold the current argument
2673/// position, and will be updated to account for this argument.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002674static bool CalculateStackSlotUsed(EVT ArgVT, EVT OrigVT,
2675 ISD::ArgFlagsTy Flags,
Ulrich Weigand8658f172014-07-20 23:43:15 +00002676 unsigned PtrByteSize,
2677 unsigned LinkageSize,
2678 unsigned ParamAreaSize,
2679 unsigned &ArgOffset,
2680 unsigned &AvailableFPRs,
Hal Finkelc93a9a22015-02-25 01:06:45 +00002681 unsigned &AvailableVRs, bool HasQPX) {
Ulrich Weigand8658f172014-07-20 23:43:15 +00002682 bool UseMemory = false;
2683
2684 // Respect alignment of argument on the stack.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002685 unsigned Align =
2686 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
Ulrich Weigand8658f172014-07-20 23:43:15 +00002687 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
2688 // If there's no space left in the argument save area, we must
2689 // use memory (this check also catches zero-sized arguments).
2690 if (ArgOffset >= LinkageSize + ParamAreaSize)
2691 UseMemory = true;
2692
2693 // Allocate argument on the stack.
2694 ArgOffset += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002695 if (Flags.isInConsecutiveRegsLast())
2696 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Ulrich Weigand8658f172014-07-20 23:43:15 +00002697 // If we overran the argument save area, we must use memory
2698 // (this check catches arguments passed partially in memory)
2699 if (ArgOffset > LinkageSize + ParamAreaSize)
2700 UseMemory = true;
2701
2702 // However, if the argument is actually passed in an FPR or a VR,
2703 // we don't use memory after all.
2704 if (!Flags.isByVal()) {
Hal Finkelc93a9a22015-02-25 01:06:45 +00002705 if (ArgVT == MVT::f32 || ArgVT == MVT::f64 ||
2706 // QPX registers overlap with the scalar FP registers.
2707 (HasQPX && (ArgVT == MVT::v4f32 ||
2708 ArgVT == MVT::v4f64 ||
2709 ArgVT == MVT::v4i1)))
Ulrich Weigand8658f172014-07-20 23:43:15 +00002710 if (AvailableFPRs > 0) {
2711 --AvailableFPRs;
2712 return false;
2713 }
2714 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
2715 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
Kit Bartond4eb73c2015-05-05 16:10:44 +00002716 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64 ||
2717 ArgVT == MVT::v1i128)
Ulrich Weigand8658f172014-07-20 23:43:15 +00002718 if (AvailableVRs > 0) {
2719 --AvailableVRs;
2720 return false;
2721 }
2722 }
2723
2724 return UseMemory;
2725}
2726
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002727/// EnsureStackAlignment - Round stack frame size up from NumBytes to
2728/// ensure minimum alignment required for target.
Eric Christophercccae792015-01-30 22:02:31 +00002729static unsigned EnsureStackAlignment(const PPCFrameLowering *Lowering,
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002730 unsigned NumBytes) {
Eric Christophercccae792015-01-30 22:02:31 +00002731 unsigned TargetAlign = Lowering->getStackAlignment();
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002732 unsigned AlignMask = TargetAlign - 1;
2733 NumBytes = (NumBytes + AlignMask) & ~AlignMask;
2734 return NumBytes;
2735}
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002736
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002737SDValue
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002738PPCTargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00002739 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002740 const SmallVectorImpl<ISD::InputArg>
2741 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002742 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002743 SmallVectorImpl<SDValue> &InVals)
2744 const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002745 if (Subtarget.isSVR4ABI()) {
2746 if (Subtarget.isPPC64())
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00002747 return LowerFormalArguments_64SVR4(Chain, CallConv, isVarArg, Ins,
2748 dl, DAG, InVals);
2749 else
2750 return LowerFormalArguments_32SVR4(Chain, CallConv, isVarArg, Ins,
2751 dl, DAG, InVals);
Bill Schmidt019cc6f2012-09-19 15:42:13 +00002752 } else {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00002753 return LowerFormalArguments_Darwin(Chain, CallConv, isVarArg, Ins,
2754 dl, DAG, InVals);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002755 }
2756}
2757
2758SDValue
Bill Schmidt019cc6f2012-09-19 15:42:13 +00002759PPCTargetLowering::LowerFormalArguments_32SVR4(
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002760 SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00002761 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002762 const SmallVectorImpl<ISD::InputArg>
2763 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002764 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002765 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002766
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002767 // 32-bit SVR4 ABI Stack Frame Layout:
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002768 // +-----------------------------------+
2769 // +--> | Back chain |
2770 // | +-----------------------------------+
2771 // | | Floating-point register save area |
2772 // | +-----------------------------------+
2773 // | | General register save area |
2774 // | +-----------------------------------+
2775 // | | CR save word |
2776 // | +-----------------------------------+
2777 // | | VRSAVE save word |
2778 // | +-----------------------------------+
2779 // | | Alignment padding |
2780 // | +-----------------------------------+
2781 // | | Vector register save area |
2782 // | +-----------------------------------+
2783 // | | Local variable space |
2784 // | +-----------------------------------+
2785 // | | Parameter list area |
2786 // | +-----------------------------------+
2787 // | | LR save word |
2788 // | +-----------------------------------+
2789 // SP--> +--- | Back chain |
2790 // +-----------------------------------+
2791 //
2792 // Specifications:
2793 // System V Application Binary Interface PowerPC Processor Supplement
2794 // AltiVec Technology Programming Interface Manual
Wesley Peck527da1b2010-11-23 03:31:01 +00002795
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002796 MachineFunction &MF = DAG.getMachineFunction();
2797 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman31ae5862010-04-17 14:41:14 +00002798 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002799
Owen Anderson53aa7a92009-08-10 22:56:29 +00002800 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002801 // Potential tail calls could cause overwriting of argument stack slots.
Nick Lewycky50f02cb2011-12-02 22:16:29 +00002802 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2803 (CallConv == CallingConv::Fast));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002804 unsigned PtrByteSize = 4;
2805
2806 // Assign locations to all of the incoming arguments.
2807 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00002808 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
2809 *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002810
2811 // Reserve space for the linkage area on the stack.
Eric Christophera4ae2132015-02-13 22:22:57 +00002812 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00002813 CCInfo.AllocateStack(LinkageSize, PtrByteSize);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002814
Bill Schmidtef17c142013-02-06 17:33:58 +00002815 CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
Wesley Peck527da1b2010-11-23 03:31:01 +00002816
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002817 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2818 CCValAssign &VA = ArgLocs[i];
Wesley Peck527da1b2010-11-23 03:31:01 +00002819
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002820 // Arguments stored in registers.
2821 if (VA.isRegLoc()) {
Craig Topper760b1342012-02-22 05:59:10 +00002822 const TargetRegisterClass *RC;
Owen Anderson53aa7a92009-08-10 22:56:29 +00002823 EVT ValVT = VA.getValVT();
Wesley Peck527da1b2010-11-23 03:31:01 +00002824
Owen Anderson9f944592009-08-11 20:47:22 +00002825 switch (ValVT.getSimpleVT().SimpleTy) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002826 default:
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002827 llvm_unreachable("ValVT not supported by formal arguments Lowering");
Hal Finkel940ab932014-02-28 00:27:01 +00002828 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00002829 case MVT::i32:
Craig Topperabadc662012-04-20 06:31:50 +00002830 RC = &PPC::GPRCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002831 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002832 case MVT::f32:
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00002833 if (Subtarget.hasP8Vector())
2834 RC = &PPC::VSSRCRegClass;
2835 else
2836 RC = &PPC::F4RCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002837 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002838 case MVT::f64:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002839 if (Subtarget.hasVSX())
Hal Finkel19be5062014-03-29 05:29:01 +00002840 RC = &PPC::VSFRCRegClass;
2841 else
2842 RC = &PPC::F8RCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002843 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002844 case MVT::v16i8:
2845 case MVT::v8i16:
2846 case MVT::v4i32:
Hal Finkel7811c612014-03-28 19:58:11 +00002847 RC = &PPC::VRRCRegClass;
2848 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002849 case MVT::v4f32:
2850 RC = Subtarget.hasQPX() ? &PPC::QSRCRegClass : &PPC::VRRCRegClass;
2851 break;
Hal Finkel27774d92014-03-13 07:58:58 +00002852 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00002853 case MVT::v2i64:
Hal Finkel7811c612014-03-28 19:58:11 +00002854 RC = &PPC::VSHRCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002855 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002856 case MVT::v4f64:
2857 RC = &PPC::QFRCRegClass;
2858 break;
2859 case MVT::v4i1:
2860 RC = &PPC::QBRCRegClass;
2861 break;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002862 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002863
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002864 // Transform the arguments stored in physical registers into virtual ones.
Devang Patelf3292b22011-02-21 23:21:26 +00002865 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Hal Finkel940ab932014-02-28 00:27:01 +00002866 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, Reg,
2867 ValVT == MVT::i1 ? MVT::i32 : ValVT);
2868
2869 if (ValVT == MVT::i1)
2870 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, ArgValue);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002871
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002872 InVals.push_back(ArgValue);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002873 } else {
2874 // Argument stored in memory.
2875 assert(VA.isMemLoc());
2876
Hal Finkel940ab932014-02-28 00:27:01 +00002877 unsigned ArgSize = VA.getLocVT().getStoreSize();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002878 int FI = MFI->CreateFixedObject(ArgSize, VA.getLocMemOffset(),
Evan Cheng0664a672010-07-03 00:40:23 +00002879 isImmutable);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002880
2881 // Create load nodes to retrieve arguments from the stack.
2882 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Chris Lattner7727d052010-09-21 06:44:06 +00002883 InVals.push_back(DAG.getLoad(VA.getValVT(), dl, Chain, FIN,
2884 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002885 false, false, false, 0));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002886 }
2887 }
2888
2889 // Assign locations to all of the incoming aggregate by value arguments.
2890 // Aggregates passed by value are stored in the local variable space of the
2891 // caller's stack frame, right above the parameter list area.
2892 SmallVector<CCValAssign, 16> ByValArgLocs;
Eric Christopher0713a9d2011-06-08 23:55:35 +00002893 CCState CCByValInfo(CallConv, isVarArg, DAG.getMachineFunction(),
Eric Christopherb5217502014-08-06 18:45:26 +00002894 ByValArgLocs, *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002895
2896 // Reserve stack space for the allocations in CCInfo.
2897 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrByteSize);
2898
Bill Schmidtef17c142013-02-06 17:33:58 +00002899 CCByValInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4_ByVal);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002900
2901 // Area that is at least reserved in the caller of this function.
2902 unsigned MinReservedArea = CCByValInfo.getNextStackOffset();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00002903 MinReservedArea = std::max(MinReservedArea, LinkageSize);
Wesley Peck527da1b2010-11-23 03:31:01 +00002904
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002905 // Set the size that is at least reserved in caller of this function. Tail
2906 // call optimized function's reserved stack space needs to be aligned so that
2907 // taking the difference between two stack areas will result in an aligned
2908 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00002909 MinReservedArea =
2910 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002911 FuncInfo->setMinReservedArea(MinReservedArea);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002912
2913 SmallVector<SDValue, 8> MemOps;
Wesley Peck527da1b2010-11-23 03:31:01 +00002914
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002915 // If the function takes variable number of arguments, make a frame index for
2916 // the start of the first vararg value... for expansion of llvm.va_start.
2917 if (isVarArg) {
Craig Topper840beec2014-04-04 05:16:06 +00002918 static const MCPhysReg GPArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002919 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
2920 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
2921 };
2922 const unsigned NumGPArgRegs = array_lengthof(GPArgRegs);
2923
Craig Topper840beec2014-04-04 05:16:06 +00002924 static const MCPhysReg FPArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002925 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
2926 PPC::F8
2927 };
Joerg Sonnenbergereb8655a2014-08-08 16:46:10 +00002928 unsigned NumFPArgRegs = array_lengthof(FPArgRegs);
2929 if (DisablePPCFloatInVariadic)
2930 NumFPArgRegs = 0;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002931
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002932 FuncInfo->setVarArgsNumGPR(CCInfo.getFirstUnallocated(GPArgRegs));
2933 FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002934
2935 // Make room for NumGPArgRegs and NumFPArgRegs.
2936 int Depth = NumGPArgRegs * PtrVT.getSizeInBits()/8 +
Craig Topper7ff15922014-09-10 04:51:36 +00002937 NumFPArgRegs * MVT(MVT::f64).getSizeInBits()/8;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002938
Dan Gohman31ae5862010-04-17 14:41:14 +00002939 FuncInfo->setVarArgsStackOffset(
2940 MFI->CreateFixedObject(PtrVT.getSizeInBits()/8,
Evan Cheng0664a672010-07-03 00:40:23 +00002941 CCInfo.getNextStackOffset(), true));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002942
Dan Gohman31ae5862010-04-17 14:41:14 +00002943 FuncInfo->setVarArgsFrameIndex(MFI->CreateStackObject(Depth, 8, false));
2944 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002945
Jakob Stoklund Olesen6c4353e2010-10-11 20:43:09 +00002946 // The fixed integer arguments of a variadic function are stored to the
2947 // VarArgsFrameIndex on the stack so that they may be loaded by deferencing
2948 // the result of va_next.
2949 for (unsigned GPRIndex = 0; GPRIndex != NumGPArgRegs; ++GPRIndex) {
2950 // Get an existing live-in vreg, or add a new one.
2951 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(GPArgRegs[GPRIndex]);
2952 if (!VReg)
Devang Patelf3292b22011-02-21 23:21:26 +00002953 VReg = MF.addLiveIn(GPArgRegs[GPRIndex], &PPC::GPRCRegClass);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002954
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002955 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Chris Lattner676c61d2010-09-21 18:41:36 +00002956 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
2957 MachinePointerInfo(), false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002958 MemOps.push_back(Store);
2959 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002960 SDValue PtrOff = DAG.getConstant(PtrVT.getSizeInBits()/8, dl, PtrVT);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002961 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
2962 }
2963
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002964 // FIXME 32-bit SVR4: We only need to save FP argument registers if CR bit 6
2965 // is set.
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002966 // The double arguments are stored to the VarArgsFrameIndex
2967 // on the stack.
Jakob Stoklund Olesen6c4353e2010-10-11 20:43:09 +00002968 for (unsigned FPRIndex = 0; FPRIndex != NumFPArgRegs; ++FPRIndex) {
2969 // Get an existing live-in vreg, or add a new one.
2970 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(FPArgRegs[FPRIndex]);
2971 if (!VReg)
Devang Patelf3292b22011-02-21 23:21:26 +00002972 VReg = MF.addLiveIn(FPArgRegs[FPRIndex], &PPC::F8RCRegClass);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002973
Owen Anderson9f944592009-08-11 20:47:22 +00002974 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::f64);
Chris Lattner676c61d2010-09-21 18:41:36 +00002975 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
2976 MachinePointerInfo(), false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002977 MemOps.push_back(Store);
2978 // Increment the address by eight for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002979 SDValue PtrOff = DAG.getConstant(MVT(MVT::f64).getSizeInBits()/8, dl,
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002980 PtrVT);
2981 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
2982 }
2983 }
2984
2985 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00002986 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002987
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002988 return Chain;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002989}
2990
Bill Schmidt57d6de52012-10-23 15:51:16 +00002991// PPC64 passes i8, i16, and i32 values in i64 registers. Promote
2992// value to MVT::i64 and then truncate to the correct register size.
2993SDValue
2994PPCTargetLowering::extendArgForPPC64(ISD::ArgFlagsTy Flags, EVT ObjectVT,
2995 SelectionDAG &DAG, SDValue ArgVal,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002996 SDLoc dl) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00002997 if (Flags.isSExt())
2998 ArgVal = DAG.getNode(ISD::AssertSext, dl, MVT::i64, ArgVal,
2999 DAG.getValueType(ObjectVT));
3000 else if (Flags.isZExt())
3001 ArgVal = DAG.getNode(ISD::AssertZext, dl, MVT::i64, ArgVal,
3002 DAG.getValueType(ObjectVT));
Matt Arsenault758659232013-05-18 00:21:46 +00003003
Hal Finkel940ab932014-02-28 00:27:01 +00003004 return DAG.getNode(ISD::TRUNCATE, dl, ObjectVT, ArgVal);
Bill Schmidt57d6de52012-10-23 15:51:16 +00003005}
3006
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003007SDValue
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003008PPCTargetLowering::LowerFormalArguments_64SVR4(
3009 SDValue Chain,
3010 CallingConv::ID CallConv, bool isVarArg,
3011 const SmallVectorImpl<ISD::InputArg>
3012 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003013 SDLoc dl, SelectionDAG &DAG,
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003014 SmallVectorImpl<SDValue> &InVals) const {
3015 // TODO: add description of PPC stack frame format, or at least some docs.
3016 //
Ulrich Weigand8658f172014-07-20 23:43:15 +00003017 bool isELFv2ABI = Subtarget.isELFv2ABI();
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00003018 bool isLittleEndian = Subtarget.isLittleEndian();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003019 MachineFunction &MF = DAG.getMachineFunction();
3020 MachineFrameInfo *MFI = MF.getFrameInfo();
3021 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
3022
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003023 assert(!(CallConv == CallingConv::Fast && isVarArg) &&
3024 "fastcc not supported on varargs functions");
3025
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003026 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
3027 // Potential tail calls could cause overwriting of argument stack slots.
3028 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3029 (CallConv == CallingConv::Fast));
3030 unsigned PtrByteSize = 8;
Eric Christophera4ae2132015-02-13 22:22:57 +00003031 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003032
Craig Topper840beec2014-04-04 05:16:06 +00003033 static const MCPhysReg GPR[] = {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003034 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
3035 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
3036 };
Craig Topper840beec2014-04-04 05:16:06 +00003037 static const MCPhysReg VR[] = {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003038 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
3039 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
3040 };
Craig Topper840beec2014-04-04 05:16:06 +00003041 static const MCPhysReg VSRH[] = {
Hal Finkel7811c612014-03-28 19:58:11 +00003042 PPC::VSH2, PPC::VSH3, PPC::VSH4, PPC::VSH5, PPC::VSH6, PPC::VSH7, PPC::VSH8,
3043 PPC::VSH9, PPC::VSH10, PPC::VSH11, PPC::VSH12, PPC::VSH13
3044 };
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003045
3046 const unsigned Num_GPR_Regs = array_lengthof(GPR);
3047 const unsigned Num_FPR_Regs = 13;
3048 const unsigned Num_VR_Regs = array_lengthof(VR);
Hal Finkelc93a9a22015-02-25 01:06:45 +00003049 const unsigned Num_QFPR_Regs = Num_FPR_Regs;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003050
Ulrich Weigand8658f172014-07-20 23:43:15 +00003051 // Do a first pass over the arguments to determine whether the ABI
3052 // guarantees that our caller has allocated the parameter save area
3053 // on its stack frame. In the ELFv1 ABI, this is always the case;
3054 // in the ELFv2 ABI, it is true if this is a vararg function or if
3055 // any parameter is located in a stack slot.
3056
3057 bool HasParameterArea = !isELFv2ABI || isVarArg;
3058 unsigned ParamAreaSize = Num_GPR_Regs * PtrByteSize;
3059 unsigned NumBytes = LinkageSize;
3060 unsigned AvailableFPRs = Num_FPR_Regs;
3061 unsigned AvailableVRs = Num_VR_Regs;
3062 for (unsigned i = 0, e = Ins.size(); i != e; ++i)
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003063 if (CalculateStackSlotUsed(Ins[i].VT, Ins[i].ArgVT, Ins[i].Flags,
Ulrich Weigand8658f172014-07-20 23:43:15 +00003064 PtrByteSize, LinkageSize, ParamAreaSize,
Hal Finkelc93a9a22015-02-25 01:06:45 +00003065 NumBytes, AvailableFPRs, AvailableVRs,
3066 Subtarget.hasQPX()))
Ulrich Weigand8658f172014-07-20 23:43:15 +00003067 HasParameterArea = true;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003068
3069 // Add DAG nodes to load the arguments or copy them out of registers. On
3070 // entry to a function on PPC, the arguments start after the linkage area,
3071 // although the first ones are often in registers.
3072
Ulrich Weigand8658f172014-07-20 23:43:15 +00003073 unsigned ArgOffset = LinkageSize;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003074 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Hal Finkelc93a9a22015-02-25 01:06:45 +00003075 unsigned &QFPR_idx = FPR_idx;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003076 SmallVector<SDValue, 8> MemOps;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003077 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
Bill Schmidt6631e942013-02-20 17:31:41 +00003078 unsigned CurArgIdx = 0;
3079 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e; ++ArgNo) {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003080 SDValue ArgVal;
3081 bool needsLoad = false;
3082 EVT ObjectVT = Ins[ArgNo].VT;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003083 EVT OrigVT = Ins[ArgNo].ArgVT;
Hal Finkel940ab932014-02-28 00:27:01 +00003084 unsigned ObjSize = ObjectVT.getStoreSize();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003085 unsigned ArgSize = ObjSize;
3086 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Andrew Trick05938a52015-02-16 18:10:47 +00003087 if (Ins[ArgNo].isOrigArg()) {
3088 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx);
3089 CurArgIdx = Ins[ArgNo].getOrigArgIndex();
3090 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003091 // We re-align the argument offset for each argument, except when using the
3092 // fast calling convention, when we need to make sure we do that only when
3093 // we'll actually use a stack slot.
3094 unsigned CurArgOffset, Align;
3095 auto ComputeArgOffset = [&]() {
3096 /* Respect alignment of argument on the stack. */
3097 Align = CalculateStackSlotAlignment(ObjectVT, OrigVT, Flags, PtrByteSize);
3098 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
3099 CurArgOffset = ArgOffset;
3100 };
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003101
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003102 if (CallConv != CallingConv::Fast) {
3103 ComputeArgOffset();
3104
3105 /* Compute GPR index associated with argument offset. */
3106 GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
3107 GPR_idx = std::min(GPR_idx, Num_GPR_Regs);
3108 }
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003109
3110 // FIXME the codegen can be much improved in some cases.
3111 // We do not have to keep everything in memory.
3112 if (Flags.isByVal()) {
Andrew Trick05938a52015-02-16 18:10:47 +00003113 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit");
3114
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003115 if (CallConv == CallingConv::Fast)
3116 ComputeArgOffset();
3117
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003118 // ObjSize is the true size, ArgSize rounded up to multiple of registers.
3119 ObjSize = Flags.getByValSize();
3120 ArgSize = ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Bill Schmidt9953cf22012-10-31 01:15:05 +00003121 // Empty aggregate parameters do not take up registers. Examples:
3122 // struct { } a;
3123 // union { } b;
3124 // int c[0];
3125 // etc. However, we have to provide a place-holder in InVals, so
3126 // pretend we have an 8-byte item at the current address for that
3127 // purpose.
3128 if (!ObjSize) {
3129 int FI = MFI->CreateFixedObject(PtrByteSize, ArgOffset, true);
3130 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
3131 InVals.push_back(FIN);
3132 continue;
3133 }
Hal Finkel262a2242013-09-12 23:20:06 +00003134
Ulrich Weigand24195972014-07-20 22:36:52 +00003135 // Create a stack object covering all stack doublewords occupied
Ulrich Weigand8658f172014-07-20 23:43:15 +00003136 // by the argument. If the argument is (fully or partially) on
3137 // the stack, or if the argument is fully in registers but the
3138 // caller has allocated the parameter save anyway, we can refer
3139 // directly to the caller's stack frame. Otherwise, create a
3140 // local copy in our own frame.
3141 int FI;
3142 if (HasParameterArea ||
3143 ArgSize + ArgOffset > LinkageSize + Num_GPR_Regs * PtrByteSize)
Hal Finkel41a55ad2014-08-16 00:17:05 +00003144 FI = MFI->CreateFixedObject(ArgSize, ArgOffset, false, true);
Ulrich Weigand8658f172014-07-20 23:43:15 +00003145 else
3146 FI = MFI->CreateStackObject(ArgSize, Align, false);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003147 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003148
Ulrich Weigand24195972014-07-20 22:36:52 +00003149 // Handle aggregates smaller than 8 bytes.
3150 if (ObjSize < PtrByteSize) {
3151 // The value of the object is its address, which differs from the
3152 // address of the enclosing doubleword on big-endian systems.
3153 SDValue Arg = FIN;
3154 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003155 SDValue ArgOff = DAG.getConstant(PtrByteSize - ObjSize, dl, PtrVT);
Ulrich Weigand24195972014-07-20 22:36:52 +00003156 Arg = DAG.getNode(ISD::ADD, dl, ArgOff.getValueType(), Arg, ArgOff);
3157 }
3158 InVals.push_back(Arg);
3159
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003160 if (GPR_idx != Num_GPR_Regs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003161 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003162 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003163 SDValue Store;
3164
3165 if (ObjSize==1 || ObjSize==2 || ObjSize==4) {
3166 EVT ObjType = (ObjSize == 1 ? MVT::i8 :
3167 (ObjSize == 2 ? MVT::i16 : MVT::i32));
Ulrich Weigand24195972014-07-20 22:36:52 +00003168 Store = DAG.getTruncStore(Val.getValue(1), dl, Val, Arg,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003169 MachinePointerInfo(FuncArg),
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003170 ObjType, false, false, 0);
3171 } else {
3172 // For sizes that don't fit a truncating store (3, 5, 6, 7),
3173 // store the whole register as-is to the parameter save area
Ulrich Weigand24195972014-07-20 22:36:52 +00003174 // slot.
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003175 Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003176 MachinePointerInfo(FuncArg),
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003177 false, false, 0);
3178 }
3179
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003180 MemOps.push_back(Store);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003181 }
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003182 // Whether we copied from a register or not, advance the offset
3183 // into the parameter save area by a full doubleword.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003184 ArgOffset += PtrByteSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003185 continue;
3186 }
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003187
Ulrich Weigand24195972014-07-20 22:36:52 +00003188 // The value of the object is its address, which is the address of
3189 // its first stack doubleword.
3190 InVals.push_back(FIN);
3191
3192 // Store whatever pieces of the object are in registers to memory.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003193 for (unsigned j = 0; j < ArgSize; j += PtrByteSize) {
Ulrich Weigand24195972014-07-20 22:36:52 +00003194 if (GPR_idx == Num_GPR_Regs)
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003195 break;
Ulrich Weigand24195972014-07-20 22:36:52 +00003196
3197 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3198 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
3199 SDValue Addr = FIN;
3200 if (j) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003201 SDValue Off = DAG.getConstant(j, dl, PtrVT);
Ulrich Weigand24195972014-07-20 22:36:52 +00003202 Addr = DAG.getNode(ISD::ADD, dl, Off.getValueType(), Addr, Off);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003203 }
Ulrich Weigand24195972014-07-20 22:36:52 +00003204 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, Addr,
3205 MachinePointerInfo(FuncArg, j),
3206 false, false, 0);
3207 MemOps.push_back(Store);
3208 ++GPR_idx;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003209 }
Ulrich Weigand24195972014-07-20 22:36:52 +00003210 ArgOffset += ArgSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003211 continue;
3212 }
3213
3214 switch (ObjectVT.getSimpleVT().SimpleTy) {
3215 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel940ab932014-02-28 00:27:01 +00003216 case MVT::i1:
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003217 case MVT::i32:
3218 case MVT::i64:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003219 // These can be scalar arguments or elements of an integer array type
3220 // passed directly. Clang may use those instead of "byval" aggregate
3221 // types to avoid forcing arguments to memory unnecessarily.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003222 if (GPR_idx != Num_GPR_Regs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003223 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003224 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
3225
Hal Finkel940ab932014-02-28 00:27:01 +00003226 if (ObjectVT == MVT::i32 || ObjectVT == MVT::i1)
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003227 // PPC64 passes i8, i16, and i32 values in i64 registers. Promote
3228 // value to MVT::i64 and then truncate to the correct register size.
Bill Schmidt57d6de52012-10-23 15:51:16 +00003229 ArgVal = extendArgForPPC64(Flags, ObjectVT, DAG, ArgVal, dl);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003230 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003231 if (CallConv == CallingConv::Fast)
3232 ComputeArgOffset();
3233
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003234 needsLoad = true;
3235 ArgSize = PtrByteSize;
3236 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003237 if (CallConv != CallingConv::Fast || needsLoad)
3238 ArgOffset += 8;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003239 break;
3240
3241 case MVT::f32:
3242 case MVT::f64:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003243 // These can be scalar arguments or elements of a float array type
3244 // passed directly. The latter are used to implement ELFv2 homogenous
3245 // float aggregates.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003246 if (FPR_idx != Num_FPR_Regs) {
3247 unsigned VReg;
3248
3249 if (ObjectVT == MVT::f32)
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00003250 VReg = MF.addLiveIn(FPR[FPR_idx],
3251 Subtarget.hasP8Vector()
3252 ? &PPC::VSSRCRegClass
3253 : &PPC::F4RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003254 else
Eric Christophercccae792015-01-30 22:02:31 +00003255 VReg = MF.addLiveIn(FPR[FPR_idx], Subtarget.hasVSX()
3256 ? &PPC::VSFRCRegClass
3257 : &PPC::F8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003258
3259 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
3260 ++FPR_idx;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003261 } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) {
Hal Finkel8ea446b2015-01-18 14:31:10 +00003262 // FIXME: We may want to re-enable this for CallingConv::Fast on the P8
3263 // once we support fp <-> gpr moves.
3264
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003265 // This can only ever happen in the presence of f32 array types,
3266 // since otherwise we never run out of FPRs before running out
3267 // of GPRs.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003268 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003269 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
3270
3271 if (ObjectVT == MVT::f32) {
3272 if ((ArgOffset % PtrByteSize) == (isLittleEndian ? 4 : 0))
3273 ArgVal = DAG.getNode(ISD::SRL, dl, MVT::i64, ArgVal,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003274 DAG.getConstant(32, dl, MVT::i32));
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003275 ArgVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, ArgVal);
3276 }
3277
3278 ArgVal = DAG.getNode(ISD::BITCAST, dl, ObjectVT, ArgVal);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003279 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003280 if (CallConv == CallingConv::Fast)
3281 ComputeArgOffset();
3282
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003283 needsLoad = true;
3284 }
3285
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003286 // When passing an array of floats, the array occupies consecutive
3287 // space in the argument area; only round up to the next doubleword
3288 // at the end of the array. Otherwise, each float takes 8 bytes.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003289 if (CallConv != CallingConv::Fast || needsLoad) {
3290 ArgSize = Flags.isInConsecutiveRegs() ? ObjSize : PtrByteSize;
3291 ArgOffset += ArgSize;
3292 if (Flags.isInConsecutiveRegsLast())
3293 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
3294 }
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003295 break;
3296 case MVT::v4f32:
3297 case MVT::v4i32:
3298 case MVT::v8i16:
3299 case MVT::v16i8:
Hal Finkel27774d92014-03-13 07:58:58 +00003300 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00003301 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00003302 case MVT::v1i128:
Hal Finkelc93a9a22015-02-25 01:06:45 +00003303 if (!Subtarget.hasQPX()) {
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003304 // These can be scalar arguments or elements of a vector array type
3305 // passed directly. The latter are used to implement ELFv2 homogenous
3306 // vector aggregates.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003307 if (VR_idx != Num_VR_Regs) {
Hal Finkel7811c612014-03-28 19:58:11 +00003308 unsigned VReg = (ObjectVT == MVT::v2f64 || ObjectVT == MVT::v2i64) ?
3309 MF.addLiveIn(VSRH[VR_idx], &PPC::VSHRCRegClass) :
3310 MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003311 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003312 ++VR_idx;
3313 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003314 if (CallConv == CallingConv::Fast)
3315 ComputeArgOffset();
3316
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003317 needsLoad = true;
3318 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003319 if (CallConv != CallingConv::Fast || needsLoad)
3320 ArgOffset += 16;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003321 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00003322 } // not QPX
3323
3324 assert(ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 &&
3325 "Invalid QPX parameter type");
3326 /* fall through */
3327
3328 case MVT::v4f64:
3329 case MVT::v4i1:
3330 // QPX vectors are treated like their scalar floating-point subregisters
3331 // (except that they're larger).
3332 unsigned Sz = ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 ? 16 : 32;
3333 if (QFPR_idx != Num_QFPR_Regs) {
3334 const TargetRegisterClass *RC;
3335 switch (ObjectVT.getSimpleVT().SimpleTy) {
3336 case MVT::v4f64: RC = &PPC::QFRCRegClass; break;
3337 case MVT::v4f32: RC = &PPC::QSRCRegClass; break;
3338 default: RC = &PPC::QBRCRegClass; break;
3339 }
3340
3341 unsigned VReg = MF.addLiveIn(QFPR[QFPR_idx], RC);
3342 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
3343 ++QFPR_idx;
3344 } else {
3345 if (CallConv == CallingConv::Fast)
3346 ComputeArgOffset();
3347 needsLoad = true;
3348 }
3349 if (CallConv != CallingConv::Fast || needsLoad)
3350 ArgOffset += Sz;
3351 break;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003352 }
3353
3354 // We need to load the argument to a virtual register if we determined
3355 // above that we ran out of physical registers of the appropriate type.
3356 if (needsLoad) {
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00003357 if (ObjSize < ArgSize && !isLittleEndian)
3358 CurArgOffset += ArgSize - ObjSize;
3359 int FI = MFI->CreateFixedObject(ObjSize, CurArgOffset, isImmutable);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003360 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
3361 ArgVal = DAG.getLoad(ObjectVT, dl, Chain, FIN, MachinePointerInfo(),
3362 false, false, false, 0);
3363 }
3364
3365 InVals.push_back(ArgVal);
3366 }
3367
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003368 // Area that is at least reserved in the caller of this function.
Ulrich Weigandec2bf932014-07-07 19:26:41 +00003369 unsigned MinReservedArea;
Ulrich Weigand8658f172014-07-20 23:43:15 +00003370 if (HasParameterArea)
3371 MinReservedArea = std::max(ArgOffset, LinkageSize + 8 * PtrByteSize);
3372 else
3373 MinReservedArea = LinkageSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003374
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003375 // Set the size that is at least reserved in caller of this function. Tail
Bill Schmidt57d6de52012-10-23 15:51:16 +00003376 // call optimized functions' reserved stack space needs to be aligned so that
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003377 // taking the difference between two stack areas will result in an aligned
3378 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00003379 MinReservedArea =
3380 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003381 FuncInfo->setMinReservedArea(MinReservedArea);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003382
3383 // If the function takes variable number of arguments, make a frame index for
3384 // the start of the first vararg value... for expansion of llvm.va_start.
3385 if (isVarArg) {
3386 int Depth = ArgOffset;
3387
3388 FuncInfo->setVarArgsFrameIndex(
Bill Schmidt57d6de52012-10-23 15:51:16 +00003389 MFI->CreateFixedObject(PtrByteSize, Depth, true));
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003390 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
3391
3392 // If this function is vararg, store any remaining integer argument regs
3393 // to their spots on the stack so that they may be loaded by deferencing the
3394 // result of va_next.
Ulrich Weigandec2bf932014-07-07 19:26:41 +00003395 for (GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
3396 GPR_idx < Num_GPR_Regs; ++GPR_idx) {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003397 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3398 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
3399 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
3400 MachinePointerInfo(), false, false, 0);
3401 MemOps.push_back(Store);
3402 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003403 SDValue PtrOff = DAG.getConstant(PtrByteSize, dl, PtrVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003404 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
3405 }
3406 }
3407
3408 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00003409 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003410
3411 return Chain;
3412}
3413
3414SDValue
3415PPCTargetLowering::LowerFormalArguments_Darwin(
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003416 SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00003417 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003418 const SmallVectorImpl<ISD::InputArg>
3419 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003420 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00003421 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003422 // TODO: add description of PPC stack frame format, or at least some docs.
3423 //
3424 MachineFunction &MF = DAG.getMachineFunction();
3425 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman31ae5862010-04-17 14:41:14 +00003426 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Scott Michelcf0da6c2009-02-17 22:15:04 +00003427
Owen Anderson53aa7a92009-08-10 22:56:29 +00003428 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Owen Anderson9f944592009-08-11 20:47:22 +00003429 bool isPPC64 = PtrVT == MVT::i64;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003430 // Potential tail calls could cause overwriting of argument stack slots.
Nick Lewycky50f02cb2011-12-02 22:16:29 +00003431 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3432 (CallConv == CallingConv::Fast));
Jim Laskeyf4e2e002006-11-28 14:53:52 +00003433 unsigned PtrByteSize = isPPC64 ? 8 : 4;
Eric Christophera4ae2132015-02-13 22:22:57 +00003434 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00003435 unsigned ArgOffset = LinkageSize;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003436 // Area that is at least reserved in caller of this function.
3437 unsigned MinReservedArea = ArgOffset;
3438
Craig Topper840beec2014-04-04 05:16:06 +00003439 static const MCPhysReg GPR_32[] = { // 32-bit registers.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003440 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
3441 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
3442 };
Craig Topper840beec2014-04-04 05:16:06 +00003443 static const MCPhysReg GPR_64[] = { // 64-bit registers.
Chris Lattnerec78cad2006-06-26 22:48:35 +00003444 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
3445 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
3446 };
Craig Topper840beec2014-04-04 05:16:06 +00003447 static const MCPhysReg VR[] = {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003448 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
3449 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
3450 };
Chris Lattnerec78cad2006-06-26 22:48:35 +00003451
Owen Andersone2f23a32007-09-07 04:06:50 +00003452 const unsigned Num_GPR_Regs = array_lengthof(GPR_32);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003453 const unsigned Num_FPR_Regs = 13;
Owen Andersone2f23a32007-09-07 04:06:50 +00003454 const unsigned Num_VR_Regs = array_lengthof( VR);
Jim Laskey48850c12006-11-16 22:43:37 +00003455
3456 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003457
Craig Topper840beec2014-04-04 05:16:06 +00003458 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003459
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003460 // In 32-bit non-varargs functions, the stack space for vectors is after the
3461 // stack space for non-vectors. We do not use this space unless we have
3462 // too many vectors to fit in registers, something that only occurs in
Scott Michelcf0da6c2009-02-17 22:15:04 +00003463 // constructed examples:), but we have to walk the arglist to figure
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003464 // that out...for the pathological case, compute VecArgOffset as the
3465 // start of the vector parameter area. Computing VecArgOffset is the
3466 // entire point of the following loop.
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003467 unsigned VecArgOffset = ArgOffset;
3468 if (!isVarArg && !isPPC64) {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003469 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003470 ++ArgNo) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00003471 EVT ObjectVT = Ins[ArgNo].VT;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003472 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003473
Duncan Sandsd97eea32008-03-21 09:14:45 +00003474 if (Flags.isByVal()) {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003475 // ObjSize is the true size, ArgSize rounded up to multiple of regs.
Benjamin Kramer084b9f42012-01-20 14:42:32 +00003476 unsigned ObjSize = Flags.getByValSize();
Scott Michelcf0da6c2009-02-17 22:15:04 +00003477 unsigned ArgSize =
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003478 ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
3479 VecArgOffset += ArgSize;
3480 continue;
3481 }
3482
Owen Anderson9f944592009-08-11 20:47:22 +00003483 switch(ObjectVT.getSimpleVT().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00003484 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel5cae2162014-02-28 01:17:25 +00003485 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00003486 case MVT::i32:
3487 case MVT::f32:
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003488 VecArgOffset += 4;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003489 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003490 case MVT::i64: // PPC64
3491 case MVT::f64:
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003492 // FIXME: We are guaranteed to be !isPPC64 at this point.
3493 // Does MVT::i64 apply?
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003494 VecArgOffset += 8;
3495 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003496 case MVT::v4f32:
3497 case MVT::v4i32:
3498 case MVT::v8i16:
3499 case MVT::v16i8:
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003500 // Nothing to do, we're only looking at Nonvector args here.
3501 break;
3502 }
3503 }
3504 }
3505 // We've found where the vector parameter area in memory is. Skip the
3506 // first 12 parameters; these don't use that memory.
3507 VecArgOffset = ((VecArgOffset+15)/16)*16;
3508 VecArgOffset += 12*16;
3509
Chris Lattner4302e8f2006-05-16 18:18:50 +00003510 // Add DAG nodes to load the arguments or copy them out of registers. On
Jim Laskey48850c12006-11-16 22:43:37 +00003511 // entry to a function on PPC, the arguments start after the linkage area,
3512 // although the first ones are often in registers.
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00003513
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003514 SmallVector<SDValue, 8> MemOps;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003515 unsigned nAltivecParamsAtEnd = 0;
Roman Divackyca103892012-09-24 20:47:19 +00003516 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
Bill Schmidt38b6cb52013-05-08 17:22:33 +00003517 unsigned CurArgIdx = 0;
3518 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e; ++ArgNo) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003519 SDValue ArgVal;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003520 bool needsLoad = false;
Owen Anderson53aa7a92009-08-10 22:56:29 +00003521 EVT ObjectVT = Ins[ArgNo].VT;
Duncan Sands13237ac2008-06-06 12:08:01 +00003522 unsigned ObjSize = ObjectVT.getSizeInBits()/8;
Jim Laskey152671f2006-11-29 13:37:09 +00003523 unsigned ArgSize = ObjSize;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003524 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Andrew Trick05938a52015-02-16 18:10:47 +00003525 if (Ins[ArgNo].isOrigArg()) {
3526 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx);
3527 CurArgIdx = Ins[ArgNo].getOrigArgIndex();
3528 }
Chris Lattner318f0d22006-05-16 18:51:52 +00003529 unsigned CurArgOffset = ArgOffset;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003530
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003531 // Varargs or 64 bit Altivec parameters are padded to a 16 byte boundary.
Owen Anderson9f944592009-08-11 20:47:22 +00003532 if (ObjectVT==MVT::v4f32 || ObjectVT==MVT::v4i32 ||
3533 ObjectVT==MVT::v8i16 || ObjectVT==MVT::v16i8) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003534 if (isVarArg || isPPC64) {
3535 MinReservedArea = ((MinReservedArea+15)/16)*16;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003536 MinReservedArea += CalculateStackSlotSize(ObjectVT,
Dan Gohmand3fe1742008-09-13 01:54:27 +00003537 Flags,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003538 PtrByteSize);
3539 } else nAltivecParamsAtEnd++;
3540 } else
3541 // Calculate min reserved area.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003542 MinReservedArea += CalculateStackSlotSize(Ins[ArgNo].VT,
Dan Gohmand3fe1742008-09-13 01:54:27 +00003543 Flags,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003544 PtrByteSize);
3545
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003546 // FIXME the codegen can be much improved in some cases.
3547 // We do not have to keep everything in memory.
Duncan Sandsd97eea32008-03-21 09:14:45 +00003548 if (Flags.isByVal()) {
Andrew Trick05938a52015-02-16 18:10:47 +00003549 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit");
3550
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003551 // ObjSize is the true size, ArgSize rounded up to multiple of registers.
Duncan Sandsd97eea32008-03-21 09:14:45 +00003552 ObjSize = Flags.getByValSize();
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003553 ArgSize = ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003554 // Objects of size 1 and 2 are right justified, everything else is
3555 // left justified. This means the memory address is adjusted forwards.
Dale Johannesen21a8f142008-03-08 01:41:42 +00003556 if (ObjSize==1 || ObjSize==2) {
3557 CurArgOffset = CurArgOffset + (4 - ObjSize);
3558 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003559 // The value of the object is its address.
Hal Finkel41a55ad2014-08-16 00:17:05 +00003560 int FI = MFI->CreateFixedObject(ObjSize, CurArgOffset, false, true);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003561 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003562 InVals.push_back(FIN);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003563 if (ObjSize==1 || ObjSize==2) {
Dale Johannesen21a8f142008-03-08 01:41:42 +00003564 if (GPR_idx != Num_GPR_Regs) {
Roman Divackyd0419622011-06-17 15:21:10 +00003565 unsigned VReg;
3566 if (isPPC64)
3567 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3568 else
3569 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003570 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidt57d6de52012-10-23 15:51:16 +00003571 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003572 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003573 MachinePointerInfo(FuncArg),
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003574 ObjType, false, false, 0);
Dale Johannesen21a8f142008-03-08 01:41:42 +00003575 MemOps.push_back(Store);
3576 ++GPR_idx;
Dale Johannesen21a8f142008-03-08 01:41:42 +00003577 }
Wesley Peck527da1b2010-11-23 03:31:01 +00003578
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003579 ArgOffset += PtrByteSize;
Wesley Peck527da1b2010-11-23 03:31:01 +00003580
Dale Johannesen21a8f142008-03-08 01:41:42 +00003581 continue;
3582 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003583 for (unsigned j = 0; j < ArgSize; j += PtrByteSize) {
3584 // Store whatever pieces of the object are in registers
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003585 // to memory. ArgOffset will be the address of the beginning
3586 // of the object.
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003587 if (GPR_idx != Num_GPR_Regs) {
Roman Divackyd0419622011-06-17 15:21:10 +00003588 unsigned VReg;
3589 if (isPPC64)
3590 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3591 else
3592 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Evan Cheng0664a672010-07-03 00:40:23 +00003593 int FI = MFI->CreateFixedObject(PtrByteSize, ArgOffset, true);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003594 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003595 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003596 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003597 MachinePointerInfo(FuncArg, j),
David Greene87a5abe2010-02-15 16:56:53 +00003598 false, false, 0);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003599 MemOps.push_back(Store);
3600 ++GPR_idx;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003601 ArgOffset += PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003602 } else {
3603 ArgOffset += ArgSize - (ArgOffset-CurArgOffset);
3604 break;
3605 }
3606 }
3607 continue;
3608 }
3609
Owen Anderson9f944592009-08-11 20:47:22 +00003610 switch (ObjectVT.getSimpleVT().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00003611 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel5cae2162014-02-28 01:17:25 +00003612 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00003613 case MVT::i32:
Bill Wendling968f32c2008-03-07 20:49:02 +00003614 if (!isPPC64) {
Bill Wendling968f32c2008-03-07 20:49:02 +00003615 if (GPR_idx != Num_GPR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003616 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Owen Anderson9f944592009-08-11 20:47:22 +00003617 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32);
Hal Finkel7f908e82014-03-06 00:45:19 +00003618
3619 if (ObjectVT == MVT::i1)
3620 ArgVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, ArgVal);
3621
Bill Wendling968f32c2008-03-07 20:49:02 +00003622 ++GPR_idx;
3623 } else {
3624 needsLoad = true;
3625 ArgSize = PtrByteSize;
3626 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003627 // All int arguments reserve stack space in the Darwin ABI.
3628 ArgOffset += PtrByteSize;
Bill Wendling968f32c2008-03-07 20:49:02 +00003629 break;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003630 }
Bill Wendling968f32c2008-03-07 20:49:02 +00003631 // FALLTHROUGH
Owen Anderson9f944592009-08-11 20:47:22 +00003632 case MVT::i64: // PPC64
Chris Lattnerec78cad2006-06-26 22:48:35 +00003633 if (GPR_idx != Num_GPR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003634 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
Owen Anderson9f944592009-08-11 20:47:22 +00003635 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Bill Wendling968f32c2008-03-07 20:49:02 +00003636
Hal Finkel940ab932014-02-28 00:27:01 +00003637 if (ObjectVT == MVT::i32 || ObjectVT == MVT::i1)
Bill Wendling968f32c2008-03-07 20:49:02 +00003638 // PPC64 passes i8, i16, and i32 values in i64 registers. Promote
Owen Anderson9f944592009-08-11 20:47:22 +00003639 // value to MVT::i64 and then truncate to the correct register size.
Bill Schmidt57d6de52012-10-23 15:51:16 +00003640 ArgVal = extendArgForPPC64(Flags, ObjectVT, DAG, ArgVal, dl);
Bill Wendling968f32c2008-03-07 20:49:02 +00003641
Chris Lattnerec78cad2006-06-26 22:48:35 +00003642 ++GPR_idx;
3643 } else {
3644 needsLoad = true;
Evan Cheng0f0aee22008-07-24 08:17:07 +00003645 ArgSize = PtrByteSize;
Chris Lattnerec78cad2006-06-26 22:48:35 +00003646 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003647 // All int arguments reserve stack space in the Darwin ABI.
3648 ArgOffset += 8;
Chris Lattnerec78cad2006-06-26 22:48:35 +00003649 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003650
Owen Anderson9f944592009-08-11 20:47:22 +00003651 case MVT::f32:
3652 case MVT::f64:
Chris Lattner318f0d22006-05-16 18:51:52 +00003653 // Every 4 bytes of argument space consumes one of the GPRs available for
3654 // argument passing.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003655 if (GPR_idx != Num_GPR_Regs) {
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003656 ++GPR_idx;
Chris Lattner2cca3852006-11-18 01:57:19 +00003657 if (ObjSize == 8 && GPR_idx != Num_GPR_Regs && !isPPC64)
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003658 ++GPR_idx;
Chris Lattner318f0d22006-05-16 18:51:52 +00003659 }
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003660 if (FPR_idx != Num_FPR_Regs) {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003661 unsigned VReg;
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00003662
Owen Anderson9f944592009-08-11 20:47:22 +00003663 if (ObjectVT == MVT::f32)
Devang Patelf3292b22011-02-21 23:21:26 +00003664 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003665 else
Devang Patelf3292b22011-02-21 23:21:26 +00003666 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00003667
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003668 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003669 ++FPR_idx;
3670 } else {
3671 needsLoad = true;
3672 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003673
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003674 // All FP arguments reserve stack space in the Darwin ABI.
3675 ArgOffset += isPPC64 ? 8 : ObjSize;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003676 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003677 case MVT::v4f32:
3678 case MVT::v4i32:
3679 case MVT::v8i16:
3680 case MVT::v16i8:
Dale Johannesenb28456e2008-03-12 00:22:17 +00003681 // Note that vector arguments in registers don't reserve stack space,
3682 // except in varargs functions.
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003683 if (VR_idx != Num_VR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003684 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003685 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Dale Johannesenb28456e2008-03-12 00:22:17 +00003686 if (isVarArg) {
3687 while ((ArgOffset % 16) != 0) {
3688 ArgOffset += PtrByteSize;
3689 if (GPR_idx != Num_GPR_Regs)
3690 GPR_idx++;
3691 }
3692 ArgOffset += 16;
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003693 GPR_idx = std::min(GPR_idx+4, Num_GPR_Regs); // FIXME correct for ppc64?
Dale Johannesenb28456e2008-03-12 00:22:17 +00003694 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003695 ++VR_idx;
3696 } else {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003697 if (!isVarArg && !isPPC64) {
3698 // Vectors go after all the nonvectors.
3699 CurArgOffset = VecArgOffset;
3700 VecArgOffset += 16;
3701 } else {
3702 // Vectors are aligned.
3703 ArgOffset = ((ArgOffset+15)/16)*16;
3704 CurArgOffset = ArgOffset;
3705 ArgOffset += 16;
Dale Johannesen0d982562008-03-12 00:49:20 +00003706 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003707 needsLoad = true;
3708 }
3709 break;
3710 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003711
Chris Lattner4302e8f2006-05-16 18:18:50 +00003712 // We need to load the argument to a virtual register if we determined above
Chris Lattnerf6518cf2008-02-13 07:35:30 +00003713 // that we ran out of physical registers of the appropriate type.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003714 if (needsLoad) {
Chris Lattnerf6518cf2008-02-13 07:35:30 +00003715 int FI = MFI->CreateFixedObject(ObjSize,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003716 CurArgOffset + (ArgSize - ObjSize),
Evan Cheng0664a672010-07-03 00:40:23 +00003717 isImmutable);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003718 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Chris Lattner7727d052010-09-21 06:44:06 +00003719 ArgVal = DAG.getLoad(ObjectVT, dl, Chain, FIN, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003720 false, false, false, 0);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003721 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003722
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003723 InVals.push_back(ArgVal);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003724 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003725
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003726 // Allow for Altivec parameters at the end, if needed.
3727 if (nAltivecParamsAtEnd) {
3728 MinReservedArea = ((MinReservedArea+15)/16)*16;
3729 MinReservedArea += 16*nAltivecParamsAtEnd;
3730 }
3731
3732 // Area that is at least reserved in the caller of this function.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00003733 MinReservedArea = std::max(MinReservedArea, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003734
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003735 // Set the size that is at least reserved in caller of this function. Tail
Bill Schmidt57d6de52012-10-23 15:51:16 +00003736 // call optimized functions' reserved stack space needs to be aligned so that
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003737 // taking the difference between two stack areas will result in an aligned
3738 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00003739 MinReservedArea =
3740 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003741 FuncInfo->setMinReservedArea(MinReservedArea);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003742
Chris Lattner4302e8f2006-05-16 18:18:50 +00003743 // If the function takes variable number of arguments, make a frame index for
3744 // the start of the first vararg value... for expansion of llvm.va_start.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003745 if (isVarArg) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003746 int Depth = ArgOffset;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003747
Dan Gohman31ae5862010-04-17 14:41:14 +00003748 FuncInfo->setVarArgsFrameIndex(
3749 MFI->CreateFixedObject(PtrVT.getSizeInBits()/8,
Evan Cheng0664a672010-07-03 00:40:23 +00003750 Depth, true));
Dan Gohman31ae5862010-04-17 14:41:14 +00003751 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00003752
Chris Lattner4302e8f2006-05-16 18:18:50 +00003753 // If this function is vararg, store any remaining integer argument regs
3754 // to their spots on the stack so that they may be loaded by deferencing the
3755 // result of va_next.
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003756 for (; GPR_idx != Num_GPR_Regs; ++GPR_idx) {
Chris Lattner2cca3852006-11-18 01:57:19 +00003757 unsigned VReg;
Wesley Peck527da1b2010-11-23 03:31:01 +00003758
Chris Lattner2cca3852006-11-18 01:57:19 +00003759 if (isPPC64)
Devang Patelf3292b22011-02-21 23:21:26 +00003760 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
Chris Lattner2cca3852006-11-18 01:57:19 +00003761 else
Devang Patelf3292b22011-02-21 23:21:26 +00003762 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Chris Lattner2cca3852006-11-18 01:57:19 +00003763
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003764 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Chris Lattner676c61d2010-09-21 18:41:36 +00003765 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
3766 MachinePointerInfo(), false, false, 0);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003767 MemOps.push_back(Store);
3768 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003769 SDValue PtrOff = DAG.getConstant(PtrVT.getSizeInBits()/8, dl, PtrVT);
Dale Johannesen679073b2009-02-04 02:34:38 +00003770 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003771 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003772 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003773
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003774 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00003775 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003776
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003777 return Chain;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003778}
3779
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003780/// CalculateTailCallSPDiff - Get the amount the stack pointer has to be
Chris Lattner0ab5e2c2011-04-15 05:18:47 +00003781/// adjusted to accommodate the arguments for the tailcall.
Dale Johannesen86dcae12009-11-24 01:09:07 +00003782static int CalculateTailCallSPDiff(SelectionDAG& DAG, bool isTailCall,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003783 unsigned ParamSize) {
3784
Dale Johannesen86dcae12009-11-24 01:09:07 +00003785 if (!isTailCall) return 0;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003786
3787 PPCFunctionInfo *FI = DAG.getMachineFunction().getInfo<PPCFunctionInfo>();
3788 unsigned CallerMinReservedArea = FI->getMinReservedArea();
3789 int SPDiff = (int)CallerMinReservedArea - (int)ParamSize;
3790 // Remember only if the new adjustement is bigger.
3791 if (SPDiff < FI->getTailCallSPDelta())
3792 FI->setTailCallSPDelta(SPDiff);
3793
3794 return SPDiff;
3795}
3796
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003797/// IsEligibleForTailCallOptimization - Check whether the call is eligible
3798/// for tail call optimization. Targets which want to do tail call
3799/// optimization should implement this function.
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003800bool
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003801PPCTargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel68c5f472009-09-02 08:44:58 +00003802 CallingConv::ID CalleeCC,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003803 bool isVarArg,
3804 const SmallVectorImpl<ISD::InputArg> &Ins,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003805 SelectionDAG& DAG) const {
Nick Lewycky50f02cb2011-12-02 22:16:29 +00003806 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
Evan Cheng25217ff2010-01-29 23:05:56 +00003807 return false;
3808
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003809 // Variable argument functions are not supported.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003810 if (isVarArg)
Dan Gohmaneffb8942008-09-12 16:56:44 +00003811 return false;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003812
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003813 MachineFunction &MF = DAG.getMachineFunction();
Sandeep Patel68c5f472009-09-02 08:44:58 +00003814 CallingConv::ID CallerCC = MF.getFunction()->getCallingConv();
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003815 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
3816 // Functions containing by val parameters are not supported.
3817 for (unsigned i = 0; i != Ins.size(); i++) {
3818 ISD::ArgFlagsTy Flags = Ins[i].Flags;
3819 if (Flags.isByVal()) return false;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003820 }
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003821
Alp Tokerf907b892013-12-05 05:44:44 +00003822 // Non-PIC/GOT tail calls are supported.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003823 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
3824 return true;
3825
3826 // At the moment we can only do local tail calls (in same module, hidden
3827 // or protected) if we are generating PIC.
3828 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
3829 return G->getGlobal()->hasHiddenVisibility()
3830 || G->getGlobal()->hasProtectedVisibility();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003831 }
3832
3833 return false;
3834}
3835
Chris Lattnereb755fc2006-05-17 19:00:46 +00003836/// isCallCompatibleAddress - Return the immediate to use if the specified
3837/// 32-bit value is representable in the immediate field of a BxA instruction.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003838static SDNode *isBLACompatibleAddress(SDValue Op, SelectionDAG &DAG) {
Chris Lattnereb755fc2006-05-17 19:00:46 +00003839 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op);
Craig Topper062a2ba2014-04-25 05:30:21 +00003840 if (!C) return nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003841
Dan Gohmaneffb8942008-09-12 16:56:44 +00003842 int Addr = C->getZExtValue();
Chris Lattnereb755fc2006-05-17 19:00:46 +00003843 if ((Addr & 3) != 0 || // Low 2 bits are implicitly zero.
Richard Smith228e6d42012-08-24 23:29:28 +00003844 SignExtend32<26>(Addr) != Addr)
Craig Topper062a2ba2014-04-25 05:30:21 +00003845 return nullptr; // Top 6 bits have to be sext of immediate.
Scott Michelcf0da6c2009-02-17 22:15:04 +00003846
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003847 return DAG.getConstant((int)C->getZExtValue() >> 2, SDLoc(Op),
Gabor Greiff304a7a2008-08-28 21:40:38 +00003848 DAG.getTargetLoweringInfo().getPointerTy()).getNode();
Chris Lattnereb755fc2006-05-17 19:00:46 +00003849}
3850
Dan Gohmand78c4002008-05-13 00:00:25 +00003851namespace {
3852
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003853struct TailCallArgumentInfo {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003854 SDValue Arg;
3855 SDValue FrameIdxOp;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003856 int FrameIdx;
3857
3858 TailCallArgumentInfo() : FrameIdx(0) {}
3859};
3860
Alexander Kornienkof00654e2015-06-23 09:49:53 +00003861}
Dan Gohmand78c4002008-05-13 00:00:25 +00003862
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003863/// StoreTailCallArgumentsToStackSlot - Stores arguments to their stack slot.
3864static void
3865StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG,
Evan Cheng0e9d9ca2009-10-18 18:16:27 +00003866 SDValue Chain,
Craig Topperb94011f2013-07-14 04:42:23 +00003867 const SmallVectorImpl<TailCallArgumentInfo> &TailCallArgs,
3868 SmallVectorImpl<SDValue> &MemOpChains,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003869 SDLoc dl) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003870 for (unsigned i = 0, e = TailCallArgs.size(); i != e; ++i) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003871 SDValue Arg = TailCallArgs[i].Arg;
3872 SDValue FIN = TailCallArgs[i].FrameIdxOp;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003873 int FI = TailCallArgs[i].FrameIdx;
3874 // Store relative to framepointer.
Dale Johannesen021052a2009-02-04 20:06:27 +00003875 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, FIN,
Chris Lattner7727d052010-09-21 06:44:06 +00003876 MachinePointerInfo::getFixedStack(FI),
3877 false, false, 0));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003878 }
3879}
3880
3881/// EmitTailCallStoreFPAndRetAddr - Move the frame pointer and return address to
3882/// the appropriate stack slot for the tail call optimized function call.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003883static SDValue EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003884 MachineFunction &MF,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003885 SDValue Chain,
3886 SDValue OldRetAddr,
3887 SDValue OldFP,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003888 int SPDiff,
3889 bool isPPC64,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003890 bool isDarwinABI,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003891 SDLoc dl) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003892 if (SPDiff) {
3893 // Calculate the new stack slot for the return address.
3894 int SlotSize = isPPC64 ? 8 : 4;
Eric Christopherdc3a8a42015-02-13 00:39:38 +00003895 const PPCFrameLowering *FL =
3896 MF.getSubtarget<PPCSubtarget>().getFrameLowering();
3897 int NewRetAddrLoc = SPDiff + FL->getReturnSaveOffset();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003898 int NewRetAddr = MF.getFrameInfo()->CreateFixedObject(SlotSize,
Evan Cheng0664a672010-07-03 00:40:23 +00003899 NewRetAddrLoc, true);
Owen Anderson9f944592009-08-11 20:47:22 +00003900 EVT VT = isPPC64 ? MVT::i64 : MVT::i32;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003901 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewRetAddr, VT);
Dale Johannesen021052a2009-02-04 20:06:27 +00003902 Chain = DAG.getStore(Chain, dl, OldRetAddr, NewRetAddrFrIdx,
Chris Lattner7727d052010-09-21 06:44:06 +00003903 MachinePointerInfo::getFixedStack(NewRetAddr),
David Greene87a5abe2010-02-15 16:56:53 +00003904 false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003905
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003906 // When using the 32/64-bit SVR4 ABI there is no need to move the FP stack
3907 // slot as the FP is never overwritten.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003908 if (isDarwinABI) {
Eric Christopherdc3a8a42015-02-13 00:39:38 +00003909 int NewFPLoc = SPDiff + FL->getFramePointerSaveOffset();
David Greene1fbe0542009-11-12 20:49:22 +00003910 int NewFPIdx = MF.getFrameInfo()->CreateFixedObject(SlotSize, NewFPLoc,
Evan Cheng0664a672010-07-03 00:40:23 +00003911 true);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003912 SDValue NewFramePtrIdx = DAG.getFrameIndex(NewFPIdx, VT);
3913 Chain = DAG.getStore(Chain, dl, OldFP, NewFramePtrIdx,
Chris Lattner7727d052010-09-21 06:44:06 +00003914 MachinePointerInfo::getFixedStack(NewFPIdx),
David Greene87a5abe2010-02-15 16:56:53 +00003915 false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003916 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003917 }
3918 return Chain;
3919}
3920
3921/// CalculateTailCallArgDest - Remember Argument for later processing. Calculate
3922/// the position of the argument.
3923static void
3924CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003925 SDValue Arg, int SPDiff, unsigned ArgOffset,
Craig Topperb94011f2013-07-14 04:42:23 +00003926 SmallVectorImpl<TailCallArgumentInfo>& TailCallArguments) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003927 int Offset = ArgOffset + SPDiff;
Duncan Sands13237ac2008-06-06 12:08:01 +00003928 uint32_t OpSize = (Arg.getValueType().getSizeInBits()+7)/8;
Evan Cheng0664a672010-07-03 00:40:23 +00003929 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Owen Anderson9f944592009-08-11 20:47:22 +00003930 EVT VT = isPPC64 ? MVT::i64 : MVT::i32;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003931 SDValue FIN = DAG.getFrameIndex(FI, VT);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003932 TailCallArgumentInfo Info;
3933 Info.Arg = Arg;
3934 Info.FrameIdxOp = FIN;
3935 Info.FrameIdx = FI;
3936 TailCallArguments.push_back(Info);
3937}
3938
3939/// EmitTCFPAndRetAddrLoad - Emit load from frame pointer and return address
3940/// stack slot. Returns the chain as result and the loaded frame pointers in
3941/// LROpOut/FPOpout. Used when tail calling.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003942SDValue PPCTargetLowering::EmitTailCallLoadFPAndRetAddr(SelectionDAG & DAG,
Dale Johannesen021052a2009-02-04 20:06:27 +00003943 int SPDiff,
3944 SDValue Chain,
3945 SDValue &LROpOut,
3946 SDValue &FPOpOut,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003947 bool isDarwinABI,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003948 SDLoc dl) const {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003949 if (SPDiff) {
3950 // Load the LR and FP stack slot for later adjusting.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00003951 EVT VT = Subtarget.isPPC64() ? MVT::i64 : MVT::i32;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003952 LROpOut = getReturnAddrFrameIndex(DAG);
Chris Lattner7727d052010-09-21 06:44:06 +00003953 LROpOut = DAG.getLoad(VT, dl, Chain, LROpOut, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003954 false, false, false, 0);
Gabor Greiff304a7a2008-08-28 21:40:38 +00003955 Chain = SDValue(LROpOut.getNode(), 1);
Wesley Peck527da1b2010-11-23 03:31:01 +00003956
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003957 // When using the 32/64-bit SVR4 ABI there is no need to load the FP stack
3958 // slot as the FP is never overwritten.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003959 if (isDarwinABI) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003960 FPOpOut = getFramePointerFrameIndex(DAG);
Chris Lattner7727d052010-09-21 06:44:06 +00003961 FPOpOut = DAG.getLoad(VT, dl, Chain, FPOpOut, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003962 false, false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003963 Chain = SDValue(FPOpOut.getNode(), 1);
3964 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003965 }
3966 return Chain;
3967}
3968
Dale Johannesen85d41a12008-03-04 23:17:14 +00003969/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
Scott Michelcf0da6c2009-02-17 22:15:04 +00003970/// by "Src" to address "Dst" of size "Size". Alignment information is
Dale Johannesen85d41a12008-03-04 23:17:14 +00003971/// specified by the specific parameter attribute. The copy will be passed as
3972/// a byval function parameter.
3973/// Sometimes what we are copying is the end of a larger object, the part that
3974/// does not fit in registers.
Scott Michelcf0da6c2009-02-17 22:15:04 +00003975static SDValue
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003976CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Duncan Sandsd97eea32008-03-21 09:14:45 +00003977 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003978 SDLoc dl) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003979 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i32);
Dale Johannesen85263882009-02-04 01:17:06 +00003980 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Krzysztof Parzyszeka46c36b2015-04-13 17:16:45 +00003981 false, false, false, MachinePointerInfo(),
Nick Lewyckyaad475b2014-04-15 07:22:52 +00003982 MachinePointerInfo());
Dale Johannesen85d41a12008-03-04 23:17:14 +00003983}
Chris Lattner43df5b32007-02-25 05:34:32 +00003984
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003985/// LowerMemOpCallTo - Store the argument to the stack or remember it in case of
3986/// tail calls.
3987static void
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003988LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain,
3989 SDValue Arg, SDValue PtrOff, int SPDiff,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003990 unsigned ArgOffset, bool isPPC64, bool isTailCall,
Craig Topperb94011f2013-07-14 04:42:23 +00003991 bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
3992 SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003993 SDLoc dl) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00003994 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003995 if (!isTailCall) {
3996 if (isVector) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003997 SDValue StackPtr;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003998 if (isPPC64)
Owen Anderson9f944592009-08-11 20:47:22 +00003999 StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004000 else
Owen Anderson9f944592009-08-11 20:47:22 +00004001 StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Dale Johannesen021052a2009-02-04 20:06:27 +00004002 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004003 DAG.getConstant(ArgOffset, dl, PtrVT));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004004 }
Chris Lattner676c61d2010-09-21 18:41:36 +00004005 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff,
4006 MachinePointerInfo(), false, false, 0));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004007 // Calculate and remember argument location.
4008 } else CalculateTailCallArgDest(DAG, MF, isPPC64, Arg, SPDiff, ArgOffset,
4009 TailCallArguments);
4010}
4011
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004012static
4013void PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004014 SDLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004015 SDValue LROp, SDValue FPOp, bool isDarwinABI,
Craig Topperb94011f2013-07-14 04:42:23 +00004016 SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004017 MachineFunction &MF = DAG.getMachineFunction();
4018
4019 // Emit a sequence of copyto/copyfrom virtual registers for arguments that
4020 // might overwrite each other in case of tail call optimization.
4021 SmallVector<SDValue, 8> MemOpChains2;
Chris Lattner0ab5e2c2011-04-15 05:18:47 +00004022 // Do not flag preceding copytoreg stuff together with the following stuff.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004023 InFlag = SDValue();
4024 StoreTailCallArgumentsToStackSlot(DAG, Chain, TailCallArguments,
4025 MemOpChains2, dl);
4026 if (!MemOpChains2.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00004027 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains2);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004028
4029 // Store the return address to the appropriate stack slot.
4030 Chain = EmitTailCallStoreFPAndRetAddr(DAG, MF, Chain, LROp, FPOp, SPDiff,
4031 isPPC64, isDarwinABI, dl);
4032
4033 // Emit callseq_end just before tailcall node.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004034 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
4035 DAG.getIntPtrConstant(0, dl, true), InFlag, dl);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004036 InFlag = Chain.getValue(1);
4037}
4038
Hal Finkel87deb0b2015-01-12 04:34:47 +00004039// Is this global address that of a function that can be called by name? (as
4040// opposed to something that must hold a descriptor for an indirect call).
4041static bool isFunctionGlobalAddress(SDValue Callee) {
4042 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
4043 if (Callee.getOpcode() == ISD::GlobalTLSAddress ||
4044 Callee.getOpcode() == ISD::TargetGlobalTLSAddress)
4045 return false;
4046
4047 return G->getGlobal()->getType()->getElementType()->isFunctionTy();
4048 }
4049
4050 return false;
4051}
4052
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004053static
4054unsigned PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004055 SDValue &Chain, SDValue CallSeqStart, SDLoc dl, int SPDiff,
4056 bool isTailCall, bool IsPatchPoint,
Craig Topperb94011f2013-07-14 04:42:23 +00004057 SmallVectorImpl<std::pair<unsigned, SDValue> > &RegsToPass,
4058 SmallVectorImpl<SDValue> &Ops, std::vector<EVT> &NodeTys,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004059 ImmutableCallSite *CS, const PPCSubtarget &Subtarget) {
Wesley Peck527da1b2010-11-23 03:31:01 +00004060
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004061 bool isPPC64 = Subtarget.isPPC64();
4062 bool isSVR4ABI = Subtarget.isSVR4ABI();
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004063 bool isELFv2ABI = Subtarget.isELFv2ABI();
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004064
Owen Anderson53aa7a92009-08-10 22:56:29 +00004065 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Owen Anderson9f944592009-08-11 20:47:22 +00004066 NodeTys.push_back(MVT::Other); // Returns a chain
Chris Lattner3e5fbd72010-12-21 02:38:05 +00004067 NodeTys.push_back(MVT::Glue); // Returns a flag for retval copy to use.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004068
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004069 unsigned CallOpc = PPCISD::CALL;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004070
Torok Edwin31e90d22010-08-04 20:47:44 +00004071 bool needIndirectCall = true;
Ulrich Weigand9aa09ef2014-06-18 16:14:04 +00004072 if (!isSVR4ABI || !isPPC64)
4073 if (SDNode *Dest = isBLACompatibleAddress(Callee, DAG)) {
4074 // If this is an absolute destination address, use the munged value.
4075 Callee = SDValue(Dest, 0);
4076 needIndirectCall = false;
4077 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004078
Hal Finkel87deb0b2015-01-12 04:34:47 +00004079 if (isFunctionGlobalAddress(Callee)) {
4080 GlobalAddressSDNode *G = cast<GlobalAddressSDNode>(Callee);
4081 // A call to a TLS address is actually an indirect call to a
4082 // thread-specific pointer.
Eric Christopher79cc1e32014-09-02 22:28:02 +00004083 unsigned OpFlags = 0;
4084 if ((DAG.getTarget().getRelocationModel() != Reloc::Static &&
4085 (Subtarget.getTargetTriple().isMacOSX() &&
4086 Subtarget.getTargetTriple().isMacOSXVersionLT(10, 5)) &&
4087 (G->getGlobal()->isDeclaration() ||
4088 G->getGlobal()->isWeakForLinker())) ||
4089 (Subtarget.isTargetELF() && !isPPC64 &&
4090 !G->getGlobal()->hasLocalLinkage() &&
4091 DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
4092 // PC-relative references to external symbols should go through $stub,
4093 // unless we're building with the leopard linker or later, which
4094 // automatically synthesizes these stubs.
4095 OpFlags = PPCII::MO_PLT_OR_STUB;
Eric Christopherb9fd9ed2014-08-07 22:02:54 +00004096 }
Eric Christopher79cc1e32014-09-02 22:28:02 +00004097
4098 // If the callee is a GlobalAddress/ExternalSymbol node (quite common,
4099 // every direct call is) turn it into a TargetGlobalAddress /
4100 // TargetExternalSymbol node so that legalize doesn't hack it.
4101 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
4102 Callee.getValueType(), 0, OpFlags);
4103 needIndirectCall = false;
Torok Edwin31e90d22010-08-04 20:47:44 +00004104 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004105
Torok Edwin31e90d22010-08-04 20:47:44 +00004106 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004107 unsigned char OpFlags = 0;
Wesley Peck527da1b2010-11-23 03:31:01 +00004108
Hal Finkel3ee2af72014-07-18 23:29:49 +00004109 if ((DAG.getTarget().getRelocationModel() != Reloc::Static &&
4110 (Subtarget.getTargetTriple().isMacOSX() &&
4111 Subtarget.getTargetTriple().isMacOSXVersionLT(10, 5))) ||
4112 (Subtarget.isTargetELF() && !isPPC64 &&
Justin Hibbits17744c12015-01-10 07:50:31 +00004113 DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004114 // PC-relative references to external symbols should go through $stub,
4115 // unless we're building with the leopard linker or later, which
4116 // automatically synthesizes these stubs.
Hal Finkel3ee2af72014-07-18 23:29:49 +00004117 OpFlags = PPCII::MO_PLT_OR_STUB;
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004118 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004119
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004120 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), Callee.getValueType(),
4121 OpFlags);
4122 needIndirectCall = false;
Torok Edwin31e90d22010-08-04 20:47:44 +00004123 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004124
Hal Finkel934361a2015-01-14 01:07:51 +00004125 if (IsPatchPoint) {
4126 // We'll form an invalid direct call when lowering a patchpoint; the full
4127 // sequence for an indirect call is complicated, and many of the
4128 // instructions introduced might have side effects (and, thus, can't be
4129 // removed later). The call itself will be removed as soon as the
4130 // argument/return lowering is complete, so the fact that it has the wrong
4131 // kind of operands should not really matter.
4132 needIndirectCall = false;
4133 }
4134
Torok Edwin31e90d22010-08-04 20:47:44 +00004135 if (needIndirectCall) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004136 // Otherwise, this is an indirect call. We have to use a MTCTR/BCTRL pair
4137 // to do the call, we can't use PPCISD::CALL.
4138 SDValue MTCTROps[] = {Chain, Callee, InFlag};
Tilmann Scheller79fef932009-12-18 13:00:15 +00004139
Hal Finkel63fb9282015-01-13 18:25:05 +00004140 if (isSVR4ABI && isPPC64 && !isELFv2ABI) {
Tilmann Scheller79fef932009-12-18 13:00:15 +00004141 // Function pointers in the 64-bit SVR4 ABI do not point to the function
4142 // entry point, but to the function descriptor (the function entry point
4143 // address is part of the function descriptor though).
4144 // The function descriptor is a three doubleword structure with the
4145 // following fields: function entry point, TOC base address and
4146 // environment pointer.
4147 // Thus for a call through a function pointer, the following actions need
4148 // to be performed:
4149 // 1. Save the TOC of the caller in the TOC save area of its stack
Bill Schmidt57d6de52012-10-23 15:51:16 +00004150 // frame (this is done in LowerCall_Darwin() or LowerCall_64SVR4()).
Tilmann Scheller79fef932009-12-18 13:00:15 +00004151 // 2. Load the address of the function entry point from the function
4152 // descriptor.
4153 // 3. Load the TOC of the callee from the function descriptor into r2.
4154 // 4. Load the environment pointer from the function descriptor into
4155 // r11.
4156 // 5. Branch to the function entry point address.
4157 // 6. On return of the callee, the TOC of the caller needs to be
4158 // restored (this is done in FinishCall()).
4159 //
Hal Finkele2ab0f12015-01-15 21:17:34 +00004160 // The loads are scheduled at the beginning of the call sequence, and the
4161 // register copies are flagged together to ensure that no other
Tilmann Scheller79fef932009-12-18 13:00:15 +00004162 // operations can be scheduled in between. E.g. without flagging the
Hal Finkele2ab0f12015-01-15 21:17:34 +00004163 // copies together, a TOC access in the caller could be scheduled between
4164 // the assignment of the callee TOC and the branch to the callee, which
Tilmann Scheller79fef932009-12-18 13:00:15 +00004165 // results in the TOC access going through the TOC of the callee instead
4166 // of going through the TOC of the caller, which leads to incorrect code.
4167
4168 // Load the address of the function entry point from the function
4169 // descriptor.
Hal Finkele2ab0f12015-01-15 21:17:34 +00004170 SDValue LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-1);
4171 if (LDChain.getValueType() == MVT::Glue)
4172 LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-2);
4173
4174 bool LoadsInv = Subtarget.hasInvariantFunctionDescriptors();
4175
4176 MachinePointerInfo MPI(CS ? CS->getCalledValue() : nullptr);
4177 SDValue LoadFuncPtr = DAG.getLoad(MVT::i64, dl, LDChain, Callee, MPI,
4178 false, false, LoadsInv, 8);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004179
4180 // Load environment pointer into r11.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004181 SDValue PtrOff = DAG.getIntPtrConstant(16, dl);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004182 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, MVT::i64, Callee, PtrOff);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004183 SDValue LoadEnvPtr = DAG.getLoad(MVT::i64, dl, LDChain, AddPtr,
4184 MPI.getWithOffset(16), false, false,
4185 LoadsInv, 8);
4186
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004187 SDValue TOCOff = DAG.getIntPtrConstant(8, dl);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004188 SDValue AddTOC = DAG.getNode(ISD::ADD, dl, MVT::i64, Callee, TOCOff);
4189 SDValue TOCPtr = DAG.getLoad(MVT::i64, dl, LDChain, AddTOC,
4190 MPI.getWithOffset(8), false, false,
4191 LoadsInv, 8);
4192
Hal Finkele6698d52015-02-01 15:03:28 +00004193 setUsesTOCBasePtr(DAG);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004194 SDValue TOCVal = DAG.getCopyToReg(Chain, dl, PPC::X2, TOCPtr,
4195 InFlag);
4196 Chain = TOCVal.getValue(0);
4197 InFlag = TOCVal.getValue(1);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004198
4199 SDValue EnvVal = DAG.getCopyToReg(Chain, dl, PPC::X11, LoadEnvPtr,
4200 InFlag);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004201
Tilmann Scheller79fef932009-12-18 13:00:15 +00004202 Chain = EnvVal.getValue(0);
4203 InFlag = EnvVal.getValue(1);
4204
Tilmann Scheller79fef932009-12-18 13:00:15 +00004205 MTCTROps[0] = Chain;
4206 MTCTROps[1] = LoadFuncPtr;
4207 MTCTROps[2] = InFlag;
4208 }
4209
Hal Finkel63fb9282015-01-13 18:25:05 +00004210 Chain = DAG.getNode(PPCISD::MTCTR, dl, NodeTys,
4211 makeArrayRef(MTCTROps, InFlag.getNode() ? 3 : 2));
4212 InFlag = Chain.getValue(1);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004213
4214 NodeTys.clear();
Owen Anderson9f944592009-08-11 20:47:22 +00004215 NodeTys.push_back(MVT::Other);
Chris Lattner3e5fbd72010-12-21 02:38:05 +00004216 NodeTys.push_back(MVT::Glue);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004217 Ops.push_back(Chain);
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004218 CallOpc = PPCISD::BCTRL;
Craig Topper062a2ba2014-04-25 05:30:21 +00004219 Callee.setNode(nullptr);
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004220 // Add use of X11 (holding environment pointer)
Hal Finkel63fb9282015-01-13 18:25:05 +00004221 if (isSVR4ABI && isPPC64 && !isELFv2ABI)
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004222 Ops.push_back(DAG.getRegister(PPC::X11, PtrVT));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004223 // Add CTR register as callee so a bctr can be emitted later.
4224 if (isTailCall)
Roman Divackya4a59ae2011-06-03 15:47:49 +00004225 Ops.push_back(DAG.getRegister(isPPC64 ? PPC::CTR8 : PPC::CTR, PtrVT));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004226 }
4227
4228 // If this is a direct call, pass the chain and the callee.
4229 if (Callee.getNode()) {
4230 Ops.push_back(Chain);
4231 Ops.push_back(Callee);
4232 }
4233 // If this is a tail call add stack pointer delta.
4234 if (isTailCall)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004235 Ops.push_back(DAG.getConstant(SPDiff, dl, MVT::i32));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004236
4237 // Add argument registers to the end of the list so that they are known live
4238 // into the call.
4239 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
4240 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
4241 RegsToPass[i].second.getValueType()));
4242
Hal Finkelaf519932015-01-19 07:20:27 +00004243 // All calls, in both the ELF V1 and V2 ABIs, need the TOC register live
4244 // into the call.
Hal Finkele6698d52015-02-01 15:03:28 +00004245 if (isSVR4ABI && isPPC64 && !IsPatchPoint) {
4246 setUsesTOCBasePtr(DAG);
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004247 Ops.push_back(DAG.getRegister(PPC::X2, PtrVT));
Hal Finkele6698d52015-02-01 15:03:28 +00004248 }
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004249
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004250 return CallOpc;
4251}
4252
Roman Divacky76293062012-09-18 16:47:58 +00004253static
4254bool isLocalCall(const SDValue &Callee)
4255{
4256 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
Roman Divacky09adf3d2012-09-18 18:27:49 +00004257 return !G->getGlobal()->isDeclaration() &&
4258 !G->getGlobal()->isWeakForLinker();
Roman Divacky76293062012-09-18 16:47:58 +00004259 return false;
4260}
4261
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004262SDValue
4263PPCTargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel68c5f472009-09-02 08:44:58 +00004264 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004265 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004266 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00004267 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004268
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004269 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00004270 CCState CCRetInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
4271 *DAG.getContext());
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004272 CCRetInfo.AnalyzeCallResult(Ins, RetCC_PPC);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004273
4274 // Copy all of the result registers out of their specified physreg.
4275 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
4276 CCValAssign &VA = RVLocs[i];
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004277 assert(VA.isRegLoc() && "Can only return in registers!");
Ulrich Weigand339d0592012-11-05 19:39:45 +00004278
4279 SDValue Val = DAG.getCopyFromReg(Chain, dl,
4280 VA.getLocReg(), VA.getLocVT(), InFlag);
4281 Chain = Val.getValue(1);
4282 InFlag = Val.getValue(2);
4283
4284 switch (VA.getLocInfo()) {
4285 default: llvm_unreachable("Unknown loc info!");
4286 case CCValAssign::Full: break;
4287 case CCValAssign::AExt:
4288 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4289 break;
4290 case CCValAssign::ZExt:
4291 Val = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), Val,
4292 DAG.getValueType(VA.getValVT()));
4293 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4294 break;
4295 case CCValAssign::SExt:
4296 Val = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), Val,
4297 DAG.getValueType(VA.getValVT()));
4298 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4299 break;
4300 }
4301
4302 InVals.push_back(Val);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004303 }
4304
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004305 return Chain;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004306}
4307
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004308SDValue
Andrew Trickef9de2a2013-05-25 02:42:55 +00004309PPCTargetLowering::FinishCall(CallingConv::ID CallConv, SDLoc dl,
Hal Finkel934361a2015-01-14 01:07:51 +00004310 bool isTailCall, bool isVarArg, bool IsPatchPoint,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004311 SelectionDAG &DAG,
4312 SmallVector<std::pair<unsigned, SDValue>, 8>
4313 &RegsToPass,
4314 SDValue InFlag, SDValue Chain,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004315 SDValue CallSeqStart, SDValue &Callee,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004316 int SPDiff, unsigned NumBytes,
4317 const SmallVectorImpl<ISD::InputArg> &Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004318 SmallVectorImpl<SDValue> &InVals,
4319 ImmutableCallSite *CS) const {
Ulrich Weigand8658f172014-07-20 23:43:15 +00004320
Owen Anderson53aa7a92009-08-10 22:56:29 +00004321 std::vector<EVT> NodeTys;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004322 SmallVector<SDValue, 8> Ops;
Hal Finkele2ab0f12015-01-15 21:17:34 +00004323 unsigned CallOpc = PrepareCall(DAG, Callee, InFlag, Chain, CallSeqStart, dl,
4324 SPDiff, isTailCall, IsPatchPoint, RegsToPass,
4325 Ops, NodeTys, CS, Subtarget);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004326
Hal Finkel5ab37802012-08-28 02:10:27 +00004327 // Add implicit use of CR bit 6 for 32-bit SVR4 vararg calls
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004328 if (isVarArg && Subtarget.isSVR4ABI() && !Subtarget.isPPC64())
Hal Finkel5ab37802012-08-28 02:10:27 +00004329 Ops.push_back(DAG.getRegister(PPC::CR1EQ, MVT::i32));
4330
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004331 // When performing tail call optimization the callee pops its arguments off
4332 // the stack. Account for this here so these bytes can be pushed back on in
Eli Bendersky8da87162013-02-21 20:05:00 +00004333 // PPCFrameLowering::eliminateCallFramePseudoInstr.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004334 int BytesCalleePops =
Nick Lewycky50f02cb2011-12-02 22:16:29 +00004335 (CallConv == CallingConv::Fast &&
4336 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004337
Roman Divackyef21be22012-03-06 16:41:49 +00004338 // Add a register mask operand representing the call-preserved registers.
Eric Christophercccae792015-01-30 22:02:31 +00004339 const TargetRegisterInfo *TRI = Subtarget.getRegisterInfo();
Eric Christopher9deb75d2015-03-11 22:42:13 +00004340 const uint32_t *Mask =
4341 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv);
Roman Divackyef21be22012-03-06 16:41:49 +00004342 assert(Mask && "Missing call preserved mask for calling convention");
4343 Ops.push_back(DAG.getRegisterMask(Mask));
4344
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004345 if (InFlag.getNode())
4346 Ops.push_back(InFlag);
4347
4348 // Emit tail call.
4349 if (isTailCall) {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004350 assert(((Callee.getOpcode() == ISD::Register &&
4351 cast<RegisterSDNode>(Callee)->getReg() == PPC::CTR) ||
4352 Callee.getOpcode() == ISD::TargetExternalSymbol ||
4353 Callee.getOpcode() == ISD::TargetGlobalAddress ||
4354 isa<ConstantSDNode>(Callee)) &&
4355 "Expecting an global address, external symbol, absolute value or register");
4356
Arnold Schwaighoferdc271142015-05-09 00:10:25 +00004357 DAG.getMachineFunction().getFrameInfo()->setHasTailCall();
Craig Topper48d114b2014-04-26 18:35:24 +00004358 return DAG.getNode(PPCISD::TC_RETURN, dl, MVT::Other, Ops);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004359 }
4360
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004361 // Add a NOP immediately after the branch instruction when using the 64-bit
4362 // SVR4 ABI. At link time, if caller and callee are in a different module and
4363 // thus have a different TOC, the call will be replaced with a call to a stub
4364 // function which saves the current TOC, loads the TOC of the callee and
4365 // branches to the callee. The NOP will be replaced with a load instruction
4366 // which restores the TOC of the caller from the TOC save slot of the current
4367 // stack frame. If caller and callee belong to the same module (and have the
4368 // same TOC), the NOP will remain unchanged.
Hal Finkel51861b42012-03-31 14:45:15 +00004369
Hal Finkel934361a2015-01-14 01:07:51 +00004370 if (!isTailCall && Subtarget.isSVR4ABI()&& Subtarget.isPPC64() &&
4371 !IsPatchPoint) {
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004372 if (CallOpc == PPCISD::BCTRL) {
Tilmann Scheller79fef932009-12-18 13:00:15 +00004373 // This is a call through a function pointer.
4374 // Restore the caller TOC from the save area into R2.
4375 // See PrepareCall() for more information about calls through function
4376 // pointers in the 64-bit SVR4 ABI.
4377 // We are using a target-specific load with r2 hard coded, because the
4378 // result of a target-independent load would never go directly into r2,
4379 // since r2 is a reserved register (which prevents the register allocator
4380 // from allocating it), resulting in an additional register being
4381 // allocated and an unnecessary move instruction being generated.
Hal Finkelfc096c92014-12-23 22:29:40 +00004382 CallOpc = PPCISD::BCTRL_LOAD_TOC;
4383
4384 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
4385 SDValue StackPtr = DAG.getRegister(PPC::X1, PtrVT);
Eric Christopher736d39e2015-02-13 00:39:36 +00004386 unsigned TOCSaveOffset = Subtarget.getFrameLowering()->getTOCSaveOffset();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004387 SDValue TOCOff = DAG.getIntPtrConstant(TOCSaveOffset, dl);
Hal Finkelfc096c92014-12-23 22:29:40 +00004388 SDValue AddTOC = DAG.getNode(ISD::ADD, dl, MVT::i64, StackPtr, TOCOff);
4389
4390 // The address needs to go after the chain input but before the flag (or
4391 // any other variadic arguments).
4392 Ops.insert(std::next(Ops.begin()), AddTOC);
Bill Schmidtcea15962013-09-26 17:09:28 +00004393 } else if ((CallOpc == PPCISD::CALL) &&
4394 (!isLocalCall(Callee) ||
Bill Schmidt82f1c772015-02-10 19:09:05 +00004395 DAG.getTarget().getRelocationModel() == Reloc::PIC_))
Roman Divacky76293062012-09-18 16:47:58 +00004396 // Otherwise insert NOP for non-local calls.
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004397 CallOpc = PPCISD::CALL_NOP;
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004398 }
4399
Craig Topper48d114b2014-04-26 18:35:24 +00004400 Chain = DAG.getNode(CallOpc, dl, NodeTys, Ops);
Hal Finkel51861b42012-03-31 14:45:15 +00004401 InFlag = Chain.getValue(1);
4402
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004403 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
4404 DAG.getIntPtrConstant(BytesCalleePops, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004405 InFlag, dl);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004406 if (!Ins.empty())
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004407 InFlag = Chain.getValue(1);
4408
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004409 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
4410 Ins, dl, DAG, InVals);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004411}
4412
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004413SDValue
Justin Holewinskiaa583972012-05-25 16:35:28 +00004414PPCTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
Dan Gohman21cea8a2010-04-17 15:26:15 +00004415 SmallVectorImpl<SDValue> &InVals) const {
Justin Holewinskiaa583972012-05-25 16:35:28 +00004416 SelectionDAG &DAG = CLI.DAG;
Craig Topperb94011f2013-07-14 04:42:23 +00004417 SDLoc &dl = CLI.DL;
4418 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
4419 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
4420 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
Justin Holewinskiaa583972012-05-25 16:35:28 +00004421 SDValue Chain = CLI.Chain;
4422 SDValue Callee = CLI.Callee;
4423 bool &isTailCall = CLI.IsTailCall;
4424 CallingConv::ID CallConv = CLI.CallConv;
4425 bool isVarArg = CLI.IsVarArg;
Hal Finkel934361a2015-01-14 01:07:51 +00004426 bool IsPatchPoint = CLI.IsPatchPoint;
Hal Finkele2ab0f12015-01-15 21:17:34 +00004427 ImmutableCallSite *CS = CLI.CS;
Justin Holewinskiaa583972012-05-25 16:35:28 +00004428
Evan Cheng67a69dd2010-01-27 00:07:07 +00004429 if (isTailCall)
4430 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv, isVarArg,
4431 Ins, DAG);
4432
Hal Finkele2ab0f12015-01-15 21:17:34 +00004433 if (!isTailCall && CS && CS->isMustTailCall())
Reid Kleckner5772b772014-04-24 20:14:34 +00004434 report_fatal_error("failed to perform tail call elimination on a call "
4435 "site marked musttail");
4436
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004437 if (Subtarget.isSVR4ABI()) {
4438 if (Subtarget.isPPC64())
Bill Schmidt57d6de52012-10-23 15:51:16 +00004439 return LowerCall_64SVR4(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004440 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004441 dl, DAG, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004442 else
4443 return LowerCall_32SVR4(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004444 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004445 dl, DAG, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004446 }
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004447
Bill Schmidt57d6de52012-10-23 15:51:16 +00004448 return LowerCall_Darwin(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004449 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004450 dl, DAG, InVals, CS);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004451}
4452
4453SDValue
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004454PPCTargetLowering::LowerCall_32SVR4(SDValue Chain, SDValue Callee,
4455 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004456 bool isTailCall, bool IsPatchPoint,
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004457 const SmallVectorImpl<ISD::OutputArg> &Outs,
4458 const SmallVectorImpl<SDValue> &OutVals,
4459 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004460 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004461 SmallVectorImpl<SDValue> &InVals,
4462 ImmutableCallSite *CS) const {
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004463 // See PPCTargetLowering::LowerFormalArguments_32SVR4() for a description
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004464 // of the 32-bit SVR4 ABI stack frame layout.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004465
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004466 assert((CallConv == CallingConv::C ||
4467 CallConv == CallingConv::Fast) && "Unknown calling convention!");
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004468
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004469 unsigned PtrByteSize = 4;
4470
4471 MachineFunction &MF = DAG.getMachineFunction();
4472
4473 // Mark this function as potentially containing a function that contains a
4474 // tail call. As a consequence the frame pointer will be used for dynamicalloc
4475 // and restoring the callers stack pointer in this functions epilog. This is
4476 // done because by tail calling the called function might overwrite the value
4477 // in this function's (MF) stack pointer stack slot 0(SP).
Nick Lewycky50f02cb2011-12-02 22:16:29 +00004478 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4479 CallConv == CallingConv::Fast)
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004480 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
Wesley Peck527da1b2010-11-23 03:31:01 +00004481
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004482 // Count how many bytes are to be pushed on the stack, including the linkage
4483 // area, parameter list area and the part of the local variable space which
4484 // contains copies of aggregates which are passed by value.
4485
4486 // Assign locations to all of the outgoing arguments.
4487 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00004488 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
4489 *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004490
4491 // Reserve space for the linkage area on the stack.
Eric Christophera4ae2132015-02-13 22:22:57 +00004492 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(),
Ulrich Weigand8658f172014-07-20 23:43:15 +00004493 PtrByteSize);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004494
4495 if (isVarArg) {
4496 // Handle fixed and variable vector arguments differently.
4497 // Fixed vector arguments go into registers as long as registers are
4498 // available. Variable vector arguments always go into memory.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004499 unsigned NumArgs = Outs.size();
Wesley Peck527da1b2010-11-23 03:31:01 +00004500
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004501 for (unsigned i = 0; i != NumArgs; ++i) {
Duncan Sandsf5dda012010-11-03 11:35:31 +00004502 MVT ArgVT = Outs[i].VT;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004503 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004504 bool Result;
Wesley Peck527da1b2010-11-23 03:31:01 +00004505
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004506 if (Outs[i].IsFixed) {
Bill Schmidtef17c142013-02-06 17:33:58 +00004507 Result = CC_PPC32_SVR4(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags,
4508 CCInfo);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004509 } else {
Bill Schmidtef17c142013-02-06 17:33:58 +00004510 Result = CC_PPC32_SVR4_VarArg(i, ArgVT, ArgVT, CCValAssign::Full,
4511 ArgFlags, CCInfo);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004512 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004513
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004514 if (Result) {
Torok Edwinfb8d6d52009-07-08 20:53:28 +00004515#ifndef NDEBUG
Chris Lattner13626022009-08-23 06:03:38 +00004516 errs() << "Call operand #" << i << " has unhandled type "
Duncan Sandsf5dda012010-11-03 11:35:31 +00004517 << EVT(ArgVT).getEVTString() << "\n";
Torok Edwinfb8d6d52009-07-08 20:53:28 +00004518#endif
Craig Toppere73658d2014-04-28 04:05:08 +00004519 llvm_unreachable(nullptr);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004520 }
4521 }
4522 } else {
4523 // All arguments are treated the same.
Bill Schmidtef17c142013-02-06 17:33:58 +00004524 CCInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004525 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004526
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004527 // Assign locations to all of the outgoing aggregate by value arguments.
4528 SmallVector<CCValAssign, 16> ByValArgLocs;
Eric Christopher0713a9d2011-06-08 23:55:35 +00004529 CCState CCByValInfo(CallConv, isVarArg, DAG.getMachineFunction(),
Eric Christopherb5217502014-08-06 18:45:26 +00004530 ByValArgLocs, *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004531
4532 // Reserve stack space for the allocations in CCInfo.
4533 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrByteSize);
4534
Bill Schmidtef17c142013-02-06 17:33:58 +00004535 CCByValInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4_ByVal);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004536
4537 // Size of the linkage area, parameter list area and the part of the local
4538 // space variable where copies of aggregates which are passed by value are
4539 // stored.
4540 unsigned NumBytes = CCByValInfo.getNextStackOffset();
Wesley Peck527da1b2010-11-23 03:31:01 +00004541
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004542 // Calculate by how many bytes the stack has to be adjusted in case of tail
4543 // call optimization.
4544 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
4545
4546 // Adjust the stack pointer for the new arguments...
4547 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004548 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004549 dl);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004550 SDValue CallSeqStart = Chain;
4551
4552 // Load the return address and frame pointer so it can be moved somewhere else
4553 // later.
4554 SDValue LROp, FPOp;
4555 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, false,
4556 dl);
4557
4558 // Set up a copy of the stack pointer for use loading and storing any
4559 // arguments that may not fit in the registers available for argument
4560 // passing.
Owen Anderson9f944592009-08-11 20:47:22 +00004561 SDValue StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Wesley Peck527da1b2010-11-23 03:31:01 +00004562
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004563 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
4564 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
4565 SmallVector<SDValue, 8> MemOpChains;
4566
Roman Divacky71038e72011-08-30 17:04:16 +00004567 bool seenFloatArg = false;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004568 // Walk the register/memloc assignments, inserting copies/loads.
4569 for (unsigned i = 0, j = 0, e = ArgLocs.size();
4570 i != e;
4571 ++i) {
4572 CCValAssign &VA = ArgLocs[i];
Dan Gohmanfe7532a2010-07-07 15:54:55 +00004573 SDValue Arg = OutVals[i];
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004574 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Wesley Peck527da1b2010-11-23 03:31:01 +00004575
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004576 if (Flags.isByVal()) {
4577 // Argument is an aggregate which is passed by value, thus we need to
4578 // create a copy of it in the local variable space of the current stack
4579 // frame (which is the stack frame of the caller) and pass the address of
4580 // this copy to the callee.
4581 assert((j < ByValArgLocs.size()) && "Index out of bounds!");
4582 CCValAssign &ByValVA = ByValArgLocs[j++];
4583 assert((VA.getValNo() == ByValVA.getValNo()) && "ValNo mismatch!");
Wesley Peck527da1b2010-11-23 03:31:01 +00004584
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004585 // Memory reserved in the local variable space of the callers stack frame.
4586 unsigned LocMemOffset = ByValVA.getLocMemOffset();
Wesley Peck527da1b2010-11-23 03:31:01 +00004587
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004588 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset, dl);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004589 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
Wesley Peck527da1b2010-11-23 03:31:01 +00004590
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004591 // Create a copy of the argument in the local area of the current
4592 // stack frame.
4593 SDValue MemcpyCall =
4594 CreateCopyOfByValArgument(Arg, PtrOff,
4595 CallSeqStart.getNode()->getOperand(0),
4596 Flags, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00004597
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004598 // This must go outside the CALLSEQ_START..END.
4599 SDValue NewCallSeqStart = DAG.getCALLSEQ_START(MemcpyCall,
Andrew Trickad6d08a2013-05-29 22:03:55 +00004600 CallSeqStart.getNode()->getOperand(1),
4601 SDLoc(MemcpyCall));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004602 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
4603 NewCallSeqStart.getNode());
4604 Chain = CallSeqStart = NewCallSeqStart;
Wesley Peck527da1b2010-11-23 03:31:01 +00004605
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004606 // Pass the address of the aggregate copy on the stack either in a
4607 // physical register or in the parameter list area of the current stack
4608 // frame to the callee.
4609 Arg = PtrOff;
4610 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004611
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004612 if (VA.isRegLoc()) {
Hal Finkel2a9d3182014-03-06 00:23:33 +00004613 if (Arg.getValueType() == MVT::i1)
4614 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Arg);
4615
Roman Divacky71038e72011-08-30 17:04:16 +00004616 seenFloatArg |= VA.getLocVT().isFloatingPoint();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004617 // Put argument in a physical register.
4618 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
4619 } else {
4620 // Put argument in the parameter list area of the current stack frame.
4621 assert(VA.isMemLoc());
4622 unsigned LocMemOffset = VA.getLocMemOffset();
4623
4624 if (!isTailCall) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004625 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset, dl);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004626 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(), StackPtr, PtrOff);
4627
4628 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff,
Chris Lattner676c61d2010-09-21 18:41:36 +00004629 MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00004630 false, false, 0));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004631 } else {
4632 // Calculate and remember argument location.
4633 CalculateTailCallArgDest(DAG, MF, false, Arg, SPDiff, LocMemOffset,
4634 TailCallArguments);
4635 }
4636 }
4637 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004638
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004639 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00004640 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Wesley Peck527da1b2010-11-23 03:31:01 +00004641
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004642 // Build a sequence of copy-to-reg nodes chained together with token chain
4643 // and flag operands which copy the outgoing args into the appropriate regs.
4644 SDValue InFlag;
4645 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
4646 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
4647 RegsToPass[i].second, InFlag);
4648 InFlag = Chain.getValue(1);
4649 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004650
Hal Finkel5ab37802012-08-28 02:10:27 +00004651 // Set CR bit 6 to true if this is a vararg call with floating args passed in
4652 // registers.
4653 if (isVarArg) {
NAKAMURA Takumiac490292012-08-30 15:52:29 +00004654 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
4655 SDValue Ops[] = { Chain, InFlag };
4656
Hal Finkel5ab37802012-08-28 02:10:27 +00004657 Chain = DAG.getNode(seenFloatArg ? PPCISD::CR6SET : PPCISD::CR6UNSET,
Craig Topper2d2aa0c2014-04-30 07:17:30 +00004658 dl, VTs, makeArrayRef(Ops, InFlag.getNode() ? 2 : 1));
NAKAMURA Takumiac490292012-08-30 15:52:29 +00004659
Hal Finkel5ab37802012-08-28 02:10:27 +00004660 InFlag = Chain.getValue(1);
4661 }
4662
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004663 if (isTailCall)
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004664 PrepareTailCall(DAG, InFlag, Chain, dl, false, SPDiff, NumBytes, LROp, FPOp,
4665 false, TailCallArguments);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004666
Hal Finkel934361a2015-01-14 01:07:51 +00004667 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint, DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004668 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff,
4669 NumBytes, Ins, InVals, CS);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004670}
4671
Bill Schmidt57d6de52012-10-23 15:51:16 +00004672// Copy an argument into memory, being careful to do this outside the
4673// call sequence for the call to which the argument belongs.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004674SDValue
Bill Schmidt57d6de52012-10-23 15:51:16 +00004675PPCTargetLowering::createMemcpyOutsideCallSeq(SDValue Arg, SDValue PtrOff,
4676 SDValue CallSeqStart,
4677 ISD::ArgFlagsTy Flags,
4678 SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004679 SDLoc dl) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00004680 SDValue MemcpyCall = CreateCopyOfByValArgument(Arg, PtrOff,
4681 CallSeqStart.getNode()->getOperand(0),
4682 Flags, DAG, dl);
4683 // The MEMCPY must go outside the CALLSEQ_START..END.
4684 SDValue NewCallSeqStart = DAG.getCALLSEQ_START(MemcpyCall,
Andrew Trickad6d08a2013-05-29 22:03:55 +00004685 CallSeqStart.getNode()->getOperand(1),
4686 SDLoc(MemcpyCall));
Bill Schmidt57d6de52012-10-23 15:51:16 +00004687 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
4688 NewCallSeqStart.getNode());
4689 return NewCallSeqStart;
4690}
4691
4692SDValue
4693PPCTargetLowering::LowerCall_64SVR4(SDValue Chain, SDValue Callee,
Sandeep Patel68c5f472009-09-02 08:44:58 +00004694 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004695 bool isTailCall, bool IsPatchPoint,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004696 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanfe7532a2010-07-07 15:54:55 +00004697 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004698 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004699 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004700 SmallVectorImpl<SDValue> &InVals,
4701 ImmutableCallSite *CS) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004702
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004703 bool isELFv2ABI = Subtarget.isELFv2ABI();
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004704 bool isLittleEndian = Subtarget.isLittleEndian();
Bill Schmidt57d6de52012-10-23 15:51:16 +00004705 unsigned NumOps = Outs.size();
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004706
Bill Schmidt57d6de52012-10-23 15:51:16 +00004707 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
4708 unsigned PtrByteSize = 8;
4709
4710 MachineFunction &MF = DAG.getMachineFunction();
4711
4712 // Mark this function as potentially containing a function that contains a
4713 // tail call. As a consequence the frame pointer will be used for dynamicalloc
4714 // and restoring the callers stack pointer in this functions epilog. This is
4715 // done because by tail calling the called function might overwrite the value
4716 // in this function's (MF) stack pointer stack slot 0(SP).
4717 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4718 CallConv == CallingConv::Fast)
4719 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
4720
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004721 assert(!(CallConv == CallingConv::Fast && isVarArg) &&
4722 "fastcc not supported on varargs functions");
4723
Bill Schmidt57d6de52012-10-23 15:51:16 +00004724 // Count how many bytes are to be pushed on the stack, including the linkage
Ulrich Weigand8658f172014-07-20 23:43:15 +00004725 // area, and parameter passing area. On ELFv1, the linkage area is 48 bytes
4726 // reserved space for [SP][CR][LR][2 x unused][TOC]; on ELFv2, the linkage
4727 // area is 32 bytes reserved space for [SP][CR][LR][TOC].
Eric Christophera4ae2132015-02-13 22:22:57 +00004728 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004729 unsigned NumBytes = LinkageSize;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004730 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Hal Finkelc93a9a22015-02-25 01:06:45 +00004731 unsigned &QFPR_idx = FPR_idx;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004732
4733 static const MCPhysReg GPR[] = {
4734 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
4735 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
4736 };
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004737 static const MCPhysReg VR[] = {
4738 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
4739 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
4740 };
4741 static const MCPhysReg VSRH[] = {
4742 PPC::VSH2, PPC::VSH3, PPC::VSH4, PPC::VSH5, PPC::VSH6, PPC::VSH7, PPC::VSH8,
4743 PPC::VSH9, PPC::VSH10, PPC::VSH11, PPC::VSH12, PPC::VSH13
4744 };
4745
4746 const unsigned NumGPRs = array_lengthof(GPR);
4747 const unsigned NumFPRs = 13;
4748 const unsigned NumVRs = array_lengthof(VR);
Hal Finkelc93a9a22015-02-25 01:06:45 +00004749 const unsigned NumQFPRs = NumFPRs;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004750
4751 // When using the fast calling convention, we don't provide backing for
4752 // arguments that will be in registers.
4753 unsigned NumGPRsUsed = 0, NumFPRsUsed = 0, NumVRsUsed = 0;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004754
4755 // Add up all the space actually used.
4756 for (unsigned i = 0; i != NumOps; ++i) {
4757 ISD::ArgFlagsTy Flags = Outs[i].Flags;
4758 EVT ArgVT = Outs[i].VT;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004759 EVT OrigVT = Outs[i].ArgVT;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004760
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004761 if (CallConv == CallingConv::Fast) {
4762 if (Flags.isByVal())
4763 NumGPRsUsed += (Flags.getByValSize()+7)/8;
4764 else
4765 switch (ArgVT.getSimpleVT().SimpleTy) {
4766 default: llvm_unreachable("Unexpected ValueType for argument!");
4767 case MVT::i1:
4768 case MVT::i32:
4769 case MVT::i64:
4770 if (++NumGPRsUsed <= NumGPRs)
4771 continue;
4772 break;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004773 case MVT::v4i32:
4774 case MVT::v8i16:
4775 case MVT::v16i8:
4776 case MVT::v2f64:
4777 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00004778 case MVT::v1i128:
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004779 if (++NumVRsUsed <= NumVRs)
4780 continue;
4781 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00004782 case MVT::v4f32:
4783 // When using QPX, this is handled like a FP register, otherwise, it
4784 // is an Altivec register.
4785 if (Subtarget.hasQPX()) {
4786 if (++NumFPRsUsed <= NumFPRs)
4787 continue;
4788 } else {
4789 if (++NumVRsUsed <= NumVRs)
4790 continue;
4791 }
4792 break;
4793 case MVT::f32:
4794 case MVT::f64:
4795 case MVT::v4f64: // QPX
4796 case MVT::v4i1: // QPX
4797 if (++NumFPRsUsed <= NumFPRs)
4798 continue;
4799 break;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004800 }
4801 }
4802
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004803 /* Respect alignment of argument on the stack. */
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004804 unsigned Align =
4805 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004806 NumBytes = ((NumBytes + Align - 1) / Align) * Align;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004807
4808 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004809 if (Flags.isInConsecutiveRegsLast())
4810 NumBytes = ((NumBytes + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004811 }
4812
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004813 unsigned NumBytesActuallyUsed = NumBytes;
4814
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004815 // The prolog code of the callee may store up to 8 GPR argument registers to
4816 // the stack, allowing va_start to index over them in memory if its varargs.
4817 // Because we cannot tell if this is needed on the caller side, we have to
4818 // conservatively assume that it is needed. As such, make sure we have at
4819 // least enough stack space for the caller to store the 8 GPRs.
Ulrich Weigand8658f172014-07-20 23:43:15 +00004820 // FIXME: On ELFv2, it may be unnecessary to allocate the parameter area.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004821 NumBytes = std::max(NumBytes, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004822
4823 // Tail call needs the stack to be aligned.
4824 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4825 CallConv == CallingConv::Fast)
Eric Christophercccae792015-01-30 22:02:31 +00004826 NumBytes = EnsureStackAlignment(Subtarget.getFrameLowering(), NumBytes);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004827
4828 // Calculate by how many bytes the stack has to be adjusted in case of tail
4829 // call optimization.
4830 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
4831
4832 // To protect arguments on the stack from being clobbered in a tail call,
4833 // force all the loads to happen before doing any other lowering.
4834 if (isTailCall)
4835 Chain = DAG.getStackArgumentTokenFactor(Chain);
4836
4837 // Adjust the stack pointer for the new arguments...
4838 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004839 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004840 dl);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004841 SDValue CallSeqStart = Chain;
4842
4843 // Load the return address and frame pointer so it can be move somewhere else
4844 // later.
4845 SDValue LROp, FPOp;
4846 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, true,
4847 dl);
4848
4849 // Set up a copy of the stack pointer for use loading and storing any
4850 // arguments that may not fit in the registers available for argument
4851 // passing.
4852 SDValue StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
4853
4854 // Figure out which arguments are going to go in registers, and which in
4855 // memory. Also, if this is a vararg function, floating point operations
4856 // must be stored to our stack, and loaded into integer regs as well, if
4857 // any integer regs are available for argument passing.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004858 unsigned ArgOffset = LinkageSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004859
4860 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
4861 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
4862
4863 SmallVector<SDValue, 8> MemOpChains;
4864 for (unsigned i = 0; i != NumOps; ++i) {
4865 SDValue Arg = OutVals[i];
4866 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004867 EVT ArgVT = Outs[i].VT;
4868 EVT OrigVT = Outs[i].ArgVT;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004869
4870 // PtrOff will be used to store the current argument to the stack if a
4871 // register cannot be found for it.
4872 SDValue PtrOff;
4873
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004874 // We re-align the argument offset for each argument, except when using the
4875 // fast calling convention, when we need to make sure we do that only when
4876 // we'll actually use a stack slot.
4877 auto ComputePtrOff = [&]() {
4878 /* Respect alignment of argument on the stack. */
4879 unsigned Align =
4880 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
4881 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004882
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004883 PtrOff = DAG.getConstant(ArgOffset, dl, StackPtr.getValueType());
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004884
4885 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
4886 };
4887
4888 if (CallConv != CallingConv::Fast) {
4889 ComputePtrOff();
4890
4891 /* Compute GPR index associated with argument offset. */
4892 GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
4893 GPR_idx = std::min(GPR_idx, NumGPRs);
4894 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00004895
4896 // Promote integers to 64-bit values.
Hal Finkel940ab932014-02-28 00:27:01 +00004897 if (Arg.getValueType() == MVT::i32 || Arg.getValueType() == MVT::i1) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00004898 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
4899 unsigned ExtOp = Flags.isSExt() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
4900 Arg = DAG.getNode(ExtOp, dl, MVT::i64, Arg);
4901 }
4902
4903 // FIXME memcpy is used way more than necessary. Correctness first.
4904 // Note: "by value" is code for passing a structure by value, not
4905 // basic types.
4906 if (Flags.isByVal()) {
4907 // Note: Size includes alignment padding, so
4908 // struct x { short a; char b; }
4909 // will have Size = 4. With #pragma pack(1), it will have Size = 3.
4910 // These are the proper values we need for right-justifying the
4911 // aggregate in a parameter register.
4912 unsigned Size = Flags.getByValSize();
Bill Schmidt9953cf22012-10-31 01:15:05 +00004913
4914 // An empty aggregate parameter takes up no storage and no
4915 // registers.
4916 if (Size == 0)
4917 continue;
4918
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004919 if (CallConv == CallingConv::Fast)
4920 ComputePtrOff();
4921
Bill Schmidt57d6de52012-10-23 15:51:16 +00004922 // All aggregates smaller than 8 bytes must be passed right-justified.
4923 if (Size==1 || Size==2 || Size==4) {
4924 EVT VT = (Size==1) ? MVT::i8 : ((Size==2) ? MVT::i16 : MVT::i32);
4925 if (GPR_idx != NumGPRs) {
4926 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg,
4927 MachinePointerInfo(), VT,
Louis Gerbarg67474e32014-07-31 21:45:05 +00004928 false, false, false, 0);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004929 MemOpChains.push_back(Load.getValue(1));
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004930 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00004931
4932 ArgOffset += PtrByteSize;
4933 continue;
4934 }
4935 }
4936
4937 if (GPR_idx == NumGPRs && Size < 8) {
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004938 SDValue AddPtr = PtrOff;
4939 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004940 SDValue Const = DAG.getConstant(PtrByteSize - Size, dl,
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004941 PtrOff.getValueType());
4942 AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
4943 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00004944 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
4945 CallSeqStart,
4946 Flags, DAG, dl);
4947 ArgOffset += PtrByteSize;
4948 continue;
4949 }
4950 // Copy entire object into memory. There are cases where gcc-generated
4951 // code assumes it is there, even if it could be put entirely into
4952 // registers. (This is not what the doc says.)
4953
4954 // FIXME: The above statement is likely due to a misunderstanding of the
4955 // documents. All arguments must be copied into the parameter area BY
4956 // THE CALLEE in the event that the callee takes the address of any
4957 // formal argument. That has not yet been implemented. However, it is
4958 // reasonable to use the stack area as a staging area for the register
4959 // load.
4960
4961 // Skip this for small aggregates, as we will use the same slot for a
4962 // right-justified copy, below.
4963 if (Size >= 8)
4964 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, PtrOff,
4965 CallSeqStart,
4966 Flags, DAG, dl);
4967
4968 // When a register is available, pass a small aggregate right-justified.
4969 if (Size < 8 && GPR_idx != NumGPRs) {
4970 // The easiest way to get this right-justified in a register
4971 // is to copy the structure into the rightmost portion of a
4972 // local variable slot, then load the whole slot into the
4973 // register.
4974 // FIXME: The memcpy seems to produce pretty awful code for
4975 // small aggregates, particularly for packed ones.
Matt Arsenault758659232013-05-18 00:21:46 +00004976 // FIXME: It would be preferable to use the slot in the
Bill Schmidt57d6de52012-10-23 15:51:16 +00004977 // parameter save area instead of a new local variable.
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004978 SDValue AddPtr = PtrOff;
4979 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004980 SDValue Const = DAG.getConstant(8 - Size, dl, PtrOff.getValueType());
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004981 AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
4982 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00004983 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
4984 CallSeqStart,
4985 Flags, DAG, dl);
4986
4987 // Load the slot into the register.
4988 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, PtrOff,
4989 MachinePointerInfo(),
4990 false, false, false, 0);
4991 MemOpChains.push_back(Load.getValue(1));
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004992 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00004993
4994 // Done with this argument.
4995 ArgOffset += PtrByteSize;
4996 continue;
4997 }
4998
4999 // For aggregates larger than PtrByteSize, copy the pieces of the
5000 // object that fit into registers from the parameter save area.
5001 for (unsigned j=0; j<Size; j+=PtrByteSize) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005002 SDValue Const = DAG.getConstant(j, dl, PtrOff.getValueType());
Bill Schmidt57d6de52012-10-23 15:51:16 +00005003 SDValue AddArg = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, Const);
5004 if (GPR_idx != NumGPRs) {
5005 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
5006 MachinePointerInfo(),
5007 false, false, false, 0);
5008 MemOpChains.push_back(Load.getValue(1));
5009 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5010 ArgOffset += PtrByteSize;
5011 } else {
5012 ArgOffset += ((Size - j + PtrByteSize-1)/PtrByteSize)*PtrByteSize;
5013 break;
5014 }
5015 }
5016 continue;
5017 }
5018
Craig Topper56710102013-08-15 02:33:50 +00005019 switch (Arg.getSimpleValueType().SimpleTy) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005020 default: llvm_unreachable("Unexpected ValueType for argument!");
Hal Finkel940ab932014-02-28 00:27:01 +00005021 case MVT::i1:
Bill Schmidt57d6de52012-10-23 15:51:16 +00005022 case MVT::i32:
5023 case MVT::i64:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005024 // These can be scalar arguments or elements of an integer array type
5025 // passed directly. Clang may use those instead of "byval" aggregate
5026 // types to avoid forcing arguments to memory unnecessarily.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005027 if (GPR_idx != NumGPRs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005028 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Arg));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005029 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005030 if (CallConv == CallingConv::Fast)
5031 ComputePtrOff();
5032
Bill Schmidt57d6de52012-10-23 15:51:16 +00005033 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5034 true, isTailCall, false, MemOpChains,
5035 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005036 if (CallConv == CallingConv::Fast)
5037 ArgOffset += PtrByteSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005038 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005039 if (CallConv != CallingConv::Fast)
5040 ArgOffset += PtrByteSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005041 break;
5042 case MVT::f32:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005043 case MVT::f64: {
5044 // These can be scalar arguments or elements of a float array type
5045 // passed directly. The latter are used to implement ELFv2 homogenous
5046 // float aggregates.
5047
5048 // Named arguments go into FPRs first, and once they overflow, the
5049 // remaining arguments go into GPRs and then the parameter save area.
5050 // Unnamed arguments for vararg functions always go to GPRs and
5051 // then the parameter save area. For now, put all arguments to vararg
5052 // routines always in both locations (FPR *and* GPR or stack slot).
5053 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005054 bool NeededLoad = false;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005055
5056 // First load the argument into the next available FPR.
5057 if (FPR_idx != NumFPRs)
Bill Schmidt57d6de52012-10-23 15:51:16 +00005058 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));
5059
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005060 // Next, load the argument into GPR or stack slot if needed.
5061 if (!NeedGPROrStack)
5062 ;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005063 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) {
Hal Finkel8ea446b2015-01-18 14:31:10 +00005064 // FIXME: We may want to re-enable this for CallingConv::Fast on the P8
5065 // once we support fp <-> gpr moves.
5066
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005067 // In the non-vararg case, this can only ever happen in the
5068 // presence of f32 array types, since otherwise we never run
5069 // out of FPRs before running out of GPRs.
5070 SDValue ArgVal;
Bill Schmidtbd4ac262012-10-29 21:18:16 +00005071
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005072 // Double values are always passed in a single GPR.
5073 if (Arg.getValueType() != MVT::f32) {
5074 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005075
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005076 // Non-array float values are extended and passed in a GPR.
5077 } else if (!Flags.isInConsecutiveRegs()) {
5078 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5079 ArgVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i64, ArgVal);
5080
5081 // If we have an array of floats, we collect every odd element
5082 // together with its predecessor into one GPR.
5083 } else if (ArgOffset % PtrByteSize != 0) {
5084 SDValue Lo, Hi;
5085 Lo = DAG.getNode(ISD::BITCAST, dl, MVT::i32, OutVals[i - 1]);
5086 Hi = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5087 if (!isLittleEndian)
5088 std::swap(Lo, Hi);
5089 ArgVal = DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
5090
5091 // The final element, if even, goes into the first half of a GPR.
5092 } else if (Flags.isInConsecutiveRegsLast()) {
5093 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5094 ArgVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i64, ArgVal);
5095 if (!isLittleEndian)
5096 ArgVal = DAG.getNode(ISD::SHL, dl, MVT::i64, ArgVal,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005097 DAG.getConstant(32, dl, MVT::i32));
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005098
5099 // Non-final even elements are skipped; they will be handled
5100 // together the with subsequent argument on the next go-around.
5101 } else
5102 ArgVal = SDValue();
5103
5104 if (ArgVal.getNode())
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005105 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], ArgVal));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005106 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005107 if (CallConv == CallingConv::Fast)
5108 ComputePtrOff();
5109
Bill Schmidt57d6de52012-10-23 15:51:16 +00005110 // Single-precision floating-point values are mapped to the
5111 // second (rightmost) word of the stack doubleword.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005112 if (Arg.getValueType() == MVT::f32 &&
5113 !isLittleEndian && !Flags.isInConsecutiveRegs()) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005114 SDValue ConstFour = DAG.getConstant(4, dl, PtrOff.getValueType());
Bill Schmidt57d6de52012-10-23 15:51:16 +00005115 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, ConstFour);
5116 }
5117
5118 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5119 true, isTailCall, false, MemOpChains,
5120 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005121
5122 NeededLoad = true;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005123 }
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005124 // When passing an array of floats, the array occupies consecutive
5125 // space in the argument area; only round up to the next doubleword
5126 // at the end of the array. Otherwise, each float takes 8 bytes.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005127 if (CallConv != CallingConv::Fast || NeededLoad) {
5128 ArgOffset += (Arg.getValueType() == MVT::f32 &&
5129 Flags.isInConsecutiveRegs()) ? 4 : 8;
5130 if (Flags.isInConsecutiveRegsLast())
5131 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
5132 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005133 break;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005134 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005135 case MVT::v4f32:
5136 case MVT::v4i32:
5137 case MVT::v8i16:
5138 case MVT::v16i8:
Hal Finkel27774d92014-03-13 07:58:58 +00005139 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00005140 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00005141 case MVT::v1i128:
Hal Finkelc93a9a22015-02-25 01:06:45 +00005142 if (!Subtarget.hasQPX()) {
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005143 // These can be scalar arguments or elements of a vector array type
5144 // passed directly. The latter are used to implement ELFv2 homogenous
5145 // vector aggregates.
5146
Ulrich Weigand9ba552d2014-06-23 12:36:34 +00005147 // For a varargs call, named arguments go into VRs or on the stack as
5148 // usual; unnamed arguments always go to the stack or the corresponding
5149 // GPRs when within range. For now, we always put the value in both
5150 // locations (or even all three).
Bill Schmidt57d6de52012-10-23 15:51:16 +00005151 if (isVarArg) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005152 // We could elide this store in the case where the object fits
5153 // entirely in R registers. Maybe later.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005154 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5155 MachinePointerInfo(), false, false, 0);
5156 MemOpChains.push_back(Store);
5157 if (VR_idx != NumVRs) {
5158 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff,
5159 MachinePointerInfo(),
5160 false, false, false, 0);
5161 MemOpChains.push_back(Load.getValue(1));
Hal Finkel7811c612014-03-28 19:58:11 +00005162
5163 unsigned VReg = (Arg.getSimpleValueType() == MVT::v2f64 ||
5164 Arg.getSimpleValueType() == MVT::v2i64) ?
5165 VSRH[VR_idx] : VR[VR_idx];
5166 ++VR_idx;
5167
5168 RegsToPass.push_back(std::make_pair(VReg, Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005169 }
5170 ArgOffset += 16;
5171 for (unsigned i=0; i<16; i+=PtrByteSize) {
5172 if (GPR_idx == NumGPRs)
5173 break;
5174 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005175 DAG.getConstant(i, dl, PtrVT));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005176 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5177 false, false, false, 0);
5178 MemOpChains.push_back(Load.getValue(1));
5179 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5180 }
5181 break;
5182 }
5183
Ulrich Weigand9ba552d2014-06-23 12:36:34 +00005184 // Non-varargs Altivec params go into VRs or on the stack.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005185 if (VR_idx != NumVRs) {
Hal Finkel7811c612014-03-28 19:58:11 +00005186 unsigned VReg = (Arg.getSimpleValueType() == MVT::v2f64 ||
5187 Arg.getSimpleValueType() == MVT::v2i64) ?
5188 VSRH[VR_idx] : VR[VR_idx];
5189 ++VR_idx;
5190
5191 RegsToPass.push_back(std::make_pair(VReg, Arg));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005192 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005193 if (CallConv == CallingConv::Fast)
5194 ComputePtrOff();
5195
Bill Schmidt57d6de52012-10-23 15:51:16 +00005196 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5197 true, isTailCall, true, MemOpChains,
5198 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005199 if (CallConv == CallingConv::Fast)
5200 ArgOffset += 16;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005201 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005202
5203 if (CallConv != CallingConv::Fast)
5204 ArgOffset += 16;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005205 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00005206 } // not QPX
5207
5208 assert(Arg.getValueType().getSimpleVT().SimpleTy == MVT::v4f32 &&
5209 "Invalid QPX parameter type");
5210
5211 /* fall through */
5212 case MVT::v4f64:
5213 case MVT::v4i1: {
5214 bool IsF32 = Arg.getValueType().getSimpleVT().SimpleTy == MVT::v4f32;
5215 if (isVarArg) {
5216 // We could elide this store in the case where the object fits
5217 // entirely in R registers. Maybe later.
5218 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5219 MachinePointerInfo(), false, false, 0);
5220 MemOpChains.push_back(Store);
5221 if (QFPR_idx != NumQFPRs) {
5222 SDValue Load = DAG.getLoad(IsF32 ? MVT::v4f32 : MVT::v4f64, dl,
5223 Store, PtrOff, MachinePointerInfo(),
5224 false, false, false, 0);
5225 MemOpChains.push_back(Load.getValue(1));
5226 RegsToPass.push_back(std::make_pair(QFPR[QFPR_idx++], Load));
5227 }
5228 ArgOffset += (IsF32 ? 16 : 32);
Aaron Ballman70c27de2015-02-25 13:02:23 +00005229 for (unsigned i = 0; i < (IsF32 ? 16U : 32U); i += PtrByteSize) {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005230 if (GPR_idx == NumGPRs)
5231 break;
5232 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005233 DAG.getConstant(i, dl, PtrVT));
Hal Finkelc93a9a22015-02-25 01:06:45 +00005234 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5235 false, false, false, 0);
5236 MemOpChains.push_back(Load.getValue(1));
5237 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5238 }
5239 break;
5240 }
5241
5242 // Non-varargs QPX params go into registers or on the stack.
5243 if (QFPR_idx != NumQFPRs) {
5244 RegsToPass.push_back(std::make_pair(QFPR[QFPR_idx++], Arg));
5245 } else {
5246 if (CallConv == CallingConv::Fast)
5247 ComputePtrOff();
5248
5249 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5250 true, isTailCall, true, MemOpChains,
5251 TailCallArguments, dl);
5252 if (CallConv == CallingConv::Fast)
5253 ArgOffset += (IsF32 ? 16 : 32);
5254 }
5255
5256 if (CallConv != CallingConv::Fast)
5257 ArgOffset += (IsF32 ? 16 : 32);
5258 break;
5259 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005260 }
5261 }
5262
Ulrich Weigandec2bf932014-07-07 19:26:41 +00005263 assert(NumBytesActuallyUsed == ArgOffset);
Ulrich Weigandde8641b2014-07-07 19:39:44 +00005264 (void)NumBytesActuallyUsed;
Ulrich Weigandec2bf932014-07-07 19:26:41 +00005265
Bill Schmidt57d6de52012-10-23 15:51:16 +00005266 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00005267 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005268
5269 // Check if this is an indirect call (MTCTR/BCTRL).
5270 // See PrepareCall() for more information about calls through function
5271 // pointers in the 64-bit SVR4 ABI.
Hal Finkel934361a2015-01-14 01:07:51 +00005272 if (!isTailCall && !IsPatchPoint &&
Hal Finkel87deb0b2015-01-12 04:34:47 +00005273 !isFunctionGlobalAddress(Callee) &&
5274 !isa<ExternalSymbolSDNode>(Callee)) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005275 // Load r2 into a virtual register and store it to the TOC save area.
Hal Finkele6698d52015-02-01 15:03:28 +00005276 setUsesTOCBasePtr(DAG);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005277 SDValue Val = DAG.getCopyFromReg(Chain, dl, PPC::X2, MVT::i64);
5278 // TOC save area offset.
Eric Christopher736d39e2015-02-13 00:39:36 +00005279 unsigned TOCSaveOffset = Subtarget.getFrameLowering()->getTOCSaveOffset();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005280 SDValue PtrOff = DAG.getIntPtrConstant(TOCSaveOffset, dl);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005281 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
Hal Finkele2ab0f12015-01-15 21:17:34 +00005282 Chain = DAG.getStore(Val.getValue(1), dl, Val, AddPtr,
5283 MachinePointerInfo::getStack(TOCSaveOffset),
Bill Schmidt57d6de52012-10-23 15:51:16 +00005284 false, false, 0);
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00005285 // In the ELFv2 ABI, R12 must contain the address of an indirect callee.
5286 // This does not mean the MTCTR instruction must use R12; it's easier
5287 // to model this as an extra parameter, so do that.
Hal Finkel934361a2015-01-14 01:07:51 +00005288 if (isELFv2ABI && !IsPatchPoint)
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00005289 RegsToPass.push_back(std::make_pair((unsigned)PPC::X12, Callee));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005290 }
5291
5292 // Build a sequence of copy-to-reg nodes chained together with token chain
5293 // and flag operands which copy the outgoing args into the appropriate regs.
5294 SDValue InFlag;
5295 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
5296 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
5297 RegsToPass[i].second, InFlag);
5298 InFlag = Chain.getValue(1);
5299 }
5300
5301 if (isTailCall)
5302 PrepareTailCall(DAG, InFlag, Chain, dl, true, SPDiff, NumBytes, LROp,
5303 FPOp, true, TailCallArguments);
5304
Hal Finkel934361a2015-01-14 01:07:51 +00005305 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint, DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00005306 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff,
5307 NumBytes, Ins, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005308}
5309
5310SDValue
5311PPCTargetLowering::LowerCall_Darwin(SDValue Chain, SDValue Callee,
5312 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00005313 bool isTailCall, bool IsPatchPoint,
Bill Schmidt57d6de52012-10-23 15:51:16 +00005314 const SmallVectorImpl<ISD::OutputArg> &Outs,
5315 const SmallVectorImpl<SDValue> &OutVals,
5316 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00005317 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00005318 SmallVectorImpl<SDValue> &InVals,
5319 ImmutableCallSite *CS) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005320
5321 unsigned NumOps = Outs.size();
Scott Michelcf0da6c2009-02-17 22:15:04 +00005322
Owen Anderson53aa7a92009-08-10 22:56:29 +00005323 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Owen Anderson9f944592009-08-11 20:47:22 +00005324 bool isPPC64 = PtrVT == MVT::i64;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005325 unsigned PtrByteSize = isPPC64 ? 8 : 4;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005326
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005327 MachineFunction &MF = DAG.getMachineFunction();
5328
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005329 // Mark this function as potentially containing a function that contains a
5330 // tail call. As a consequence the frame pointer will be used for dynamicalloc
5331 // and restoring the callers stack pointer in this functions epilog. This is
5332 // done because by tail calling the called function might overwrite the value
5333 // in this function's (MF) stack pointer stack slot 0(SP).
Nick Lewycky50f02cb2011-12-02 22:16:29 +00005334 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5335 CallConv == CallingConv::Fast)
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005336 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
5337
Chris Lattneraa40ec12006-05-16 22:56:08 +00005338 // Count how many bytes are to be pushed on the stack, including the linkage
Chris Lattnerec78cad2006-06-26 22:48:35 +00005339 // area, and parameter passing area. We start with 24/48 bytes, which is
Chris Lattnerb7552a82006-05-17 00:15:40 +00005340 // prereserved space for [SP][CR][LR][3 x unused].
Eric Christophera4ae2132015-02-13 22:22:57 +00005341 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005342 unsigned NumBytes = LinkageSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00005343
5344 // Add up all the space actually used.
5345 // In 32-bit non-varargs calls, Altivec parameters all go at the end; usually
5346 // they all go in registers, but we must reserve stack space for them for
5347 // possible use by the caller. In varargs or 64-bit calls, parameters are
5348 // assigned stack space in order, with padding so Altivec parameters are
5349 // 16-byte aligned.
5350 unsigned nAltivecParamsAtEnd = 0;
5351 for (unsigned i = 0; i != NumOps; ++i) {
5352 ISD::ArgFlagsTy Flags = Outs[i].Flags;
5353 EVT ArgVT = Outs[i].VT;
5354 // Varargs Altivec parameters are padded to a 16 byte boundary.
5355 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
5356 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
5357 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64) {
5358 if (!isVarArg && !isPPC64) {
5359 // Non-varargs Altivec parameters go after all the non-Altivec
5360 // parameters; handle those later so we know how much padding we need.
5361 nAltivecParamsAtEnd++;
5362 continue;
5363 }
5364 // Varargs and 64-bit Altivec parameters are padded to 16 byte boundary.
5365 NumBytes = ((NumBytes+15)/16)*16;
5366 }
5367 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
5368 }
5369
5370 // Allow for Altivec parameters at the end, if needed.
5371 if (nAltivecParamsAtEnd) {
5372 NumBytes = ((NumBytes+15)/16)*16;
5373 NumBytes += 16*nAltivecParamsAtEnd;
5374 }
5375
5376 // The prolog code of the callee may store up to 8 GPR argument registers to
5377 // the stack, allowing va_start to index over them in memory if its varargs.
5378 // Because we cannot tell if this is needed on the caller side, we have to
5379 // conservatively assume that it is needed. As such, make sure we have at
5380 // least enough stack space for the caller to store the 8 GPRs.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005381 NumBytes = std::max(NumBytes, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00005382
5383 // Tail call needs the stack to be aligned.
5384 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5385 CallConv == CallingConv::Fast)
Eric Christophercccae792015-01-30 22:02:31 +00005386 NumBytes = EnsureStackAlignment(Subtarget.getFrameLowering(), NumBytes);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005387
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005388 // Calculate by how many bytes the stack has to be adjusted in case of tail
5389 // call optimization.
5390 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005391
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005392 // To protect arguments on the stack from being clobbered in a tail call,
5393 // force all the loads to happen before doing any other lowering.
5394 if (isTailCall)
5395 Chain = DAG.getStackArgumentTokenFactor(Chain);
5396
Chris Lattnerb7552a82006-05-17 00:15:40 +00005397 // Adjust the stack pointer for the new arguments...
5398 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005399 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00005400 dl);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005401 SDValue CallSeqStart = Chain;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005402
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005403 // Load the return address and frame pointer so it can be move somewhere else
5404 // later.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005405 SDValue LROp, FPOp;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00005406 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, true,
5407 dl);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005408
Chris Lattnerb7552a82006-05-17 00:15:40 +00005409 // Set up a copy of the stack pointer for use loading and storing any
5410 // arguments that may not fit in the registers available for argument
5411 // passing.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005412 SDValue StackPtr;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005413 if (isPPC64)
Owen Anderson9f944592009-08-11 20:47:22 +00005414 StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005415 else
Owen Anderson9f944592009-08-11 20:47:22 +00005416 StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005417
Chris Lattnerb7552a82006-05-17 00:15:40 +00005418 // Figure out which arguments are going to go in registers, and which in
5419 // memory. Also, if this is a vararg function, floating point operations
5420 // must be stored to our stack, and loaded into integer regs as well, if
5421 // any integer regs are available for argument passing.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005422 unsigned ArgOffset = LinkageSize;
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005423 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005424
Craig Topper840beec2014-04-04 05:16:06 +00005425 static const MCPhysReg GPR_32[] = { // 32-bit registers.
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005426 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
5427 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
5428 };
Craig Topper840beec2014-04-04 05:16:06 +00005429 static const MCPhysReg GPR_64[] = { // 64-bit registers.
Chris Lattnerec78cad2006-06-26 22:48:35 +00005430 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
5431 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
5432 };
Craig Topper840beec2014-04-04 05:16:06 +00005433 static const MCPhysReg VR[] = {
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005434 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
5435 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
5436 };
Owen Andersone2f23a32007-09-07 04:06:50 +00005437 const unsigned NumGPRs = array_lengthof(GPR_32);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005438 const unsigned NumFPRs = 13;
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00005439 const unsigned NumVRs = array_lengthof(VR);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005440
Craig Topper840beec2014-04-04 05:16:06 +00005441 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005442
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005443 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005444 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
5445
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005446 SmallVector<SDValue, 8> MemOpChains;
Evan Chengc2cd4732006-05-25 00:57:32 +00005447 for (unsigned i = 0; i != NumOps; ++i) {
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005448 SDValue Arg = OutVals[i];
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005449 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00005450
Chris Lattnerb7552a82006-05-17 00:15:40 +00005451 // PtrOff will be used to store the current argument to the stack if a
5452 // register cannot be found for it.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005453 SDValue PtrOff;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005454
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005455 PtrOff = DAG.getConstant(ArgOffset, dl, StackPtr.getValueType());
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00005456
Dale Johannesen679073b2009-02-04 02:34:38 +00005457 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005458
5459 // On PPC64, promote integers to 64-bit values.
Owen Anderson9f944592009-08-11 20:47:22 +00005460 if (isPPC64 && Arg.getValueType() == MVT::i32) {
Duncan Sandsd97eea32008-03-21 09:14:45 +00005461 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
5462 unsigned ExtOp = Flags.isSExt() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
Owen Anderson9f944592009-08-11 20:47:22 +00005463 Arg = DAG.getNode(ExtOp, dl, MVT::i64, Arg);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005464 }
Dale Johannesen85d41a12008-03-04 23:17:14 +00005465
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005466 // FIXME memcpy is used way more than necessary. Correctness first.
Bill Schmidt019cc6f2012-09-19 15:42:13 +00005467 // Note: "by value" is code for passing a structure by value, not
5468 // basic types.
Duncan Sandsd97eea32008-03-21 09:14:45 +00005469 if (Flags.isByVal()) {
5470 unsigned Size = Flags.getByValSize();
Bill Schmidt57d6de52012-10-23 15:51:16 +00005471 // Very small objects are passed right-justified. Everything else is
5472 // passed left-justified.
5473 if (Size==1 || Size==2) {
5474 EVT VT = (Size==1) ? MVT::i8 : MVT::i16;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005475 if (GPR_idx != NumGPRs) {
Stuart Hastings81c43062011-02-16 16:23:55 +00005476 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg,
Chris Lattner3d178ed2010-09-21 17:04:51 +00005477 MachinePointerInfo(), VT,
Louis Gerbarg67474e32014-07-31 21:45:05 +00005478 false, false, false, 0);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005479 MemOpChains.push_back(Load.getValue(1));
5480 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005481
5482 ArgOffset += PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005483 } else {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005484 SDValue Const = DAG.getConstant(PtrByteSize - Size, dl,
Bill Schmidt48081ca2012-10-16 13:30:53 +00005485 PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005486 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005487 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
5488 CallSeqStart,
5489 Flags, DAG, dl);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005490 ArgOffset += PtrByteSize;
5491 }
5492 continue;
5493 }
Dale Johannesen92dcf1e2008-03-17 02:13:43 +00005494 // Copy entire object into memory. There are cases where gcc-generated
5495 // code assumes it is there, even if it could be put entirely into
5496 // registers. (This is not what the doc says.)
Bill Schmidt57d6de52012-10-23 15:51:16 +00005497 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, PtrOff,
5498 CallSeqStart,
5499 Flags, DAG, dl);
Bill Schmidt019cc6f2012-09-19 15:42:13 +00005500
5501 // For small aggregates (Darwin only) and aggregates >= PtrByteSize,
5502 // copy the pieces of the object that fit into registers from the
5503 // parameter save area.
Dale Johannesen85d41a12008-03-04 23:17:14 +00005504 for (unsigned j=0; j<Size; j+=PtrByteSize) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005505 SDValue Const = DAG.getConstant(j, dl, PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005506 SDValue AddArg = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, Const);
Dale Johannesen85d41a12008-03-04 23:17:14 +00005507 if (GPR_idx != NumGPRs) {
Chris Lattner7727d052010-09-21 06:44:06 +00005508 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
5509 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005510 false, false, false, 0);
Dale Johannesen0d235052008-03-05 23:31:27 +00005511 MemOpChains.push_back(Load.getValue(1));
Dale Johannesen85d41a12008-03-04 23:17:14 +00005512 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005513 ArgOffset += PtrByteSize;
Dale Johannesen85d41a12008-03-04 23:17:14 +00005514 } else {
Dale Johannesen92dcf1e2008-03-17 02:13:43 +00005515 ArgOffset += ((Size - j + PtrByteSize-1)/PtrByteSize)*PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005516 break;
Dale Johannesen85d41a12008-03-04 23:17:14 +00005517 }
5518 }
5519 continue;
5520 }
5521
Craig Topper56710102013-08-15 02:33:50 +00005522 switch (Arg.getSimpleValueType().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00005523 default: llvm_unreachable("Unexpected ValueType for argument!");
Hal Finkel5cae2162014-02-28 01:17:25 +00005524 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00005525 case MVT::i32:
5526 case MVT::i64:
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005527 if (GPR_idx != NumGPRs) {
Hal Finkel7f908e82014-03-06 00:45:19 +00005528 if (Arg.getValueType() == MVT::i1)
5529 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, PtrVT, Arg);
5530
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005531 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Arg));
Chris Lattnerb7552a82006-05-17 00:15:40 +00005532 } else {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005533 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5534 isPPC64, isTailCall, false, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005535 TailCallArguments, dl);
Chris Lattnerb7552a82006-05-17 00:15:40 +00005536 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005537 ArgOffset += PtrByteSize;
Chris Lattnerb7552a82006-05-17 00:15:40 +00005538 break;
Owen Anderson9f944592009-08-11 20:47:22 +00005539 case MVT::f32:
5540 case MVT::f64:
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005541 if (FPR_idx != NumFPRs) {
5542 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));
5543
Chris Lattnerb7552a82006-05-17 00:15:40 +00005544 if (isVarArg) {
Chris Lattner676c61d2010-09-21 18:41:36 +00005545 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5546 MachinePointerInfo(), false, false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005547 MemOpChains.push_back(Store);
5548
Chris Lattnerb7552a82006-05-17 00:15:40 +00005549 // Float varargs are always shadowed in available integer registers
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005550 if (GPR_idx != NumGPRs) {
Chris Lattner7727d052010-09-21 06:44:06 +00005551 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
Pete Cooper82cd9e82011-11-08 18:42:53 +00005552 MachinePointerInfo(), false, false,
5553 false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005554 MemOpChains.push_back(Load.getValue(1));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005555 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Chris Lattnerb7552a82006-05-17 00:15:40 +00005556 }
Owen Anderson9f944592009-08-11 20:47:22 +00005557 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005558 SDValue ConstFour = DAG.getConstant(4, dl, PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005559 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, ConstFour);
Chris Lattner7727d052010-09-21 06:44:06 +00005560 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
5561 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005562 false, false, false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005563 MemOpChains.push_back(Load.getValue(1));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005564 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Chris Lattneraa40ec12006-05-16 22:56:08 +00005565 }
5566 } else {
Chris Lattnerb7552a82006-05-17 00:15:40 +00005567 // If we have any FPRs remaining, we may also have GPRs remaining.
5568 // Args passed in FPRs consume either 1 (f32) or 2 (f64) available
5569 // GPRs.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005570 if (GPR_idx != NumGPRs)
5571 ++GPR_idx;
Owen Anderson9f944592009-08-11 20:47:22 +00005572 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 &&
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005573 !isPPC64) // PPC64 has 64-bit GPR's obviously :)
5574 ++GPR_idx;
Chris Lattneraa40ec12006-05-16 22:56:08 +00005575 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005576 } else
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005577 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5578 isPPC64, isTailCall, false, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005579 TailCallArguments, dl);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005580 if (isPPC64)
5581 ArgOffset += 8;
5582 else
Owen Anderson9f944592009-08-11 20:47:22 +00005583 ArgOffset += Arg.getValueType() == MVT::f32 ? 4 : 8;
Chris Lattnerb7552a82006-05-17 00:15:40 +00005584 break;
Owen Anderson9f944592009-08-11 20:47:22 +00005585 case MVT::v4f32:
5586 case MVT::v4i32:
5587 case MVT::v8i16:
5588 case MVT::v16i8:
Dale Johannesenb28456e2008-03-12 00:22:17 +00005589 if (isVarArg) {
5590 // These go aligned on the stack, or in the corresponding R registers
Scott Michelcf0da6c2009-02-17 22:15:04 +00005591 // when within range. The Darwin PPC ABI doc claims they also go in
Dale Johannesenb28456e2008-03-12 00:22:17 +00005592 // V registers; in fact gcc does this only for arguments that are
5593 // prototyped, not for those that match the ... We do it for all
5594 // arguments, seems to work.
5595 while (ArgOffset % 16 !=0) {
5596 ArgOffset += PtrByteSize;
5597 if (GPR_idx != NumGPRs)
5598 GPR_idx++;
5599 }
5600 // We could elide this store in the case where the object fits
5601 // entirely in R registers. Maybe later.
Scott Michelcf0da6c2009-02-17 22:15:04 +00005602 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005603 DAG.getConstant(ArgOffset, dl, PtrVT));
Chris Lattner676c61d2010-09-21 18:41:36 +00005604 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5605 MachinePointerInfo(), false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005606 MemOpChains.push_back(Store);
5607 if (VR_idx != NumVRs) {
Wesley Peck527da1b2010-11-23 03:31:01 +00005608 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff,
Chris Lattner7727d052010-09-21 06:44:06 +00005609 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005610 false, false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005611 MemOpChains.push_back(Load.getValue(1));
5612 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Load));
5613 }
5614 ArgOffset += 16;
5615 for (unsigned i=0; i<16; i+=PtrByteSize) {
5616 if (GPR_idx == NumGPRs)
5617 break;
Dale Johannesen679073b2009-02-04 02:34:38 +00005618 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005619 DAG.getConstant(i, dl, PtrVT));
Chris Lattner7727d052010-09-21 06:44:06 +00005620 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005621 false, false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005622 MemOpChains.push_back(Load.getValue(1));
5623 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5624 }
5625 break;
5626 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005627
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005628 // Non-varargs Altivec params generally go in registers, but have
5629 // stack space allocated at the end.
5630 if (VR_idx != NumVRs) {
5631 // Doesn't have GPR space allocated.
5632 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Arg));
5633 } else if (nAltivecParamsAtEnd==0) {
5634 // We are emitting Altivec params in order.
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005635 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5636 isPPC64, isTailCall, true, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005637 TailCallArguments, dl);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005638 ArgOffset += 16;
Dale Johannesenb28456e2008-03-12 00:22:17 +00005639 }
Chris Lattnerb7552a82006-05-17 00:15:40 +00005640 break;
Chris Lattneraa40ec12006-05-16 22:56:08 +00005641 }
Chris Lattneraa40ec12006-05-16 22:56:08 +00005642 }
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005643 // If all Altivec parameters fit in registers, as they usually do,
5644 // they get stack space following the non-Altivec parameters. We
5645 // don't track this here because nobody below needs it.
5646 // If there are more Altivec parameters than fit in registers emit
5647 // the stores here.
5648 if (!isVarArg && nAltivecParamsAtEnd > NumVRs) {
5649 unsigned j = 0;
5650 // Offset is aligned; skip 1st 12 params which go in V registers.
5651 ArgOffset = ((ArgOffset+15)/16)*16;
5652 ArgOffset += 12*16;
5653 for (unsigned i = 0; i != NumOps; ++i) {
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005654 SDValue Arg = OutVals[i];
5655 EVT ArgType = Outs[i].VT;
Owen Anderson9f944592009-08-11 20:47:22 +00005656 if (ArgType==MVT::v4f32 || ArgType==MVT::v4i32 ||
5657 ArgType==MVT::v8i16 || ArgType==MVT::v16i8) {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005658 if (++j > NumVRs) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005659 SDValue PtrOff;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005660 // We are emitting Altivec params in order.
5661 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5662 isPPC64, isTailCall, true, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005663 TailCallArguments, dl);
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005664 ArgOffset += 16;
5665 }
5666 }
5667 }
5668 }
5669
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005670 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00005671 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005672
Dale Johannesen90eab672010-03-09 20:15:42 +00005673 // On Darwin, R12 must contain the address of an indirect callee. This does
5674 // not mean the MTCTR instruction must use R12; it's easier to model this as
5675 // an extra parameter, so do that.
Wesley Peck527da1b2010-11-23 03:31:01 +00005676 if (!isTailCall &&
Hal Finkel87deb0b2015-01-12 04:34:47 +00005677 !isFunctionGlobalAddress(Callee) &&
5678 !isa<ExternalSymbolSDNode>(Callee) &&
Dale Johannesen90eab672010-03-09 20:15:42 +00005679 !isBLACompatibleAddress(Callee, DAG))
5680 RegsToPass.push_back(std::make_pair((unsigned)(isPPC64 ? PPC::X12 :
5681 PPC::R12), Callee));
5682
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005683 // Build a sequence of copy-to-reg nodes chained together with token chain
5684 // and flag operands which copy the outgoing args into the appropriate regs.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005685 SDValue InFlag;
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005686 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelcf0da6c2009-02-17 22:15:04 +00005687 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesen679073b2009-02-04 02:34:38 +00005688 RegsToPass[i].second, InFlag);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005689 InFlag = Chain.getValue(1);
5690 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00005691
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00005692 if (isTailCall)
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005693 PrepareTailCall(DAG, InFlag, Chain, dl, isPPC64, SPDiff, NumBytes, LROp,
5694 FPOp, true, TailCallArguments);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005695
Hal Finkel934361a2015-01-14 01:07:51 +00005696 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint, DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00005697 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff,
5698 NumBytes, Ins, InVals, CS);
Chris Lattneraa40ec12006-05-16 22:56:08 +00005699}
5700
Hal Finkel450128a2011-10-14 19:51:36 +00005701bool
5702PPCTargetLowering::CanLowerReturn(CallingConv::ID CallConv,
5703 MachineFunction &MF, bool isVarArg,
5704 const SmallVectorImpl<ISD::OutputArg> &Outs,
5705 LLVMContext &Context) const {
5706 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00005707 CCState CCInfo(CallConv, isVarArg, MF, RVLocs, Context);
Hal Finkel450128a2011-10-14 19:51:36 +00005708 return CCInfo.CheckReturn(Outs, RetCC_PPC);
5709}
5710
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005711SDValue
5712PPCTargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00005713 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005714 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005715 const SmallVectorImpl<SDValue> &OutVals,
Andrew Trickef9de2a2013-05-25 02:42:55 +00005716 SDLoc dl, SelectionDAG &DAG) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005717
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005718 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00005719 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
5720 *DAG.getContext());
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005721 CCInfo.AnalyzeReturn(Outs, RetCC_PPC);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005722
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005723 SDValue Flag;
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005724 SmallVector<SDValue, 4> RetOps(1, Chain);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005725
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005726 // Copy the result values into the output registers.
5727 for (unsigned i = 0; i != RVLocs.size(); ++i) {
5728 CCValAssign &VA = RVLocs[i];
5729 assert(VA.isRegLoc() && "Can only return in registers!");
Ulrich Weigand339d0592012-11-05 19:39:45 +00005730
5731 SDValue Arg = OutVals[i];
5732
5733 switch (VA.getLocInfo()) {
5734 default: llvm_unreachable("Unknown loc info!");
5735 case CCValAssign::Full: break;
5736 case CCValAssign::AExt:
5737 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
5738 break;
5739 case CCValAssign::ZExt:
5740 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
5741 break;
5742 case CCValAssign::SExt:
5743 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
5744 break;
5745 }
5746
5747 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), Arg, Flag);
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005748 Flag = Chain.getValue(1);
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005749 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005750 }
5751
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005752 RetOps[0] = Chain; // Update chain.
5753
5754 // Add the flag if we have it.
Gabor Greiff304a7a2008-08-28 21:40:38 +00005755 if (Flag.getNode())
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005756 RetOps.push_back(Flag);
5757
Craig Topper48d114b2014-04-26 18:35:24 +00005758 return DAG.getNode(PPCISD::RET_FLAG, dl, MVT::Other, RetOps);
Chris Lattner4211ca92006-04-14 06:01:58 +00005759}
5760
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005761SDValue PPCTargetLowering::LowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00005762 const PPCSubtarget &Subtarget) const {
Jim Laskeye4f4d042006-12-04 22:04:42 +00005763 // When we pop the dynamic allocation we need to restore the SP link.
Andrew Trickef9de2a2013-05-25 02:42:55 +00005764 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005765
Jim Laskeye4f4d042006-12-04 22:04:42 +00005766 // Get the corect type for pointers.
Owen Anderson53aa7a92009-08-10 22:56:29 +00005767 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Jim Laskeye4f4d042006-12-04 22:04:42 +00005768
5769 // Construct the stack pointer operand.
Dale Johannesen86dcae12009-11-24 01:09:07 +00005770 bool isPPC64 = Subtarget.isPPC64();
5771 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005772 SDValue StackPtr = DAG.getRegister(SP, PtrVT);
Jim Laskeye4f4d042006-12-04 22:04:42 +00005773
5774 // Get the operands for the STACKRESTORE.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005775 SDValue Chain = Op.getOperand(0);
5776 SDValue SaveSP = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005777
Jim Laskeye4f4d042006-12-04 22:04:42 +00005778 // Load the old link SP.
Chris Lattner7727d052010-09-21 06:44:06 +00005779 SDValue LoadLinkSP = DAG.getLoad(PtrVT, dl, Chain, StackPtr,
5780 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005781 false, false, false, 0);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005782
Jim Laskeye4f4d042006-12-04 22:04:42 +00005783 // Restore the stack pointer.
Dale Johannesen021052a2009-02-04 20:06:27 +00005784 Chain = DAG.getCopyToReg(LoadLinkSP.getValue(1), dl, SP, SaveSP);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005785
Jim Laskeye4f4d042006-12-04 22:04:42 +00005786 // Store the old link SP.
Chris Lattner676c61d2010-09-21 18:41:36 +00005787 return DAG.getStore(Chain, dl, LoadLinkSP, StackPtr, MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00005788 false, false, 0);
Jim Laskeye4f4d042006-12-04 22:04:42 +00005789}
5790
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005791
5792
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005793SDValue
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005794PPCTargetLowering::getReturnAddrFrameIndex(SelectionDAG & DAG) const {
Jim Laskey48850c12006-11-16 22:43:37 +00005795 MachineFunction &MF = DAG.getMachineFunction();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00005796 bool isPPC64 = Subtarget.isPPC64();
Owen Anderson53aa7a92009-08-10 22:56:29 +00005797 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005798
5799 // Get current frame pointer save index. The users of this index will be
5800 // primarily DYNALLOC instructions.
5801 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
5802 int RASI = FI->getReturnAddrSaveIndex();
5803
5804 // If the frame pointer save index hasn't been defined yet.
5805 if (!RASI) {
5806 // Find out what the fix offset of the frame pointer save area.
Eric Christopherf71609b2015-02-13 00:39:27 +00005807 int LROffset = Subtarget.getFrameLowering()->getReturnSaveOffset();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005808 // Allocate the frame index for frame pointer save area.
Hal Finkel6e27c6d2014-12-23 09:45:06 +00005809 RASI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, LROffset, false);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005810 // Save the result.
5811 FI->setReturnAddrSaveIndex(RASI);
5812 }
5813 return DAG.getFrameIndex(RASI, PtrVT);
5814}
5815
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005816SDValue
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005817PPCTargetLowering::getFramePointerFrameIndex(SelectionDAG & DAG) const {
5818 MachineFunction &MF = DAG.getMachineFunction();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00005819 bool isPPC64 = Subtarget.isPPC64();
Owen Anderson53aa7a92009-08-10 22:56:29 +00005820 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Jim Laskey48850c12006-11-16 22:43:37 +00005821
5822 // Get current frame pointer save index. The users of this index will be
5823 // primarily DYNALLOC instructions.
5824 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
5825 int FPSI = FI->getFramePointerSaveIndex();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005826
Jim Laskey48850c12006-11-16 22:43:37 +00005827 // If the frame pointer save index hasn't been defined yet.
5828 if (!FPSI) {
5829 // Find out what the fix offset of the frame pointer save area.
Eric Christopherdc3a8a42015-02-13 00:39:38 +00005830 int FPOffset = Subtarget.getFrameLowering()->getFramePointerSaveOffset();
Jim Laskey48850c12006-11-16 22:43:37 +00005831 // Allocate the frame index for frame pointer save area.
Evan Cheng0664a672010-07-03 00:40:23 +00005832 FPSI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
Jim Laskey48850c12006-11-16 22:43:37 +00005833 // Save the result.
Scott Michelcf0da6c2009-02-17 22:15:04 +00005834 FI->setFramePointerSaveIndex(FPSI);
Jim Laskey48850c12006-11-16 22:43:37 +00005835 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005836 return DAG.getFrameIndex(FPSI, PtrVT);
5837}
Jim Laskey48850c12006-11-16 22:43:37 +00005838
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005839SDValue PPCTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005840 SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00005841 const PPCSubtarget &Subtarget) const {
Jim Laskey48850c12006-11-16 22:43:37 +00005842 // Get the inputs.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005843 SDValue Chain = Op.getOperand(0);
5844 SDValue Size = Op.getOperand(1);
Andrew Trickef9de2a2013-05-25 02:42:55 +00005845 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005846
Jim Laskey48850c12006-11-16 22:43:37 +00005847 // Get the corect type for pointers.
Owen Anderson53aa7a92009-08-10 22:56:29 +00005848 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Jim Laskey48850c12006-11-16 22:43:37 +00005849 // Negate the size.
Dale Johannesen400dc2e2009-02-06 21:50:26 +00005850 SDValue NegSize = DAG.getNode(ISD::SUB, dl, PtrVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005851 DAG.getConstant(0, dl, PtrVT), Size);
Jim Laskey48850c12006-11-16 22:43:37 +00005852 // Construct a node for the frame pointer save index.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005853 SDValue FPSIdx = getFramePointerFrameIndex(DAG);
Jim Laskey48850c12006-11-16 22:43:37 +00005854 // Build a DYNALLOC node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005855 SDValue Ops[3] = { Chain, NegSize, FPSIdx };
Owen Anderson9f944592009-08-11 20:47:22 +00005856 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other);
Craig Topper48d114b2014-04-26 18:35:24 +00005857 return DAG.getNode(PPCISD::DYNALLOC, dl, VTs, Ops);
Jim Laskey48850c12006-11-16 22:43:37 +00005858}
5859
Hal Finkel756810f2013-03-21 21:37:52 +00005860SDValue PPCTargetLowering::lowerEH_SJLJ_SETJMP(SDValue Op,
5861 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00005862 SDLoc DL(Op);
Hal Finkel756810f2013-03-21 21:37:52 +00005863 return DAG.getNode(PPCISD::EH_SJLJ_SETJMP, DL,
5864 DAG.getVTList(MVT::i32, MVT::Other),
5865 Op.getOperand(0), Op.getOperand(1));
5866}
5867
5868SDValue PPCTargetLowering::lowerEH_SJLJ_LONGJMP(SDValue Op,
5869 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00005870 SDLoc DL(Op);
Hal Finkel756810f2013-03-21 21:37:52 +00005871 return DAG.getNode(PPCISD::EH_SJLJ_LONGJMP, DL, MVT::Other,
5872 Op.getOperand(0), Op.getOperand(1));
5873}
5874
Hal Finkel940ab932014-02-28 00:27:01 +00005875SDValue PPCTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005876 if (Op.getValueType().isVector())
5877 return LowerVectorLoad(Op, DAG);
5878
Hal Finkel940ab932014-02-28 00:27:01 +00005879 assert(Op.getValueType() == MVT::i1 &&
5880 "Custom lowering only for i1 loads");
5881
5882 // First, load 8 bits into 32 bits, then truncate to 1 bit.
5883
5884 SDLoc dl(Op);
5885 LoadSDNode *LD = cast<LoadSDNode>(Op);
5886
5887 SDValue Chain = LD->getChain();
5888 SDValue BasePtr = LD->getBasePtr();
5889 MachineMemOperand *MMO = LD->getMemOperand();
5890
5891 SDValue NewLD = DAG.getExtLoad(ISD::EXTLOAD, dl, getPointerTy(), Chain,
5892 BasePtr, MVT::i8, MMO);
5893 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewLD);
5894
5895 SDValue Ops[] = { Result, SDValue(NewLD.getNode(), 1) };
Craig Topper64941d92014-04-27 19:20:57 +00005896 return DAG.getMergeValues(Ops, dl);
Hal Finkel940ab932014-02-28 00:27:01 +00005897}
5898
5899SDValue PPCTargetLowering::LowerSTORE(SDValue Op, SelectionDAG &DAG) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005900 if (Op.getOperand(1).getValueType().isVector())
5901 return LowerVectorStore(Op, DAG);
5902
Hal Finkel940ab932014-02-28 00:27:01 +00005903 assert(Op.getOperand(1).getValueType() == MVT::i1 &&
5904 "Custom lowering only for i1 stores");
5905
5906 // First, zero extend to 32 bits, then use a truncating store to 8 bits.
5907
5908 SDLoc dl(Op);
5909 StoreSDNode *ST = cast<StoreSDNode>(Op);
5910
5911 SDValue Chain = ST->getChain();
5912 SDValue BasePtr = ST->getBasePtr();
5913 SDValue Value = ST->getValue();
5914 MachineMemOperand *MMO = ST->getMemOperand();
5915
5916 Value = DAG.getNode(ISD::ZERO_EXTEND, dl, getPointerTy(), Value);
5917 return DAG.getTruncStore(Chain, dl, Value, BasePtr, MVT::i8, MMO);
5918}
5919
5920// FIXME: Remove this once the ANDI glue bug is fixed:
5921SDValue PPCTargetLowering::LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const {
5922 assert(Op.getValueType() == MVT::i1 &&
5923 "Custom lowering only for i1 results");
5924
5925 SDLoc DL(Op);
5926 return DAG.getNode(PPCISD::ANDIo_1_GT_BIT, DL, MVT::i1,
5927 Op.getOperand(0));
5928}
5929
Chris Lattner4211ca92006-04-14 06:01:58 +00005930/// LowerSELECT_CC - Lower floating point select_cc's into fsel instruction when
5931/// possible.
Dan Gohman21cea8a2010-04-17 15:26:15 +00005932SDValue PPCTargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner4211ca92006-04-14 06:01:58 +00005933 // Not FP? Not a fsel.
Duncan Sands13237ac2008-06-06 12:08:01 +00005934 if (!Op.getOperand(0).getValueType().isFloatingPoint() ||
5935 !Op.getOperand(2).getValueType().isFloatingPoint())
Eli Friedman5806e182009-05-28 04:31:08 +00005936 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005937
Hal Finkel81f87992013-04-07 22:11:09 +00005938 // We might be able to do better than this under some circumstances, but in
5939 // general, fsel-based lowering of select is a finite-math-only optimization.
5940 // For more information, see section F.3 of the 2.06 ISA specification.
5941 if (!DAG.getTarget().Options.NoInfsFPMath ||
5942 !DAG.getTarget().Options.NoNaNsFPMath)
5943 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005944
Hal Finkel81f87992013-04-07 22:11:09 +00005945 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get();
Scott Michelcf0da6c2009-02-17 22:15:04 +00005946
Owen Anderson53aa7a92009-08-10 22:56:29 +00005947 EVT ResVT = Op.getValueType();
5948 EVT CmpVT = Op.getOperand(0).getValueType();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005949 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
5950 SDValue TV = Op.getOperand(2), FV = Op.getOperand(3);
Andrew Trickef9de2a2013-05-25 02:42:55 +00005951 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005952
Chris Lattner4211ca92006-04-14 06:01:58 +00005953 // If the RHS of the comparison is a 0.0, we don't need to do the
5954 // subtraction at all.
Hal Finkel81f87992013-04-07 22:11:09 +00005955 SDValue Sel1;
Chris Lattner4211ca92006-04-14 06:01:58 +00005956 if (isFloatingPointZero(RHS))
5957 switch (CC) {
5958 default: break; // SETUO etc aren't handled by fsel.
Hal Finkel81f87992013-04-07 22:11:09 +00005959 case ISD::SETNE:
5960 std::swap(TV, FV);
5961 case ISD::SETEQ:
5962 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
5963 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
5964 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
5965 if (Sel1.getValueType() == MVT::f32) // Comparison is always 64-bits
5966 Sel1 = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Sel1);
5967 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
5968 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), Sel1, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00005969 case ISD::SETULT:
5970 case ISD::SETLT:
5971 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
Chris Lattnerb56d22c2006-05-24 00:06:44 +00005972 case ISD::SETOGE:
Chris Lattner4211ca92006-04-14 06:01:58 +00005973 case ISD::SETGE:
Owen Anderson9f944592009-08-11 20:47:22 +00005974 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
5975 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
Dale Johannesen400dc2e2009-02-06 21:50:26 +00005976 return DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00005977 case ISD::SETUGT:
5978 case ISD::SETGT:
5979 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
Chris Lattnerb56d22c2006-05-24 00:06:44 +00005980 case ISD::SETOLE:
Chris Lattner4211ca92006-04-14 06:01:58 +00005981 case ISD::SETLE:
Owen Anderson9f944592009-08-11 20:47:22 +00005982 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
5983 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
Dale Johannesen400dc2e2009-02-06 21:50:26 +00005984 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
Owen Anderson9f944592009-08-11 20:47:22 +00005985 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00005986 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00005987
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005988 SDValue Cmp;
Chris Lattner4211ca92006-04-14 06:01:58 +00005989 switch (CC) {
5990 default: break; // SETUO etc aren't handled by fsel.
Hal Finkel81f87992013-04-07 22:11:09 +00005991 case ISD::SETNE:
5992 std::swap(TV, FV);
5993 case ISD::SETEQ:
5994 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
5995 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
5996 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
5997 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
5998 if (Sel1.getValueType() == MVT::f32) // Comparison is always 64-bits
5999 Sel1 = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Sel1);
6000 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
6001 DAG.getNode(ISD::FNEG, dl, MVT::f64, Cmp), Sel1, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006002 case ISD::SETULT:
6003 case ISD::SETLT:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006004 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006005 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6006 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006007 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006008 case ISD::SETOGE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006009 case ISD::SETGE:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006010 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006011 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6012 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006013 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006014 case ISD::SETUGT:
6015 case ISD::SETGT:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006016 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, RHS, LHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006017 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6018 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006019 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006020 case ISD::SETOLE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006021 case ISD::SETLE:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006022 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, RHS, LHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006023 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6024 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006025 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006026 }
Eli Friedman5806e182009-05-28 04:31:08 +00006027 return Op;
Chris Lattner4211ca92006-04-14 06:01:58 +00006028}
6029
Hal Finkeled844c42015-01-06 22:31:02 +00006030void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
6031 SelectionDAG &DAG,
6032 SDLoc dl) const {
Duncan Sands13237ac2008-06-06 12:08:01 +00006033 assert(Op.getOperand(0).getValueType().isFloatingPoint());
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006034 SDValue Src = Op.getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +00006035 if (Src.getValueType() == MVT::f32)
6036 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
Duncan Sands2a287912008-07-19 16:26:02 +00006037
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006038 SDValue Tmp;
Craig Topper56710102013-08-15 02:33:50 +00006039 switch (Op.getSimpleValueType().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00006040 default: llvm_unreachable("Unhandled FP_TO_INT type in custom expander!");
Owen Anderson9f944592009-08-11 20:47:22 +00006041 case MVT::i32:
Eric Christophercccae792015-01-30 22:02:31 +00006042 Tmp = DAG.getNode(
6043 Op.getOpcode() == ISD::FP_TO_SINT
6044 ? PPCISD::FCTIWZ
6045 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ),
6046 dl, MVT::f64, Src);
Chris Lattner4211ca92006-04-14 06:01:58 +00006047 break;
Owen Anderson9f944592009-08-11 20:47:22 +00006048 case MVT::i64:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006049 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) &&
Hal Finkel3f88d082013-04-01 18:42:58 +00006050 "i64 FP_TO_UINT is supported only with FPCVT");
Hal Finkelf6d45f22013-04-01 17:52:07 +00006051 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
6052 PPCISD::FCTIDUZ,
6053 dl, MVT::f64, Src);
Chris Lattner4211ca92006-04-14 06:01:58 +00006054 break;
6055 }
Duncan Sands2a287912008-07-19 16:26:02 +00006056
Chris Lattner4211ca92006-04-14 06:01:58 +00006057 // Convert the FP value to an int value through memory.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006058 bool i32Stack = Op.getValueType() == MVT::i32 && Subtarget.hasSTFIWX() &&
6059 (Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT());
Hal Finkelf6d45f22013-04-01 17:52:07 +00006060 SDValue FIPtr = DAG.CreateStackTemporary(i32Stack ? MVT::i32 : MVT::f64);
6061 int FI = cast<FrameIndexSDNode>(FIPtr)->getIndex();
6062 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(FI);
Duncan Sands2a287912008-07-19 16:26:02 +00006063
Chris Lattner06a49542007-10-15 20:14:52 +00006064 // Emit a store to the stack slot.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006065 SDValue Chain;
6066 if (i32Stack) {
6067 MachineFunction &MF = DAG.getMachineFunction();
6068 MachineMemOperand *MMO =
6069 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, 4);
6070 SDValue Ops[] = { DAG.getEntryNode(), Tmp, FIPtr };
6071 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
Craig Topper206fcd42014-04-26 19:29:41 +00006072 DAG.getVTList(MVT::Other), Ops, MVT::i32, MMO);
Hal Finkelf6d45f22013-04-01 17:52:07 +00006073 } else
6074 Chain = DAG.getStore(DAG.getEntryNode(), dl, Tmp, FIPtr,
6075 MPI, false, false, 0);
Chris Lattner06a49542007-10-15 20:14:52 +00006076
6077 // Result is a load from the stack slot. If loading 4 bytes, make sure to
6078 // add in a bias.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006079 if (Op.getValueType() == MVT::i32 && !i32Stack) {
Dale Johannesen021052a2009-02-04 20:06:27 +00006080 FIPtr = DAG.getNode(ISD::ADD, dl, FIPtr.getValueType(), FIPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006081 DAG.getConstant(4, dl, FIPtr.getValueType()));
Hal Finkeled844c42015-01-06 22:31:02 +00006082 MPI = MPI.getWithOffset(4);
Hal Finkelf6d45f22013-04-01 17:52:07 +00006083 }
6084
Hal Finkeled844c42015-01-06 22:31:02 +00006085 RLI.Chain = Chain;
6086 RLI.Ptr = FIPtr;
6087 RLI.MPI = MPI;
6088}
6089
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006090/// \brief Custom lowers floating point to integer conversions to use
6091/// the direct move instructions available in ISA 2.07 to avoid the
6092/// need for load/store combinations.
6093SDValue PPCTargetLowering::LowerFP_TO_INTDirectMove(SDValue Op,
6094 SelectionDAG &DAG,
6095 SDLoc dl) const {
6096 assert(Op.getOperand(0).getValueType().isFloatingPoint());
6097 SDValue Src = Op.getOperand(0);
6098
6099 if (Src.getValueType() == MVT::f32)
6100 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
6101
6102 SDValue Tmp;
6103 switch (Op.getSimpleValueType().SimpleTy) {
6104 default: llvm_unreachable("Unhandled FP_TO_INT type in custom expander!");
6105 case MVT::i32:
6106 Tmp = DAG.getNode(
6107 Op.getOpcode() == ISD::FP_TO_SINT
6108 ? PPCISD::FCTIWZ
6109 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ),
6110 dl, MVT::f64, Src);
6111 Tmp = DAG.getNode(PPCISD::MFVSR, dl, MVT::i32, Tmp);
6112 break;
6113 case MVT::i64:
6114 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) &&
6115 "i64 FP_TO_UINT is supported only with FPCVT");
6116 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
6117 PPCISD::FCTIDUZ,
6118 dl, MVT::f64, Src);
6119 Tmp = DAG.getNode(PPCISD::MFVSR, dl, MVT::i64, Tmp);
6120 break;
6121 }
6122 return Tmp;
6123}
6124
Hal Finkeled844c42015-01-06 22:31:02 +00006125SDValue PPCTargetLowering::LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG,
6126 SDLoc dl) const {
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006127 if (Subtarget.hasDirectMove() && Subtarget.isPPC64())
6128 return LowerFP_TO_INTDirectMove(Op, DAG, dl);
6129
Hal Finkeled844c42015-01-06 22:31:02 +00006130 ReuseLoadInfo RLI;
6131 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl);
6132
6133 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, false,
6134 false, RLI.IsInvariant, RLI.Alignment, RLI.AAInfo,
6135 RLI.Ranges);
6136}
6137
6138// We're trying to insert a regular store, S, and then a load, L. If the
6139// incoming value, O, is a load, we might just be able to have our load use the
6140// address used by O. However, we don't know if anything else will store to
6141// that address before we can load from it. To prevent this situation, we need
6142// to insert our load, L, into the chain as a peer of O. To do this, we give L
6143// the same chain operand as O, we create a token factor from the chain results
6144// of O and L, and we replace all uses of O's chain result with that token
6145// factor (see spliceIntoChain below for this last part).
6146bool PPCTargetLowering::canReuseLoadAddress(SDValue Op, EVT MemVT,
6147 ReuseLoadInfo &RLI,
Hal Finkel6c392692015-01-09 01:34:30 +00006148 SelectionDAG &DAG,
6149 ISD::LoadExtType ET) const {
Hal Finkeled844c42015-01-06 22:31:02 +00006150 SDLoc dl(Op);
Hal Finkel6c392692015-01-09 01:34:30 +00006151 if (ET == ISD::NON_EXTLOAD &&
6152 (Op.getOpcode() == ISD::FP_TO_UINT ||
Hal Finkeled844c42015-01-06 22:31:02 +00006153 Op.getOpcode() == ISD::FP_TO_SINT) &&
6154 isOperationLegalOrCustom(Op.getOpcode(),
6155 Op.getOperand(0).getValueType())) {
6156
6157 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl);
6158 return true;
6159 }
6160
6161 LoadSDNode *LD = dyn_cast<LoadSDNode>(Op);
Hal Finkel6c392692015-01-09 01:34:30 +00006162 if (!LD || LD->getExtensionType() != ET || LD->isVolatile() ||
6163 LD->isNonTemporal())
Hal Finkeled844c42015-01-06 22:31:02 +00006164 return false;
6165 if (LD->getMemoryVT() != MemVT)
6166 return false;
6167
6168 RLI.Ptr = LD->getBasePtr();
6169 if (LD->isIndexed() && LD->getOffset().getOpcode() != ISD::UNDEF) {
6170 assert(LD->getAddressingMode() == ISD::PRE_INC &&
6171 "Non-pre-inc AM on PPC?");
6172 RLI.Ptr = DAG.getNode(ISD::ADD, dl, RLI.Ptr.getValueType(), RLI.Ptr,
6173 LD->getOffset());
6174 }
6175
6176 RLI.Chain = LD->getChain();
6177 RLI.MPI = LD->getPointerInfo();
6178 RLI.IsInvariant = LD->isInvariant();
6179 RLI.Alignment = LD->getAlignment();
6180 RLI.AAInfo = LD->getAAInfo();
6181 RLI.Ranges = LD->getRanges();
6182
6183 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1);
6184 return true;
6185}
6186
6187// Given the head of the old chain, ResChain, insert a token factor containing
6188// it and NewResChain, and make users of ResChain now be users of that token
6189// factor.
6190void PPCTargetLowering::spliceIntoChain(SDValue ResChain,
6191 SDValue NewResChain,
6192 SelectionDAG &DAG) const {
6193 if (!ResChain)
6194 return;
6195
6196 SDLoc dl(NewResChain);
6197
6198 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
6199 NewResChain, DAG.getUNDEF(MVT::Other));
6200 assert(TF.getNode() != NewResChain.getNode() &&
6201 "A new TF really is required here");
6202
6203 DAG.ReplaceAllUsesOfValueWith(ResChain, TF);
6204 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain);
Chris Lattner4211ca92006-04-14 06:01:58 +00006205}
6206
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006207/// \brief Custom lowers integer to floating point conversions to use
6208/// the direct move instructions available in ISA 2.07 to avoid the
6209/// need for load/store combinations.
6210SDValue PPCTargetLowering::LowerINT_TO_FPDirectMove(SDValue Op,
6211 SelectionDAG &DAG,
6212 SDLoc dl) const {
6213 assert((Op.getValueType() == MVT::f32 ||
6214 Op.getValueType() == MVT::f64) &&
6215 "Invalid floating point type as target of conversion");
6216 assert(Subtarget.hasFPCVT() &&
6217 "Int to FP conversions with direct moves require FPCVT");
6218 SDValue FP;
6219 SDValue Src = Op.getOperand(0);
6220 bool SinglePrec = Op.getValueType() == MVT::f32;
6221 bool WordInt = Src.getSimpleValueType().SimpleTy == MVT::i32;
6222 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP;
6223 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) :
6224 (SinglePrec ? PPCISD::FCFIDUS : PPCISD::FCFIDU);
6225
6226 if (WordInt) {
6227 FP = DAG.getNode(Signed ? PPCISD::MTVSRA : PPCISD::MTVSRZ,
6228 dl, MVT::f64, Src);
6229 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP);
6230 }
6231 else {
6232 FP = DAG.getNode(PPCISD::MTVSRA, dl, MVT::f64, Src);
6233 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP);
6234 }
6235
6236 return FP;
6237}
6238
Hal Finkelf6d45f22013-04-01 17:52:07 +00006239SDValue PPCTargetLowering::LowerINT_TO_FP(SDValue Op,
Hal Finkeled844c42015-01-06 22:31:02 +00006240 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006241 SDLoc dl(Op);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006242
6243 if (Subtarget.hasQPX() && Op.getOperand(0).getValueType() == MVT::v4i1) {
6244 if (Op.getValueType() != MVT::v4f32 && Op.getValueType() != MVT::v4f64)
6245 return SDValue();
6246
6247 SDValue Value = Op.getOperand(0);
6248 // The values are now known to be -1 (false) or 1 (true). To convert this
6249 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
6250 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
6251 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
6252
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006253 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006254 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
6255 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
6256
6257 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
6258
6259 if (Op.getValueType() != MVT::v4f64)
6260 Value = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006261 Op.getValueType(), Value,
6262 DAG.getIntPtrConstant(1, dl));
Hal Finkelc93a9a22015-02-25 01:06:45 +00006263 return Value;
6264 }
6265
Dan Gohmand6819da2008-03-11 01:59:03 +00006266 // Don't handle ppc_fp128 here; let it be lowered to a libcall.
Owen Anderson9f944592009-08-11 20:47:22 +00006267 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64)
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006268 return SDValue();
Dan Gohmand6819da2008-03-11 01:59:03 +00006269
Hal Finkel6a56b212014-03-05 22:14:00 +00006270 if (Op.getOperand(0).getValueType() == MVT::i1)
6271 return DAG.getNode(ISD::SELECT, dl, Op.getValueType(), Op.getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006272 DAG.getConstantFP(1.0, dl, Op.getValueType()),
6273 DAG.getConstantFP(0.0, dl, Op.getValueType()));
Hal Finkel6a56b212014-03-05 22:14:00 +00006274
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006275 // If we have direct moves, we can do all the conversion, skip the store/load
6276 // however, without FPCVT we can't do most conversions.
6277 if (Subtarget.hasDirectMove() && Subtarget.isPPC64() && Subtarget.hasFPCVT())
6278 return LowerINT_TO_FPDirectMove(Op, DAG, dl);
6279
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006280 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006281 "UINT_TO_FP is supported only with FPCVT");
6282
6283 // If we have FCFIDS, then use it when converting to single-precision.
Hal Finkel93d75ea2013-04-02 03:29:51 +00006284 // Otherwise, convert to double-precision and then round.
Eric Christophercccae792015-01-30 22:02:31 +00006285 unsigned FCFOp = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
6286 ? (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDUS
6287 : PPCISD::FCFIDS)
6288 : (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDU
6289 : PPCISD::FCFID);
6290 MVT FCFTy = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
6291 ? MVT::f32
6292 : MVT::f64;
Hal Finkelf6d45f22013-04-01 17:52:07 +00006293
Owen Anderson9f944592009-08-11 20:47:22 +00006294 if (Op.getOperand(0).getValueType() == MVT::i64) {
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006295 SDValue SINT = Op.getOperand(0);
6296 // When converting to single-precision, we actually need to convert
6297 // to double-precision first and then round to single-precision.
6298 // To avoid double-rounding effects during that operation, we have
6299 // to prepare the input operand. Bits that might be truncated when
6300 // converting to double-precision are replaced by a bit that won't
6301 // be lost at this stage, but is below the single-precision rounding
6302 // position.
6303 //
6304 // However, if -enable-unsafe-fp-math is in effect, accept double
6305 // rounding to avoid the extra overhead.
6306 if (Op.getValueType() == MVT::f32 &&
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006307 !Subtarget.hasFPCVT() &&
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006308 !DAG.getTarget().Options.UnsafeFPMath) {
6309
6310 // Twiddle input to make sure the low 11 bits are zero. (If this
6311 // is the case, we are guaranteed the value will fit into the 53 bit
6312 // mantissa of an IEEE double-precision value without rounding.)
6313 // If any of those low 11 bits were not zero originally, make sure
6314 // bit 12 (value 2048) is set instead, so that the final rounding
6315 // to single-precision gets the correct result.
6316 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006317 SINT, DAG.getConstant(2047, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006318 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006319 Round, DAG.getConstant(2047, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006320 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
6321 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006322 Round, DAG.getConstant(-2048, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006323
6324 // However, we cannot use that value unconditionally: if the magnitude
6325 // of the input value is small, the bit-twiddling we did above might
6326 // end up visibly changing the output. Fortunately, in that case, we
6327 // don't need to twiddle bits since the original input will convert
6328 // exactly to double-precision floating-point already. Therefore,
6329 // construct a conditional to use the original value if the top 11
6330 // bits are all sign-bit copies, and use the rounded value computed
6331 // above otherwise.
6332 SDValue Cond = DAG.getNode(ISD::SRA, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006333 SINT, DAG.getConstant(53, dl, MVT::i32));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006334 Cond = DAG.getNode(ISD::ADD, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006335 Cond, DAG.getConstant(1, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006336 Cond = DAG.getSetCC(dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006337 Cond, DAG.getConstant(1, dl, MVT::i64), ISD::SETUGT);
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006338
6339 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
6340 }
Hal Finkelf6d45f22013-04-01 17:52:07 +00006341
Hal Finkeled844c42015-01-06 22:31:02 +00006342 ReuseLoadInfo RLI;
6343 SDValue Bits;
6344
Hal Finkel6c392692015-01-09 01:34:30 +00006345 MachineFunction &MF = DAG.getMachineFunction();
Hal Finkeled844c42015-01-06 22:31:02 +00006346 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) {
6347 Bits = DAG.getLoad(MVT::f64, dl, RLI.Chain, RLI.Ptr, RLI.MPI, false,
6348 false, RLI.IsInvariant, RLI.Alignment, RLI.AAInfo,
6349 RLI.Ranges);
6350 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
Hal Finkel6c392692015-01-09 01:34:30 +00006351 } else if (Subtarget.hasLFIWAX() &&
6352 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) {
6353 MachineMemOperand *MMO =
6354 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6355 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6356 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6357 Bits = DAG.getMemIntrinsicNode(PPCISD::LFIWAX, dl,
6358 DAG.getVTList(MVT::f64, MVT::Other),
6359 Ops, MVT::i32, MMO);
6360 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6361 } else if (Subtarget.hasFPCVT() &&
6362 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) {
6363 MachineMemOperand *MMO =
6364 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6365 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6366 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6367 Bits = DAG.getMemIntrinsicNode(PPCISD::LFIWZX, dl,
6368 DAG.getVTList(MVT::f64, MVT::Other),
6369 Ops, MVT::i32, MMO);
6370 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6371 } else if (((Subtarget.hasLFIWAX() &&
6372 SINT.getOpcode() == ISD::SIGN_EXTEND) ||
6373 (Subtarget.hasFPCVT() &&
6374 SINT.getOpcode() == ISD::ZERO_EXTEND)) &&
6375 SINT.getOperand(0).getValueType() == MVT::i32) {
6376 MachineFrameInfo *FrameInfo = MF.getFrameInfo();
6377 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
6378
6379 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false);
6380 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6381
6382 SDValue Store =
6383 DAG.getStore(DAG.getEntryNode(), dl, SINT.getOperand(0), FIdx,
6384 MachinePointerInfo::getFixedStack(FrameIdx),
6385 false, false, 0);
6386
6387 assert(cast<StoreSDNode>(Store)->getMemoryVT() == MVT::i32 &&
6388 "Expected an i32 store");
6389
6390 RLI.Ptr = FIdx;
6391 RLI.Chain = Store;
6392 RLI.MPI = MachinePointerInfo::getFixedStack(FrameIdx);
6393 RLI.Alignment = 4;
6394
6395 MachineMemOperand *MMO =
6396 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6397 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6398 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6399 Bits = DAG.getMemIntrinsicNode(SINT.getOpcode() == ISD::ZERO_EXTEND ?
6400 PPCISD::LFIWZX : PPCISD::LFIWAX,
6401 dl, DAG.getVTList(MVT::f64, MVT::Other),
6402 Ops, MVT::i32, MMO);
Hal Finkeled844c42015-01-06 22:31:02 +00006403 } else
6404 Bits = DAG.getNode(ISD::BITCAST, dl, MVT::f64, SINT);
6405
Hal Finkelf6d45f22013-04-01 17:52:07 +00006406 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Bits);
6407
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006408 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT())
Scott Michelcf0da6c2009-02-17 22:15:04 +00006409 FP = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006410 MVT::f32, FP, DAG.getIntPtrConstant(0, dl));
Chris Lattner4211ca92006-04-14 06:01:58 +00006411 return FP;
6412 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006413
Owen Anderson9f944592009-08-11 20:47:22 +00006414 assert(Op.getOperand(0).getValueType() == MVT::i32 &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006415 "Unhandled INT_TO_FP type in custom expander!");
Chris Lattner4211ca92006-04-14 06:01:58 +00006416 // Since we only generate this in 64-bit mode, we can take advantage of
6417 // 64-bit registers. In particular, sign extend the input value into the
6418 // 64-bit register with extsw, store the WHOLE 64-bit value into the stack
6419 // then lfd it and fcfid it.
Dan Gohman48b185d2009-09-25 20:36:54 +00006420 MachineFunction &MF = DAG.getMachineFunction();
6421 MachineFrameInfo *FrameInfo = MF.getFrameInfo();
Owen Anderson53aa7a92009-08-10 22:56:29 +00006422 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006423
Hal Finkelbeb296b2013-03-31 10:12:51 +00006424 SDValue Ld;
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006425 if (Subtarget.hasLFIWAX() || Subtarget.hasFPCVT()) {
Hal Finkeled844c42015-01-06 22:31:02 +00006426 ReuseLoadInfo RLI;
6427 bool ReusingLoad;
6428 if (!(ReusingLoad = canReuseLoadAddress(Op.getOperand(0), MVT::i32, RLI,
6429 DAG))) {
6430 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false);
6431 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00006432
Hal Finkeled844c42015-01-06 22:31:02 +00006433 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), FIdx,
6434 MachinePointerInfo::getFixedStack(FrameIdx),
6435 false, false, 0);
Hal Finkele53429a2013-03-31 01:58:02 +00006436
Hal Finkeled844c42015-01-06 22:31:02 +00006437 assert(cast<StoreSDNode>(Store)->getMemoryVT() == MVT::i32 &&
6438 "Expected an i32 store");
6439
6440 RLI.Ptr = FIdx;
6441 RLI.Chain = Store;
6442 RLI.MPI = MachinePointerInfo::getFixedStack(FrameIdx);
6443 RLI.Alignment = 4;
6444 }
6445
Hal Finkelbeb296b2013-03-31 10:12:51 +00006446 MachineMemOperand *MMO =
Hal Finkeled844c42015-01-06 22:31:02 +00006447 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6448 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6449 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
Hal Finkelf6d45f22013-04-01 17:52:07 +00006450 Ld = DAG.getMemIntrinsicNode(Op.getOpcode() == ISD::UINT_TO_FP ?
6451 PPCISD::LFIWZX : PPCISD::LFIWAX,
6452 dl, DAG.getVTList(MVT::f64, MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +00006453 Ops, MVT::i32, MMO);
Hal Finkeled844c42015-01-06 22:31:02 +00006454 if (ReusingLoad)
6455 spliceIntoChain(RLI.ResChain, Ld.getValue(1), DAG);
Hal Finkelbeb296b2013-03-31 10:12:51 +00006456 } else {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006457 assert(Subtarget.isPPC64() &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006458 "i32->FP without LFIWAX supported only on PPC64");
6459
Hal Finkelbeb296b2013-03-31 10:12:51 +00006460 int FrameIdx = FrameInfo->CreateStackObject(8, 8, false);
6461 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6462
6463 SDValue Ext64 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i64,
6464 Op.getOperand(0));
6465
6466 // STD the extended value into the stack slot.
6467 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Ext64, FIdx,
6468 MachinePointerInfo::getFixedStack(FrameIdx),
6469 false, false, 0);
6470
6471 // Load the value as a double.
6472 Ld = DAG.getLoad(MVT::f64, dl, Store, FIdx,
6473 MachinePointerInfo::getFixedStack(FrameIdx),
6474 false, false, false, 0);
6475 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006476
Chris Lattner4211ca92006-04-14 06:01:58 +00006477 // FCFID it and return it.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006478 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Ld);
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006479 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006480 FP = DAG.getNode(ISD::FP_ROUND, dl, MVT::f32, FP,
6481 DAG.getIntPtrConstant(0, dl));
Chris Lattner4211ca92006-04-14 06:01:58 +00006482 return FP;
6483}
6484
Dan Gohman21cea8a2010-04-17 15:26:15 +00006485SDValue PPCTargetLowering::LowerFLT_ROUNDS_(SDValue Op,
6486 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006487 SDLoc dl(Op);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006488 /*
6489 The rounding mode is in bits 30:31 of FPSR, and has the following
6490 settings:
6491 00 Round to nearest
6492 01 Round to 0
6493 10 Round to +inf
6494 11 Round to -inf
6495
6496 FLT_ROUNDS, on the other hand, expects the following:
6497 -1 Undefined
6498 0 Round to 0
6499 1 Round to nearest
6500 2 Round to +inf
6501 3 Round to -inf
6502
6503 To perform the conversion, we do:
6504 ((FPSCR & 0x3) ^ ((~FPSCR & 0x3) >> 1))
6505 */
6506
6507 MachineFunction &MF = DAG.getMachineFunction();
Owen Anderson53aa7a92009-08-10 22:56:29 +00006508 EVT VT = Op.getValueType();
6509 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006510
6511 // Save FP Control Word to register
Benjamin Kramerfdf362b2013-03-07 20:33:29 +00006512 EVT NodeTys[] = {
6513 MVT::f64, // return register
6514 MVT::Glue // unused in this context
6515 };
Craig Topper2d2aa0c2014-04-30 07:17:30 +00006516 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, None);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006517
6518 // Save FP register to stack slot
David Greene1fbe0542009-11-12 20:49:22 +00006519 int SSFI = MF.getFrameInfo()->CreateStackObject(8, 8, false);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006520 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
Dale Johannesen021052a2009-02-04 20:06:27 +00006521 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Chain,
Chris Lattner676c61d2010-09-21 18:41:36 +00006522 StackSlot, MachinePointerInfo(), false, false,0);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006523
6524 // Load FP Control Word from low 32 bits of stack slot.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006525 SDValue Four = DAG.getConstant(4, dl, PtrVT);
Dale Johannesen021052a2009-02-04 20:06:27 +00006526 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);
Chris Lattner7727d052010-09-21 06:44:06 +00006527 SDValue CWD = DAG.getLoad(MVT::i32, dl, Store, Addr, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00006528 false, false, false, 0);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006529
6530 // Transform as necessary
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006531 SDValue CWD1 =
Owen Anderson9f944592009-08-11 20:47:22 +00006532 DAG.getNode(ISD::AND, dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006533 CWD, DAG.getConstant(3, dl, MVT::i32));
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006534 SDValue CWD2 =
Owen Anderson9f944592009-08-11 20:47:22 +00006535 DAG.getNode(ISD::SRL, dl, MVT::i32,
6536 DAG.getNode(ISD::AND, dl, MVT::i32,
6537 DAG.getNode(ISD::XOR, dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006538 CWD, DAG.getConstant(3, dl, MVT::i32)),
6539 DAG.getConstant(3, dl, MVT::i32)),
6540 DAG.getConstant(1, dl, MVT::i32));
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006541
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006542 SDValue RetVal =
Owen Anderson9f944592009-08-11 20:47:22 +00006543 DAG.getNode(ISD::XOR, dl, MVT::i32, CWD1, CWD2);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006544
Duncan Sands13237ac2008-06-06 12:08:01 +00006545 return DAG.getNode((VT.getSizeInBits() < 16 ?
Dale Johannesen021052a2009-02-04 20:06:27 +00006546 ISD::TRUNCATE : ISD::ZERO_EXTEND), dl, VT, RetVal);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006547}
6548
Dan Gohman21cea8a2010-04-17 15:26:15 +00006549SDValue PPCTargetLowering::LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00006550 EVT VT = Op.getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00006551 unsigned BitWidth = VT.getSizeInBits();
Andrew Trickef9de2a2013-05-25 02:42:55 +00006552 SDLoc dl(Op);
Dan Gohman8d2ead22008-03-07 20:36:53 +00006553 assert(Op.getNumOperands() == 3 &&
6554 VT == Op.getOperand(1).getValueType() &&
6555 "Unexpected SHL!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006556
Chris Lattner601b8652006-09-20 03:47:40 +00006557 // Expand into a bunch of logical ops. Note that these ops
Chris Lattner4211ca92006-04-14 06:01:58 +00006558 // depend on the PPC behavior for oversized shift amounts.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006559 SDValue Lo = Op.getOperand(0);
6560 SDValue Hi = Op.getOperand(1);
6561 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006562 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006563
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006564 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006565 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006566 SDValue Tmp2 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Amt);
6567 SDValue Tmp3 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Tmp1);
6568 SDValue Tmp4 = DAG.getNode(ISD::OR , dl, VT, Tmp2, Tmp3);
6569 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006570 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006571 SDValue Tmp6 = DAG.getNode(PPCISD::SHL, dl, VT, Lo, Tmp5);
6572 SDValue OutHi = DAG.getNode(ISD::OR, dl, VT, Tmp4, Tmp6);
6573 SDValue OutLo = DAG.getNode(PPCISD::SHL, dl, VT, Lo, Amt);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006574 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006575 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006576}
6577
Dan Gohman21cea8a2010-04-17 15:26:15 +00006578SDValue PPCTargetLowering::LowerSRL_PARTS(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00006579 EVT VT = Op.getValueType();
Andrew Trickef9de2a2013-05-25 02:42:55 +00006580 SDLoc dl(Op);
Duncan Sands13237ac2008-06-06 12:08:01 +00006581 unsigned BitWidth = VT.getSizeInBits();
Dan Gohman8d2ead22008-03-07 20:36:53 +00006582 assert(Op.getNumOperands() == 3 &&
6583 VT == Op.getOperand(1).getValueType() &&
6584 "Unexpected SRL!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006585
Dan Gohman8d2ead22008-03-07 20:36:53 +00006586 // Expand into a bunch of logical ops. Note that these ops
Chris Lattner4211ca92006-04-14 06:01:58 +00006587 // depend on the PPC behavior for oversized shift amounts.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006588 SDValue Lo = Op.getOperand(0);
6589 SDValue Hi = Op.getOperand(1);
6590 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006591 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006592
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006593 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006594 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006595 SDValue Tmp2 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Amt);
6596 SDValue Tmp3 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Tmp1);
6597 SDValue Tmp4 = DAG.getNode(ISD::OR, dl, VT, Tmp2, Tmp3);
6598 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006599 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006600 SDValue Tmp6 = DAG.getNode(PPCISD::SRL, dl, VT, Hi, Tmp5);
6601 SDValue OutLo = DAG.getNode(ISD::OR, dl, VT, Tmp4, Tmp6);
6602 SDValue OutHi = DAG.getNode(PPCISD::SRL, dl, VT, Hi, Amt);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006603 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006604 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006605}
6606
Dan Gohman21cea8a2010-04-17 15:26:15 +00006607SDValue PPCTargetLowering::LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006608 SDLoc dl(Op);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006609 EVT VT = Op.getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00006610 unsigned BitWidth = VT.getSizeInBits();
Dan Gohman8d2ead22008-03-07 20:36:53 +00006611 assert(Op.getNumOperands() == 3 &&
6612 VT == Op.getOperand(1).getValueType() &&
6613 "Unexpected SRA!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006614
Dan Gohman8d2ead22008-03-07 20:36:53 +00006615 // Expand into a bunch of logical ops, followed by a select_cc.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006616 SDValue Lo = Op.getOperand(0);
6617 SDValue Hi = Op.getOperand(1);
6618 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006619 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006620
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006621 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006622 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006623 SDValue Tmp2 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Amt);
6624 SDValue Tmp3 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Tmp1);
6625 SDValue Tmp4 = DAG.getNode(ISD::OR, dl, VT, Tmp2, Tmp3);
6626 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006627 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006628 SDValue Tmp6 = DAG.getNode(PPCISD::SRA, dl, VT, Hi, Tmp5);
6629 SDValue OutHi = DAG.getNode(PPCISD::SRA, dl, VT, Hi, Amt);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006630 SDValue OutLo = DAG.getSelectCC(dl, Tmp5, DAG.getConstant(0, dl, AmtVT),
Duncan Sands13105742008-10-30 19:28:32 +00006631 Tmp4, Tmp6, ISD::SETLE);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006632 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006633 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006634}
6635
6636//===----------------------------------------------------------------------===//
6637// Vector related lowering.
6638//
6639
Chris Lattner2a099c02006-04-17 06:00:21 +00006640/// BuildSplatI - Build a canonical splati of Val with an element size of
6641/// SplatSize. Cast the result to VT.
Owen Anderson53aa7a92009-08-10 22:56:29 +00006642static SDValue BuildSplatI(int Val, unsigned SplatSize, EVT VT,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006643 SelectionDAG &DAG, SDLoc dl) {
Chris Lattner2a099c02006-04-17 06:00:21 +00006644 assert(Val >= -16 && Val <= 15 && "vsplti is out of range!");
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006645
Benjamin Kramer7149aab2015-03-01 18:09:56 +00006646 static const MVT VTys[] = { // canonical VT to use for each size.
Owen Anderson9f944592009-08-11 20:47:22 +00006647 MVT::v16i8, MVT::v8i16, MVT::Other, MVT::v4i32
Chris Lattner2a099c02006-04-17 06:00:21 +00006648 };
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006649
Owen Anderson9f944592009-08-11 20:47:22 +00006650 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1];
Scott Michelcf0da6c2009-02-17 22:15:04 +00006651
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006652 // Force vspltis[hw] -1 to vspltisb -1 to canonicalize.
6653 if (Val == -1)
6654 SplatSize = 1;
Scott Michelcf0da6c2009-02-17 22:15:04 +00006655
Owen Anderson53aa7a92009-08-10 22:56:29 +00006656 EVT CanonicalVT = VTys[SplatSize-1];
Scott Michelcf0da6c2009-02-17 22:15:04 +00006657
Chris Lattner2a099c02006-04-17 06:00:21 +00006658 // Build a canonical splat for this value.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006659 SDValue Elt = DAG.getConstant(Val, dl, MVT::i32);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006660 SmallVector<SDValue, 8> Ops;
Duncan Sands13237ac2008-06-06 12:08:01 +00006661 Ops.assign(CanonicalVT.getVectorNumElements(), Elt);
Craig Topper48d114b2014-04-26 18:35:24 +00006662 SDValue Res = DAG.getNode(ISD::BUILD_VECTOR, dl, CanonicalVT, Ops);
Wesley Peck527da1b2010-11-23 03:31:01 +00006663 return DAG.getNode(ISD::BITCAST, dl, ReqVT, Res);
Chris Lattner2a099c02006-04-17 06:00:21 +00006664}
6665
Hal Finkelcf2e9082013-05-24 23:00:14 +00006666/// BuildIntrinsicOp - Return a unary operator intrinsic node with the
6667/// specified intrinsic ID.
6668static SDValue BuildIntrinsicOp(unsigned IID, SDValue Op,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006669 SelectionDAG &DAG, SDLoc dl,
Hal Finkelcf2e9082013-05-24 23:00:14 +00006670 EVT DestVT = MVT::Other) {
6671 if (DestVT == MVT::Other) DestVT = Op.getValueType();
6672 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006673 DAG.getConstant(IID, dl, MVT::i32), Op);
Hal Finkelcf2e9082013-05-24 23:00:14 +00006674}
6675
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006676/// BuildIntrinsicOp - Return a binary operator intrinsic node with the
Chris Lattner1b3806a2006-04-17 06:58:41 +00006677/// specified intrinsic ID.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006678static SDValue BuildIntrinsicOp(unsigned IID, SDValue LHS, SDValue RHS,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006679 SelectionDAG &DAG, SDLoc dl,
Owen Anderson9f944592009-08-11 20:47:22 +00006680 EVT DestVT = MVT::Other) {
6681 if (DestVT == MVT::Other) DestVT = LHS.getValueType();
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006682 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006683 DAG.getConstant(IID, dl, MVT::i32), LHS, RHS);
Chris Lattner1b3806a2006-04-17 06:58:41 +00006684}
6685
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006686/// BuildIntrinsicOp - Return a ternary operator intrinsic node with the
6687/// specified intrinsic ID.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006688static SDValue BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006689 SDValue Op2, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006690 SDLoc dl, EVT DestVT = MVT::Other) {
Owen Anderson9f944592009-08-11 20:47:22 +00006691 if (DestVT == MVT::Other) DestVT = Op0.getValueType();
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006692 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006693 DAG.getConstant(IID, dl, MVT::i32), Op0, Op1, Op2);
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006694}
6695
6696
Chris Lattner264c9082006-04-17 17:55:10 +00006697/// BuildVSLDOI - Return a VECTOR_SHUFFLE that is a vsldoi of the specified
6698/// amount. The result has the specified value type.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006699static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006700 EVT VT, SelectionDAG &DAG, SDLoc dl) {
Chris Lattner264c9082006-04-17 17:55:10 +00006701 // Force LHS/RHS to be the right type.
Wesley Peck527da1b2010-11-23 03:31:01 +00006702 LHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, LHS);
6703 RHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, RHS);
Duncan Sandsb0e39382008-07-21 10:20:31 +00006704
Nate Begeman8d6d4b92009-04-27 18:41:29 +00006705 int Ops[16];
Chris Lattner264c9082006-04-17 17:55:10 +00006706 for (unsigned i = 0; i != 16; ++i)
Nate Begeman8d6d4b92009-04-27 18:41:29 +00006707 Ops[i] = i + Amt;
Owen Anderson9f944592009-08-11 20:47:22 +00006708 SDValue T = DAG.getVectorShuffle(MVT::v16i8, dl, LHS, RHS, Ops);
Wesley Peck527da1b2010-11-23 03:31:01 +00006709 return DAG.getNode(ISD::BITCAST, dl, VT, T);
Chris Lattner264c9082006-04-17 17:55:10 +00006710}
6711
Chris Lattner19e90552006-04-14 05:19:18 +00006712// If this is a case we can't handle, return null and let the default
6713// expansion code take care of it. If we CAN select this case, and if it
6714// selects to a single instruction, return Op. Otherwise, if we can codegen
6715// this case more efficiently than a constant pool load, lower it to the
6716// sequence of ops that should be used.
Dan Gohman21cea8a2010-04-17 15:26:15 +00006717SDValue PPCTargetLowering::LowerBUILD_VECTOR(SDValue Op,
6718 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006719 SDLoc dl(Op);
Bob Wilsond8ea0e12009-03-01 01:13:55 +00006720 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(Op.getNode());
Craig Toppere73658d2014-04-28 04:05:08 +00006721 assert(BVN && "Expected a BuildVectorSDNode in LowerBUILD_VECTOR");
Scott Michelbb878282009-02-25 03:12:50 +00006722
Hal Finkelc93a9a22015-02-25 01:06:45 +00006723 if (Subtarget.hasQPX() && Op.getValueType() == MVT::v4i1) {
6724 // We first build an i32 vector, load it into a QPX register,
6725 // then convert it to a floating-point vector and compare it
6726 // to a zero vector to get the boolean result.
6727 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
6728 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
6729 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
6730 EVT PtrVT = getPointerTy();
6731 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6732
6733 assert(BVN->getNumOperands() == 4 &&
6734 "BUILD_VECTOR for v4i1 does not have 4 operands");
6735
6736 bool IsConst = true;
6737 for (unsigned i = 0; i < 4; ++i) {
6738 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF) continue;
6739 if (!isa<ConstantSDNode>(BVN->getOperand(i))) {
6740 IsConst = false;
6741 break;
6742 }
6743 }
6744
6745 if (IsConst) {
6746 Constant *One =
6747 ConstantFP::get(Type::getFloatTy(*DAG.getContext()), 1.0);
6748 Constant *NegOne =
6749 ConstantFP::get(Type::getFloatTy(*DAG.getContext()), -1.0);
6750
6751 SmallVector<Constant*, 4> CV(4, NegOne);
6752 for (unsigned i = 0; i < 4; ++i) {
6753 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF)
6754 CV[i] = UndefValue::get(Type::getFloatTy(*DAG.getContext()));
6755 else if (cast<ConstantSDNode>(BVN->getOperand(i))->
6756 getConstantIntValue()->isZero())
6757 continue;
6758 else
6759 CV[i] = One;
6760 }
6761
6762 Constant *CP = ConstantVector::get(CV);
6763 SDValue CPIdx = DAG.getConstantPool(CP, getPointerTy(),
6764 16 /* alignment */);
6765
6766 SmallVector<SDValue, 2> Ops;
6767 Ops.push_back(DAG.getEntryNode());
6768 Ops.push_back(CPIdx);
6769
6770 SmallVector<EVT, 2> ValueVTs;
6771 ValueVTs.push_back(MVT::v4i1);
6772 ValueVTs.push_back(MVT::Other); // chain
6773 SDVTList VTs = DAG.getVTList(ValueVTs);
6774
6775 return DAG.getMemIntrinsicNode(PPCISD::QVLFSb,
6776 dl, VTs, Ops, MVT::v4f32,
6777 MachinePointerInfo::getConstantPool());
6778 }
6779
6780 SmallVector<SDValue, 4> Stores;
6781 for (unsigned i = 0; i < 4; ++i) {
6782 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF) continue;
6783
6784 unsigned Offset = 4*i;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006785 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00006786 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
6787
6788 unsigned StoreSize = BVN->getOperand(i).getValueType().getStoreSize();
6789 if (StoreSize > 4) {
6790 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl,
6791 BVN->getOperand(i), Idx,
6792 PtrInfo.getWithOffset(Offset),
6793 MVT::i32, false, false, 0));
6794 } else {
6795 SDValue StoreValue = BVN->getOperand(i);
6796 if (StoreSize < 4)
6797 StoreValue = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, StoreValue);
6798
6799 Stores.push_back(DAG.getStore(DAG.getEntryNode(), dl,
6800 StoreValue, Idx,
6801 PtrInfo.getWithOffset(Offset),
6802 false, false, 0));
6803 }
6804 }
6805
6806 SDValue StoreChain;
6807 if (!Stores.empty())
6808 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
6809 else
6810 StoreChain = DAG.getEntryNode();
6811
6812 // Now load from v4i32 into the QPX register; this will extend it to
6813 // v4i64 but not yet convert it to a floating point. Nevertheless, this
6814 // is typed as v4f64 because the QPX register integer states are not
6815 // explicitly represented.
6816
6817 SmallVector<SDValue, 2> Ops;
6818 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006819 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvlfiwz, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00006820 Ops.push_back(FIdx);
6821
6822 SmallVector<EVT, 2> ValueVTs;
6823 ValueVTs.push_back(MVT::v4f64);
6824 ValueVTs.push_back(MVT::Other); // chain
6825 SDVTList VTs = DAG.getVTList(ValueVTs);
6826
6827 SDValue LoadedVect = DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN,
6828 dl, VTs, Ops, MVT::v4i32, PtrInfo);
6829 LoadedVect = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006830 DAG.getConstant(Intrinsic::ppc_qpx_qvfcfidu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00006831 LoadedVect);
6832
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006833 SDValue FPZeros = DAG.getConstantFP(0.0, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006834 FPZeros = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
6835 FPZeros, FPZeros, FPZeros, FPZeros);
6836
6837 return DAG.getSetCC(dl, MVT::v4i1, LoadedVect, FPZeros, ISD::SETEQ);
6838 }
6839
6840 // All other QPX vectors are handled by generic code.
6841 if (Subtarget.hasQPX())
6842 return SDValue();
6843
Bob Wilson85cefe82009-03-02 23:24:16 +00006844 // Check if this is a splat of a constant value.
6845 APInt APSplatBits, APSplatUndef;
6846 unsigned SplatBitSize;
Bob Wilsond8ea0e12009-03-01 01:13:55 +00006847 bool HasAnyUndefs;
Bob Wilson530e0382009-03-03 19:26:27 +00006848 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
Bill Schmidt91dd7652015-04-03 13:48:24 +00006849 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) ||
6850 SplatBitSize > 32)
Bob Wilson530e0382009-03-03 19:26:27 +00006851 return SDValue();
Evan Chenga49de9d2009-02-25 22:49:59 +00006852
Bob Wilson530e0382009-03-03 19:26:27 +00006853 unsigned SplatBits = APSplatBits.getZExtValue();
6854 unsigned SplatUndef = APSplatUndef.getZExtValue();
6855 unsigned SplatSize = SplatBitSize / 8;
Scott Michelcf0da6c2009-02-17 22:15:04 +00006856
Bob Wilson530e0382009-03-03 19:26:27 +00006857 // First, handle single instruction cases.
6858
6859 // All zeros?
6860 if (SplatBits == 0) {
6861 // Canonicalize all zero vectors to be v4i32.
Owen Anderson9f944592009-08-11 20:47:22 +00006862 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006863 SDValue Z = DAG.getConstant(0, dl, MVT::i32);
Owen Anderson9f944592009-08-11 20:47:22 +00006864 Z = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Z, Z, Z, Z);
Wesley Peck527da1b2010-11-23 03:31:01 +00006865 Op = DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Z);
Chris Lattner19e90552006-04-14 05:19:18 +00006866 }
Bob Wilson530e0382009-03-03 19:26:27 +00006867 return Op;
6868 }
Chris Lattnerfa5aa392006-04-16 01:01:29 +00006869
Bob Wilson530e0382009-03-03 19:26:27 +00006870 // If the sign extended value is in the range [-16,15], use VSPLTI[bhw].
6871 int32_t SextVal= (int32_t(SplatBits << (32-SplatBitSize)) >>
6872 (32-SplatBitSize));
6873 if (SextVal >= -16 && SextVal <= 15)
6874 return BuildSplatI(SextVal, SplatSize, Op.getValueType(), DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00006875
6876
Bob Wilson530e0382009-03-03 19:26:27 +00006877 // Two instruction sequences.
Scott Michelcf0da6c2009-02-17 22:15:04 +00006878
Bob Wilson530e0382009-03-03 19:26:27 +00006879 // If this value is in the range [-32,30] and is even, use:
Bill Schmidtc6cbecc2013-02-20 20:41:42 +00006880 // VSPLTI[bhw](val/2) + VSPLTI[bhw](val/2)
6881 // If this value is in the range [17,31] and is odd, use:
6882 // VSPLTI[bhw](val-16) - VSPLTI[bhw](-16)
6883 // If this value is in the range [-31,-17] and is odd, use:
6884 // VSPLTI[bhw](val+16) + VSPLTI[bhw](-16)
6885 // Note the last two are three-instruction sequences.
6886 if (SextVal >= -32 && SextVal <= 31) {
6887 // To avoid having these optimizations undone by constant folding,
6888 // we convert to a pseudo that will be expanded later into one of
6889 // the above forms.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006890 SDValue Elt = DAG.getConstant(SextVal, dl, MVT::i32);
Bill Schmidt71dddd52014-05-27 15:57:51 +00006891 EVT VT = (SplatSize == 1 ? MVT::v16i8 :
6892 (SplatSize == 2 ? MVT::v8i16 : MVT::v4i32));
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006893 SDValue EltSize = DAG.getConstant(SplatSize, dl, MVT::i32);
Bill Schmidt71dddd52014-05-27 15:57:51 +00006894 SDValue RetVal = DAG.getNode(PPCISD::VADD_SPLAT, dl, VT, Elt, EltSize);
6895 if (VT == Op.getValueType())
6896 return RetVal;
6897 else
6898 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), RetVal);
Bob Wilson530e0382009-03-03 19:26:27 +00006899 }
6900
6901 // If this is 0x8000_0000 x 4, turn into vspltisw + vslw. If it is
6902 // 0x7FFF_FFFF x 4, turn it into not(0x8000_0000). This is important
6903 // for fneg/fabs.
6904 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) {
6905 // Make -1 and vspltisw -1:
Owen Anderson9f944592009-08-11 20:47:22 +00006906 SDValue OnesV = BuildSplatI(-1, 4, MVT::v4i32, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006907
6908 // Make the VSLW intrinsic, computing 0x8000_0000.
6909 SDValue Res = BuildIntrinsicOp(Intrinsic::ppc_altivec_vslw, OnesV,
6910 OnesV, DAG, dl);
6911
6912 // xor by OnesV to invert it.
Owen Anderson9f944592009-08-11 20:47:22 +00006913 Res = DAG.getNode(ISD::XOR, dl, MVT::v4i32, Res, OnesV);
Wesley Peck527da1b2010-11-23 03:31:01 +00006914 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Bob Wilson530e0382009-03-03 19:26:27 +00006915 }
6916
6917 // Check to see if this is a wide variety of vsplti*, binop self cases.
6918 static const signed char SplatCsts[] = {
6919 -1, 1, -2, 2, -3, 3, -4, 4, -5, 5, -6, 6, -7, 7,
6920 -8, 8, -9, 9, -10, 10, -11, 11, -12, 12, -13, 13, 14, -14, 15, -15, -16
6921 };
6922
6923 for (unsigned idx = 0; idx < array_lengthof(SplatCsts); ++idx) {
6924 // Indirect through the SplatCsts array so that we favor 'vsplti -1' for
6925 // cases which are ambiguous (e.g. formation of 0x8000_0000). 'vsplti -1'
6926 int i = SplatCsts[idx];
6927
6928 // Figure out what shift amount will be used by altivec if shifted by i in
6929 // this splat size.
6930 unsigned TypeShiftAmt = i & (SplatBitSize-1);
6931
6932 // vsplti + shl self.
Richard Smith228e6d42012-08-24 23:29:28 +00006933 if (SextVal == (int)((unsigned)i << TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006934 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006935 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6936 Intrinsic::ppc_altivec_vslb, Intrinsic::ppc_altivec_vslh, 0,
6937 Intrinsic::ppc_altivec_vslw
6938 };
6939 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006940 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner2a099c02006-04-17 06:00:21 +00006941 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006942
Bob Wilson530e0382009-03-03 19:26:27 +00006943 // vsplti + srl self.
6944 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006945 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006946 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6947 Intrinsic::ppc_altivec_vsrb, Intrinsic::ppc_altivec_vsrh, 0,
6948 Intrinsic::ppc_altivec_vsrw
6949 };
6950 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006951 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner1b3806a2006-04-17 06:58:41 +00006952 }
6953
Bob Wilson530e0382009-03-03 19:26:27 +00006954 // vsplti + sra self.
6955 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006956 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006957 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6958 Intrinsic::ppc_altivec_vsrab, Intrinsic::ppc_altivec_vsrah, 0,
6959 Intrinsic::ppc_altivec_vsraw
6960 };
6961 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006962 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner1b3806a2006-04-17 06:58:41 +00006963 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006964
Bob Wilson530e0382009-03-03 19:26:27 +00006965 // vsplti + rol self.
6966 if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
6967 ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {
Owen Anderson9f944592009-08-11 20:47:22 +00006968 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006969 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6970 Intrinsic::ppc_altivec_vrlb, Intrinsic::ppc_altivec_vrlh, 0,
6971 Intrinsic::ppc_altivec_vrlw
6972 };
6973 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006974 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Bob Wilson530e0382009-03-03 19:26:27 +00006975 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006976
Bob Wilson530e0382009-03-03 19:26:27 +00006977 // t = vsplti c, result = vsldoi t, t, 1
Richard Smith228e6d42012-08-24 23:29:28 +00006978 if (SextVal == (int)(((unsigned)i << 8) | (i < 0 ? 0xFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00006979 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006980 return BuildVSLDOI(T, T, 1, Op.getValueType(), DAG, dl);
Chris Lattnere54133c2006-04-17 18:09:22 +00006981 }
Bob Wilson530e0382009-03-03 19:26:27 +00006982 // t = vsplti c, result = vsldoi t, t, 2
Richard Smith228e6d42012-08-24 23:29:28 +00006983 if (SextVal == (int)(((unsigned)i << 16) | (i < 0 ? 0xFFFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00006984 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006985 return BuildVSLDOI(T, T, 2, Op.getValueType(), DAG, dl);
Chris Lattner19e90552006-04-14 05:19:18 +00006986 }
Bob Wilson530e0382009-03-03 19:26:27 +00006987 // t = vsplti c, result = vsldoi t, t, 3
Richard Smith228e6d42012-08-24 23:29:28 +00006988 if (SextVal == (int)(((unsigned)i << 24) | (i < 0 ? 0xFFFFFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00006989 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006990 return BuildVSLDOI(T, T, 3, Op.getValueType(), DAG, dl);
6991 }
6992 }
6993
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006994 return SDValue();
Chris Lattner19e90552006-04-14 05:19:18 +00006995}
6996
Chris Lattner071ad012006-04-17 05:28:54 +00006997/// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
6998/// the specified operations to build the shuffle.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006999static SDValue GeneratePerfectShuffle(unsigned PFEntry, SDValue LHS,
Scott Michelcf0da6c2009-02-17 22:15:04 +00007000 SDValue RHS, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00007001 SDLoc dl) {
Chris Lattner071ad012006-04-17 05:28:54 +00007002 unsigned OpNum = (PFEntry >> 26) & 0x0F;
Bill Wendling95e1af22008-09-17 00:30:57 +00007003 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1);
Chris Lattner071ad012006-04-17 05:28:54 +00007004 unsigned RHSID = (PFEntry >> 0) & ((1 << 13)-1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007005
Chris Lattner071ad012006-04-17 05:28:54 +00007006 enum {
Chris Lattnerd2ca9ab2006-05-16 04:20:24 +00007007 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3>
Chris Lattner071ad012006-04-17 05:28:54 +00007008 OP_VMRGHW,
7009 OP_VMRGLW,
7010 OP_VSPLTISW0,
7011 OP_VSPLTISW1,
7012 OP_VSPLTISW2,
7013 OP_VSPLTISW3,
7014 OP_VSLDOI4,
7015 OP_VSLDOI8,
Chris Lattneraa2372562006-05-24 17:04:05 +00007016 OP_VSLDOI12
Chris Lattner071ad012006-04-17 05:28:54 +00007017 };
Scott Michelcf0da6c2009-02-17 22:15:04 +00007018
Chris Lattner071ad012006-04-17 05:28:54 +00007019 if (OpNum == OP_COPY) {
7020 if (LHSID == (1*9+2)*9+3) return LHS;
7021 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
7022 return RHS;
7023 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007024
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007025 SDValue OpLHS, OpRHS;
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007026 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7027 OpRHS = GeneratePerfectShuffle(PerfectShuffleTable[RHSID], LHS, RHS, DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007028
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007029 int ShufIdxs[16];
Chris Lattner071ad012006-04-17 05:28:54 +00007030 switch (OpNum) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007031 default: llvm_unreachable("Unknown i32 permute!");
Chris Lattner071ad012006-04-17 05:28:54 +00007032 case OP_VMRGHW:
7033 ShufIdxs[ 0] = 0; ShufIdxs[ 1] = 1; ShufIdxs[ 2] = 2; ShufIdxs[ 3] = 3;
7034 ShufIdxs[ 4] = 16; ShufIdxs[ 5] = 17; ShufIdxs[ 6] = 18; ShufIdxs[ 7] = 19;
7035 ShufIdxs[ 8] = 4; ShufIdxs[ 9] = 5; ShufIdxs[10] = 6; ShufIdxs[11] = 7;
7036 ShufIdxs[12] = 20; ShufIdxs[13] = 21; ShufIdxs[14] = 22; ShufIdxs[15] = 23;
7037 break;
7038 case OP_VMRGLW:
7039 ShufIdxs[ 0] = 8; ShufIdxs[ 1] = 9; ShufIdxs[ 2] = 10; ShufIdxs[ 3] = 11;
7040 ShufIdxs[ 4] = 24; ShufIdxs[ 5] = 25; ShufIdxs[ 6] = 26; ShufIdxs[ 7] = 27;
7041 ShufIdxs[ 8] = 12; ShufIdxs[ 9] = 13; ShufIdxs[10] = 14; ShufIdxs[11] = 15;
7042 ShufIdxs[12] = 28; ShufIdxs[13] = 29; ShufIdxs[14] = 30; ShufIdxs[15] = 31;
7043 break;
7044 case OP_VSPLTISW0:
7045 for (unsigned i = 0; i != 16; ++i)
7046 ShufIdxs[i] = (i&3)+0;
7047 break;
7048 case OP_VSPLTISW1:
7049 for (unsigned i = 0; i != 16; ++i)
7050 ShufIdxs[i] = (i&3)+4;
7051 break;
7052 case OP_VSPLTISW2:
7053 for (unsigned i = 0; i != 16; ++i)
7054 ShufIdxs[i] = (i&3)+8;
7055 break;
7056 case OP_VSPLTISW3:
7057 for (unsigned i = 0; i != 16; ++i)
7058 ShufIdxs[i] = (i&3)+12;
7059 break;
7060 case OP_VSLDOI4:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007061 return BuildVSLDOI(OpLHS, OpRHS, 4, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007062 case OP_VSLDOI8:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007063 return BuildVSLDOI(OpLHS, OpRHS, 8, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007064 case OP_VSLDOI12:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007065 return BuildVSLDOI(OpLHS, OpRHS, 12, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007066 }
Owen Anderson53aa7a92009-08-10 22:56:29 +00007067 EVT VT = OpLHS.getValueType();
Wesley Peck527da1b2010-11-23 03:31:01 +00007068 OpLHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OpLHS);
7069 OpRHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OpRHS);
Owen Anderson9f944592009-08-11 20:47:22 +00007070 SDValue T = DAG.getVectorShuffle(MVT::v16i8, dl, OpLHS, OpRHS, ShufIdxs);
Wesley Peck527da1b2010-11-23 03:31:01 +00007071 return DAG.getNode(ISD::BITCAST, dl, VT, T);
Chris Lattner071ad012006-04-17 05:28:54 +00007072}
7073
Chris Lattner19e90552006-04-14 05:19:18 +00007074/// LowerVECTOR_SHUFFLE - Return the code we lower for VECTOR_SHUFFLE. If this
7075/// is a shuffle we can handle in a single instruction, return it. Otherwise,
7076/// return the code it can be lowered into. Worst case, it can always be
7077/// lowered into a vperm.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007078SDValue PPCTargetLowering::LowerVECTOR_SHUFFLE(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007079 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007080 SDLoc dl(Op);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007081 SDValue V1 = Op.getOperand(0);
7082 SDValue V2 = Op.getOperand(1);
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007083 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Owen Anderson53aa7a92009-08-10 22:56:29 +00007084 EVT VT = Op.getValueType();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007085 bool isLittleEndian = Subtarget.isLittleEndian();
Scott Michelcf0da6c2009-02-17 22:15:04 +00007086
Hal Finkelc93a9a22015-02-25 01:06:45 +00007087 if (Subtarget.hasQPX()) {
7088 if (VT.getVectorNumElements() != 4)
7089 return SDValue();
7090
7091 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
7092
7093 int AlignIdx = PPC::isQVALIGNIShuffleMask(SVOp);
7094 if (AlignIdx != -1) {
7095 return DAG.getNode(PPCISD::QVALIGNI, dl, VT, V1, V2,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007096 DAG.getConstant(AlignIdx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007097 } else if (SVOp->isSplat()) {
7098 int SplatIdx = SVOp->getSplatIndex();
7099 if (SplatIdx >= 4) {
7100 std::swap(V1, V2);
7101 SplatIdx -= 4;
7102 }
7103
7104 // FIXME: If SplatIdx == 0 and the input came from a load, then there is
7105 // nothing to do.
7106
7107 return DAG.getNode(PPCISD::QVESPLATI, dl, VT, V1,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007108 DAG.getConstant(SplatIdx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007109 }
7110
7111 // Lower this into a qvgpci/qvfperm pair.
7112
7113 // Compute the qvgpci literal
7114 unsigned idx = 0;
7115 for (unsigned i = 0; i < 4; ++i) {
7116 int m = SVOp->getMaskElt(i);
7117 unsigned mm = m >= 0 ? (unsigned) m : i;
7118 idx |= mm << (3-i)*3;
7119 }
7120
7121 SDValue V3 = DAG.getNode(PPCISD::QVGPCI, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007122 DAG.getConstant(idx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007123 return DAG.getNode(PPCISD::QVFPERM, dl, VT, V1, V2, V3);
7124 }
7125
Chris Lattner19e90552006-04-14 05:19:18 +00007126 // Cases that are handled by instructions that take permute immediates
7127 // (such as vsplt*) should be left as VECTOR_SHUFFLE nodes so they can be
7128 // selected by the instruction selector.
7129 if (V2.getOpcode() == ISD::UNDEF) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007130 if (PPC::isSplatShuffleMask(SVOp, 1) ||
7131 PPC::isSplatShuffleMask(SVOp, 2) ||
7132 PPC::isSplatShuffleMask(SVOp, 4) ||
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00007133 PPC::isVPKUWUMShuffleMask(SVOp, 1, DAG) ||
7134 PPC::isVPKUHUMShuffleMask(SVOp, 1, DAG) ||
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00007135 PPC::isVPKUDUMShuffleMask(SVOp, 1, DAG) ||
Bill Schmidt42a69362014-08-05 20:47:25 +00007136 PPC::isVSLDOIShuffleMask(SVOp, 1, DAG) != -1 ||
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007137 PPC::isVMRGLShuffleMask(SVOp, 1, 1, DAG) ||
7138 PPC::isVMRGLShuffleMask(SVOp, 2, 1, DAG) ||
7139 PPC::isVMRGLShuffleMask(SVOp, 4, 1, DAG) ||
7140 PPC::isVMRGHShuffleMask(SVOp, 1, 1, DAG) ||
7141 PPC::isVMRGHShuffleMask(SVOp, 2, 1, DAG) ||
Kit Barton13894c72015-06-25 15:17:40 +00007142 PPC::isVMRGHShuffleMask(SVOp, 4, 1, DAG) ||
7143 PPC::isVMRGEOShuffleMask(SVOp, true, 1, DAG) ||
7144 PPC::isVMRGEOShuffleMask(SVOp, false, 1, DAG)) {
Chris Lattner19e90552006-04-14 05:19:18 +00007145 return Op;
7146 }
7147 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007148
Chris Lattner19e90552006-04-14 05:19:18 +00007149 // Altivec has a variety of "shuffle immediates" that take two vector inputs
7150 // and produce a fixed permutation. If any of these match, do not lower to
7151 // VPERM.
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007152 unsigned int ShuffleKind = isLittleEndian ? 2 : 0;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00007153 if (PPC::isVPKUWUMShuffleMask(SVOp, ShuffleKind, DAG) ||
7154 PPC::isVPKUHUMShuffleMask(SVOp, ShuffleKind, DAG) ||
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00007155 PPC::isVPKUDUMShuffleMask(SVOp, ShuffleKind, DAG) ||
Bill Schmidt42a69362014-08-05 20:47:25 +00007156 PPC::isVSLDOIShuffleMask(SVOp, ShuffleKind, DAG) != -1 ||
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007157 PPC::isVMRGLShuffleMask(SVOp, 1, ShuffleKind, DAG) ||
7158 PPC::isVMRGLShuffleMask(SVOp, 2, ShuffleKind, DAG) ||
7159 PPC::isVMRGLShuffleMask(SVOp, 4, ShuffleKind, DAG) ||
7160 PPC::isVMRGHShuffleMask(SVOp, 1, ShuffleKind, DAG) ||
7161 PPC::isVMRGHShuffleMask(SVOp, 2, ShuffleKind, DAG) ||
Kit Barton13894c72015-06-25 15:17:40 +00007162 PPC::isVMRGHShuffleMask(SVOp, 4, ShuffleKind, DAG) ||
7163 PPC::isVMRGEOShuffleMask(SVOp, true, ShuffleKind, DAG) ||
7164 PPC::isVMRGEOShuffleMask(SVOp, false, ShuffleKind, DAG))
Chris Lattner19e90552006-04-14 05:19:18 +00007165 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007166
Chris Lattner071ad012006-04-17 05:28:54 +00007167 // Check to see if this is a shuffle of 4-byte values. If so, we can use our
7168 // perfect shuffle table to emit an optimal matching sequence.
Benjamin Kramer339ced42012-01-15 13:16:05 +00007169 ArrayRef<int> PermMask = SVOp->getMask();
Wesley Peck527da1b2010-11-23 03:31:01 +00007170
Chris Lattner071ad012006-04-17 05:28:54 +00007171 unsigned PFIndexes[4];
7172 bool isFourElementShuffle = true;
7173 for (unsigned i = 0; i != 4 && isFourElementShuffle; ++i) { // Element number
7174 unsigned EltNo = 8; // Start out undef.
7175 for (unsigned j = 0; j != 4; ++j) { // Intra-element byte.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007176 if (PermMask[i*4+j] < 0)
Chris Lattner071ad012006-04-17 05:28:54 +00007177 continue; // Undef, ignore it.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007178
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007179 unsigned ByteSource = PermMask[i*4+j];
Chris Lattner071ad012006-04-17 05:28:54 +00007180 if ((ByteSource & 3) != j) {
7181 isFourElementShuffle = false;
7182 break;
7183 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007184
Chris Lattner071ad012006-04-17 05:28:54 +00007185 if (EltNo == 8) {
7186 EltNo = ByteSource/4;
7187 } else if (EltNo != ByteSource/4) {
7188 isFourElementShuffle = false;
7189 break;
7190 }
7191 }
7192 PFIndexes[i] = EltNo;
7193 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007194
7195 // If this shuffle can be expressed as a shuffle of 4-byte elements, use the
Chris Lattner071ad012006-04-17 05:28:54 +00007196 // perfect shuffle vector to determine if it is cost effective to do this as
7197 // discrete instructions, or whether we should use a vperm.
Bill Schmidtf910a062014-06-10 14:35:01 +00007198 // For now, we skip this for little endian until such time as we have a
7199 // little-endian perfect shuffle table.
7200 if (isFourElementShuffle && !isLittleEndian) {
Chris Lattner071ad012006-04-17 05:28:54 +00007201 // Compute the index in the perfect shuffle table.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007202 unsigned PFTableIndex =
Chris Lattner071ad012006-04-17 05:28:54 +00007203 PFIndexes[0]*9*9*9+PFIndexes[1]*9*9+PFIndexes[2]*9+PFIndexes[3];
Scott Michelcf0da6c2009-02-17 22:15:04 +00007204
Chris Lattner071ad012006-04-17 05:28:54 +00007205 unsigned PFEntry = PerfectShuffleTable[PFTableIndex];
7206 unsigned Cost = (PFEntry >> 30);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007207
Chris Lattner071ad012006-04-17 05:28:54 +00007208 // Determining when to avoid vperm is tricky. Many things affect the cost
7209 // of vperm, particularly how many times the perm mask needs to be computed.
7210 // For example, if the perm mask can be hoisted out of a loop or is already
7211 // used (perhaps because there are multiple permutes with the same shuffle
7212 // mask?) the vperm has a cost of 1. OTOH, hoisting the permute mask out of
7213 // the loop requires an extra register.
7214 //
7215 // As a compromise, we only emit discrete instructions if the shuffle can be
Scott Michelcf0da6c2009-02-17 22:15:04 +00007216 // generated in 3 or fewer operations. When we have loop information
Chris Lattner071ad012006-04-17 05:28:54 +00007217 // available, if this block is within a loop, we should avoid using vperm
7218 // for 3-operation perms and use a constant pool load instead.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007219 if (Cost < 3)
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007220 return GeneratePerfectShuffle(PFEntry, V1, V2, DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007221 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007222
Chris Lattner19e90552006-04-14 05:19:18 +00007223 // Lower this to a VPERM(V1, V2, V3) expression, where V3 is a constant
7224 // vector that will get spilled to the constant pool.
7225 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007226
Chris Lattner19e90552006-04-14 05:19:18 +00007227 // The SHUFFLE_VECTOR mask is almost exactly what we want for vperm, except
7228 // that it is in input element units, not in bytes. Convert now.
Bill Schmidt4aedff82014-06-06 14:06:26 +00007229
7230 // For little endian, the order of the input vectors is reversed, and
7231 // the permutation mask is complemented with respect to 31. This is
7232 // necessary to produce proper semantics with the big-endian-biased vperm
7233 // instruction.
Owen Anderson53aa7a92009-08-10 22:56:29 +00007234 EVT EltVT = V1.getValueType().getVectorElementType();
Duncan Sands13237ac2008-06-06 12:08:01 +00007235 unsigned BytesPerElement = EltVT.getSizeInBits()/8;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007236
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007237 SmallVector<SDValue, 16> ResultMask;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007238 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i) {
7239 unsigned SrcElt = PermMask[i] < 0 ? 0 : PermMask[i];
Scott Michelcf0da6c2009-02-17 22:15:04 +00007240
Chris Lattner19e90552006-04-14 05:19:18 +00007241 for (unsigned j = 0; j != BytesPerElement; ++j)
Bill Schmidt4aedff82014-06-06 14:06:26 +00007242 if (isLittleEndian)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007243 ResultMask.push_back(DAG.getConstant(31 - (SrcElt*BytesPerElement + j),
7244 dl, MVT::i32));
Bill Schmidt4aedff82014-06-06 14:06:26 +00007245 else
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007246 ResultMask.push_back(DAG.getConstant(SrcElt*BytesPerElement + j, dl,
Bill Schmidt4aedff82014-06-06 14:06:26 +00007247 MVT::i32));
Chris Lattner19e90552006-04-14 05:19:18 +00007248 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007249
Owen Anderson9f944592009-08-11 20:47:22 +00007250 SDValue VPermMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i8,
Craig Topper48d114b2014-04-26 18:35:24 +00007251 ResultMask);
Bill Schmidt4aedff82014-06-06 14:06:26 +00007252 if (isLittleEndian)
7253 return DAG.getNode(PPCISD::VPERM, dl, V1.getValueType(),
7254 V2, V1, VPermMask);
7255 else
7256 return DAG.getNode(PPCISD::VPERM, dl, V1.getValueType(),
7257 V1, V2, VPermMask);
Chris Lattner19e90552006-04-14 05:19:18 +00007258}
7259
Chris Lattner9754d142006-04-18 17:59:36 +00007260/// getAltivecCompareInfo - Given an intrinsic, return false if it is not an
7261/// altivec comparison. If it is, return true and fill in Opc/isDot with
7262/// information about the intrinsic.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007263static bool getAltivecCompareInfo(SDValue Intrin, int &CompareOpc,
Kit Barton0cfa7b72015-03-03 19:55:45 +00007264 bool &isDot, const PPCSubtarget &Subtarget) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00007265 unsigned IntrinsicID =
7266 cast<ConstantSDNode>(Intrin.getOperand(0))->getZExtValue();
Chris Lattner9754d142006-04-18 17:59:36 +00007267 CompareOpc = -1;
7268 isDot = false;
7269 switch (IntrinsicID) {
7270 default: return false;
7271 // Comparison predicates.
Chris Lattner4211ca92006-04-14 06:01:58 +00007272 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break;
7273 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break;
7274 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break;
7275 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break;
7276 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007277 case Intrinsic::ppc_altivec_vcmpequd_p:
7278 if (Subtarget.hasP8Altivec()) {
7279 CompareOpc = 199;
7280 isDot = 1;
7281 }
7282 else
7283 return false;
7284
7285 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007286 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break;
7287 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break;
7288 case Intrinsic::ppc_altivec_vcmpgtsb_p: CompareOpc = 774; isDot = 1; break;
7289 case Intrinsic::ppc_altivec_vcmpgtsh_p: CompareOpc = 838; isDot = 1; break;
7290 case Intrinsic::ppc_altivec_vcmpgtsw_p: CompareOpc = 902; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007291 case Intrinsic::ppc_altivec_vcmpgtsd_p:
7292 if (Subtarget.hasP8Altivec()) {
7293 CompareOpc = 967;
7294 isDot = 1;
7295 }
7296 else
7297 return false;
7298
7299 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007300 case Intrinsic::ppc_altivec_vcmpgtub_p: CompareOpc = 518; isDot = 1; break;
7301 case Intrinsic::ppc_altivec_vcmpgtuh_p: CompareOpc = 582; isDot = 1; break;
7302 case Intrinsic::ppc_altivec_vcmpgtuw_p: CompareOpc = 646; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007303 case Intrinsic::ppc_altivec_vcmpgtud_p:
7304 if (Subtarget.hasP8Altivec()) {
7305 CompareOpc = 711;
7306 isDot = 1;
7307 }
7308 else
7309 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007310
Kit Barton0cfa7b72015-03-03 19:55:45 +00007311 break;
7312
Chris Lattner4211ca92006-04-14 06:01:58 +00007313 // Normal Comparisons.
7314 case Intrinsic::ppc_altivec_vcmpbfp: CompareOpc = 966; isDot = 0; break;
7315 case Intrinsic::ppc_altivec_vcmpeqfp: CompareOpc = 198; isDot = 0; break;
7316 case Intrinsic::ppc_altivec_vcmpequb: CompareOpc = 6; isDot = 0; break;
7317 case Intrinsic::ppc_altivec_vcmpequh: CompareOpc = 70; isDot = 0; break;
7318 case Intrinsic::ppc_altivec_vcmpequw: CompareOpc = 134; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007319 case Intrinsic::ppc_altivec_vcmpequd:
7320 if (Subtarget.hasP8Altivec()) {
7321 CompareOpc = 199;
7322 isDot = 0;
7323 }
7324 else
7325 return false;
7326
7327 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007328 case Intrinsic::ppc_altivec_vcmpgefp: CompareOpc = 454; isDot = 0; break;
7329 case Intrinsic::ppc_altivec_vcmpgtfp: CompareOpc = 710; isDot = 0; break;
7330 case Intrinsic::ppc_altivec_vcmpgtsb: CompareOpc = 774; isDot = 0; break;
7331 case Intrinsic::ppc_altivec_vcmpgtsh: CompareOpc = 838; isDot = 0; break;
7332 case Intrinsic::ppc_altivec_vcmpgtsw: CompareOpc = 902; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007333 case Intrinsic::ppc_altivec_vcmpgtsd:
7334 if (Subtarget.hasP8Altivec()) {
7335 CompareOpc = 967;
7336 isDot = 0;
7337 }
7338 else
7339 return false;
7340
7341 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007342 case Intrinsic::ppc_altivec_vcmpgtub: CompareOpc = 518; isDot = 0; break;
7343 case Intrinsic::ppc_altivec_vcmpgtuh: CompareOpc = 582; isDot = 0; break;
7344 case Intrinsic::ppc_altivec_vcmpgtuw: CompareOpc = 646; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007345 case Intrinsic::ppc_altivec_vcmpgtud:
7346 if (Subtarget.hasP8Altivec()) {
7347 CompareOpc = 711;
7348 isDot = 0;
7349 }
7350 else
7351 return false;
7352
7353 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007354 }
Chris Lattner9754d142006-04-18 17:59:36 +00007355 return true;
7356}
7357
7358/// LowerINTRINSIC_WO_CHAIN - If this is an intrinsic that we want to custom
7359/// lower, do it, otherwise return null.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007360SDValue PPCTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007361 SelectionDAG &DAG) const {
Chris Lattner9754d142006-04-18 17:59:36 +00007362 // If this is a lowered altivec predicate compare, CompareOpc is set to the
7363 // opcode number of the comparison.
Andrew Trickef9de2a2013-05-25 02:42:55 +00007364 SDLoc dl(Op);
Chris Lattner9754d142006-04-18 17:59:36 +00007365 int CompareOpc;
7366 bool isDot;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007367 if (!getAltivecCompareInfo(Op, CompareOpc, isDot, Subtarget))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007368 return SDValue(); // Don't custom lower most intrinsics.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007369
Chris Lattner9754d142006-04-18 17:59:36 +00007370 // If this is a non-dot comparison, make the VCMP node and we are done.
Chris Lattner4211ca92006-04-14 06:01:58 +00007371 if (!isDot) {
Dale Johannesenf80493b2009-02-05 22:07:54 +00007372 SDValue Tmp = DAG.getNode(PPCISD::VCMP, dl, Op.getOperand(2).getValueType(),
Chris Lattner9fa851b2010-03-14 22:44:11 +00007373 Op.getOperand(1), Op.getOperand(2),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007374 DAG.getConstant(CompareOpc, dl, MVT::i32));
Wesley Peck527da1b2010-11-23 03:31:01 +00007375 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Tmp);
Chris Lattner4211ca92006-04-14 06:01:58 +00007376 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007377
Chris Lattner4211ca92006-04-14 06:01:58 +00007378 // Create the PPCISD altivec 'dot' comparison node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007379 SDValue Ops[] = {
Chris Lattnerd66f14e2006-08-11 17:18:05 +00007380 Op.getOperand(2), // LHS
7381 Op.getOperand(3), // RHS
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007382 DAG.getConstant(CompareOpc, dl, MVT::i32)
Chris Lattnerd66f14e2006-08-11 17:18:05 +00007383 };
Benjamin Kramerfdf362b2013-03-07 20:33:29 +00007384 EVT VTs[] = { Op.getOperand(2).getValueType(), MVT::Glue };
Craig Topper48d114b2014-04-26 18:35:24 +00007385 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007386
Chris Lattner4211ca92006-04-14 06:01:58 +00007387 // Now that we have the comparison, emit a copy from the CR to a GPR.
7388 // This is flagged to the above dot comparison.
Ulrich Weigandd5ebc622013-07-03 17:05:42 +00007389 SDValue Flags = DAG.getNode(PPCISD::MFOCRF, dl, MVT::i32,
Owen Anderson9f944592009-08-11 20:47:22 +00007390 DAG.getRegister(PPC::CR6, MVT::i32),
Scott Michelcf0da6c2009-02-17 22:15:04 +00007391 CompNode.getValue(1));
7392
Chris Lattner4211ca92006-04-14 06:01:58 +00007393 // Unpack the result based on how the target uses it.
7394 unsigned BitNo; // Bit # of CR6.
7395 bool InvertBit; // Invert result?
Dan Gohmaneffb8942008-09-12 16:56:44 +00007396 switch (cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue()) {
Chris Lattner4211ca92006-04-14 06:01:58 +00007397 default: // Can't happen, don't crash on invalid number though.
7398 case 0: // Return the value of the EQ bit of CR6.
7399 BitNo = 0; InvertBit = false;
7400 break;
7401 case 1: // Return the inverted value of the EQ bit of CR6.
7402 BitNo = 0; InvertBit = true;
7403 break;
7404 case 2: // Return the value of the LT bit of CR6.
7405 BitNo = 2; InvertBit = false;
7406 break;
7407 case 3: // Return the inverted value of the LT bit of CR6.
7408 BitNo = 2; InvertBit = true;
7409 break;
7410 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007411
Chris Lattner4211ca92006-04-14 06:01:58 +00007412 // Shift the bit into the low position.
Owen Anderson9f944592009-08-11 20:47:22 +00007413 Flags = DAG.getNode(ISD::SRL, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007414 DAG.getConstant(8 - (3 - BitNo), dl, MVT::i32));
Chris Lattner4211ca92006-04-14 06:01:58 +00007415 // Isolate the bit.
Owen Anderson9f944592009-08-11 20:47:22 +00007416 Flags = DAG.getNode(ISD::AND, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007417 DAG.getConstant(1, dl, MVT::i32));
Scott Michelcf0da6c2009-02-17 22:15:04 +00007418
Chris Lattner4211ca92006-04-14 06:01:58 +00007419 // If we are supposed to, toggle the bit.
7420 if (InvertBit)
Owen Anderson9f944592009-08-11 20:47:22 +00007421 Flags = DAG.getNode(ISD::XOR, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007422 DAG.getConstant(1, dl, MVT::i32));
Chris Lattner4211ca92006-04-14 06:01:58 +00007423 return Flags;
7424}
7425
Hal Finkel5c0d1452014-03-30 13:22:59 +00007426SDValue PPCTargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op,
7427 SelectionDAG &DAG) const {
7428 SDLoc dl(Op);
7429 // For v2i64 (VSX), we can pattern patch the v2i32 case (using fp <-> int
7430 // instructions), but for smaller types, we need to first extend up to v2i32
7431 // before doing going farther.
7432 if (Op.getValueType() == MVT::v2i64) {
7433 EVT ExtVT = cast<VTSDNode>(Op.getOperand(1))->getVT();
7434 if (ExtVT != MVT::v2i32) {
7435 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(0));
7436 Op = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::v4i32, Op,
7437 DAG.getValueType(EVT::getVectorVT(*DAG.getContext(),
7438 ExtVT.getVectorElementType(), 4)));
7439 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Op);
7440 Op = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::v2i64, Op,
7441 DAG.getValueType(MVT::v2i32));
7442 }
7443
7444 return Op;
7445 }
7446
7447 return SDValue();
7448}
7449
Scott Michelcf0da6c2009-02-17 22:15:04 +00007450SDValue PPCTargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007451 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007452 SDLoc dl(Op);
Chris Lattner4211ca92006-04-14 06:01:58 +00007453 // Create a stack slot that is 16-byte aligned.
7454 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
David Greene1fbe0542009-11-12 20:49:22 +00007455 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
Dale Johannesen81bfca72010-05-03 22:59:34 +00007456 EVT PtrVT = getPointerTy();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007457 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007458
Chris Lattner4211ca92006-04-14 06:01:58 +00007459 // Store the input value into Value#0 of the stack slot.
Dale Johannesen021052a2009-02-04 20:06:27 +00007460 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl,
Chris Lattner676c61d2010-09-21 18:41:36 +00007461 Op.getOperand(0), FIdx, MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00007462 false, false, 0);
Chris Lattner4211ca92006-04-14 06:01:58 +00007463 // Load it out.
Chris Lattner7727d052010-09-21 06:44:06 +00007464 return DAG.getLoad(Op.getValueType(), dl, Store, FIdx, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00007465 false, false, false, 0);
Chris Lattner4211ca92006-04-14 06:01:58 +00007466}
7467
Hal Finkelc93a9a22015-02-25 01:06:45 +00007468SDValue PPCTargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
7469 SelectionDAG &DAG) const {
7470 SDLoc dl(Op);
7471 SDNode *N = Op.getNode();
7472
7473 assert(N->getOperand(0).getValueType() == MVT::v4i1 &&
7474 "Unknown extract_vector_elt type");
7475
7476 SDValue Value = N->getOperand(0);
7477
7478 // The first part of this is like the store lowering except that we don't
7479 // need to track the chain.
7480
7481 // The values are now known to be -1 (false) or 1 (true). To convert this
7482 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
7483 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
7484 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
7485
7486 // FIXME: We can make this an f32 vector, but the BUILD_VECTOR code needs to
7487 // understand how to form the extending load.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007488 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007489 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
7490 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
7491
7492 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
7493
7494 // Now convert to an integer and store.
7495 Value = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007496 DAG.getConstant(Intrinsic::ppc_qpx_qvfctiwu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00007497 Value);
7498
7499 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
7500 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
7501 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
7502 EVT PtrVT = getPointerTy();
7503 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
7504
7505 SDValue StoreChain = DAG.getEntryNode();
7506 SmallVector<SDValue, 2> Ops;
7507 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007508 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvstfiw, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007509 Ops.push_back(Value);
7510 Ops.push_back(FIdx);
7511
7512 SmallVector<EVT, 2> ValueVTs;
7513 ValueVTs.push_back(MVT::Other); // chain
7514 SDVTList VTs = DAG.getVTList(ValueVTs);
7515
7516 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID,
7517 dl, VTs, Ops, MVT::v4i32, PtrInfo);
7518
7519 // Extract the value requested.
7520 unsigned Offset = 4*cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007521 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007522 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
7523
7524 SDValue IntVal = DAG.getLoad(MVT::i32, dl, StoreChain, Idx,
7525 PtrInfo.getWithOffset(Offset),
7526 false, false, false, 0);
7527
7528 if (!Subtarget.useCRBits())
7529 return IntVal;
7530
7531 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, IntVal);
7532}
7533
7534/// Lowering for QPX v4i1 loads
7535SDValue PPCTargetLowering::LowerVectorLoad(SDValue Op,
7536 SelectionDAG &DAG) const {
7537 SDLoc dl(Op);
7538 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode());
7539 SDValue LoadChain = LN->getChain();
7540 SDValue BasePtr = LN->getBasePtr();
7541
7542 if (Op.getValueType() == MVT::v4f64 ||
7543 Op.getValueType() == MVT::v4f32) {
7544 EVT MemVT = LN->getMemoryVT();
7545 unsigned Alignment = LN->getAlignment();
7546
7547 // If this load is properly aligned, then it is legal.
7548 if (Alignment >= MemVT.getStoreSize())
7549 return Op;
7550
7551 EVT ScalarVT = Op.getValueType().getScalarType(),
7552 ScalarMemVT = MemVT.getScalarType();
7553 unsigned Stride = ScalarMemVT.getStoreSize();
7554
7555 SmallVector<SDValue, 8> Vals, LoadChains;
7556 for (unsigned Idx = 0; Idx < 4; ++Idx) {
7557 SDValue Load;
7558 if (ScalarVT != ScalarMemVT)
7559 Load =
7560 DAG.getExtLoad(LN->getExtensionType(), dl, ScalarVT, LoadChain,
7561 BasePtr,
7562 LN->getPointerInfo().getWithOffset(Idx*Stride),
7563 ScalarMemVT, LN->isVolatile(), LN->isNonTemporal(),
7564 LN->isInvariant(), MinAlign(Alignment, Idx*Stride),
7565 LN->getAAInfo());
7566 else
7567 Load =
7568 DAG.getLoad(ScalarVT, dl, LoadChain, BasePtr,
7569 LN->getPointerInfo().getWithOffset(Idx*Stride),
7570 LN->isVolatile(), LN->isNonTemporal(),
7571 LN->isInvariant(), MinAlign(Alignment, Idx*Stride),
7572 LN->getAAInfo());
7573
7574 if (Idx == 0 && LN->isIndexed()) {
7575 assert(LN->getAddressingMode() == ISD::PRE_INC &&
7576 "Unknown addressing mode on vector load");
7577 Load = DAG.getIndexedLoad(Load, dl, BasePtr, LN->getOffset(),
7578 LN->getAddressingMode());
7579 }
7580
7581 Vals.push_back(Load);
7582 LoadChains.push_back(Load.getValue(1));
7583
7584 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007585 DAG.getConstant(Stride, dl,
7586 BasePtr.getValueType()));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007587 }
7588
7589 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
7590 SDValue Value = DAG.getNode(ISD::BUILD_VECTOR, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007591 Op.getValueType(), Vals);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007592
7593 if (LN->isIndexed()) {
7594 SDValue RetOps[] = { Value, Vals[0].getValue(1), TF };
7595 return DAG.getMergeValues(RetOps, dl);
7596 }
7597
7598 SDValue RetOps[] = { Value, TF };
7599 return DAG.getMergeValues(RetOps, dl);
7600 }
7601
7602 assert(Op.getValueType() == MVT::v4i1 && "Unknown load to lower");
7603 assert(LN->isUnindexed() && "Indexed v4i1 loads are not supported");
7604
7605 // To lower v4i1 from a byte array, we load the byte elements of the
7606 // vector and then reuse the BUILD_VECTOR logic.
7607
7608 SmallVector<SDValue, 4> VectElmts, VectElmtChains;
7609 for (unsigned i = 0; i < 4; ++i) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007610 SDValue Idx = DAG.getConstant(i, dl, BasePtr.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007611 Idx = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr, Idx);
7612
7613 VectElmts.push_back(DAG.getExtLoad(ISD::EXTLOAD,
7614 dl, MVT::i32, LoadChain, Idx,
7615 LN->getPointerInfo().getWithOffset(i),
7616 MVT::i8 /* memory type */,
7617 LN->isVolatile(), LN->isNonTemporal(),
7618 LN->isInvariant(),
7619 1 /* alignment */, LN->getAAInfo()));
7620 VectElmtChains.push_back(VectElmts[i].getValue(1));
7621 }
7622
7623 LoadChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, VectElmtChains);
7624 SDValue Value = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i1, VectElmts);
7625
7626 SDValue RVals[] = { Value, LoadChain };
7627 return DAG.getMergeValues(RVals, dl);
7628}
7629
7630/// Lowering for QPX v4i1 stores
7631SDValue PPCTargetLowering::LowerVectorStore(SDValue Op,
7632 SelectionDAG &DAG) const {
7633 SDLoc dl(Op);
7634 StoreSDNode *SN = cast<StoreSDNode>(Op.getNode());
7635 SDValue StoreChain = SN->getChain();
7636 SDValue BasePtr = SN->getBasePtr();
7637 SDValue Value = SN->getValue();
7638
7639 if (Value.getValueType() == MVT::v4f64 ||
7640 Value.getValueType() == MVT::v4f32) {
7641 EVT MemVT = SN->getMemoryVT();
7642 unsigned Alignment = SN->getAlignment();
7643
7644 // If this store is properly aligned, then it is legal.
7645 if (Alignment >= MemVT.getStoreSize())
7646 return Op;
7647
7648 EVT ScalarVT = Value.getValueType().getScalarType(),
7649 ScalarMemVT = MemVT.getScalarType();
7650 unsigned Stride = ScalarMemVT.getStoreSize();
7651
7652 SmallVector<SDValue, 8> Stores;
7653 for (unsigned Idx = 0; Idx < 4; ++Idx) {
7654 SDValue Ex =
7655 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, ScalarVT, Value,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007656 DAG.getConstant(Idx, dl, getVectorIdxTy()));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007657 SDValue Store;
7658 if (ScalarVT != ScalarMemVT)
7659 Store =
7660 DAG.getTruncStore(StoreChain, dl, Ex, BasePtr,
7661 SN->getPointerInfo().getWithOffset(Idx*Stride),
7662 ScalarMemVT, SN->isVolatile(), SN->isNonTemporal(),
7663 MinAlign(Alignment, Idx*Stride), SN->getAAInfo());
7664 else
7665 Store =
7666 DAG.getStore(StoreChain, dl, Ex, BasePtr,
7667 SN->getPointerInfo().getWithOffset(Idx*Stride),
7668 SN->isVolatile(), SN->isNonTemporal(),
7669 MinAlign(Alignment, Idx*Stride), SN->getAAInfo());
7670
7671 if (Idx == 0 && SN->isIndexed()) {
7672 assert(SN->getAddressingMode() == ISD::PRE_INC &&
7673 "Unknown addressing mode on vector store");
7674 Store = DAG.getIndexedStore(Store, dl, BasePtr, SN->getOffset(),
7675 SN->getAddressingMode());
7676 }
7677
7678 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007679 DAG.getConstant(Stride, dl,
7680 BasePtr.getValueType()));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007681 Stores.push_back(Store);
7682 }
7683
7684 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
7685
7686 if (SN->isIndexed()) {
7687 SDValue RetOps[] = { TF, Stores[0].getValue(1) };
7688 return DAG.getMergeValues(RetOps, dl);
7689 }
7690
7691 return TF;
7692 }
7693
7694 assert(SN->isUnindexed() && "Indexed v4i1 stores are not supported");
7695 assert(Value.getValueType() == MVT::v4i1 && "Unknown store to lower");
7696
7697 // The values are now known to be -1 (false) or 1 (true). To convert this
7698 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
7699 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
7700 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
7701
7702 // FIXME: We can make this an f32 vector, but the BUILD_VECTOR code needs to
7703 // understand how to form the extending load.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007704 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007705 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
7706 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
7707
7708 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
7709
7710 // Now convert to an integer and store.
7711 Value = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007712 DAG.getConstant(Intrinsic::ppc_qpx_qvfctiwu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00007713 Value);
7714
7715 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
7716 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
7717 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
7718 EVT PtrVT = getPointerTy();
7719 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
7720
7721 SmallVector<SDValue, 2> Ops;
7722 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007723 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvstfiw, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007724 Ops.push_back(Value);
7725 Ops.push_back(FIdx);
7726
7727 SmallVector<EVT, 2> ValueVTs;
7728 ValueVTs.push_back(MVT::Other); // chain
7729 SDVTList VTs = DAG.getVTList(ValueVTs);
7730
7731 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID,
7732 dl, VTs, Ops, MVT::v4i32, PtrInfo);
7733
7734 // Move data into the byte array.
7735 SmallVector<SDValue, 4> Loads, LoadChains;
7736 for (unsigned i = 0; i < 4; ++i) {
7737 unsigned Offset = 4*i;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007738 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007739 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
7740
7741 Loads.push_back(DAG.getLoad(MVT::i32, dl, StoreChain, Idx,
7742 PtrInfo.getWithOffset(Offset),
7743 false, false, false, 0));
7744 LoadChains.push_back(Loads[i].getValue(1));
7745 }
7746
7747 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
7748
7749 SmallVector<SDValue, 4> Stores;
7750 for (unsigned i = 0; i < 4; ++i) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007751 SDValue Idx = DAG.getConstant(i, dl, BasePtr.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007752 Idx = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr, Idx);
7753
7754 Stores.push_back(DAG.getTruncStore(StoreChain, dl, Loads[i], Idx,
7755 SN->getPointerInfo().getWithOffset(i),
7756 MVT::i8 /* memory type */,
7757 SN->isNonTemporal(), SN->isVolatile(),
7758 1 /* alignment */, SN->getAAInfo()));
7759 }
7760
7761 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
7762
7763 return StoreChain;
7764}
7765
Dan Gohman21cea8a2010-04-17 15:26:15 +00007766SDValue PPCTargetLowering::LowerMUL(SDValue Op, SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007767 SDLoc dl(Op);
Owen Anderson9f944592009-08-11 20:47:22 +00007768 if (Op.getValueType() == MVT::v4i32) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007769 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007770
Owen Anderson9f944592009-08-11 20:47:22 +00007771 SDValue Zero = BuildSplatI( 0, 1, MVT::v4i32, DAG, dl);
7772 SDValue Neg16 = BuildSplatI(-16, 4, MVT::v4i32, DAG, dl);//+16 as shift amt.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007773
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007774 SDValue RHSSwap = // = vrlw RHS, 16
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007775 BuildIntrinsicOp(Intrinsic::ppc_altivec_vrlw, RHS, Neg16, DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007776
Chris Lattner7e4398742006-04-18 03:43:48 +00007777 // Shrinkify inputs to v8i16.
Wesley Peck527da1b2010-11-23 03:31:01 +00007778 LHS = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, LHS);
7779 RHS = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, RHS);
7780 RHSSwap = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, RHSSwap);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007781
Chris Lattner7e4398742006-04-18 03:43:48 +00007782 // Low parts multiplied together, generating 32-bit results (we ignore the
7783 // top parts).
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007784 SDValue LoProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmulouh,
Owen Anderson9f944592009-08-11 20:47:22 +00007785 LHS, RHS, DAG, dl, MVT::v4i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007786
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007787 SDValue HiProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmsumuhm,
Owen Anderson9f944592009-08-11 20:47:22 +00007788 LHS, RHSSwap, Zero, DAG, dl, MVT::v4i32);
Chris Lattner7e4398742006-04-18 03:43:48 +00007789 // Shift the high parts up 16 bits.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007790 HiProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vslw, HiProd,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007791 Neg16, DAG, dl);
Owen Anderson9f944592009-08-11 20:47:22 +00007792 return DAG.getNode(ISD::ADD, dl, MVT::v4i32, LoProd, HiProd);
7793 } else if (Op.getValueType() == MVT::v8i16) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007794 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007795
Owen Anderson9f944592009-08-11 20:47:22 +00007796 SDValue Zero = BuildSplatI(0, 1, MVT::v8i16, DAG, dl);
Chris Lattner7e4398742006-04-18 03:43:48 +00007797
Chris Lattner96d50482006-04-18 04:28:57 +00007798 return BuildIntrinsicOp(Intrinsic::ppc_altivec_vmladduhm,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007799 LHS, RHS, Zero, DAG, dl);
Owen Anderson9f944592009-08-11 20:47:22 +00007800 } else if (Op.getValueType() == MVT::v16i8) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007801 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007802 bool isLittleEndian = Subtarget.isLittleEndian();
Scott Michelcf0da6c2009-02-17 22:15:04 +00007803
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007804 // Multiply the even 8-bit parts, producing 16-bit sums.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007805 SDValue EvenParts = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmuleub,
Owen Anderson9f944592009-08-11 20:47:22 +00007806 LHS, RHS, DAG, dl, MVT::v8i16);
Wesley Peck527da1b2010-11-23 03:31:01 +00007807 EvenParts = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, EvenParts);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007808
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007809 // Multiply the odd 8-bit parts, producing 16-bit sums.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007810 SDValue OddParts = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmuloub,
Owen Anderson9f944592009-08-11 20:47:22 +00007811 LHS, RHS, DAG, dl, MVT::v8i16);
Wesley Peck527da1b2010-11-23 03:31:01 +00007812 OddParts = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OddParts);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007813
Bill Schmidt42995e82014-06-09 16:06:29 +00007814 // Merge the results together. Because vmuleub and vmuloub are
7815 // instructions with a big-endian bias, we must reverse the
7816 // element numbering and reverse the meaning of "odd" and "even"
7817 // when generating little endian code.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007818 int Ops[16];
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007819 for (unsigned i = 0; i != 8; ++i) {
Bill Schmidt42995e82014-06-09 16:06:29 +00007820 if (isLittleEndian) {
7821 Ops[i*2 ] = 2*i;
7822 Ops[i*2+1] = 2*i+16;
7823 } else {
7824 Ops[i*2 ] = 2*i+1;
7825 Ops[i*2+1] = 2*i+1+16;
7826 }
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007827 }
Bill Schmidt42995e82014-06-09 16:06:29 +00007828 if (isLittleEndian)
7829 return DAG.getVectorShuffle(MVT::v16i8, dl, OddParts, EvenParts, Ops);
7830 else
7831 return DAG.getVectorShuffle(MVT::v16i8, dl, EvenParts, OddParts, Ops);
Chris Lattner7e4398742006-04-18 03:43:48 +00007832 } else {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007833 llvm_unreachable("Unknown mul to lower!");
Chris Lattner7e4398742006-04-18 03:43:48 +00007834 }
Chris Lattnera2cae1b2006-04-18 03:24:30 +00007835}
7836
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007837/// LowerOperation - Provide custom lowering hooks for some operations.
7838///
Dan Gohman21cea8a2010-04-17 15:26:15 +00007839SDValue PPCTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007840 switch (Op.getOpcode()) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007841 default: llvm_unreachable("Wasn't expecting to be able to lower this!");
Chris Lattner4211ca92006-04-14 06:01:58 +00007842 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
Bob Wilsonf84f7102009-11-04 21:31:18 +00007843 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007844 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Roman Divackye3f15c982012-06-04 17:36:38 +00007845 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Nate Begeman4ca2ea52006-04-22 18:53:45 +00007846 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007847 case ISD::SETCC: return LowerSETCC(Op, DAG);
Duncan Sandsa0984362011-09-06 13:37:06 +00007848 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG);
7849 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007850 case ISD::VASTART:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007851 return LowerVASTART(Op, DAG, Subtarget);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007852
7853 case ISD::VAARG:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007854 return LowerVAARG(Op, DAG, Subtarget);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00007855
Roman Divackyc3825df2013-07-25 21:36:47 +00007856 case ISD::VACOPY:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007857 return LowerVACOPY(Op, DAG, Subtarget);
Roman Divackyc3825df2013-07-25 21:36:47 +00007858
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007859 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG, Subtarget);
Chris Lattner43df5b32007-02-25 05:34:32 +00007860 case ISD::DYNAMIC_STACKALLOC:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007861 return LowerDYNAMIC_STACKALLOC(Op, DAG, Subtarget);
Evan Cheng51096af2008-04-19 01:30:48 +00007862
Hal Finkel756810f2013-03-21 21:37:52 +00007863 case ISD::EH_SJLJ_SETJMP: return lowerEH_SJLJ_SETJMP(Op, DAG);
7864 case ISD::EH_SJLJ_LONGJMP: return lowerEH_SJLJ_LONGJMP(Op, DAG);
7865
Hal Finkel940ab932014-02-28 00:27:01 +00007866 case ISD::LOAD: return LowerLOAD(Op, DAG);
7867 case ISD::STORE: return LowerSTORE(Op, DAG);
7868 case ISD::TRUNCATE: return LowerTRUNCATE(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007869 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
Dale Johannesen37bc85f2009-06-04 20:53:52 +00007870 case ISD::FP_TO_UINT:
7871 case ISD::FP_TO_SINT: return LowerFP_TO_INT(Op, DAG,
Hal Finkeled844c42015-01-06 22:31:02 +00007872 SDLoc(Op));
Hal Finkelf6d45f22013-04-01 17:52:07 +00007873 case ISD::UINT_TO_FP:
7874 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG);
Dan Gohman9ba4d762008-01-31 00:41:03 +00007875 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Chris Lattner4a66d692006-03-22 05:30:33 +00007876
Chris Lattner4211ca92006-04-14 06:01:58 +00007877 // Lower 64-bit shifts.
Chris Lattner601b8652006-09-20 03:47:40 +00007878 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG);
7879 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG);
7880 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG);
Chris Lattner4a66d692006-03-22 05:30:33 +00007881
Chris Lattner4211ca92006-04-14 06:01:58 +00007882 // Vector-related lowering.
7883 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
7884 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
7885 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
7886 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
Hal Finkel5c0d1452014-03-30 13:22:59 +00007887 case ISD::SIGN_EXTEND_INREG: return LowerSIGN_EXTEND_INREG(Op, DAG);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007888 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
Chris Lattnera2cae1b2006-04-18 03:24:30 +00007889 case ISD::MUL: return LowerMUL(Op, DAG);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007890
Hal Finkel25c19922013-05-15 21:37:41 +00007891 // For counter-based loop handling.
7892 case ISD::INTRINSIC_W_CHAIN: return SDValue();
7893
Chris Lattnerf6a81562007-12-08 06:59:59 +00007894 // Frame & Return address.
7895 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
Nicolas Geoffray75ab9792007-03-01 13:11:38 +00007896 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Chris Lattnere675a082005-08-31 20:23:54 +00007897 }
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007898}
7899
Duncan Sands6ed40142008-12-01 11:39:25 +00007900void PPCTargetLowering::ReplaceNodeResults(SDNode *N,
7901 SmallVectorImpl<SDValue>&Results,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007902 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007903 SDLoc dl(N);
Chris Lattner57ee7c62007-11-28 18:44:47 +00007904 switch (N->getOpcode()) {
Duncan Sands4068a7f2008-10-28 15:00:32 +00007905 default:
Craig Toppere55c5562012-02-07 02:50:20 +00007906 llvm_unreachable("Do not know how to custom type legalize this operation!");
Hal Finkelbbdee932014-12-02 22:01:00 +00007907 case ISD::READCYCLECOUNTER: {
7908 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
7909 SDValue RTB = DAG.getNode(PPCISD::READ_TIME_BASE, dl, VTs, N->getOperand(0));
7910
7911 Results.push_back(RTB);
7912 Results.push_back(RTB.getValue(1));
7913 Results.push_back(RTB.getValue(2));
7914 break;
7915 }
Hal Finkel25c19922013-05-15 21:37:41 +00007916 case ISD::INTRINSIC_W_CHAIN: {
7917 if (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() !=
7918 Intrinsic::ppc_is_decremented_ctr_nonzero)
7919 break;
7920
7921 assert(N->getValueType(0) == MVT::i1 &&
7922 "Unexpected result type for CTR decrement intrinsic");
Matt Arsenault758659232013-05-18 00:21:46 +00007923 EVT SVT = getSetCCResultType(*DAG.getContext(), N->getValueType(0));
Hal Finkel25c19922013-05-15 21:37:41 +00007924 SDVTList VTs = DAG.getVTList(SVT, MVT::Other);
7925 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0),
7926 N->getOperand(1));
7927
7928 Results.push_back(NewInt);
7929 Results.push_back(NewInt.getValue(1));
7930 break;
7931 }
Roman Divacky4394e682011-06-28 15:30:42 +00007932 case ISD::VAARG: {
Eric Christophercccae792015-01-30 22:02:31 +00007933 if (!Subtarget.isSVR4ABI() || Subtarget.isPPC64())
Roman Divacky4394e682011-06-28 15:30:42 +00007934 return;
7935
7936 EVT VT = N->getValueType(0);
7937
7938 if (VT == MVT::i64) {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007939 SDValue NewNode = LowerVAARG(SDValue(N, 1), DAG, Subtarget);
Roman Divacky4394e682011-06-28 15:30:42 +00007940
7941 Results.push_back(NewNode);
7942 Results.push_back(NewNode.getValue(1));
7943 }
7944 return;
7945 }
Duncan Sands6ed40142008-12-01 11:39:25 +00007946 case ISD::FP_ROUND_INREG: {
Owen Anderson9f944592009-08-11 20:47:22 +00007947 assert(N->getValueType(0) == MVT::ppcf128);
7948 assert(N->getOperand(0).getValueType() == MVT::ppcf128);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007949 SDValue Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00007950 MVT::f64, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007951 DAG.getIntPtrConstant(0, dl));
Dale Johannesenf80493b2009-02-05 22:07:54 +00007952 SDValue Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00007953 MVT::f64, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007954 DAG.getIntPtrConstant(1, dl));
Duncan Sands6ed40142008-12-01 11:39:25 +00007955
Ulrich Weigand874fc622013-03-26 10:56:22 +00007956 // Add the two halves of the long double in round-to-zero mode.
7957 SDValue FPreg = DAG.getNode(PPCISD::FADDRTZ, dl, MVT::f64, Lo, Hi);
Duncan Sands6ed40142008-12-01 11:39:25 +00007958
7959 // We know the low half is about to be thrown away, so just use something
7960 // convenient.
Owen Anderson9f944592009-08-11 20:47:22 +00007961 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::ppcf128,
Dale Johannesenf80493b2009-02-05 22:07:54 +00007962 FPreg, FPreg));
Duncan Sands6ed40142008-12-01 11:39:25 +00007963 return;
Duncan Sands2a287912008-07-19 16:26:02 +00007964 }
Duncan Sands6ed40142008-12-01 11:39:25 +00007965 case ISD::FP_TO_SINT:
Hal Finkel93138502015-04-10 03:39:00 +00007966 case ISD::FP_TO_UINT:
Bill Schmidt41221692013-07-09 18:50:20 +00007967 // LowerFP_TO_INT() can only handle f32 and f64.
7968 if (N->getOperand(0).getValueType() == MVT::ppcf128)
7969 return;
Dale Johannesen37bc85f2009-06-04 20:53:52 +00007970 Results.push_back(LowerFP_TO_INT(SDValue(N, 0), DAG, dl));
Duncan Sands6ed40142008-12-01 11:39:25 +00007971 return;
Chris Lattner57ee7c62007-11-28 18:44:47 +00007972 }
7973}
7974
7975
Chris Lattner4211ca92006-04-14 06:01:58 +00007976//===----------------------------------------------------------------------===//
7977// Other Lowering Code
7978//===----------------------------------------------------------------------===//
7979
Robin Morisset22129962014-09-23 20:46:49 +00007980static Instruction* callIntrinsic(IRBuilder<> &Builder, Intrinsic::ID Id) {
7981 Module *M = Builder.GetInsertBlock()->getParent()->getParent();
7982 Function *Func = Intrinsic::getDeclaration(M, Id);
David Blaikieff6409d2015-05-18 22:13:54 +00007983 return Builder.CreateCall(Func, {});
Robin Morisset22129962014-09-23 20:46:49 +00007984}
7985
7986// The mappings for emitLeading/TrailingFence is taken from
7987// http://www.cl.cam.ac.uk/~pes20/cpp/cpp0xmappings.html
7988Instruction* PPCTargetLowering::emitLeadingFence(IRBuilder<> &Builder,
7989 AtomicOrdering Ord, bool IsStore,
7990 bool IsLoad) const {
7991 if (Ord == SequentiallyConsistent)
7992 return callIntrinsic(Builder, Intrinsic::ppc_sync);
David Blaikieff6409d2015-05-18 22:13:54 +00007993 if (isAtLeastRelease(Ord))
Robin Morisset22129962014-09-23 20:46:49 +00007994 return callIntrinsic(Builder, Intrinsic::ppc_lwsync);
David Blaikieff6409d2015-05-18 22:13:54 +00007995 return nullptr;
Robin Morisset22129962014-09-23 20:46:49 +00007996}
7997
7998Instruction* PPCTargetLowering::emitTrailingFence(IRBuilder<> &Builder,
7999 AtomicOrdering Ord, bool IsStore,
8000 bool IsLoad) const {
8001 if (IsLoad && isAtLeastAcquire(Ord))
8002 return callIntrinsic(Builder, Intrinsic::ppc_lwsync);
8003 // FIXME: this is too conservative, a dependent branch + isync is enough.
8004 // See http://www.cl.cam.ac.uk/~pes20/cpp/cpp0xmappings.html and
8005 // http://www.rdrop.com/users/paulmck/scalability/paper/N2745r.2011.03.04a.html
8006 // and http://www.cl.cam.ac.uk/~pes20/cppppc/ for justification.
David Blaikieff6409d2015-05-18 22:13:54 +00008007 return nullptr;
Robin Morisset22129962014-09-23 20:46:49 +00008008}
8009
Chris Lattner9b577f12005-08-26 21:23:58 +00008010MachineBasicBlock *
Dale Johannesend4eb0522008-08-25 22:34:37 +00008011PPCTargetLowering::EmitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB,
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008012 unsigned AtomicSize,
8013 unsigned BinOpcode) const {
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008014 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
Eric Christophercccae792015-01-30 22:02:31 +00008015 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Dale Johannesend4eb0522008-08-25 22:34:37 +00008016
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008017 auto LoadMnemonic = PPC::LDARX;
8018 auto StoreMnemonic = PPC::STDCX;
8019 switch (AtomicSize) {
8020 default:
8021 llvm_unreachable("Unexpected size of atomic entity");
8022 case 1:
8023 LoadMnemonic = PPC::LBARX;
8024 StoreMnemonic = PPC::STBCX;
8025 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
8026 break;
8027 case 2:
8028 LoadMnemonic = PPC::LHARX;
8029 StoreMnemonic = PPC::STHCX;
8030 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
8031 break;
8032 case 4:
8033 LoadMnemonic = PPC::LWARX;
8034 StoreMnemonic = PPC::STWCX;
8035 break;
8036 case 8:
8037 LoadMnemonic = PPC::LDARX;
8038 StoreMnemonic = PPC::STDCX;
8039 break;
8040 }
8041
Dale Johannesend4eb0522008-08-25 22:34:37 +00008042 const BasicBlock *LLVM_BB = BB->getBasicBlock();
8043 MachineFunction *F = BB->getParent();
8044 MachineFunction::iterator It = BB;
8045 ++It;
8046
8047 unsigned dest = MI->getOperand(0).getReg();
8048 unsigned ptrA = MI->getOperand(1).getReg();
8049 unsigned ptrB = MI->getOperand(2).getReg();
8050 unsigned incr = MI->getOperand(3).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008051 DebugLoc dl = MI->getDebugLoc();
Dale Johannesend4eb0522008-08-25 22:34:37 +00008052
8053 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB);
8054 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8055 F->insert(It, loopMBB);
8056 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008057 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008058 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008059 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008060
8061 MachineRegisterInfo &RegInfo = F->getRegInfo();
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008062 unsigned TmpReg = (!BinOpcode) ? incr :
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008063 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass
Craig Topper61e88f42014-11-21 05:58:21 +00008064 : &PPC::GPRCRegClass);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008065
8066 // thisMBB:
8067 // ...
8068 // fallthrough --> loopMBB
8069 BB->addSuccessor(loopMBB);
8070
8071 // loopMBB:
8072 // l[wd]arx dest, ptr
8073 // add r0, dest, incr
8074 // st[wd]cx. r0, ptr
8075 // bne- loopMBB
8076 // fallthrough --> exitMBB
8077 BB = loopMBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008078 BuildMI(BB, dl, TII->get(LoadMnemonic), dest)
Dale Johannesend4eb0522008-08-25 22:34:37 +00008079 .addReg(ptrA).addReg(ptrB);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008080 if (BinOpcode)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008081 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg).addReg(incr).addReg(dest);
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008082 BuildMI(BB, dl, TII->get(StoreMnemonic))
Dale Johannesend4eb0522008-08-25 22:34:37 +00008083 .addReg(TmpReg).addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008084 BuildMI(BB, dl, TII->get(PPC::BCC))
Scott Michelcf0da6c2009-02-17 22:15:04 +00008085 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008086 BB->addSuccessor(loopMBB);
8087 BB->addSuccessor(exitMBB);
8088
8089 // exitMBB:
8090 // ...
8091 BB = exitMBB;
8092 return BB;
8093}
8094
8095MachineBasicBlock *
Scott Michelcf0da6c2009-02-17 22:15:04 +00008096PPCTargetLowering::EmitPartwordAtomicBinary(MachineInstr *MI,
Dale Johannesena32affb2008-08-28 17:53:09 +00008097 MachineBasicBlock *BB,
8098 bool is8bit, // operation
Dan Gohman747e55b2009-02-07 16:15:20 +00008099 unsigned BinOpcode) const {
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008100 // If we support part-word atomic mnemonics, just use them
8101 if (Subtarget.hasPartwordAtomics())
8102 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode);
8103
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008104 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
Eric Christophercccae792015-01-30 22:02:31 +00008105 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Dale Johannesena32affb2008-08-28 17:53:09 +00008106 // In 64 bit mode we have to use 64 bits for addresses, even though the
8107 // lwarx/stwcx are 32 bits. With the 32-bit atomics we can use address
8108 // registers without caring whether they're 32 or 64, but here we're
8109 // doing actual arithmetic on the addresses.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008110 bool is64bit = Subtarget.isPPC64();
Hal Finkelf70c41e2013-03-21 23:45:03 +00008111 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO;
Dale Johannesena32affb2008-08-28 17:53:09 +00008112
8113 const BasicBlock *LLVM_BB = BB->getBasicBlock();
8114 MachineFunction *F = BB->getParent();
8115 MachineFunction::iterator It = BB;
8116 ++It;
8117
8118 unsigned dest = MI->getOperand(0).getReg();
8119 unsigned ptrA = MI->getOperand(1).getReg();
8120 unsigned ptrB = MI->getOperand(2).getReg();
8121 unsigned incr = MI->getOperand(3).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008122 DebugLoc dl = MI->getDebugLoc();
Dale Johannesena32affb2008-08-28 17:53:09 +00008123
8124 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB);
8125 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8126 F->insert(It, loopMBB);
8127 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008128 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008129 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008130 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesena32affb2008-08-28 17:53:09 +00008131
8132 MachineRegisterInfo &RegInfo = F->getRegInfo();
Craig Topper61e88f42014-11-21 05:58:21 +00008133 const TargetRegisterClass *RC = is64bit ? &PPC::G8RCRegClass
8134 : &PPC::GPRCRegClass;
Dale Johannesena32affb2008-08-28 17:53:09 +00008135 unsigned PtrReg = RegInfo.createVirtualRegister(RC);
8136 unsigned Shift1Reg = RegInfo.createVirtualRegister(RC);
8137 unsigned ShiftReg = RegInfo.createVirtualRegister(RC);
8138 unsigned Incr2Reg = RegInfo.createVirtualRegister(RC);
8139 unsigned MaskReg = RegInfo.createVirtualRegister(RC);
8140 unsigned Mask2Reg = RegInfo.createVirtualRegister(RC);
8141 unsigned Mask3Reg = RegInfo.createVirtualRegister(RC);
8142 unsigned Tmp2Reg = RegInfo.createVirtualRegister(RC);
8143 unsigned Tmp3Reg = RegInfo.createVirtualRegister(RC);
8144 unsigned Tmp4Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008145 unsigned TmpDestReg = RegInfo.createVirtualRegister(RC);
Dale Johannesena32affb2008-08-28 17:53:09 +00008146 unsigned Ptr1Reg;
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008147 unsigned TmpReg = (!BinOpcode) ? Incr2Reg : RegInfo.createVirtualRegister(RC);
Dale Johannesena32affb2008-08-28 17:53:09 +00008148
8149 // thisMBB:
8150 // ...
8151 // fallthrough --> loopMBB
8152 BB->addSuccessor(loopMBB);
8153
8154 // The 4-byte load must be aligned, while a char or short may be
8155 // anywhere in the word. Hence all this nasty bookkeeping code.
8156 // add ptr1, ptrA, ptrB [copy if ptrA==0]
8157 // rlwinm shift1, ptr1, 3, 27, 28 [3, 27, 27]
Dale Johannesenbc698292008-09-02 20:30:23 +00008158 // xori shift, shift1, 24 [16]
Dale Johannesena32affb2008-08-28 17:53:09 +00008159 // rlwinm ptr, ptr1, 0, 0, 29
8160 // slw incr2, incr, shift
8161 // li mask2, 255 [li mask3, 0; ori mask2, mask3, 65535]
8162 // slw mask, mask2, shift
8163 // loopMBB:
Dale Johannesen340d2642008-08-30 00:08:53 +00008164 // lwarx tmpDest, ptr
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008165 // add tmp, tmpDest, incr2
8166 // andc tmp2, tmpDest, mask
Dale Johannesena32affb2008-08-28 17:53:09 +00008167 // and tmp3, tmp, mask
8168 // or tmp4, tmp3, tmp2
Dale Johannesen340d2642008-08-30 00:08:53 +00008169 // stwcx. tmp4, ptr
Dale Johannesena32affb2008-08-28 17:53:09 +00008170 // bne- loopMBB
8171 // fallthrough --> exitMBB
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008172 // srw dest, tmpDest, shift
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008173 if (ptrA != ZeroReg) {
Dale Johannesena32affb2008-08-28 17:53:09 +00008174 Ptr1Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008175 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008176 .addReg(ptrA).addReg(ptrB);
8177 } else {
8178 Ptr1Reg = ptrB;
8179 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008180 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008181 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008182 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008183 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
8184 if (is64bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008185 BuildMI(BB, dl, TII->get(PPC::RLDICR), PtrReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008186 .addReg(Ptr1Reg).addImm(0).addImm(61);
8187 else
Dale Johannesene9f623e2009-02-13 02:27:39 +00008188 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008189 .addReg(Ptr1Reg).addImm(0).addImm(0).addImm(29);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008190 BuildMI(BB, dl, TII->get(PPC::SLW), Incr2Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008191 .addReg(incr).addReg(ShiftReg);
8192 if (is8bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008193 BuildMI(BB, dl, TII->get(PPC::LI), Mask2Reg).addImm(255);
Dale Johannesena32affb2008-08-28 17:53:09 +00008194 else {
Dale Johannesene9f623e2009-02-13 02:27:39 +00008195 BuildMI(BB, dl, TII->get(PPC::LI), Mask3Reg).addImm(0);
8196 BuildMI(BB, dl, TII->get(PPC::ORI),Mask2Reg).addReg(Mask3Reg).addImm(65535);
Dale Johannesena32affb2008-08-28 17:53:09 +00008197 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008198 BuildMI(BB, dl, TII->get(PPC::SLW), MaskReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008199 .addReg(Mask2Reg).addReg(ShiftReg);
8200
8201 BB = loopMBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008202 BuildMI(BB, dl, TII->get(PPC::LWARX), TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008203 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008204 if (BinOpcode)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008205 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg)
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008206 .addReg(Incr2Reg).addReg(TmpDestReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008207 BuildMI(BB, dl, TII->get(is64bit ? PPC::ANDC8 : PPC::ANDC), Tmp2Reg)
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008208 .addReg(TmpDestReg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008209 BuildMI(BB, dl, TII->get(is64bit ? PPC::AND8 : PPC::AND), Tmp3Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008210 .addReg(TmpReg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008211 BuildMI(BB, dl, TII->get(is64bit ? PPC::OR8 : PPC::OR), Tmp4Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008212 .addReg(Tmp3Reg).addReg(Tmp2Reg);
Bill Schmidt3581cd42013-04-02 18:37:08 +00008213 BuildMI(BB, dl, TII->get(PPC::STWCX))
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008214 .addReg(Tmp4Reg).addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008215 BuildMI(BB, dl, TII->get(PPC::BCC))
Scott Michelcf0da6c2009-02-17 22:15:04 +00008216 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
Dale Johannesena32affb2008-08-28 17:53:09 +00008217 BB->addSuccessor(loopMBB);
8218 BB->addSuccessor(exitMBB);
8219
8220 // exitMBB:
8221 // ...
8222 BB = exitMBB;
Jakob Stoklund Olesen13ce2362011-04-04 17:57:29 +00008223 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW), dest).addReg(TmpDestReg)
8224 .addReg(ShiftReg);
Dale Johannesena32affb2008-08-28 17:53:09 +00008225 return BB;
8226}
8227
Hal Finkel756810f2013-03-21 21:37:52 +00008228llvm::MachineBasicBlock*
8229PPCTargetLowering::emitEHSjLjSetJmp(MachineInstr *MI,
8230 MachineBasicBlock *MBB) const {
8231 DebugLoc DL = MI->getDebugLoc();
Eric Christophercccae792015-01-30 22:02:31 +00008232 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel756810f2013-03-21 21:37:52 +00008233
8234 MachineFunction *MF = MBB->getParent();
8235 MachineRegisterInfo &MRI = MF->getRegInfo();
8236
8237 const BasicBlock *BB = MBB->getBasicBlock();
8238 MachineFunction::iterator I = MBB;
8239 ++I;
8240
8241 // Memory Reference
8242 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
8243 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
8244
8245 unsigned DstReg = MI->getOperand(0).getReg();
8246 const TargetRegisterClass *RC = MRI.getRegClass(DstReg);
8247 assert(RC->hasType(MVT::i32) && "Invalid destination!");
8248 unsigned mainDstReg = MRI.createVirtualRegister(RC);
8249 unsigned restoreDstReg = MRI.createVirtualRegister(RC);
8250
8251 MVT PVT = getPointerTy();
8252 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
8253 "Invalid Pointer Size!");
8254 // For v = setjmp(buf), we generate
8255 //
8256 // thisMBB:
8257 // SjLjSetup mainMBB
8258 // bl mainMBB
8259 // v_restore = 1
8260 // b sinkMBB
8261 //
8262 // mainMBB:
8263 // buf[LabelOffset] = LR
8264 // v_main = 0
8265 //
8266 // sinkMBB:
8267 // v = phi(main, restore)
8268 //
8269
8270 MachineBasicBlock *thisMBB = MBB;
8271 MachineBasicBlock *mainMBB = MF->CreateMachineBasicBlock(BB);
8272 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(BB);
8273 MF->insert(I, mainMBB);
8274 MF->insert(I, sinkMBB);
8275
8276 MachineInstrBuilder MIB;
8277
8278 // Transfer the remainder of BB and its successor edges to sinkMBB.
8279 sinkMBB->splice(sinkMBB->begin(), MBB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008280 std::next(MachineBasicBlock::iterator(MI)), MBB->end());
Hal Finkel756810f2013-03-21 21:37:52 +00008281 sinkMBB->transferSuccessorsAndUpdatePHIs(MBB);
8282
8283 // Note that the structure of the jmp_buf used here is not compatible
8284 // with that used by libc, and is not designed to be. Specifically, it
8285 // stores only those 'reserved' registers that LLVM does not otherwise
8286 // understand how to spill. Also, by convention, by the time this
8287 // intrinsic is called, Clang has already stored the frame address in the
8288 // first slot of the buffer and stack address in the third. Following the
8289 // X86 target code, we'll store the jump address in the second slot. We also
8290 // need to save the TOC pointer (R2) to handle jumps between shared
8291 // libraries, and that will be stored in the fourth slot. The thread
8292 // identifier (R13) is not affected.
8293
8294 // thisMBB:
8295 const int64_t LabelOffset = 1 * PVT.getStoreSize();
8296 const int64_t TOCOffset = 3 * PVT.getStoreSize();
Hal Finkelf05d6c72013-07-17 23:50:51 +00008297 const int64_t BPOffset = 4 * PVT.getStoreSize();
Hal Finkel756810f2013-03-21 21:37:52 +00008298
8299 // Prepare IP either in reg.
8300 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
8301 unsigned LabelReg = MRI.createVirtualRegister(PtrRC);
8302 unsigned BufReg = MI->getOperand(1).getReg();
8303
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008304 if (Subtarget.isPPC64() && Subtarget.isSVR4ABI()) {
Hal Finkele6698d52015-02-01 15:03:28 +00008305 setUsesTOCBasePtr(*MBB->getParent());
Hal Finkel756810f2013-03-21 21:37:52 +00008306 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
8307 .addReg(PPC::X2)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008308 .addImm(TOCOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008309 .addReg(BufReg);
Hal Finkel756810f2013-03-21 21:37:52 +00008310 MIB.setMemRefs(MMOBegin, MMOEnd);
8311 }
8312
Hal Finkelf05d6c72013-07-17 23:50:51 +00008313 // Naked functions never have a base pointer, and so we use r1. For all
8314 // other functions, this decision must be delayed until during PEI.
8315 unsigned BaseReg;
Duncan P. N. Exon Smith5bedaf932015-02-14 02:54:07 +00008316 if (MF->getFunction()->hasFnAttribute(Attribute::Naked))
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008317 BaseReg = Subtarget.isPPC64() ? PPC::X1 : PPC::R1;
Hal Finkelf05d6c72013-07-17 23:50:51 +00008318 else
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008319 BaseReg = Subtarget.isPPC64() ? PPC::BP8 : PPC::BP;
Hal Finkelf05d6c72013-07-17 23:50:51 +00008320
8321 MIB = BuildMI(*thisMBB, MI, DL,
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008322 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW))
Eric Christophercccae792015-01-30 22:02:31 +00008323 .addReg(BaseReg)
8324 .addImm(BPOffset)
8325 .addReg(BufReg);
Hal Finkelf05d6c72013-07-17 23:50:51 +00008326 MIB.setMemRefs(MMOBegin, MMOEnd);
8327
Hal Finkel756810f2013-03-21 21:37:52 +00008328 // Setup
Hal Finkele5680b32013-04-04 22:55:54 +00008329 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
Eric Christophercccae792015-01-30 22:02:31 +00008330 const PPCRegisterInfo *TRI = Subtarget.getRegisterInfo();
Bill Wendling5e7656b2013-06-07 07:55:53 +00008331 MIB.addRegMask(TRI->getNoPreservedMask());
Hal Finkel756810f2013-03-21 21:37:52 +00008332
8333 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
8334
8335 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup))
8336 .addMBB(mainMBB);
8337 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB);
8338
8339 thisMBB->addSuccessor(mainMBB, /* weight */ 0);
8340 thisMBB->addSuccessor(sinkMBB, /* weight */ 1);
8341
8342 // mainMBB:
8343 // mainDstReg = 0
Eric Christophercccae792015-01-30 22:02:31 +00008344 MIB =
8345 BuildMI(mainMBB, DL,
8346 TII->get(Subtarget.isPPC64() ? PPC::MFLR8 : PPC::MFLR), LabelReg);
Hal Finkel756810f2013-03-21 21:37:52 +00008347
8348 // Store IP
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008349 if (Subtarget.isPPC64()) {
Hal Finkel756810f2013-03-21 21:37:52 +00008350 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STD))
8351 .addReg(LabelReg)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008352 .addImm(LabelOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008353 .addReg(BufReg);
8354 } else {
8355 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW))
8356 .addReg(LabelReg)
8357 .addImm(LabelOffset)
8358 .addReg(BufReg);
8359 }
8360
8361 MIB.setMemRefs(MMOBegin, MMOEnd);
8362
8363 BuildMI(mainMBB, DL, TII->get(PPC::LI), mainDstReg).addImm(0);
8364 mainMBB->addSuccessor(sinkMBB);
8365
8366 // sinkMBB:
8367 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
8368 TII->get(PPC::PHI), DstReg)
8369 .addReg(mainDstReg).addMBB(mainMBB)
8370 .addReg(restoreDstReg).addMBB(thisMBB);
8371
8372 MI->eraseFromParent();
8373 return sinkMBB;
8374}
8375
8376MachineBasicBlock *
8377PPCTargetLowering::emitEHSjLjLongJmp(MachineInstr *MI,
8378 MachineBasicBlock *MBB) const {
8379 DebugLoc DL = MI->getDebugLoc();
Eric Christophercccae792015-01-30 22:02:31 +00008380 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel756810f2013-03-21 21:37:52 +00008381
8382 MachineFunction *MF = MBB->getParent();
8383 MachineRegisterInfo &MRI = MF->getRegInfo();
8384
8385 // Memory Reference
8386 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
8387 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
8388
8389 MVT PVT = getPointerTy();
8390 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
8391 "Invalid Pointer Size!");
8392
8393 const TargetRegisterClass *RC =
8394 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass;
8395 unsigned Tmp = MRI.createVirtualRegister(RC);
8396 // Since FP is only updated here but NOT referenced, it's treated as GPR.
8397 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31;
8398 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
Eric Christophercccae792015-01-30 22:02:31 +00008399 unsigned BP =
8400 (PVT == MVT::i64)
8401 ? PPC::X30
8402 : (Subtarget.isSVR4ABI() &&
8403 MF->getTarget().getRelocationModel() == Reloc::PIC_
8404 ? PPC::R29
8405 : PPC::R30);
Hal Finkel756810f2013-03-21 21:37:52 +00008406
8407 MachineInstrBuilder MIB;
8408
8409 const int64_t LabelOffset = 1 * PVT.getStoreSize();
8410 const int64_t SPOffset = 2 * PVT.getStoreSize();
8411 const int64_t TOCOffset = 3 * PVT.getStoreSize();
Hal Finkelf05d6c72013-07-17 23:50:51 +00008412 const int64_t BPOffset = 4 * PVT.getStoreSize();
Hal Finkel756810f2013-03-21 21:37:52 +00008413
8414 unsigned BufReg = MI->getOperand(0).getReg();
8415
8416 // Reload FP (the jumped-to function may not have had a
8417 // frame pointer, and if so, then its r31 will be restored
8418 // as necessary).
8419 if (PVT == MVT::i64) {
8420 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), FP)
8421 .addImm(0)
8422 .addReg(BufReg);
8423 } else {
8424 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), FP)
8425 .addImm(0)
8426 .addReg(BufReg);
8427 }
8428 MIB.setMemRefs(MMOBegin, MMOEnd);
8429
8430 // Reload IP
8431 if (PVT == MVT::i64) {
8432 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), Tmp)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008433 .addImm(LabelOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008434 .addReg(BufReg);
8435 } else {
8436 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), Tmp)
8437 .addImm(LabelOffset)
8438 .addReg(BufReg);
8439 }
8440 MIB.setMemRefs(MMOBegin, MMOEnd);
8441
8442 // Reload SP
8443 if (PVT == MVT::i64) {
8444 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), SP)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008445 .addImm(SPOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008446 .addReg(BufReg);
8447 } else {
8448 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), SP)
8449 .addImm(SPOffset)
8450 .addReg(BufReg);
8451 }
8452 MIB.setMemRefs(MMOBegin, MMOEnd);
8453
Hal Finkelf05d6c72013-07-17 23:50:51 +00008454 // Reload BP
8455 if (PVT == MVT::i64) {
8456 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), BP)
8457 .addImm(BPOffset)
8458 .addReg(BufReg);
8459 } else {
8460 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), BP)
8461 .addImm(BPOffset)
8462 .addReg(BufReg);
8463 }
8464 MIB.setMemRefs(MMOBegin, MMOEnd);
Hal Finkel756810f2013-03-21 21:37:52 +00008465
8466 // Reload TOC
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008467 if (PVT == MVT::i64 && Subtarget.isSVR4ABI()) {
Hal Finkele6698d52015-02-01 15:03:28 +00008468 setUsesTOCBasePtr(*MBB->getParent());
Hal Finkel756810f2013-03-21 21:37:52 +00008469 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), PPC::X2)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008470 .addImm(TOCOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008471 .addReg(BufReg);
8472
8473 MIB.setMemRefs(MMOBegin, MMOEnd);
8474 }
8475
8476 // Jump
8477 BuildMI(*MBB, MI, DL,
8478 TII->get(PVT == MVT::i64 ? PPC::MTCTR8 : PPC::MTCTR)).addReg(Tmp);
8479 BuildMI(*MBB, MI, DL, TII->get(PVT == MVT::i64 ? PPC::BCTR8 : PPC::BCTR));
8480
8481 MI->eraseFromParent();
8482 return MBB;
8483}
8484
Dale Johannesena32affb2008-08-28 17:53:09 +00008485MachineBasicBlock *
Evan Cheng29cfb672008-01-30 18:18:23 +00008486PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohman25c16532010-05-01 00:01:06 +00008487 MachineBasicBlock *BB) const {
Hal Finkel934361a2015-01-14 01:07:51 +00008488 if (MI->getOpcode() == TargetOpcode::STACKMAP ||
Hal Finkelaf519932015-01-19 07:20:27 +00008489 MI->getOpcode() == TargetOpcode::PATCHPOINT) {
8490 if (Subtarget.isPPC64() && Subtarget.isSVR4ABI() &&
8491 MI->getOpcode() == TargetOpcode::PATCHPOINT) {
8492 // Call lowering should have added an r2 operand to indicate a dependence
8493 // on the TOC base pointer value. It can't however, because there is no
8494 // way to mark the dependence as implicit there, and so the stackmap code
8495 // will confuse it with a regular operand. Instead, add the dependence
8496 // here.
Hal Finkele6698d52015-02-01 15:03:28 +00008497 setUsesTOCBasePtr(*BB->getParent());
Hal Finkelaf519932015-01-19 07:20:27 +00008498 MI->addOperand(MachineOperand::CreateReg(PPC::X2, false, true));
8499 }
8500
Hal Finkel934361a2015-01-14 01:07:51 +00008501 return emitPatchPoint(MI, BB);
Hal Finkelaf519932015-01-19 07:20:27 +00008502 }
Hal Finkel934361a2015-01-14 01:07:51 +00008503
Hal Finkel756810f2013-03-21 21:37:52 +00008504 if (MI->getOpcode() == PPC::EH_SjLj_SetJmp32 ||
8505 MI->getOpcode() == PPC::EH_SjLj_SetJmp64) {
8506 return emitEHSjLjSetJmp(MI, BB);
8507 } else if (MI->getOpcode() == PPC::EH_SjLj_LongJmp32 ||
8508 MI->getOpcode() == PPC::EH_SjLj_LongJmp64) {
8509 return emitEHSjLjLongJmp(MI, BB);
8510 }
8511
Eric Christophercccae792015-01-30 22:02:31 +00008512 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Evan Cheng32e376f2008-07-12 02:23:19 +00008513
8514 // To "insert" these instructions we actually have to insert their
8515 // control-flow patterns.
Chris Lattner9b577f12005-08-26 21:23:58 +00008516 const BasicBlock *LLVM_BB = BB->getBasicBlock();
Dan Gohman3b460302008-07-07 23:14:23 +00008517 MachineFunction::iterator It = BB;
Chris Lattner9b577f12005-08-26 21:23:58 +00008518 ++It;
Evan Cheng32e376f2008-07-12 02:23:19 +00008519
Dan Gohman3b460302008-07-07 23:14:23 +00008520 MachineFunction *F = BB->getParent();
Evan Cheng32e376f2008-07-12 02:23:19 +00008521
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008522 if (Subtarget.hasISEL() && (MI->getOpcode() == PPC::SELECT_CC_I4 ||
Eric Christophercccae792015-01-30 22:02:31 +00008523 MI->getOpcode() == PPC::SELECT_CC_I8 ||
8524 MI->getOpcode() == PPC::SELECT_I4 ||
8525 MI->getOpcode() == PPC::SELECT_I8)) {
Hal Finkeled6a2852013-04-05 23:29:01 +00008526 SmallVector<MachineOperand, 2> Cond;
Hal Finkel940ab932014-02-28 00:27:01 +00008527 if (MI->getOpcode() == PPC::SELECT_CC_I4 ||
8528 MI->getOpcode() == PPC::SELECT_CC_I8)
8529 Cond.push_back(MI->getOperand(4));
8530 else
8531 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
Hal Finkeled6a2852013-04-05 23:29:01 +00008532 Cond.push_back(MI->getOperand(1));
8533
Hal Finkel460e94d2012-06-22 23:10:08 +00008534 DebugLoc dl = MI->getDebugLoc();
Bill Wendling5e7656b2013-06-07 07:55:53 +00008535 TII->insertSelect(*BB, MI, dl, MI->getOperand(0).getReg(),
8536 Cond, MI->getOperand(2).getReg(),
8537 MI->getOperand(3).getReg());
Hal Finkel460e94d2012-06-22 23:10:08 +00008538 } else if (MI->getOpcode() == PPC::SELECT_CC_I4 ||
8539 MI->getOpcode() == PPC::SELECT_CC_I8 ||
8540 MI->getOpcode() == PPC::SELECT_CC_F4 ||
8541 MI->getOpcode() == PPC::SELECT_CC_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008542 MI->getOpcode() == PPC::SELECT_CC_QFRC ||
8543 MI->getOpcode() == PPC::SELECT_CC_QSRC ||
8544 MI->getOpcode() == PPC::SELECT_CC_QBRC ||
Hal Finkel940ab932014-02-28 00:27:01 +00008545 MI->getOpcode() == PPC::SELECT_CC_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008546 MI->getOpcode() == PPC::SELECT_CC_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008547 MI->getOpcode() == PPC::SELECT_CC_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008548 MI->getOpcode() == PPC::SELECT_CC_VSRC ||
Hal Finkel940ab932014-02-28 00:27:01 +00008549 MI->getOpcode() == PPC::SELECT_I4 ||
8550 MI->getOpcode() == PPC::SELECT_I8 ||
8551 MI->getOpcode() == PPC::SELECT_F4 ||
8552 MI->getOpcode() == PPC::SELECT_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008553 MI->getOpcode() == PPC::SELECT_QFRC ||
8554 MI->getOpcode() == PPC::SELECT_QSRC ||
8555 MI->getOpcode() == PPC::SELECT_QBRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008556 MI->getOpcode() == PPC::SELECT_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008557 MI->getOpcode() == PPC::SELECT_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008558 MI->getOpcode() == PPC::SELECT_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008559 MI->getOpcode() == PPC::SELECT_VSRC) {
Evan Cheng32e376f2008-07-12 02:23:19 +00008560 // The incoming instruction knows the destination vreg to set, the
8561 // condition code register to branch on, the true/false values to
8562 // select between, and a branch opcode to use.
8563
8564 // thisMBB:
8565 // ...
8566 // TrueVal = ...
8567 // cmpTY ccX, r1, r2
8568 // bCC copy1MBB
8569 // fallthrough --> copy0MBB
8570 MachineBasicBlock *thisMBB = BB;
8571 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
8572 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008573 DebugLoc dl = MI->getDebugLoc();
Evan Cheng32e376f2008-07-12 02:23:19 +00008574 F->insert(It, copy0MBB);
8575 F->insert(It, sinkMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008576
8577 // Transfer the remainder of BB and its successor edges to sinkMBB.
8578 sinkMBB->splice(sinkMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008579 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008580 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
8581
Evan Cheng32e376f2008-07-12 02:23:19 +00008582 // Next, add the true and fallthrough blocks as its successors.
8583 BB->addSuccessor(copy0MBB);
8584 BB->addSuccessor(sinkMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008585
Hal Finkel940ab932014-02-28 00:27:01 +00008586 if (MI->getOpcode() == PPC::SELECT_I4 ||
8587 MI->getOpcode() == PPC::SELECT_I8 ||
8588 MI->getOpcode() == PPC::SELECT_F4 ||
8589 MI->getOpcode() == PPC::SELECT_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008590 MI->getOpcode() == PPC::SELECT_QFRC ||
8591 MI->getOpcode() == PPC::SELECT_QSRC ||
8592 MI->getOpcode() == PPC::SELECT_QBRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008593 MI->getOpcode() == PPC::SELECT_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008594 MI->getOpcode() == PPC::SELECT_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008595 MI->getOpcode() == PPC::SELECT_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008596 MI->getOpcode() == PPC::SELECT_VSRC) {
Hal Finkel940ab932014-02-28 00:27:01 +00008597 BuildMI(BB, dl, TII->get(PPC::BC))
8598 .addReg(MI->getOperand(1).getReg()).addMBB(sinkMBB);
8599 } else {
8600 unsigned SelectPred = MI->getOperand(4).getImm();
8601 BuildMI(BB, dl, TII->get(PPC::BCC))
8602 .addImm(SelectPred).addReg(MI->getOperand(1).getReg()).addMBB(sinkMBB);
8603 }
Dan Gohman34396292010-07-06 20:24:04 +00008604
Evan Cheng32e376f2008-07-12 02:23:19 +00008605 // copy0MBB:
8606 // %FalseValue = ...
8607 // # fallthrough to sinkMBB
8608 BB = copy0MBB;
Scott Michelcf0da6c2009-02-17 22:15:04 +00008609
Evan Cheng32e376f2008-07-12 02:23:19 +00008610 // Update machine-CFG edges
8611 BB->addSuccessor(sinkMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008612
Evan Cheng32e376f2008-07-12 02:23:19 +00008613 // sinkMBB:
8614 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
8615 // ...
8616 BB = sinkMBB;
Dan Gohman34396292010-07-06 20:24:04 +00008617 BuildMI(*BB, BB->begin(), dl,
8618 TII->get(PPC::PHI), MI->getOperand(0).getReg())
Evan Cheng32e376f2008-07-12 02:23:19 +00008619 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB)
8620 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
Hal Finkelbbdee932014-12-02 22:01:00 +00008621 } else if (MI->getOpcode() == PPC::ReadTB) {
8622 // To read the 64-bit time-base register on a 32-bit target, we read the
8623 // two halves. Should the counter have wrapped while it was being read, we
8624 // need to try again.
8625 // ...
8626 // readLoop:
8627 // mfspr Rx,TBU # load from TBU
8628 // mfspr Ry,TB # load from TB
8629 // mfspr Rz,TBU # load from TBU
8630 // cmpw crX,Rx,Rz # check if ‘old’=’new’
8631 // bne readLoop # branch if they're not equal
8632 // ...
8633
8634 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB);
8635 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
8636 DebugLoc dl = MI->getDebugLoc();
8637 F->insert(It, readMBB);
8638 F->insert(It, sinkMBB);
8639
8640 // Transfer the remainder of BB and its successor edges to sinkMBB.
8641 sinkMBB->splice(sinkMBB->begin(), BB,
8642 std::next(MachineBasicBlock::iterator(MI)), BB->end());
8643 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
8644
8645 BB->addSuccessor(readMBB);
8646 BB = readMBB;
8647
8648 MachineRegisterInfo &RegInfo = F->getRegInfo();
8649 unsigned ReadAgainReg = RegInfo.createVirtualRegister(&PPC::GPRCRegClass);
8650 unsigned LoReg = MI->getOperand(0).getReg();
8651 unsigned HiReg = MI->getOperand(1).getReg();
8652
8653 BuildMI(BB, dl, TII->get(PPC::MFSPR), HiReg).addImm(269);
8654 BuildMI(BB, dl, TII->get(PPC::MFSPR), LoReg).addImm(268);
8655 BuildMI(BB, dl, TII->get(PPC::MFSPR), ReadAgainReg).addImm(269);
8656
8657 unsigned CmpReg = RegInfo.createVirtualRegister(&PPC::CRRCRegClass);
8658
8659 BuildMI(BB, dl, TII->get(PPC::CMPW), CmpReg)
8660 .addReg(HiReg).addReg(ReadAgainReg);
8661 BuildMI(BB, dl, TII->get(PPC::BCC))
8662 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB);
8663
8664 BB->addSuccessor(readMBB);
8665 BB->addSuccessor(sinkMBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008666 }
Dale Johannesena32affb2008-08-28 17:53:09 +00008667 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I8)
8668 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::ADD4);
8669 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I16)
8670 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::ADD4);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008671 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008672 BB = EmitAtomicBinary(MI, BB, 4, PPC::ADD4);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008673 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008674 BB = EmitAtomicBinary(MI, BB, 8, PPC::ADD8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008675
8676 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I8)
8677 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::AND);
8678 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I16)
8679 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::AND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008680 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008681 BB = EmitAtomicBinary(MI, BB, 4, PPC::AND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008682 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008683 BB = EmitAtomicBinary(MI, BB, 8, PPC::AND8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008684
8685 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I8)
8686 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::OR);
8687 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I16)
8688 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::OR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008689 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008690 BB = EmitAtomicBinary(MI, BB, 4, PPC::OR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008691 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008692 BB = EmitAtomicBinary(MI, BB, 8, PPC::OR8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008693
8694 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I8)
8695 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::XOR);
8696 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I16)
8697 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::XOR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008698 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008699 BB = EmitAtomicBinary(MI, BB, 4, PPC::XOR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008700 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008701 BB = EmitAtomicBinary(MI, BB, 8, PPC::XOR8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008702
8703 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I8)
Ulrich Weigand862d8b82014-07-08 16:16:02 +00008704 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::NAND);
Dale Johannesena32affb2008-08-28 17:53:09 +00008705 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I16)
Ulrich Weigand862d8b82014-07-08 16:16:02 +00008706 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::NAND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008707 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008708 BB = EmitAtomicBinary(MI, BB, 4, PPC::NAND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008709 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008710 BB = EmitAtomicBinary(MI, BB, 8, PPC::NAND8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008711
8712 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I8)
8713 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF);
8714 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I16)
8715 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008716 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008717 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008718 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008719 BB = EmitAtomicBinary(MI, BB, 8, PPC::SUBF8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008720
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008721 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I8)
8722 BB = EmitPartwordAtomicBinary(MI, BB, true, 0);
8723 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I16)
8724 BB = EmitPartwordAtomicBinary(MI, BB, false, 0);
8725 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008726 BB = EmitAtomicBinary(MI, BB, 4, 0);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008727 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008728 BB = EmitAtomicBinary(MI, BB, 8, 0);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008729
Evan Cheng32e376f2008-07-12 02:23:19 +00008730 else if (MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I32 ||
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008731 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64 ||
8732 (Subtarget.hasPartwordAtomics() &&
8733 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8) ||
8734 (Subtarget.hasPartwordAtomics() &&
8735 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I16)) {
Evan Cheng32e376f2008-07-12 02:23:19 +00008736 bool is64bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64;
8737
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008738 auto LoadMnemonic = PPC::LDARX;
8739 auto StoreMnemonic = PPC::STDCX;
8740 switch(MI->getOpcode()) {
8741 default:
8742 llvm_unreachable("Compare and swap of unknown size");
8743 case PPC::ATOMIC_CMP_SWAP_I8:
8744 LoadMnemonic = PPC::LBARX;
8745 StoreMnemonic = PPC::STBCX;
8746 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
8747 break;
8748 case PPC::ATOMIC_CMP_SWAP_I16:
8749 LoadMnemonic = PPC::LHARX;
8750 StoreMnemonic = PPC::STHCX;
8751 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
8752 break;
8753 case PPC::ATOMIC_CMP_SWAP_I32:
8754 LoadMnemonic = PPC::LWARX;
8755 StoreMnemonic = PPC::STWCX;
8756 break;
8757 case PPC::ATOMIC_CMP_SWAP_I64:
8758 LoadMnemonic = PPC::LDARX;
8759 StoreMnemonic = PPC::STDCX;
8760 break;
8761 }
Evan Cheng32e376f2008-07-12 02:23:19 +00008762 unsigned dest = MI->getOperand(0).getReg();
8763 unsigned ptrA = MI->getOperand(1).getReg();
8764 unsigned ptrB = MI->getOperand(2).getReg();
8765 unsigned oldval = MI->getOperand(3).getReg();
8766 unsigned newval = MI->getOperand(4).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008767 DebugLoc dl = MI->getDebugLoc();
Evan Cheng32e376f2008-07-12 02:23:19 +00008768
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008769 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB);
8770 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB);
8771 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008772 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008773 F->insert(It, loop1MBB);
8774 F->insert(It, loop2MBB);
8775 F->insert(It, midMBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008776 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008777 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008778 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008779 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008780
8781 // thisMBB:
8782 // ...
8783 // fallthrough --> loopMBB
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008784 BB->addSuccessor(loop1MBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008785
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008786 // loop1MBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008787 // l[bhwd]arx dest, ptr
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008788 // cmp[wd] dest, oldval
8789 // bne- midMBB
8790 // loop2MBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008791 // st[bhwd]cx. newval, ptr
Evan Cheng32e376f2008-07-12 02:23:19 +00008792 // bne- loopMBB
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008793 // b exitBB
8794 // midMBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008795 // st[bhwd]cx. dest, ptr
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008796 // exitBB:
8797 BB = loop1MBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008798 BuildMI(BB, dl, TII->get(LoadMnemonic), dest)
Evan Cheng32e376f2008-07-12 02:23:19 +00008799 .addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008800 BuildMI(BB, dl, TII->get(is64bit ? PPC::CMPD : PPC::CMPW), PPC::CR0)
Evan Cheng32e376f2008-07-12 02:23:19 +00008801 .addReg(oldval).addReg(dest);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008802 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008803 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8804 BB->addSuccessor(loop2MBB);
8805 BB->addSuccessor(midMBB);
8806
8807 BB = loop2MBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008808 BuildMI(BB, dl, TII->get(StoreMnemonic))
Evan Cheng32e376f2008-07-12 02:23:19 +00008809 .addReg(newval).addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008810 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008811 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008812 BuildMI(BB, dl, TII->get(PPC::B)).addMBB(exitMBB);
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008813 BB->addSuccessor(loop1MBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008814 BB->addSuccessor(exitMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008815
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008816 BB = midMBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008817 BuildMI(BB, dl, TII->get(StoreMnemonic))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008818 .addReg(dest).addReg(ptrA).addReg(ptrB);
8819 BB->addSuccessor(exitMBB);
8820
Evan Cheng32e376f2008-07-12 02:23:19 +00008821 // exitMBB:
8822 // ...
8823 BB = exitMBB;
Dale Johannesen340d2642008-08-30 00:08:53 +00008824 } else if (MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8 ||
8825 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I16) {
8826 // We must use 64-bit registers for addresses when targeting 64-bit,
8827 // since we're actually doing arithmetic on them. Other registers
8828 // can be 32-bit.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008829 bool is64bit = Subtarget.isPPC64();
Dale Johannesen340d2642008-08-30 00:08:53 +00008830 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8;
8831
8832 unsigned dest = MI->getOperand(0).getReg();
8833 unsigned ptrA = MI->getOperand(1).getReg();
8834 unsigned ptrB = MI->getOperand(2).getReg();
8835 unsigned oldval = MI->getOperand(3).getReg();
8836 unsigned newval = MI->getOperand(4).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008837 DebugLoc dl = MI->getDebugLoc();
Dale Johannesen340d2642008-08-30 00:08:53 +00008838
8839 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB);
8840 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB);
8841 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB);
8842 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8843 F->insert(It, loop1MBB);
8844 F->insert(It, loop2MBB);
8845 F->insert(It, midMBB);
8846 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008847 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008848 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008849 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesen340d2642008-08-30 00:08:53 +00008850
8851 MachineRegisterInfo &RegInfo = F->getRegInfo();
Craig Topper61e88f42014-11-21 05:58:21 +00008852 const TargetRegisterClass *RC = is64bit ? &PPC::G8RCRegClass
8853 : &PPC::GPRCRegClass;
Dale Johannesen340d2642008-08-30 00:08:53 +00008854 unsigned PtrReg = RegInfo.createVirtualRegister(RC);
8855 unsigned Shift1Reg = RegInfo.createVirtualRegister(RC);
8856 unsigned ShiftReg = RegInfo.createVirtualRegister(RC);
8857 unsigned NewVal2Reg = RegInfo.createVirtualRegister(RC);
8858 unsigned NewVal3Reg = RegInfo.createVirtualRegister(RC);
8859 unsigned OldVal2Reg = RegInfo.createVirtualRegister(RC);
8860 unsigned OldVal3Reg = RegInfo.createVirtualRegister(RC);
8861 unsigned MaskReg = RegInfo.createVirtualRegister(RC);
8862 unsigned Mask2Reg = RegInfo.createVirtualRegister(RC);
8863 unsigned Mask3Reg = RegInfo.createVirtualRegister(RC);
8864 unsigned Tmp2Reg = RegInfo.createVirtualRegister(RC);
8865 unsigned Tmp4Reg = RegInfo.createVirtualRegister(RC);
8866 unsigned TmpDestReg = RegInfo.createVirtualRegister(RC);
8867 unsigned Ptr1Reg;
8868 unsigned TmpReg = RegInfo.createVirtualRegister(RC);
Hal Finkelf70c41e2013-03-21 23:45:03 +00008869 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO;
Dale Johannesen340d2642008-08-30 00:08:53 +00008870 // thisMBB:
8871 // ...
8872 // fallthrough --> loopMBB
8873 BB->addSuccessor(loop1MBB);
8874
8875 // The 4-byte load must be aligned, while a char or short may be
8876 // anywhere in the word. Hence all this nasty bookkeeping code.
8877 // add ptr1, ptrA, ptrB [copy if ptrA==0]
8878 // rlwinm shift1, ptr1, 3, 27, 28 [3, 27, 27]
Dale Johannesenbc698292008-09-02 20:30:23 +00008879 // xori shift, shift1, 24 [16]
Dale Johannesen340d2642008-08-30 00:08:53 +00008880 // rlwinm ptr, ptr1, 0, 0, 29
8881 // slw newval2, newval, shift
8882 // slw oldval2, oldval,shift
8883 // li mask2, 255 [li mask3, 0; ori mask2, mask3, 65535]
8884 // slw mask, mask2, shift
8885 // and newval3, newval2, mask
8886 // and oldval3, oldval2, mask
8887 // loop1MBB:
8888 // lwarx tmpDest, ptr
8889 // and tmp, tmpDest, mask
8890 // cmpw tmp, oldval3
8891 // bne- midMBB
8892 // loop2MBB:
8893 // andc tmp2, tmpDest, mask
8894 // or tmp4, tmp2, newval3
8895 // stwcx. tmp4, ptr
8896 // bne- loop1MBB
8897 // b exitBB
8898 // midMBB:
8899 // stwcx. tmpDest, ptr
8900 // exitBB:
8901 // srw dest, tmpDest, shift
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008902 if (ptrA != ZeroReg) {
Dale Johannesen340d2642008-08-30 00:08:53 +00008903 Ptr1Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008904 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008905 .addReg(ptrA).addReg(ptrB);
8906 } else {
8907 Ptr1Reg = ptrB;
8908 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008909 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008910 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008911 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008912 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
8913 if (is64bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008914 BuildMI(BB, dl, TII->get(PPC::RLDICR), PtrReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008915 .addReg(Ptr1Reg).addImm(0).addImm(61);
8916 else
Dale Johannesene9f623e2009-02-13 02:27:39 +00008917 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008918 .addReg(Ptr1Reg).addImm(0).addImm(0).addImm(29);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008919 BuildMI(BB, dl, TII->get(PPC::SLW), NewVal2Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008920 .addReg(newval).addReg(ShiftReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008921 BuildMI(BB, dl, TII->get(PPC::SLW), OldVal2Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008922 .addReg(oldval).addReg(ShiftReg);
8923 if (is8bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008924 BuildMI(BB, dl, TII->get(PPC::LI), Mask2Reg).addImm(255);
Dale Johannesen340d2642008-08-30 00:08:53 +00008925 else {
Dale Johannesene9f623e2009-02-13 02:27:39 +00008926 BuildMI(BB, dl, TII->get(PPC::LI), Mask3Reg).addImm(0);
8927 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
8928 .addReg(Mask3Reg).addImm(65535);
Dale Johannesen340d2642008-08-30 00:08:53 +00008929 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008930 BuildMI(BB, dl, TII->get(PPC::SLW), MaskReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008931 .addReg(Mask2Reg).addReg(ShiftReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008932 BuildMI(BB, dl, TII->get(PPC::AND), NewVal3Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008933 .addReg(NewVal2Reg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008934 BuildMI(BB, dl, TII->get(PPC::AND), OldVal3Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008935 .addReg(OldVal2Reg).addReg(MaskReg);
8936
8937 BB = loop1MBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008938 BuildMI(BB, dl, TII->get(PPC::LWARX), TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008939 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008940 BuildMI(BB, dl, TII->get(PPC::AND),TmpReg)
8941 .addReg(TmpDestReg).addReg(MaskReg);
8942 BuildMI(BB, dl, TII->get(PPC::CMPW), PPC::CR0)
Dale Johannesen340d2642008-08-30 00:08:53 +00008943 .addReg(TmpReg).addReg(OldVal3Reg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008944 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen340d2642008-08-30 00:08:53 +00008945 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8946 BB->addSuccessor(loop2MBB);
8947 BB->addSuccessor(midMBB);
8948
8949 BB = loop2MBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008950 BuildMI(BB, dl, TII->get(PPC::ANDC),Tmp2Reg)
8951 .addReg(TmpDestReg).addReg(MaskReg);
8952 BuildMI(BB, dl, TII->get(PPC::OR),Tmp4Reg)
8953 .addReg(Tmp2Reg).addReg(NewVal3Reg);
8954 BuildMI(BB, dl, TII->get(PPC::STWCX)).addReg(Tmp4Reg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008955 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008956 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen340d2642008-08-30 00:08:53 +00008957 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008958 BuildMI(BB, dl, TII->get(PPC::B)).addMBB(exitMBB);
Dale Johannesen340d2642008-08-30 00:08:53 +00008959 BB->addSuccessor(loop1MBB);
8960 BB->addSuccessor(exitMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008961
Dale Johannesen340d2642008-08-30 00:08:53 +00008962 BB = midMBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008963 BuildMI(BB, dl, TII->get(PPC::STWCX)).addReg(TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008964 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesen340d2642008-08-30 00:08:53 +00008965 BB->addSuccessor(exitMBB);
8966
8967 // exitMBB:
8968 // ...
8969 BB = exitMBB;
Jakob Stoklund Olesen13ce2362011-04-04 17:57:29 +00008970 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW),dest).addReg(TmpReg)
8971 .addReg(ShiftReg);
Ulrich Weigand874fc622013-03-26 10:56:22 +00008972 } else if (MI->getOpcode() == PPC::FADDrtz) {
8973 // This pseudo performs an FADD with rounding mode temporarily forced
8974 // to round-to-zero. We emit this via custom inserter since the FPSCR
8975 // is not modeled at the SelectionDAG level.
8976 unsigned Dest = MI->getOperand(0).getReg();
8977 unsigned Src1 = MI->getOperand(1).getReg();
8978 unsigned Src2 = MI->getOperand(2).getReg();
8979 DebugLoc dl = MI->getDebugLoc();
8980
8981 MachineRegisterInfo &RegInfo = F->getRegInfo();
8982 unsigned MFFSReg = RegInfo.createVirtualRegister(&PPC::F8RCRegClass);
8983
8984 // Save FPSCR value.
8985 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg);
8986
8987 // Set rounding mode to round-to-zero.
8988 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSB1)).addImm(31);
8989 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSB0)).addImm(30);
8990
8991 // Perform addition.
8992 BuildMI(*BB, MI, dl, TII->get(PPC::FADD), Dest).addReg(Src1).addReg(Src2);
8993
8994 // Restore FPSCR value.
Hal Finkel64202162015-01-15 01:00:53 +00008995 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSFb)).addImm(1).addReg(MFFSReg);
Hal Finkel940ab932014-02-28 00:27:01 +00008996 } else if (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT ||
8997 MI->getOpcode() == PPC::ANDIo_1_GT_BIT ||
8998 MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8 ||
8999 MI->getOpcode() == PPC::ANDIo_1_GT_BIT8) {
9000 unsigned Opcode = (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8 ||
9001 MI->getOpcode() == PPC::ANDIo_1_GT_BIT8) ?
9002 PPC::ANDIo8 : PPC::ANDIo;
9003 bool isEQ = (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT ||
9004 MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8);
9005
9006 MachineRegisterInfo &RegInfo = F->getRegInfo();
9007 unsigned Dest = RegInfo.createVirtualRegister(Opcode == PPC::ANDIo ?
9008 &PPC::GPRCRegClass :
9009 &PPC::G8RCRegClass);
9010
9011 DebugLoc dl = MI->getDebugLoc();
9012 BuildMI(*BB, MI, dl, TII->get(Opcode), Dest)
9013 .addReg(MI->getOperand(1).getReg()).addImm(1);
9014 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY),
9015 MI->getOperand(0).getReg())
9016 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT);
Kit Barton535e69d2015-03-25 19:36:23 +00009017 } else if (MI->getOpcode() == PPC::TCHECK_RET) {
9018 DebugLoc Dl = MI->getDebugLoc();
9019 MachineRegisterInfo &RegInfo = F->getRegInfo();
9020 unsigned CRReg = RegInfo.createVirtualRegister(&PPC::CRRCRegClass);
9021 BuildMI(*BB, MI, Dl, TII->get(PPC::TCHECK), CRReg);
9022 return BB;
Dale Johannesen340d2642008-08-30 00:08:53 +00009023 } else {
Torok Edwinfbcc6632009-07-14 16:55:14 +00009024 llvm_unreachable("Unexpected instr type to insert");
Evan Cheng32e376f2008-07-12 02:23:19 +00009025 }
Chris Lattner9b577f12005-08-26 21:23:58 +00009026
Dan Gohman34396292010-07-06 20:24:04 +00009027 MI->eraseFromParent(); // The pseudo instruction is gone now.
Chris Lattner9b577f12005-08-26 21:23:58 +00009028 return BB;
9029}
9030
Chris Lattner4211ca92006-04-14 06:01:58 +00009031//===----------------------------------------------------------------------===//
9032// Target Optimization Hooks
9033//===----------------------------------------------------------------------===//
9034
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009035SDValue PPCTargetLowering::getRsqrtEstimate(SDValue Operand,
9036 DAGCombinerInfo &DCI,
Sanjay Patel957efc232014-10-24 17:02:16 +00009037 unsigned &RefinementSteps,
9038 bool &UseOneConstNR) const {
Sanjay Patelbdf1e382014-09-26 23:01:47 +00009039 EVT VT = Operand.getValueType();
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009040 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) ||
Eric Christophercccae792015-01-30 22:02:31 +00009041 (VT == MVT::f64 && Subtarget.hasFRSQRTE()) ||
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009042 (VT == MVT::v4f32 && Subtarget.hasAltivec()) ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00009043 (VT == MVT::v2f64 && Subtarget.hasVSX()) ||
9044 (VT == MVT::v4f32 && Subtarget.hasQPX()) ||
9045 (VT == MVT::v4f64 && Subtarget.hasQPX())) {
Hal Finkel2e103312013-04-03 04:01:11 +00009046 // Convergence is quadratic, so we essentially double the number of digits
Sanjay Patelbdf1e382014-09-26 23:01:47 +00009047 // correct after every iteration. For both FRE and FRSQRTE, the minimum
9048 // architected relative accuracy is 2^-5. When hasRecipPrec(), this is
9049 // 2^-14. IEEE float has 23 digits and double has 52 digits.
9050 RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3;
Hal Finkelb0c810f2013-04-03 17:44:56 +00009051 if (VT.getScalarType() == MVT::f64)
Sanjay Patelbdf1e382014-09-26 23:01:47 +00009052 ++RefinementSteps;
Sanjay Patel957efc232014-10-24 17:02:16 +00009053 UseOneConstNR = true;
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009054 return DCI.DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand);
Hal Finkel2e103312013-04-03 04:01:11 +00009055 }
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009056 return SDValue();
9057}
9058
9059SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand,
9060 DAGCombinerInfo &DCI,
9061 unsigned &RefinementSteps) const {
9062 EVT VT = Operand.getValueType();
9063 if ((VT == MVT::f32 && Subtarget.hasFRES()) ||
Eric Christophercccae792015-01-30 22:02:31 +00009064 (VT == MVT::f64 && Subtarget.hasFRE()) ||
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009065 (VT == MVT::v4f32 && Subtarget.hasAltivec()) ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00009066 (VT == MVT::v2f64 && Subtarget.hasVSX()) ||
9067 (VT == MVT::v4f32 && Subtarget.hasQPX()) ||
9068 (VT == MVT::v4f64 && Subtarget.hasQPX())) {
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009069 // Convergence is quadratic, so we essentially double the number of digits
9070 // correct after every iteration. For both FRE and FRSQRTE, the minimum
9071 // architected relative accuracy is 2^-5. When hasRecipPrec(), this is
9072 // 2^-14. IEEE float has 23 digits and double has 52 digits.
9073 RefinementSteps = Subtarget.hasRecipPrec() ? 1 : 3;
9074 if (VT.getScalarType() == MVT::f64)
9075 ++RefinementSteps;
9076 return DCI.DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand);
9077 }
9078 return SDValue();
Hal Finkel2e103312013-04-03 04:01:11 +00009079}
9080
Hal Finkel360f2132014-11-24 23:45:21 +00009081bool PPCTargetLowering::combineRepeatedFPDivisors(unsigned NumUsers) const {
9082 // Note: This functionality is used only when unsafe-fp-math is enabled, and
9083 // on cores with reciprocal estimates (which are used when unsafe-fp-math is
9084 // enabled for division), this functionality is redundant with the default
9085 // combiner logic (once the division -> reciprocal/multiply transformation
9086 // has taken place). As a result, this matters more for older cores than for
9087 // newer ones.
9088
9089 // Combine multiple FDIVs with the same divisor into multiple FMULs by the
9090 // reciprocal if there are two or more FDIVs (for embedded cores with only
9091 // one FP pipeline) for three or more FDIVs (for generic OOO cores).
9092 switch (Subtarget.getDarwinDirective()) {
9093 default:
9094 return NumUsers > 2;
9095 case PPC::DIR_440:
9096 case PPC::DIR_A2:
9097 case PPC::DIR_E500mc:
9098 case PPC::DIR_E5500:
9099 return NumUsers > 1;
9100 }
9101}
9102
Hal Finkel3604bf72014-08-01 01:02:01 +00009103static bool isConsecutiveLSLoc(SDValue Loc, EVT VT, LSBaseSDNode *Base,
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009104 unsigned Bytes, int Dist,
9105 SelectionDAG &DAG) {
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009106 if (VT.getSizeInBits() / 8 != Bytes)
9107 return false;
9108
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009109 SDValue BaseLoc = Base->getBasePtr();
9110 if (Loc.getOpcode() == ISD::FrameIndex) {
9111 if (BaseLoc.getOpcode() != ISD::FrameIndex)
9112 return false;
9113 const MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
9114 int FI = cast<FrameIndexSDNode>(Loc)->getIndex();
9115 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
9116 int FS = MFI->getObjectSize(FI);
9117 int BFS = MFI->getObjectSize(BFI);
9118 if (FS != BFS || FS != (int)Bytes) return false;
9119 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
9120 }
9121
9122 // Handle X+C
9123 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
9124 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
9125 return true;
9126
9127 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Craig Topper062a2ba2014-04-25 05:30:21 +00009128 const GlobalValue *GV1 = nullptr;
9129 const GlobalValue *GV2 = nullptr;
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009130 int64_t Offset1 = 0;
9131 int64_t Offset2 = 0;
9132 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
9133 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
9134 if (isGA1 && isGA2 && GV1 == GV2)
9135 return Offset1 == (Offset2 + Dist*Bytes);
9136 return false;
9137}
9138
Hal Finkel3604bf72014-08-01 01:02:01 +00009139// Like SelectionDAG::isConsecutiveLoad, but also works for stores, and does
9140// not enforce equality of the chain operands.
9141static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base,
9142 unsigned Bytes, int Dist,
9143 SelectionDAG &DAG) {
9144 if (LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(N)) {
9145 EVT VT = LS->getMemoryVT();
9146 SDValue Loc = LS->getBasePtr();
9147 return isConsecutiveLSLoc(Loc, VT, Base, Bytes, Dist, DAG);
9148 }
9149
9150 if (N->getOpcode() == ISD::INTRINSIC_W_CHAIN) {
9151 EVT VT;
9152 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
9153 default: return false;
Hal Finkelc93a9a22015-02-25 01:06:45 +00009154 case Intrinsic::ppc_qpx_qvlfd:
9155 case Intrinsic::ppc_qpx_qvlfda:
9156 VT = MVT::v4f64;
9157 break;
9158 case Intrinsic::ppc_qpx_qvlfs:
9159 case Intrinsic::ppc_qpx_qvlfsa:
9160 VT = MVT::v4f32;
9161 break;
9162 case Intrinsic::ppc_qpx_qvlfcd:
9163 case Intrinsic::ppc_qpx_qvlfcda:
9164 VT = MVT::v2f64;
9165 break;
9166 case Intrinsic::ppc_qpx_qvlfcs:
9167 case Intrinsic::ppc_qpx_qvlfcsa:
9168 VT = MVT::v2f32;
9169 break;
9170 case Intrinsic::ppc_qpx_qvlfiwa:
9171 case Intrinsic::ppc_qpx_qvlfiwz:
Hal Finkel3604bf72014-08-01 01:02:01 +00009172 case Intrinsic::ppc_altivec_lvx:
9173 case Intrinsic::ppc_altivec_lvxl:
Bill Schmidt72954782014-11-12 04:19:40 +00009174 case Intrinsic::ppc_vsx_lxvw4x:
Hal Finkel3604bf72014-08-01 01:02:01 +00009175 VT = MVT::v4i32;
9176 break;
Bill Schmidt72954782014-11-12 04:19:40 +00009177 case Intrinsic::ppc_vsx_lxvd2x:
9178 VT = MVT::v2f64;
9179 break;
Hal Finkel3604bf72014-08-01 01:02:01 +00009180 case Intrinsic::ppc_altivec_lvebx:
9181 VT = MVT::i8;
9182 break;
9183 case Intrinsic::ppc_altivec_lvehx:
9184 VT = MVT::i16;
9185 break;
9186 case Intrinsic::ppc_altivec_lvewx:
9187 VT = MVT::i32;
9188 break;
9189 }
9190
9191 return isConsecutiveLSLoc(N->getOperand(2), VT, Base, Bytes, Dist, DAG);
9192 }
9193
9194 if (N->getOpcode() == ISD::INTRINSIC_VOID) {
9195 EVT VT;
9196 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
9197 default: return false;
Hal Finkelc93a9a22015-02-25 01:06:45 +00009198 case Intrinsic::ppc_qpx_qvstfd:
9199 case Intrinsic::ppc_qpx_qvstfda:
9200 VT = MVT::v4f64;
9201 break;
9202 case Intrinsic::ppc_qpx_qvstfs:
9203 case Intrinsic::ppc_qpx_qvstfsa:
9204 VT = MVT::v4f32;
9205 break;
9206 case Intrinsic::ppc_qpx_qvstfcd:
9207 case Intrinsic::ppc_qpx_qvstfcda:
9208 VT = MVT::v2f64;
9209 break;
9210 case Intrinsic::ppc_qpx_qvstfcs:
9211 case Intrinsic::ppc_qpx_qvstfcsa:
9212 VT = MVT::v2f32;
9213 break;
9214 case Intrinsic::ppc_qpx_qvstfiw:
9215 case Intrinsic::ppc_qpx_qvstfiwa:
Hal Finkel3604bf72014-08-01 01:02:01 +00009216 case Intrinsic::ppc_altivec_stvx:
9217 case Intrinsic::ppc_altivec_stvxl:
Bill Schmidt72954782014-11-12 04:19:40 +00009218 case Intrinsic::ppc_vsx_stxvw4x:
Hal Finkel3604bf72014-08-01 01:02:01 +00009219 VT = MVT::v4i32;
9220 break;
Bill Schmidt72954782014-11-12 04:19:40 +00009221 case Intrinsic::ppc_vsx_stxvd2x:
9222 VT = MVT::v2f64;
9223 break;
Hal Finkel3604bf72014-08-01 01:02:01 +00009224 case Intrinsic::ppc_altivec_stvebx:
9225 VT = MVT::i8;
9226 break;
9227 case Intrinsic::ppc_altivec_stvehx:
9228 VT = MVT::i16;
9229 break;
9230 case Intrinsic::ppc_altivec_stvewx:
9231 VT = MVT::i32;
9232 break;
9233 }
9234
9235 return isConsecutiveLSLoc(N->getOperand(3), VT, Base, Bytes, Dist, DAG);
9236 }
9237
9238 return false;
9239}
9240
Hal Finkel7d8a6912013-05-26 18:08:30 +00009241// Return true is there is a nearyby consecutive load to the one provided
9242// (regardless of alignment). We search up and down the chain, looking though
Matt Arsenault57e74d22014-07-29 00:02:40 +00009243// token factors and other loads (but nothing else). As a result, a true result
9244// indicates that it is safe to create a new consecutive load adjacent to the
9245// load provided.
Hal Finkel7d8a6912013-05-26 18:08:30 +00009246static bool findConsecutiveLoad(LoadSDNode *LD, SelectionDAG &DAG) {
9247 SDValue Chain = LD->getChain();
9248 EVT VT = LD->getMemoryVT();
9249
9250 SmallSet<SDNode *, 16> LoadRoots;
9251 SmallVector<SDNode *, 8> Queue(1, Chain.getNode());
9252 SmallSet<SDNode *, 16> Visited;
9253
9254 // First, search up the chain, branching to follow all token-factor operands.
9255 // If we find a consecutive load, then we're done, otherwise, record all
9256 // nodes just above the top-level loads and token factors.
9257 while (!Queue.empty()) {
9258 SDNode *ChainNext = Queue.pop_back_val();
David Blaikie70573dc2014-11-19 07:49:26 +00009259 if (!Visited.insert(ChainNext).second)
Hal Finkel7d8a6912013-05-26 18:08:30 +00009260 continue;
9261
Hal Finkel3604bf72014-08-01 01:02:01 +00009262 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) {
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009263 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG))
Hal Finkel7d8a6912013-05-26 18:08:30 +00009264 return true;
9265
9266 if (!Visited.count(ChainLD->getChain().getNode()))
9267 Queue.push_back(ChainLD->getChain().getNode());
9268 } else if (ChainNext->getOpcode() == ISD::TokenFactor) {
Craig Topper66e588b2014-06-29 00:40:57 +00009269 for (const SDUse &O : ChainNext->ops())
9270 if (!Visited.count(O.getNode()))
9271 Queue.push_back(O.getNode());
Hal Finkel7d8a6912013-05-26 18:08:30 +00009272 } else
9273 LoadRoots.insert(ChainNext);
9274 }
9275
9276 // Second, search down the chain, starting from the top-level nodes recorded
9277 // in the first phase. These top-level nodes are the nodes just above all
9278 // loads and token factors. Starting with their uses, recursively look though
9279 // all loads (just the chain uses) and token factors to find a consecutive
9280 // load.
9281 Visited.clear();
9282 Queue.clear();
9283
9284 for (SmallSet<SDNode *, 16>::iterator I = LoadRoots.begin(),
9285 IE = LoadRoots.end(); I != IE; ++I) {
9286 Queue.push_back(*I);
9287
9288 while (!Queue.empty()) {
9289 SDNode *LoadRoot = Queue.pop_back_val();
David Blaikie70573dc2014-11-19 07:49:26 +00009290 if (!Visited.insert(LoadRoot).second)
Hal Finkel7d8a6912013-05-26 18:08:30 +00009291 continue;
9292
Hal Finkel3604bf72014-08-01 01:02:01 +00009293 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot))
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009294 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG))
Hal Finkel7d8a6912013-05-26 18:08:30 +00009295 return true;
9296
9297 for (SDNode::use_iterator UI = LoadRoot->use_begin(),
9298 UE = LoadRoot->use_end(); UI != UE; ++UI)
Hal Finkel3604bf72014-08-01 01:02:01 +00009299 if (((isa<MemSDNode>(*UI) &&
9300 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) ||
Hal Finkel7d8a6912013-05-26 18:08:30 +00009301 UI->getOpcode() == ISD::TokenFactor) && !Visited.count(*UI))
9302 Queue.push_back(*UI);
9303 }
9304 }
9305
9306 return false;
9307}
9308
Hal Finkel940ab932014-02-28 00:27:01 +00009309SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N,
9310 DAGCombinerInfo &DCI) const {
9311 SelectionDAG &DAG = DCI.DAG;
9312 SDLoc dl(N);
9313
Eric Christophercccae792015-01-30 22:02:31 +00009314 assert(Subtarget.useCRBits() && "Expecting to be tracking CR bits");
Hal Finkel940ab932014-02-28 00:27:01 +00009315 // If we're tracking CR bits, we need to be careful that we don't have:
9316 // trunc(binary-ops(zext(x), zext(y)))
9317 // or
9318 // trunc(binary-ops(binary-ops(zext(x), zext(y)), ...)
9319 // such that we're unnecessarily moving things into GPRs when it would be
9320 // better to keep them in CR bits.
9321
9322 // Note that trunc here can be an actual i1 trunc, or can be the effective
9323 // truncation that comes from a setcc or select_cc.
9324 if (N->getOpcode() == ISD::TRUNCATE &&
9325 N->getValueType(0) != MVT::i1)
9326 return SDValue();
9327
9328 if (N->getOperand(0).getValueType() != MVT::i32 &&
9329 N->getOperand(0).getValueType() != MVT::i64)
9330 return SDValue();
9331
9332 if (N->getOpcode() == ISD::SETCC ||
9333 N->getOpcode() == ISD::SELECT_CC) {
9334 // If we're looking at a comparison, then we need to make sure that the
9335 // high bits (all except for the first) don't matter the result.
9336 ISD::CondCode CC =
9337 cast<CondCodeSDNode>(N->getOperand(
9338 N->getOpcode() == ISD::SETCC ? 2 : 4))->get();
9339 unsigned OpBits = N->getOperand(0).getValueSizeInBits();
9340
9341 if (ISD::isSignedIntSetCC(CC)) {
9342 if (DAG.ComputeNumSignBits(N->getOperand(0)) != OpBits ||
9343 DAG.ComputeNumSignBits(N->getOperand(1)) != OpBits)
9344 return SDValue();
9345 } else if (ISD::isUnsignedIntSetCC(CC)) {
9346 if (!DAG.MaskedValueIsZero(N->getOperand(0),
9347 APInt::getHighBitsSet(OpBits, OpBits-1)) ||
9348 !DAG.MaskedValueIsZero(N->getOperand(1),
9349 APInt::getHighBitsSet(OpBits, OpBits-1)))
9350 return SDValue();
9351 } else {
9352 // This is neither a signed nor an unsigned comparison, just make sure
9353 // that the high bits are equal.
9354 APInt Op1Zero, Op1One;
9355 APInt Op2Zero, Op2One;
Jay Foada0653a32014-05-14 21:14:37 +00009356 DAG.computeKnownBits(N->getOperand(0), Op1Zero, Op1One);
9357 DAG.computeKnownBits(N->getOperand(1), Op2Zero, Op2One);
Hal Finkel940ab932014-02-28 00:27:01 +00009358
9359 // We don't really care about what is known about the first bit (if
9360 // anything), so clear it in all masks prior to comparing them.
9361 Op1Zero.clearBit(0); Op1One.clearBit(0);
9362 Op2Zero.clearBit(0); Op2One.clearBit(0);
9363
9364 if (Op1Zero != Op2Zero || Op1One != Op2One)
9365 return SDValue();
9366 }
9367 }
9368
9369 // We now know that the higher-order bits are irrelevant, we just need to
9370 // make sure that all of the intermediate operations are bit operations, and
9371 // all inputs are extensions.
9372 if (N->getOperand(0).getOpcode() != ISD::AND &&
9373 N->getOperand(0).getOpcode() != ISD::OR &&
9374 N->getOperand(0).getOpcode() != ISD::XOR &&
9375 N->getOperand(0).getOpcode() != ISD::SELECT &&
9376 N->getOperand(0).getOpcode() != ISD::SELECT_CC &&
9377 N->getOperand(0).getOpcode() != ISD::TRUNCATE &&
9378 N->getOperand(0).getOpcode() != ISD::SIGN_EXTEND &&
9379 N->getOperand(0).getOpcode() != ISD::ZERO_EXTEND &&
9380 N->getOperand(0).getOpcode() != ISD::ANY_EXTEND)
9381 return SDValue();
9382
9383 if ((N->getOpcode() == ISD::SETCC || N->getOpcode() == ISD::SELECT_CC) &&
9384 N->getOperand(1).getOpcode() != ISD::AND &&
9385 N->getOperand(1).getOpcode() != ISD::OR &&
9386 N->getOperand(1).getOpcode() != ISD::XOR &&
9387 N->getOperand(1).getOpcode() != ISD::SELECT &&
9388 N->getOperand(1).getOpcode() != ISD::SELECT_CC &&
9389 N->getOperand(1).getOpcode() != ISD::TRUNCATE &&
9390 N->getOperand(1).getOpcode() != ISD::SIGN_EXTEND &&
9391 N->getOperand(1).getOpcode() != ISD::ZERO_EXTEND &&
9392 N->getOperand(1).getOpcode() != ISD::ANY_EXTEND)
9393 return SDValue();
9394
9395 SmallVector<SDValue, 4> Inputs;
9396 SmallVector<SDValue, 8> BinOps, PromOps;
9397 SmallPtrSet<SDNode *, 16> Visited;
9398
9399 for (unsigned i = 0; i < 2; ++i) {
9400 if (((N->getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9401 N->getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9402 N->getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
9403 N->getOperand(i).getOperand(0).getValueType() == MVT::i1) ||
9404 isa<ConstantSDNode>(N->getOperand(i)))
9405 Inputs.push_back(N->getOperand(i));
9406 else
9407 BinOps.push_back(N->getOperand(i));
9408
9409 if (N->getOpcode() == ISD::TRUNCATE)
9410 break;
9411 }
9412
9413 // Visit all inputs, collect all binary operations (and, or, xor and
9414 // select) that are all fed by extensions.
9415 while (!BinOps.empty()) {
9416 SDValue BinOp = BinOps.back();
9417 BinOps.pop_back();
9418
David Blaikie70573dc2014-11-19 07:49:26 +00009419 if (!Visited.insert(BinOp.getNode()).second)
Hal Finkel940ab932014-02-28 00:27:01 +00009420 continue;
9421
9422 PromOps.push_back(BinOp);
9423
9424 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
9425 // The condition of the select is not promoted.
9426 if (BinOp.getOpcode() == ISD::SELECT && i == 0)
9427 continue;
9428 if (BinOp.getOpcode() == ISD::SELECT_CC && i != 2 && i != 3)
9429 continue;
9430
9431 if (((BinOp.getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9432 BinOp.getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9433 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
9434 BinOp.getOperand(i).getOperand(0).getValueType() == MVT::i1) ||
9435 isa<ConstantSDNode>(BinOp.getOperand(i))) {
9436 Inputs.push_back(BinOp.getOperand(i));
9437 } else if (BinOp.getOperand(i).getOpcode() == ISD::AND ||
9438 BinOp.getOperand(i).getOpcode() == ISD::OR ||
9439 BinOp.getOperand(i).getOpcode() == ISD::XOR ||
9440 BinOp.getOperand(i).getOpcode() == ISD::SELECT ||
9441 BinOp.getOperand(i).getOpcode() == ISD::SELECT_CC ||
9442 BinOp.getOperand(i).getOpcode() == ISD::TRUNCATE ||
9443 BinOp.getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9444 BinOp.getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9445 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) {
9446 BinOps.push_back(BinOp.getOperand(i));
9447 } else {
9448 // We have an input that is not an extension or another binary
9449 // operation; we'll abort this transformation.
9450 return SDValue();
9451 }
9452 }
9453 }
9454
9455 // Make sure that this is a self-contained cluster of operations (which
9456 // is not quite the same thing as saying that everything has only one
9457 // use).
9458 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9459 if (isa<ConstantSDNode>(Inputs[i]))
9460 continue;
9461
9462 for (SDNode::use_iterator UI = Inputs[i].getNode()->use_begin(),
9463 UE = Inputs[i].getNode()->use_end();
9464 UI != UE; ++UI) {
9465 SDNode *User = *UI;
9466 if (User != N && !Visited.count(User))
9467 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009468
9469 // Make sure that we're not going to promote the non-output-value
9470 // operand(s) or SELECT or SELECT_CC.
9471 // FIXME: Although we could sometimes handle this, and it does occur in
9472 // practice that one of the condition inputs to the select is also one of
9473 // the outputs, we currently can't deal with this.
9474 if (User->getOpcode() == ISD::SELECT) {
9475 if (User->getOperand(0) == Inputs[i])
9476 return SDValue();
9477 } else if (User->getOpcode() == ISD::SELECT_CC) {
9478 if (User->getOperand(0) == Inputs[i] ||
9479 User->getOperand(1) == Inputs[i])
9480 return SDValue();
9481 }
Hal Finkel940ab932014-02-28 00:27:01 +00009482 }
9483 }
9484
9485 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
9486 for (SDNode::use_iterator UI = PromOps[i].getNode()->use_begin(),
9487 UE = PromOps[i].getNode()->use_end();
9488 UI != UE; ++UI) {
9489 SDNode *User = *UI;
9490 if (User != N && !Visited.count(User))
9491 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009492
9493 // Make sure that we're not going to promote the non-output-value
9494 // operand(s) or SELECT or SELECT_CC.
9495 // FIXME: Although we could sometimes handle this, and it does occur in
9496 // practice that one of the condition inputs to the select is also one of
9497 // the outputs, we currently can't deal with this.
9498 if (User->getOpcode() == ISD::SELECT) {
9499 if (User->getOperand(0) == PromOps[i])
9500 return SDValue();
9501 } else if (User->getOpcode() == ISD::SELECT_CC) {
9502 if (User->getOperand(0) == PromOps[i] ||
9503 User->getOperand(1) == PromOps[i])
9504 return SDValue();
9505 }
Hal Finkel940ab932014-02-28 00:27:01 +00009506 }
9507 }
9508
9509 // Replace all inputs with the extension operand.
9510 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9511 // Constants may have users outside the cluster of to-be-promoted nodes,
9512 // and so we need to replace those as we do the promotions.
9513 if (isa<ConstantSDNode>(Inputs[i]))
9514 continue;
9515 else
9516 DAG.ReplaceAllUsesOfValueWith(Inputs[i], Inputs[i].getOperand(0));
9517 }
9518
9519 // Replace all operations (these are all the same, but have a different
9520 // (i1) return type). DAG.getNode will validate that the types of
9521 // a binary operator match, so go through the list in reverse so that
9522 // we've likely promoted both operands first. Any intermediate truncations or
9523 // extensions disappear.
9524 while (!PromOps.empty()) {
9525 SDValue PromOp = PromOps.back();
9526 PromOps.pop_back();
9527
9528 if (PromOp.getOpcode() == ISD::TRUNCATE ||
9529 PromOp.getOpcode() == ISD::SIGN_EXTEND ||
9530 PromOp.getOpcode() == ISD::ZERO_EXTEND ||
9531 PromOp.getOpcode() == ISD::ANY_EXTEND) {
9532 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) &&
9533 PromOp.getOperand(0).getValueType() != MVT::i1) {
9534 // The operand is not yet ready (see comment below).
9535 PromOps.insert(PromOps.begin(), PromOp);
9536 continue;
9537 }
9538
9539 SDValue RepValue = PromOp.getOperand(0);
9540 if (isa<ConstantSDNode>(RepValue))
9541 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue);
9542
9543 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue);
9544 continue;
9545 }
9546
9547 unsigned C;
9548 switch (PromOp.getOpcode()) {
9549 default: C = 0; break;
9550 case ISD::SELECT: C = 1; break;
9551 case ISD::SELECT_CC: C = 2; break;
9552 }
9553
9554 if ((!isa<ConstantSDNode>(PromOp.getOperand(C)) &&
9555 PromOp.getOperand(C).getValueType() != MVT::i1) ||
9556 (!isa<ConstantSDNode>(PromOp.getOperand(C+1)) &&
9557 PromOp.getOperand(C+1).getValueType() != MVT::i1)) {
9558 // The to-be-promoted operands of this node have not yet been
9559 // promoted (this should be rare because we're going through the
9560 // list backward, but if one of the operands has several users in
9561 // this cluster of to-be-promoted nodes, it is possible).
9562 PromOps.insert(PromOps.begin(), PromOp);
9563 continue;
9564 }
9565
9566 SmallVector<SDValue, 3> Ops(PromOp.getNode()->op_begin(),
9567 PromOp.getNode()->op_end());
9568
9569 // If there are any constant inputs, make sure they're replaced now.
9570 for (unsigned i = 0; i < 2; ++i)
9571 if (isa<ConstantSDNode>(Ops[C+i]))
9572 Ops[C+i] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, Ops[C+i]);
9573
9574 DAG.ReplaceAllUsesOfValueWith(PromOp,
Craig Topper48d114b2014-04-26 18:35:24 +00009575 DAG.getNode(PromOp.getOpcode(), dl, MVT::i1, Ops));
Hal Finkel940ab932014-02-28 00:27:01 +00009576 }
9577
9578 // Now we're left with the initial truncation itself.
9579 if (N->getOpcode() == ISD::TRUNCATE)
9580 return N->getOperand(0);
9581
9582 // Otherwise, this is a comparison. The operands to be compared have just
9583 // changed type (to i1), but everything else is the same.
9584 return SDValue(N, 0);
9585}
9586
9587SDValue PPCTargetLowering::DAGCombineExtBoolTrunc(SDNode *N,
9588 DAGCombinerInfo &DCI) const {
9589 SelectionDAG &DAG = DCI.DAG;
9590 SDLoc dl(N);
9591
Hal Finkel940ab932014-02-28 00:27:01 +00009592 // If we're tracking CR bits, we need to be careful that we don't have:
9593 // zext(binary-ops(trunc(x), trunc(y)))
9594 // or
9595 // zext(binary-ops(binary-ops(trunc(x), trunc(y)), ...)
9596 // such that we're unnecessarily moving things into CR bits that can more
9597 // efficiently stay in GPRs. Note that if we're not certain that the high
9598 // bits are set as required by the final extension, we still may need to do
9599 // some masking to get the proper behavior.
9600
Hal Finkel46043ed2014-03-01 21:36:57 +00009601 // This same functionality is important on PPC64 when dealing with
9602 // 32-to-64-bit extensions; these occur often when 32-bit values are used as
9603 // the return values of functions. Because it is so similar, it is handled
9604 // here as well.
9605
Hal Finkel940ab932014-02-28 00:27:01 +00009606 if (N->getValueType(0) != MVT::i32 &&
9607 N->getValueType(0) != MVT::i64)
9608 return SDValue();
9609
Eric Christophercccae792015-01-30 22:02:31 +00009610 if (!((N->getOperand(0).getValueType() == MVT::i1 && Subtarget.useCRBits()) ||
9611 (N->getOperand(0).getValueType() == MVT::i32 && Subtarget.isPPC64())))
Hal Finkel940ab932014-02-28 00:27:01 +00009612 return SDValue();
9613
9614 if (N->getOperand(0).getOpcode() != ISD::AND &&
9615 N->getOperand(0).getOpcode() != ISD::OR &&
9616 N->getOperand(0).getOpcode() != ISD::XOR &&
9617 N->getOperand(0).getOpcode() != ISD::SELECT &&
9618 N->getOperand(0).getOpcode() != ISD::SELECT_CC)
9619 return SDValue();
9620
9621 SmallVector<SDValue, 4> Inputs;
9622 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps;
9623 SmallPtrSet<SDNode *, 16> Visited;
9624
9625 // Visit all inputs, collect all binary operations (and, or, xor and
9626 // select) that are all fed by truncations.
9627 while (!BinOps.empty()) {
9628 SDValue BinOp = BinOps.back();
9629 BinOps.pop_back();
9630
David Blaikie70573dc2014-11-19 07:49:26 +00009631 if (!Visited.insert(BinOp.getNode()).second)
Hal Finkel940ab932014-02-28 00:27:01 +00009632 continue;
9633
9634 PromOps.push_back(BinOp);
9635
9636 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
9637 // The condition of the select is not promoted.
9638 if (BinOp.getOpcode() == ISD::SELECT && i == 0)
9639 continue;
9640 if (BinOp.getOpcode() == ISD::SELECT_CC && i != 2 && i != 3)
9641 continue;
9642
9643 if (BinOp.getOperand(i).getOpcode() == ISD::TRUNCATE ||
9644 isa<ConstantSDNode>(BinOp.getOperand(i))) {
9645 Inputs.push_back(BinOp.getOperand(i));
9646 } else if (BinOp.getOperand(i).getOpcode() == ISD::AND ||
9647 BinOp.getOperand(i).getOpcode() == ISD::OR ||
9648 BinOp.getOperand(i).getOpcode() == ISD::XOR ||
9649 BinOp.getOperand(i).getOpcode() == ISD::SELECT ||
9650 BinOp.getOperand(i).getOpcode() == ISD::SELECT_CC) {
9651 BinOps.push_back(BinOp.getOperand(i));
9652 } else {
9653 // We have an input that is not a truncation or another binary
9654 // operation; we'll abort this transformation.
9655 return SDValue();
9656 }
9657 }
9658 }
9659
Hal Finkel4104a1a2014-12-14 05:53:19 +00009660 // The operands of a select that must be truncated when the select is
9661 // promoted because the operand is actually part of the to-be-promoted set.
9662 DenseMap<SDNode *, EVT> SelectTruncOp[2];
9663
Hal Finkel940ab932014-02-28 00:27:01 +00009664 // Make sure that this is a self-contained cluster of operations (which
9665 // is not quite the same thing as saying that everything has only one
9666 // use).
9667 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9668 if (isa<ConstantSDNode>(Inputs[i]))
9669 continue;
9670
9671 for (SDNode::use_iterator UI = Inputs[i].getNode()->use_begin(),
9672 UE = Inputs[i].getNode()->use_end();
9673 UI != UE; ++UI) {
9674 SDNode *User = *UI;
9675 if (User != N && !Visited.count(User))
9676 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009677
Hal Finkel4104a1a2014-12-14 05:53:19 +00009678 // If we're going to promote the non-output-value operand(s) or SELECT or
9679 // SELECT_CC, record them for truncation.
Hal Finkel46043ed2014-03-01 21:36:57 +00009680 if (User->getOpcode() == ISD::SELECT) {
9681 if (User->getOperand(0) == Inputs[i])
Hal Finkel4104a1a2014-12-14 05:53:19 +00009682 SelectTruncOp[0].insert(std::make_pair(User,
9683 User->getOperand(0).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009684 } else if (User->getOpcode() == ISD::SELECT_CC) {
Hal Finkel4104a1a2014-12-14 05:53:19 +00009685 if (User->getOperand(0) == Inputs[i])
9686 SelectTruncOp[0].insert(std::make_pair(User,
9687 User->getOperand(0).getValueType()));
9688 if (User->getOperand(1) == Inputs[i])
9689 SelectTruncOp[1].insert(std::make_pair(User,
9690 User->getOperand(1).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009691 }
Hal Finkel940ab932014-02-28 00:27:01 +00009692 }
9693 }
9694
9695 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
9696 for (SDNode::use_iterator UI = PromOps[i].getNode()->use_begin(),
9697 UE = PromOps[i].getNode()->use_end();
9698 UI != UE; ++UI) {
9699 SDNode *User = *UI;
9700 if (User != N && !Visited.count(User))
9701 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009702
Hal Finkel4104a1a2014-12-14 05:53:19 +00009703 // If we're going to promote the non-output-value operand(s) or SELECT or
9704 // SELECT_CC, record them for truncation.
Hal Finkel46043ed2014-03-01 21:36:57 +00009705 if (User->getOpcode() == ISD::SELECT) {
9706 if (User->getOperand(0) == PromOps[i])
Hal Finkel4104a1a2014-12-14 05:53:19 +00009707 SelectTruncOp[0].insert(std::make_pair(User,
9708 User->getOperand(0).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009709 } else if (User->getOpcode() == ISD::SELECT_CC) {
Hal Finkel4104a1a2014-12-14 05:53:19 +00009710 if (User->getOperand(0) == PromOps[i])
9711 SelectTruncOp[0].insert(std::make_pair(User,
9712 User->getOperand(0).getValueType()));
9713 if (User->getOperand(1) == PromOps[i])
9714 SelectTruncOp[1].insert(std::make_pair(User,
9715 User->getOperand(1).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009716 }
Hal Finkel940ab932014-02-28 00:27:01 +00009717 }
9718 }
9719
Hal Finkel46043ed2014-03-01 21:36:57 +00009720 unsigned PromBits = N->getOperand(0).getValueSizeInBits();
Hal Finkel940ab932014-02-28 00:27:01 +00009721 bool ReallyNeedsExt = false;
9722 if (N->getOpcode() != ISD::ANY_EXTEND) {
9723 // If all of the inputs are not already sign/zero extended, then
9724 // we'll still need to do that at the end.
9725 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9726 if (isa<ConstantSDNode>(Inputs[i]))
9727 continue;
9728
9729 unsigned OpBits =
9730 Inputs[i].getOperand(0).getValueSizeInBits();
Hal Finkel46043ed2014-03-01 21:36:57 +00009731 assert(PromBits < OpBits && "Truncation not to a smaller bit count?");
9732
Hal Finkel940ab932014-02-28 00:27:01 +00009733 if ((N->getOpcode() == ISD::ZERO_EXTEND &&
9734 !DAG.MaskedValueIsZero(Inputs[i].getOperand(0),
Hal Finkel46043ed2014-03-01 21:36:57 +00009735 APInt::getHighBitsSet(OpBits,
9736 OpBits-PromBits))) ||
Hal Finkel940ab932014-02-28 00:27:01 +00009737 (N->getOpcode() == ISD::SIGN_EXTEND &&
Hal Finkel46043ed2014-03-01 21:36:57 +00009738 DAG.ComputeNumSignBits(Inputs[i].getOperand(0)) <
9739 (OpBits-(PromBits-1)))) {
Hal Finkel940ab932014-02-28 00:27:01 +00009740 ReallyNeedsExt = true;
9741 break;
9742 }
9743 }
9744 }
9745
9746 // Replace all inputs, either with the truncation operand, or a
9747 // truncation or extension to the final output type.
9748 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9749 // Constant inputs need to be replaced with the to-be-promoted nodes that
9750 // use them because they might have users outside of the cluster of
9751 // promoted nodes.
9752 if (isa<ConstantSDNode>(Inputs[i]))
9753 continue;
9754
9755 SDValue InSrc = Inputs[i].getOperand(0);
9756 if (Inputs[i].getValueType() == N->getValueType(0))
9757 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc);
9758 else if (N->getOpcode() == ISD::SIGN_EXTEND)
9759 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9760 DAG.getSExtOrTrunc(InSrc, dl, N->getValueType(0)));
9761 else if (N->getOpcode() == ISD::ZERO_EXTEND)
9762 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9763 DAG.getZExtOrTrunc(InSrc, dl, N->getValueType(0)));
9764 else
9765 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9766 DAG.getAnyExtOrTrunc(InSrc, dl, N->getValueType(0)));
9767 }
9768
9769 // Replace all operations (these are all the same, but have a different
9770 // (promoted) return type). DAG.getNode will validate that the types of
9771 // a binary operator match, so go through the list in reverse so that
9772 // we've likely promoted both operands first.
9773 while (!PromOps.empty()) {
9774 SDValue PromOp = PromOps.back();
9775 PromOps.pop_back();
9776
9777 unsigned C;
9778 switch (PromOp.getOpcode()) {
9779 default: C = 0; break;
9780 case ISD::SELECT: C = 1; break;
9781 case ISD::SELECT_CC: C = 2; break;
9782 }
9783
9784 if ((!isa<ConstantSDNode>(PromOp.getOperand(C)) &&
9785 PromOp.getOperand(C).getValueType() != N->getValueType(0)) ||
9786 (!isa<ConstantSDNode>(PromOp.getOperand(C+1)) &&
9787 PromOp.getOperand(C+1).getValueType() != N->getValueType(0))) {
9788 // The to-be-promoted operands of this node have not yet been
9789 // promoted (this should be rare because we're going through the
9790 // list backward, but if one of the operands has several users in
9791 // this cluster of to-be-promoted nodes, it is possible).
9792 PromOps.insert(PromOps.begin(), PromOp);
9793 continue;
9794 }
9795
Hal Finkel4104a1a2014-12-14 05:53:19 +00009796 // For SELECT and SELECT_CC nodes, we do a similar check for any
9797 // to-be-promoted comparison inputs.
9798 if (PromOp.getOpcode() == ISD::SELECT ||
9799 PromOp.getOpcode() == ISD::SELECT_CC) {
9800 if ((SelectTruncOp[0].count(PromOp.getNode()) &&
9801 PromOp.getOperand(0).getValueType() != N->getValueType(0)) ||
9802 (SelectTruncOp[1].count(PromOp.getNode()) &&
9803 PromOp.getOperand(1).getValueType() != N->getValueType(0))) {
9804 PromOps.insert(PromOps.begin(), PromOp);
9805 continue;
9806 }
9807 }
9808
Hal Finkel940ab932014-02-28 00:27:01 +00009809 SmallVector<SDValue, 3> Ops(PromOp.getNode()->op_begin(),
9810 PromOp.getNode()->op_end());
9811
9812 // If this node has constant inputs, then they'll need to be promoted here.
9813 for (unsigned i = 0; i < 2; ++i) {
9814 if (!isa<ConstantSDNode>(Ops[C+i]))
9815 continue;
9816 if (Ops[C+i].getValueType() == N->getValueType(0))
9817 continue;
9818
9819 if (N->getOpcode() == ISD::SIGN_EXTEND)
9820 Ops[C+i] = DAG.getSExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9821 else if (N->getOpcode() == ISD::ZERO_EXTEND)
9822 Ops[C+i] = DAG.getZExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9823 else
9824 Ops[C+i] = DAG.getAnyExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9825 }
9826
Hal Finkel4104a1a2014-12-14 05:53:19 +00009827 // If we've promoted the comparison inputs of a SELECT or SELECT_CC,
9828 // truncate them again to the original value type.
9829 if (PromOp.getOpcode() == ISD::SELECT ||
9830 PromOp.getOpcode() == ISD::SELECT_CC) {
9831 auto SI0 = SelectTruncOp[0].find(PromOp.getNode());
9832 if (SI0 != SelectTruncOp[0].end())
9833 Ops[0] = DAG.getNode(ISD::TRUNCATE, dl, SI0->second, Ops[0]);
9834 auto SI1 = SelectTruncOp[1].find(PromOp.getNode());
9835 if (SI1 != SelectTruncOp[1].end())
9836 Ops[1] = DAG.getNode(ISD::TRUNCATE, dl, SI1->second, Ops[1]);
9837 }
9838
Hal Finkel940ab932014-02-28 00:27:01 +00009839 DAG.ReplaceAllUsesOfValueWith(PromOp,
Craig Topper48d114b2014-04-26 18:35:24 +00009840 DAG.getNode(PromOp.getOpcode(), dl, N->getValueType(0), Ops));
Hal Finkel940ab932014-02-28 00:27:01 +00009841 }
9842
9843 // Now we're left with the initial extension itself.
9844 if (!ReallyNeedsExt)
9845 return N->getOperand(0);
9846
Hal Finkel46043ed2014-03-01 21:36:57 +00009847 // To zero extend, just mask off everything except for the first bit (in the
9848 // i1 case).
Hal Finkel940ab932014-02-28 00:27:01 +00009849 if (N->getOpcode() == ISD::ZERO_EXTEND)
9850 return DAG.getNode(ISD::AND, dl, N->getValueType(0), N->getOperand(0),
Hal Finkel46043ed2014-03-01 21:36:57 +00009851 DAG.getConstant(APInt::getLowBitsSet(
9852 N->getValueSizeInBits(0), PromBits),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009853 dl, N->getValueType(0)));
Hal Finkel940ab932014-02-28 00:27:01 +00009854
9855 assert(N->getOpcode() == ISD::SIGN_EXTEND &&
9856 "Invalid extension type");
9857 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0));
9858 SDValue ShiftCst =
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009859 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy);
Hal Finkel940ab932014-02-28 00:27:01 +00009860 return DAG.getNode(ISD::SRA, dl, N->getValueType(0),
9861 DAG.getNode(ISD::SHL, dl, N->getValueType(0),
9862 N->getOperand(0), ShiftCst), ShiftCst);
9863}
9864
Hal Finkel5efb9182015-01-06 06:01:57 +00009865SDValue PPCTargetLowering::combineFPToIntToFP(SDNode *N,
9866 DAGCombinerInfo &DCI) const {
9867 assert((N->getOpcode() == ISD::SINT_TO_FP ||
9868 N->getOpcode() == ISD::UINT_TO_FP) &&
9869 "Need an int -> FP conversion node here");
9870
9871 if (!Subtarget.has64BitSupport())
9872 return SDValue();
9873
9874 SelectionDAG &DAG = DCI.DAG;
9875 SDLoc dl(N);
9876 SDValue Op(N, 0);
9877
9878 // Don't handle ppc_fp128 here or i1 conversions.
9879 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64)
9880 return SDValue();
9881 if (Op.getOperand(0).getValueType() == MVT::i1)
9882 return SDValue();
9883
9884 // For i32 intermediate values, unfortunately, the conversion functions
9885 // leave the upper 32 bits of the value are undefined. Within the set of
9886 // scalar instructions, we have no method for zero- or sign-extending the
9887 // value. Thus, we cannot handle i32 intermediate values here.
9888 if (Op.getOperand(0).getValueType() == MVT::i32)
9889 return SDValue();
9890
9891 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) &&
9892 "UINT_TO_FP is supported only with FPCVT");
9893
9894 // If we have FCFIDS, then use it when converting to single-precision.
9895 // Otherwise, convert to double-precision and then round.
Eric Christophercccae792015-01-30 22:02:31 +00009896 unsigned FCFOp = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
9897 ? (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDUS
9898 : PPCISD::FCFIDS)
9899 : (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDU
9900 : PPCISD::FCFID);
9901 MVT FCFTy = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
9902 ? MVT::f32
9903 : MVT::f64;
Hal Finkel5efb9182015-01-06 06:01:57 +00009904
9905 // If we're converting from a float, to an int, and back to a float again,
9906 // then we don't need the store/load pair at all.
9907 if ((Op.getOperand(0).getOpcode() == ISD::FP_TO_UINT &&
9908 Subtarget.hasFPCVT()) ||
9909 (Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT)) {
9910 SDValue Src = Op.getOperand(0).getOperand(0);
9911 if (Src.getValueType() == MVT::f32) {
9912 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
9913 DCI.AddToWorklist(Src.getNode());
9914 }
9915
9916 unsigned FCTOp =
9917 Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
9918 PPCISD::FCTIDUZ;
9919
9920 SDValue Tmp = DAG.getNode(FCTOp, dl, MVT::f64, Src);
9921 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Tmp);
9922
9923 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) {
9924 FP = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009925 MVT::f32, FP, DAG.getIntPtrConstant(0, dl));
Hal Finkel5efb9182015-01-06 06:01:57 +00009926 DCI.AddToWorklist(FP.getNode());
9927 }
9928
9929 return FP;
9930 }
9931
9932 return SDValue();
9933}
9934
Bill Schmidtfae5d712014-12-09 16:35:51 +00009935// expandVSXLoadForLE - Convert VSX loads (which may be intrinsics for
9936// builtins) into loads with swaps.
9937SDValue PPCTargetLowering::expandVSXLoadForLE(SDNode *N,
9938 DAGCombinerInfo &DCI) const {
9939 SelectionDAG &DAG = DCI.DAG;
9940 SDLoc dl(N);
9941 SDValue Chain;
9942 SDValue Base;
9943 MachineMemOperand *MMO;
9944
9945 switch (N->getOpcode()) {
9946 default:
9947 llvm_unreachable("Unexpected opcode for little endian VSX load");
9948 case ISD::LOAD: {
9949 LoadSDNode *LD = cast<LoadSDNode>(N);
9950 Chain = LD->getChain();
9951 Base = LD->getBasePtr();
9952 MMO = LD->getMemOperand();
9953 // If the MMO suggests this isn't a load of a full vector, leave
9954 // things alone. For a built-in, we have to make the change for
9955 // correctness, so if there is a size problem that will be a bug.
9956 if (MMO->getSize() < 16)
9957 return SDValue();
9958 break;
9959 }
9960 case ISD::INTRINSIC_W_CHAIN: {
9961 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
9962 Chain = Intrin->getChain();
9963 Base = Intrin->getBasePtr();
9964 MMO = Intrin->getMemOperand();
9965 break;
9966 }
9967 }
9968
9969 MVT VecTy = N->getValueType(0).getSimpleVT();
9970 SDValue LoadOps[] = { Chain, Base };
9971 SDValue Load = DAG.getMemIntrinsicNode(PPCISD::LXVD2X, dl,
9972 DAG.getVTList(VecTy, MVT::Other),
9973 LoadOps, VecTy, MMO);
9974 DCI.AddToWorklist(Load.getNode());
9975 Chain = Load.getValue(1);
9976 SDValue Swap = DAG.getNode(PPCISD::XXSWAPD, dl,
9977 DAG.getVTList(VecTy, MVT::Other), Chain, Load);
9978 DCI.AddToWorklist(Swap.getNode());
9979 return Swap;
9980}
9981
9982// expandVSXStoreForLE - Convert VSX stores (which may be intrinsics for
9983// builtins) into stores with swaps.
9984SDValue PPCTargetLowering::expandVSXStoreForLE(SDNode *N,
9985 DAGCombinerInfo &DCI) const {
9986 SelectionDAG &DAG = DCI.DAG;
9987 SDLoc dl(N);
9988 SDValue Chain;
9989 SDValue Base;
9990 unsigned SrcOpnd;
9991 MachineMemOperand *MMO;
9992
9993 switch (N->getOpcode()) {
9994 default:
9995 llvm_unreachable("Unexpected opcode for little endian VSX store");
9996 case ISD::STORE: {
9997 StoreSDNode *ST = cast<StoreSDNode>(N);
9998 Chain = ST->getChain();
9999 Base = ST->getBasePtr();
10000 MMO = ST->getMemOperand();
10001 SrcOpnd = 1;
10002 // If the MMO suggests this isn't a store of a full vector, leave
10003 // things alone. For a built-in, we have to make the change for
10004 // correctness, so if there is a size problem that will be a bug.
10005 if (MMO->getSize() < 16)
10006 return SDValue();
10007 break;
10008 }
10009 case ISD::INTRINSIC_VOID: {
10010 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
10011 Chain = Intrin->getChain();
10012 // Intrin->getBasePtr() oddly does not get what we want.
10013 Base = Intrin->getOperand(3);
10014 MMO = Intrin->getMemOperand();
10015 SrcOpnd = 2;
10016 break;
10017 }
10018 }
10019
10020 SDValue Src = N->getOperand(SrcOpnd);
10021 MVT VecTy = Src.getValueType().getSimpleVT();
10022 SDValue Swap = DAG.getNode(PPCISD::XXSWAPD, dl,
10023 DAG.getVTList(VecTy, MVT::Other), Chain, Src);
10024 DCI.AddToWorklist(Swap.getNode());
10025 Chain = Swap.getValue(1);
10026 SDValue StoreOps[] = { Chain, Swap, Base };
10027 SDValue Store = DAG.getMemIntrinsicNode(PPCISD::STXVD2X, dl,
10028 DAG.getVTList(MVT::Other),
10029 StoreOps, VecTy, MMO);
10030 DCI.AddToWorklist(Store.getNode());
10031 return Store;
10032}
10033
Duncan Sandsdc2dac12008-11-24 14:53:14 +000010034SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
10035 DAGCombinerInfo &DCI) const {
Chris Lattnerf4184352006-03-01 04:57:39 +000010036 SelectionDAG &DAG = DCI.DAG;
Andrew Trickef9de2a2013-05-25 02:42:55 +000010037 SDLoc dl(N);
Chris Lattnerf4184352006-03-01 04:57:39 +000010038 switch (N->getOpcode()) {
10039 default: break;
Chris Lattner3c48ea52006-09-19 05:22:59 +000010040 case PPCISD::SHL:
10041 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010042 if (C->isNullValue()) // 0 << V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010043 return N->getOperand(0);
10044 }
10045 break;
10046 case PPCISD::SRL:
10047 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010048 if (C->isNullValue()) // 0 >>u V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010049 return N->getOperand(0);
10050 }
10051 break;
10052 case PPCISD::SRA:
10053 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010054 if (C->isNullValue() || // 0 >>s V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010055 C->isAllOnesValue()) // -1 >>s V -> -1.
10056 return N->getOperand(0);
10057 }
10058 break;
Hal Finkel940ab932014-02-28 00:27:01 +000010059 case ISD::SIGN_EXTEND:
10060 case ISD::ZERO_EXTEND:
10061 case ISD::ANY_EXTEND:
10062 return DAGCombineExtBoolTrunc(N, DCI);
10063 case ISD::TRUNCATE:
10064 case ISD::SETCC:
10065 case ISD::SELECT_CC:
10066 return DAGCombineTruncBoolExt(N, DCI);
Chris Lattnerf4184352006-03-01 04:57:39 +000010067 case ISD::SINT_TO_FP:
Hal Finkel5efb9182015-01-06 06:01:57 +000010068 case ISD::UINT_TO_FP:
10069 return combineFPToIntToFP(N, DCI);
Bill Schmidtfae5d712014-12-09 16:35:51 +000010070 case ISD::STORE: {
Chris Lattner27f53452006-03-01 05:50:56 +000010071 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
Eric Christophercccae792015-01-30 22:02:31 +000010072 if (Subtarget.hasSTFIWX() && !cast<StoreSDNode>(N)->isTruncatingStore() &&
Chris Lattner27f53452006-03-01 05:50:56 +000010073 N->getOperand(1).getOpcode() == ISD::FP_TO_SINT &&
Owen Anderson9f944592009-08-11 20:47:22 +000010074 N->getOperand(1).getValueType() == MVT::i32 &&
10075 N->getOperand(1).getOperand(0).getValueType() != MVT::ppcf128) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010076 SDValue Val = N->getOperand(1).getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +000010077 if (Val.getValueType() == MVT::f32) {
10078 Val = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Val);
Gabor Greiff304a7a2008-08-28 21:40:38 +000010079 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010080 }
Owen Anderson9f944592009-08-11 20:47:22 +000010081 Val = DAG.getNode(PPCISD::FCTIWZ, dl, MVT::f64, Val);
Gabor Greiff304a7a2008-08-28 21:40:38 +000010082 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010083
Hal Finkel60c75102013-04-01 15:37:53 +000010084 SDValue Ops[] = {
10085 N->getOperand(0), Val, N->getOperand(2),
10086 DAG.getValueType(N->getOperand(1).getValueType())
10087 };
10088
10089 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
Craig Topper206fcd42014-04-26 19:29:41 +000010090 DAG.getVTList(MVT::Other), Ops,
Hal Finkel60c75102013-04-01 15:37:53 +000010091 cast<StoreSDNode>(N)->getMemoryVT(),
10092 cast<StoreSDNode>(N)->getMemOperand());
Gabor Greiff304a7a2008-08-28 21:40:38 +000010093 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010094 return Val;
10095 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010096
Chris Lattnera7976d32006-07-10 20:56:58 +000010097 // Turn STORE (BSWAP) -> sthbrx/stwbrx.
Dan Gohman28328db2009-09-25 00:57:30 +000010098 if (cast<StoreSDNode>(N)->isUnindexed() &&
10099 N->getOperand(1).getOpcode() == ISD::BSWAP &&
Gabor Greiff304a7a2008-08-28 21:40:38 +000010100 N->getOperand(1).getNode()->hasOneUse() &&
Owen Anderson9f944592009-08-11 20:47:22 +000010101 (N->getOperand(1).getValueType() == MVT::i32 ||
Hal Finkel31d29562013-03-28 19:25:55 +000010102 N->getOperand(1).getValueType() == MVT::i16 ||
Eric Christophercccae792015-01-30 22:02:31 +000010103 (Subtarget.hasLDBRX() && Subtarget.isPPC64() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010104 N->getOperand(1).getValueType() == MVT::i64))) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010105 SDValue BSwapOp = N->getOperand(1).getOperand(0);
Chris Lattnera7976d32006-07-10 20:56:58 +000010106 // Do an any-extend to 32-bits if this is a half-word input.
Owen Anderson9f944592009-08-11 20:47:22 +000010107 if (BSwapOp.getValueType() == MVT::i16)
10108 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp);
Chris Lattnera7976d32006-07-10 20:56:58 +000010109
Dan Gohman48b185d2009-09-25 20:36:54 +000010110 SDValue Ops[] = {
10111 N->getOperand(0), BSwapOp, N->getOperand(2),
10112 DAG.getValueType(N->getOperand(1).getValueType())
10113 };
10114 return
10115 DAG.getMemIntrinsicNode(PPCISD::STBRX, dl, DAG.getVTList(MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +000010116 Ops, cast<StoreSDNode>(N)->getMemoryVT(),
Dan Gohman48b185d2009-09-25 20:36:54 +000010117 cast<StoreSDNode>(N)->getMemOperand());
Chris Lattnera7976d32006-07-10 20:56:58 +000010118 }
Bill Schmidtfae5d712014-12-09 16:35:51 +000010119
10120 // For little endian, VSX stores require generating xxswapd/lxvd2x.
10121 EVT VT = N->getOperand(1).getValueType();
10122 if (VT.isSimple()) {
10123 MVT StoreVT = VT.getSimpleVT();
Eric Christophercccae792015-01-30 22:02:31 +000010124 if (Subtarget.hasVSX() && Subtarget.isLittleEndian() &&
Bill Schmidtfae5d712014-12-09 16:35:51 +000010125 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 ||
10126 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32))
10127 return expandVSXStoreForLE(N, DCI);
10128 }
Chris Lattnera7976d32006-07-10 20:56:58 +000010129 break;
Bill Schmidtfae5d712014-12-09 16:35:51 +000010130 }
Hal Finkelcf2e9082013-05-24 23:00:14 +000010131 case ISD::LOAD: {
10132 LoadSDNode *LD = cast<LoadSDNode>(N);
10133 EVT VT = LD->getValueType(0);
Bill Schmidtfae5d712014-12-09 16:35:51 +000010134
10135 // For little endian, VSX loads require generating lxvd2x/xxswapd.
10136 if (VT.isSimple()) {
10137 MVT LoadVT = VT.getSimpleVT();
Eric Christophercccae792015-01-30 22:02:31 +000010138 if (Subtarget.hasVSX() && Subtarget.isLittleEndian() &&
Bill Schmidtfae5d712014-12-09 16:35:51 +000010139 (LoadVT == MVT::v2f64 || LoadVT == MVT::v2i64 ||
10140 LoadVT == MVT::v4f32 || LoadVT == MVT::v4i32))
10141 return expandVSXLoadForLE(N, DCI);
10142 }
10143
Hal Finkelc93a9a22015-02-25 01:06:45 +000010144 EVT MemVT = LD->getMemoryVT();
10145 Type *Ty = MemVT.getTypeForEVT(*DAG.getContext());
Hal Finkelcf2e9082013-05-24 23:00:14 +000010146 unsigned ABIAlignment = getDataLayout()->getABITypeAlignment(Ty);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010147 Type *STy = MemVT.getScalarType().getTypeForEVT(*DAG.getContext());
10148 unsigned ScalarABIAlignment = getDataLayout()->getABITypeAlignment(STy);
10149 if (LD->isUnindexed() && VT.isVector() &&
10150 ((Subtarget.hasAltivec() && ISD::isNON_EXTLoad(N) &&
10151 // P8 and later hardware should just use LOAD.
10152 !Subtarget.hasP8Vector() && (VT == MVT::v16i8 || VT == MVT::v8i16 ||
10153 VT == MVT::v4i32 || VT == MVT::v4f32)) ||
10154 (Subtarget.hasQPX() && (VT == MVT::v4f64 || VT == MVT::v4f32) &&
10155 LD->getAlignment() >= ScalarABIAlignment)) &&
Hal Finkelcf2e9082013-05-24 23:00:14 +000010156 LD->getAlignment() < ABIAlignment) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010157 // This is a type-legal unaligned Altivec or QPX load.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010158 SDValue Chain = LD->getChain();
10159 SDValue Ptr = LD->getBasePtr();
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010160 bool isLittleEndian = Subtarget.isLittleEndian();
Hal Finkelcf2e9082013-05-24 23:00:14 +000010161
10162 // This implements the loading of unaligned vectors as described in
10163 // the venerable Apple Velocity Engine overview. Specifically:
10164 // https://developer.apple.com/hardwaredrivers/ve/alignment.html
10165 // https://developer.apple.com/hardwaredrivers/ve/code_optimization.html
10166 //
10167 // The general idea is to expand a sequence of one or more unaligned
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010168 // loads into an alignment-based permutation-control instruction (lvsl
10169 // or lvsr), a series of regular vector loads (which always truncate
10170 // their input address to an aligned address), and a series of
10171 // permutations. The results of these permutations are the requested
10172 // loaded values. The trick is that the last "extra" load is not taken
10173 // from the address you might suspect (sizeof(vector) bytes after the
10174 // last requested load), but rather sizeof(vector) - 1 bytes after the
10175 // last requested vector. The point of this is to avoid a page fault if
10176 // the base address happened to be aligned. This works because if the
10177 // base address is aligned, then adding less than a full vector length
10178 // will cause the last vector in the sequence to be (re)loaded.
10179 // Otherwise, the next vector will be fetched as you might suspect was
10180 // necessary.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010181
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010182 // We might be able to reuse the permutation generation from
Hal Finkelcf2e9082013-05-24 23:00:14 +000010183 // a different base address offset from this one by an aligned amount.
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010184 // The INTRINSIC_WO_CHAIN DAG combine will attempt to perform this
10185 // optimization later.
Hal Finkelc93a9a22015-02-25 01:06:45 +000010186 Intrinsic::ID Intr, IntrLD, IntrPerm;
10187 MVT PermCntlTy, PermTy, LDTy;
10188 if (Subtarget.hasAltivec()) {
10189 Intr = isLittleEndian ? Intrinsic::ppc_altivec_lvsr :
10190 Intrinsic::ppc_altivec_lvsl;
10191 IntrLD = Intrinsic::ppc_altivec_lvx;
10192 IntrPerm = Intrinsic::ppc_altivec_vperm;
10193 PermCntlTy = MVT::v16i8;
10194 PermTy = MVT::v4i32;
10195 LDTy = MVT::v4i32;
10196 } else {
10197 Intr = MemVT == MVT::v4f64 ? Intrinsic::ppc_qpx_qvlpcld :
10198 Intrinsic::ppc_qpx_qvlpcls;
10199 IntrLD = MemVT == MVT::v4f64 ? Intrinsic::ppc_qpx_qvlfd :
10200 Intrinsic::ppc_qpx_qvlfs;
10201 IntrPerm = Intrinsic::ppc_qpx_qvfperm;
10202 PermCntlTy = MVT::v4f64;
10203 PermTy = MVT::v4f64;
10204 LDTy = MemVT.getSimpleVT();
10205 }
10206
10207 SDValue PermCntl = BuildIntrinsicOp(Intr, Ptr, DAG, dl, PermCntlTy);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010208
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010209 // Create the new MMO for the new base load. It is like the original MMO,
10210 // but represents an area in memory almost twice the vector size centered
10211 // on the original address. If the address is unaligned, we might start
10212 // reading up to (sizeof(vector)-1) bytes below the address of the
10213 // original unaligned load.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010214 MachineFunction &MF = DAG.getMachineFunction();
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010215 MachineMemOperand *BaseMMO =
Hal Finkelc93a9a22015-02-25 01:06:45 +000010216 MF.getMachineMemOperand(LD->getMemOperand(), -MemVT.getStoreSize()+1,
10217 2*MemVT.getStoreSize()-1);
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010218
10219 // Create the new base load.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010220 SDValue LDXIntID = DAG.getTargetConstant(IntrLD, dl, getPointerTy());
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010221 SDValue BaseLoadOps[] = { Chain, LDXIntID, Ptr };
10222 SDValue BaseLoad =
10223 DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN, dl,
Hal Finkelc93a9a22015-02-25 01:06:45 +000010224 DAG.getVTList(PermTy, MVT::Other),
10225 BaseLoadOps, LDTy, BaseMMO);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010226
10227 // Note that the value of IncOffset (which is provided to the next
10228 // load's pointer info offset value, and thus used to calculate the
10229 // alignment), and the value of IncValue (which is actually used to
10230 // increment the pointer value) are different! This is because we
10231 // require the next load to appear to be aligned, even though it
10232 // is actually offset from the base pointer by a lesser amount.
10233 int IncOffset = VT.getSizeInBits() / 8;
Hal Finkel7d8a6912013-05-26 18:08:30 +000010234 int IncValue = IncOffset;
10235
10236 // Walk (both up and down) the chain looking for another load at the real
10237 // (aligned) offset (the alignment of the other load does not matter in
10238 // this case). If found, then do not use the offset reduction trick, as
10239 // that will prevent the loads from being later combined (as they would
10240 // otherwise be duplicates).
10241 if (!findConsecutiveLoad(LD, DAG))
10242 --IncValue;
10243
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010244 SDValue Increment = DAG.getConstant(IncValue, dl, getPointerTy());
Hal Finkelcf2e9082013-05-24 23:00:14 +000010245 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
10246
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010247 MachineMemOperand *ExtraMMO =
10248 MF.getMachineMemOperand(LD->getMemOperand(),
Hal Finkelc93a9a22015-02-25 01:06:45 +000010249 1, 2*MemVT.getStoreSize()-1);
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010250 SDValue ExtraLoadOps[] = { Chain, LDXIntID, Ptr };
Hal Finkelcf2e9082013-05-24 23:00:14 +000010251 SDValue ExtraLoad =
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010252 DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN, dl,
Hal Finkelc93a9a22015-02-25 01:06:45 +000010253 DAG.getVTList(PermTy, MVT::Other),
10254 ExtraLoadOps, LDTy, ExtraMMO);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010255
10256 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
10257 BaseLoad.getValue(1), ExtraLoad.getValue(1));
10258
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010259 // Because vperm has a big-endian bias, we must reverse the order
10260 // of the input vectors and complement the permute control vector
10261 // when generating little endian code. We have already handled the
10262 // latter by using lvsr instead of lvsl, so just reverse BaseLoad
10263 // and ExtraLoad here.
10264 SDValue Perm;
10265 if (isLittleEndian)
Hal Finkelc93a9a22015-02-25 01:06:45 +000010266 Perm = BuildIntrinsicOp(IntrPerm,
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010267 ExtraLoad, BaseLoad, PermCntl, DAG, dl);
10268 else
Hal Finkelc93a9a22015-02-25 01:06:45 +000010269 Perm = BuildIntrinsicOp(IntrPerm,
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010270 BaseLoad, ExtraLoad, PermCntl, DAG, dl);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010271
Hal Finkelc93a9a22015-02-25 01:06:45 +000010272 if (VT != PermTy)
10273 Perm = Subtarget.hasAltivec() ?
10274 DAG.getNode(ISD::BITCAST, dl, VT, Perm) :
10275 DAG.getNode(ISD::FP_ROUND, dl, VT, Perm, // QPX
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010276 DAG.getTargetConstant(1, dl, MVT::i64));
Hal Finkelc93a9a22015-02-25 01:06:45 +000010277 // second argument is 1 because this rounding
10278 // is always exact.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010279
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010280 // The output of the permutation is our loaded result, the TokenFactor is
10281 // our new chain.
10282 DCI.CombineTo(N, Perm, TF);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010283 return SDValue(N, 0);
10284 }
10285 }
10286 break;
Eric Christophercccae792015-01-30 22:02:31 +000010287 case ISD::INTRINSIC_WO_CHAIN: {
10288 bool isLittleEndian = Subtarget.isLittleEndian();
Hal Finkelc93a9a22015-02-25 01:06:45 +000010289 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
Eric Christophercccae792015-01-30 22:02:31 +000010290 Intrinsic::ID Intr = (isLittleEndian ? Intrinsic::ppc_altivec_lvsr
10291 : Intrinsic::ppc_altivec_lvsl);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010292 if ((IID == Intr ||
10293 IID == Intrinsic::ppc_qpx_qvlpcld ||
10294 IID == Intrinsic::ppc_qpx_qvlpcls) &&
10295 N->getOperand(1)->getOpcode() == ISD::ADD) {
Eric Christophercccae792015-01-30 22:02:31 +000010296 SDValue Add = N->getOperand(1);
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010297
Hal Finkelc93a9a22015-02-25 01:06:45 +000010298 int Bits = IID == Intrinsic::ppc_qpx_qvlpcld ?
10299 5 /* 32 byte alignment */ : 4 /* 16 byte alignment */;
10300
Eric Christophercccae792015-01-30 22:02:31 +000010301 if (DAG.MaskedValueIsZero(
10302 Add->getOperand(1),
Hal Finkelc93a9a22015-02-25 01:06:45 +000010303 APInt::getAllOnesValue(Bits /* alignment */)
Eric Christophercccae792015-01-30 22:02:31 +000010304 .zext(
10305 Add.getValueType().getScalarType().getSizeInBits()))) {
10306 SDNode *BasePtr = Add->getOperand(0).getNode();
10307 for (SDNode::use_iterator UI = BasePtr->use_begin(),
10308 UE = BasePtr->use_end();
10309 UI != UE; ++UI) {
10310 if (UI->getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
Hal Finkelc93a9a22015-02-25 01:06:45 +000010311 cast<ConstantSDNode>(UI->getOperand(0))->getZExtValue() == IID) {
Eric Christophercccae792015-01-30 22:02:31 +000010312 // We've found another LVSL/LVSR, and this address is an aligned
10313 // multiple of that one. The results will be the same, so use the
10314 // one we've just found instead.
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010315
Eric Christophercccae792015-01-30 22:02:31 +000010316 return SDValue(*UI, 0);
10317 }
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010318 }
10319 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000010320
10321 if (isa<ConstantSDNode>(Add->getOperand(1))) {
10322 SDNode *BasePtr = Add->getOperand(0).getNode();
10323 for (SDNode::use_iterator UI = BasePtr->use_begin(),
10324 UE = BasePtr->use_end(); UI != UE; ++UI) {
10325 if (UI->getOpcode() == ISD::ADD &&
10326 isa<ConstantSDNode>(UI->getOperand(1)) &&
10327 (cast<ConstantSDNode>(Add->getOperand(1))->getZExtValue() -
10328 cast<ConstantSDNode>(UI->getOperand(1))->getZExtValue()) %
Aaron Ballman5561ed42015-02-25 13:05:24 +000010329 (1ULL << Bits) == 0) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010330 SDNode *OtherAdd = *UI;
10331 for (SDNode::use_iterator VI = OtherAdd->use_begin(),
10332 VE = OtherAdd->use_end(); VI != VE; ++VI) {
10333 if (VI->getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
10334 cast<ConstantSDNode>(VI->getOperand(0))->getZExtValue() == IID) {
10335 return SDValue(*VI, 0);
10336 }
10337 }
10338 }
10339 }
10340 }
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010341 }
10342 }
Hal Finkelc3cfbf82013-09-13 20:09:02 +000010343
10344 break;
Bill Schmidtfae5d712014-12-09 16:35:51 +000010345 case ISD::INTRINSIC_W_CHAIN: {
10346 // For little endian, VSX loads require generating lxvd2x/xxswapd.
Eric Christophercccae792015-01-30 22:02:31 +000010347 if (Subtarget.hasVSX() && Subtarget.isLittleEndian()) {
Bill Schmidtfae5d712014-12-09 16:35:51 +000010348 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
10349 default:
10350 break;
10351 case Intrinsic::ppc_vsx_lxvw4x:
10352 case Intrinsic::ppc_vsx_lxvd2x:
10353 return expandVSXLoadForLE(N, DCI);
10354 }
10355 }
10356 break;
10357 }
10358 case ISD::INTRINSIC_VOID: {
10359 // For little endian, VSX stores require generating xxswapd/stxvd2x.
Eric Christophercccae792015-01-30 22:02:31 +000010360 if (Subtarget.hasVSX() && Subtarget.isLittleEndian()) {
Bill Schmidtfae5d712014-12-09 16:35:51 +000010361 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
10362 default:
10363 break;
10364 case Intrinsic::ppc_vsx_stxvw4x:
10365 case Intrinsic::ppc_vsx_stxvd2x:
10366 return expandVSXStoreForLE(N, DCI);
10367 }
10368 }
10369 break;
10370 }
Chris Lattnera7976d32006-07-10 20:56:58 +000010371 case ISD::BSWAP:
10372 // Turn BSWAP (LOAD) -> lhbrx/lwbrx.
Gabor Greiff304a7a2008-08-28 21:40:38 +000010373 if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
Chris Lattnera7976d32006-07-10 20:56:58 +000010374 N->getOperand(0).hasOneUse() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010375 (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i16 ||
Eric Christophercccae792015-01-30 22:02:31 +000010376 (Subtarget.hasLDBRX() && Subtarget.isPPC64() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010377 N->getValueType(0) == MVT::i64))) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010378 SDValue Load = N->getOperand(0);
Evan Chenge71fe34d2006-10-09 20:57:25 +000010379 LoadSDNode *LD = cast<LoadSDNode>(Load);
Chris Lattnera7976d32006-07-10 20:56:58 +000010380 // Create the byte-swapping load.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010381 SDValue Ops[] = {
Evan Chenge71fe34d2006-10-09 20:57:25 +000010382 LD->getChain(), // Chain
10383 LD->getBasePtr(), // Ptr
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010384 DAG.getValueType(N->getValueType(0)) // VT
10385 };
Dan Gohman48b185d2009-09-25 20:36:54 +000010386 SDValue BSLoad =
10387 DAG.getMemIntrinsicNode(PPCISD::LBRX, dl,
Hal Finkel31d29562013-03-28 19:25:55 +000010388 DAG.getVTList(N->getValueType(0) == MVT::i64 ?
10389 MVT::i64 : MVT::i32, MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +000010390 Ops, LD->getMemoryVT(), LD->getMemOperand());
Chris Lattnera7976d32006-07-10 20:56:58 +000010391
Scott Michelcf0da6c2009-02-17 22:15:04 +000010392 // If this is an i16 load, insert the truncate.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010393 SDValue ResVal = BSLoad;
Owen Anderson9f944592009-08-11 20:47:22 +000010394 if (N->getValueType(0) == MVT::i16)
10395 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010396
Chris Lattnera7976d32006-07-10 20:56:58 +000010397 // First, combine the bswap away. This makes the value produced by the
10398 // load dead.
10399 DCI.CombineTo(N, ResVal);
10400
10401 // Next, combine the load away, we give it a bogus result value but a real
10402 // chain result. The result value is dead because the bswap is dead.
Gabor Greiff304a7a2008-08-28 21:40:38 +000010403 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));
Scott Michelcf0da6c2009-02-17 22:15:04 +000010404
Chris Lattnera7976d32006-07-10 20:56:58 +000010405 // Return N so it doesn't get rechecked!
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010406 return SDValue(N, 0);
Chris Lattnera7976d32006-07-10 20:56:58 +000010407 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010408
Chris Lattner27f53452006-03-01 05:50:56 +000010409 break;
Chris Lattnerd4058a52006-03-31 06:02:07 +000010410 case PPCISD::VCMP: {
10411 // If a VCMPo node already exists with exactly the same operands as this
10412 // node, use its result instead of this node (VCMPo computes both a CR6 and
10413 // a normal output).
10414 //
10415 if (!N->getOperand(0).hasOneUse() &&
10416 !N->getOperand(1).hasOneUse() &&
10417 !N->getOperand(2).hasOneUse()) {
Scott Michelcf0da6c2009-02-17 22:15:04 +000010418
Chris Lattnerd4058a52006-03-31 06:02:07 +000010419 // Scan all of the users of the LHS, looking for VCMPo's that match.
Craig Topper062a2ba2014-04-25 05:30:21 +000010420 SDNode *VCMPoNode = nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010421
Gabor Greiff304a7a2008-08-28 21:40:38 +000010422 SDNode *LHSN = N->getOperand(0).getNode();
Chris Lattnerd4058a52006-03-31 06:02:07 +000010423 for (SDNode::use_iterator UI = LHSN->use_begin(), E = LHSN->use_end();
10424 UI != E; ++UI)
Dan Gohman91e5dcb2008-07-27 20:43:25 +000010425 if (UI->getOpcode() == PPCISD::VCMPo &&
10426 UI->getOperand(1) == N->getOperand(1) &&
10427 UI->getOperand(2) == N->getOperand(2) &&
10428 UI->getOperand(0) == N->getOperand(0)) {
10429 VCMPoNode = *UI;
Chris Lattnerd4058a52006-03-31 06:02:07 +000010430 break;
10431 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010432
Chris Lattner518834c2006-04-18 18:28:22 +000010433 // If there is no VCMPo node, or if the flag value has a single use, don't
10434 // transform this.
10435 if (!VCMPoNode || VCMPoNode->hasNUsesOfValue(0, 1))
10436 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010437
10438 // Look at the (necessarily single) use of the flag value. If it has a
Chris Lattner518834c2006-04-18 18:28:22 +000010439 // chain, this transformation is more complex. Note that multiple things
10440 // could use the value result, which we should ignore.
Craig Topper062a2ba2014-04-25 05:30:21 +000010441 SDNode *FlagUser = nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010442 for (SDNode::use_iterator UI = VCMPoNode->use_begin();
Craig Topper062a2ba2014-04-25 05:30:21 +000010443 FlagUser == nullptr; ++UI) {
Chris Lattner518834c2006-04-18 18:28:22 +000010444 assert(UI != VCMPoNode->use_end() && "Didn't find user!");
Dan Gohman91e5dcb2008-07-27 20:43:25 +000010445 SDNode *User = *UI;
Chris Lattner518834c2006-04-18 18:28:22 +000010446 for (unsigned i = 0, e = User->getNumOperands(); i != e; ++i) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010447 if (User->getOperand(i) == SDValue(VCMPoNode, 1)) {
Chris Lattner518834c2006-04-18 18:28:22 +000010448 FlagUser = User;
10449 break;
10450 }
10451 }
10452 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010453
Ulrich Weigandd5ebc622013-07-03 17:05:42 +000010454 // If the user is a MFOCRF instruction, we know this is safe.
10455 // Otherwise we give up for right now.
10456 if (FlagUser->getOpcode() == PPCISD::MFOCRF)
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010457 return SDValue(VCMPoNode, 0);
Chris Lattnerd4058a52006-03-31 06:02:07 +000010458 }
10459 break;
10460 }
Hal Finkel940ab932014-02-28 00:27:01 +000010461 case ISD::BRCOND: {
10462 SDValue Cond = N->getOperand(1);
10463 SDValue Target = N->getOperand(2);
10464
10465 if (Cond.getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10466 cast<ConstantSDNode>(Cond.getOperand(1))->getZExtValue() ==
10467 Intrinsic::ppc_is_decremented_ctr_nonzero) {
10468
10469 // We now need to make the intrinsic dead (it cannot be instruction
10470 // selected).
10471 DAG.ReplaceAllUsesOfValueWith(Cond.getValue(1), Cond.getOperand(0));
10472 assert(Cond.getNode()->hasOneUse() &&
10473 "Counter decrement has more than one use");
10474
10475 return DAG.getNode(PPCISD::BDNZ, dl, MVT::Other,
10476 N->getOperand(0), Target);
10477 }
10478 }
10479 break;
Chris Lattner9754d142006-04-18 17:59:36 +000010480 case ISD::BR_CC: {
10481 // If this is a branch on an altivec predicate comparison, lower this so
Ulrich Weigandd5ebc622013-07-03 17:05:42 +000010482 // that we don't have to do a MFOCRF: instead, branch directly on CR6. This
Chris Lattner9754d142006-04-18 17:59:36 +000010483 // lowering is done pre-legalize, because the legalizer lowers the predicate
10484 // compare down to code that is difficult to reassemble.
10485 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(1))->get();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010486 SDValue LHS = N->getOperand(2), RHS = N->getOperand(3);
Hal Finkel25c19922013-05-15 21:37:41 +000010487
10488 // Sometimes the promoted value of the intrinsic is ANDed by some non-zero
10489 // value. If so, pass-through the AND to get to the intrinsic.
10490 if (LHS.getOpcode() == ISD::AND &&
10491 LHS.getOperand(0).getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10492 cast<ConstantSDNode>(LHS.getOperand(0).getOperand(1))->getZExtValue() ==
10493 Intrinsic::ppc_is_decremented_ctr_nonzero &&
10494 isa<ConstantSDNode>(LHS.getOperand(1)) &&
10495 !cast<ConstantSDNode>(LHS.getOperand(1))->getConstantIntValue()->
10496 isZero())
10497 LHS = LHS.getOperand(0);
10498
10499 if (LHS.getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10500 cast<ConstantSDNode>(LHS.getOperand(1))->getZExtValue() ==
10501 Intrinsic::ppc_is_decremented_ctr_nonzero &&
10502 isa<ConstantSDNode>(RHS)) {
10503 assert((CC == ISD::SETEQ || CC == ISD::SETNE) &&
10504 "Counter decrement comparison is not EQ or NE");
10505
10506 unsigned Val = cast<ConstantSDNode>(RHS)->getZExtValue();
10507 bool isBDNZ = (CC == ISD::SETEQ && Val) ||
10508 (CC == ISD::SETNE && !Val);
10509
10510 // We now need to make the intrinsic dead (it cannot be instruction
10511 // selected).
10512 DAG.ReplaceAllUsesOfValueWith(LHS.getValue(1), LHS.getOperand(0));
10513 assert(LHS.getNode()->hasOneUse() &&
10514 "Counter decrement has more than one use");
10515
10516 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other,
10517 N->getOperand(0), N->getOperand(4));
10518 }
10519
Chris Lattner9754d142006-04-18 17:59:36 +000010520 int CompareOpc;
10521 bool isDot;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010522
Chris Lattner9754d142006-04-18 17:59:36 +000010523 if (LHS.getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
10524 isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&
Kit Barton0cfa7b72015-03-03 19:55:45 +000010525 getAltivecCompareInfo(LHS, CompareOpc, isDot, Subtarget)) {
Chris Lattner9754d142006-04-18 17:59:36 +000010526 assert(isDot && "Can't compare against a vector result!");
Scott Michelcf0da6c2009-02-17 22:15:04 +000010527
Chris Lattner9754d142006-04-18 17:59:36 +000010528 // If this is a comparison against something other than 0/1, then we know
10529 // that the condition is never/always true.
Dan Gohmaneffb8942008-09-12 16:56:44 +000010530 unsigned Val = cast<ConstantSDNode>(RHS)->getZExtValue();
Chris Lattner9754d142006-04-18 17:59:36 +000010531 if (Val != 0 && Val != 1) {
10532 if (CC == ISD::SETEQ) // Cond never true, remove branch.
10533 return N->getOperand(0);
10534 // Always !=, turn it into an unconditional branch.
Owen Anderson9f944592009-08-11 20:47:22 +000010535 return DAG.getNode(ISD::BR, dl, MVT::Other,
Chris Lattner9754d142006-04-18 17:59:36 +000010536 N->getOperand(0), N->getOperand(4));
10537 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010538
Chris Lattner9754d142006-04-18 17:59:36 +000010539 bool BranchOnWhenPredTrue = (CC == ISD::SETEQ) ^ (Val == 0);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010540
Chris Lattner9754d142006-04-18 17:59:36 +000010541 // Create the PPCISD altivec 'dot' comparison node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010542 SDValue Ops[] = {
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010543 LHS.getOperand(2), // LHS of compare
10544 LHS.getOperand(3), // RHS of compare
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010545 DAG.getConstant(CompareOpc, dl, MVT::i32)
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010546 };
Benjamin Kramerfdf362b2013-03-07 20:33:29 +000010547 EVT VTs[] = { LHS.getOperand(2).getValueType(), MVT::Glue };
Craig Topper48d114b2014-04-26 18:35:24 +000010548 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010549
Chris Lattner9754d142006-04-18 17:59:36 +000010550 // Unpack the result based on how the target uses it.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010551 PPC::Predicate CompOpc;
Dan Gohmaneffb8942008-09-12 16:56:44 +000010552 switch (cast<ConstantSDNode>(LHS.getOperand(1))->getZExtValue()) {
Chris Lattner9754d142006-04-18 17:59:36 +000010553 default: // Can't happen, don't crash on invalid number though.
10554 case 0: // Branch on the value of the EQ bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010555 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE;
Chris Lattner9754d142006-04-18 17:59:36 +000010556 break;
10557 case 1: // Branch on the inverted value of the EQ bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010558 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ;
Chris Lattner9754d142006-04-18 17:59:36 +000010559 break;
10560 case 2: // Branch on the value of the LT bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010561 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE;
Chris Lattner9754d142006-04-18 17:59:36 +000010562 break;
10563 case 3: // Branch on the inverted value of the LT bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010564 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT;
Chris Lattner9754d142006-04-18 17:59:36 +000010565 break;
10566 }
10567
Owen Anderson9f944592009-08-11 20:47:22 +000010568 return DAG.getNode(PPCISD::COND_BRANCH, dl, MVT::Other, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010569 DAG.getConstant(CompOpc, dl, MVT::i32),
Owen Anderson9f944592009-08-11 20:47:22 +000010570 DAG.getRegister(PPC::CR6, MVT::i32),
Chris Lattner9754d142006-04-18 17:59:36 +000010571 N->getOperand(4), CompNode.getValue(1));
10572 }
10573 break;
10574 }
Chris Lattnerf4184352006-03-01 04:57:39 +000010575 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010576
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010577 return SDValue();
Chris Lattnerf4184352006-03-01 04:57:39 +000010578}
10579
Hal Finkel13d104b2014-12-11 18:37:52 +000010580SDValue
10581PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
10582 SelectionDAG &DAG,
10583 std::vector<SDNode *> *Created) const {
10584 // fold (sdiv X, pow2)
10585 EVT VT = N->getValueType(0);
Hal Finkel04b16b52014-12-23 08:38:50 +000010586 if (VT == MVT::i64 && !Subtarget.isPPC64())
10587 return SDValue();
Hal Finkel13d104b2014-12-11 18:37:52 +000010588 if ((VT != MVT::i32 && VT != MVT::i64) ||
10589 !(Divisor.isPowerOf2() || (-Divisor).isPowerOf2()))
10590 return SDValue();
10591
10592 SDLoc DL(N);
10593 SDValue N0 = N->getOperand(0);
10594
10595 bool IsNegPow2 = (-Divisor).isPowerOf2();
10596 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010597 SDValue ShiftAmt = DAG.getConstant(Lg2, DL, VT);
Hal Finkel13d104b2014-12-11 18:37:52 +000010598
10599 SDValue Op = DAG.getNode(PPCISD::SRA_ADDZE, DL, VT, N0, ShiftAmt);
10600 if (Created)
10601 Created->push_back(Op.getNode());
10602
10603 if (IsNegPow2) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010604 Op = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Op);
Hal Finkel13d104b2014-12-11 18:37:52 +000010605 if (Created)
10606 Created->push_back(Op.getNode());
10607 }
10608
10609 return Op;
10610}
10611
Chris Lattner4211ca92006-04-14 06:01:58 +000010612//===----------------------------------------------------------------------===//
10613// Inline Assembly Support
10614//===----------------------------------------------------------------------===//
10615
Jay Foada0653a32014-05-14 21:14:37 +000010616void PPCTargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
10617 APInt &KnownZero,
10618 APInt &KnownOne,
10619 const SelectionDAG &DAG,
10620 unsigned Depth) const {
Rafael Espindolaba0a6ca2012-04-04 12:51:34 +000010621 KnownZero = KnownOne = APInt(KnownZero.getBitWidth(), 0);
Chris Lattnerc5287c02006-04-02 06:26:07 +000010622 switch (Op.getOpcode()) {
10623 default: break;
Chris Lattnera7976d32006-07-10 20:56:58 +000010624 case PPCISD::LBRX: {
10625 // lhbrx is known to have the top bits cleared out.
Dan Gohmana5fc0352009-09-27 23:17:47 +000010626 if (cast<VTSDNode>(Op.getOperand(2))->getVT() == MVT::i16)
Chris Lattnera7976d32006-07-10 20:56:58 +000010627 KnownZero = 0xFFFF0000;
10628 break;
10629 }
Chris Lattnerc5287c02006-04-02 06:26:07 +000010630 case ISD::INTRINSIC_WO_CHAIN: {
Dan Gohmaneffb8942008-09-12 16:56:44 +000010631 switch (cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue()) {
Chris Lattnerc5287c02006-04-02 06:26:07 +000010632 default: break;
10633 case Intrinsic::ppc_altivec_vcmpbfp_p:
10634 case Intrinsic::ppc_altivec_vcmpeqfp_p:
10635 case Intrinsic::ppc_altivec_vcmpequb_p:
10636 case Intrinsic::ppc_altivec_vcmpequh_p:
10637 case Intrinsic::ppc_altivec_vcmpequw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010638 case Intrinsic::ppc_altivec_vcmpequd_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010639 case Intrinsic::ppc_altivec_vcmpgefp_p:
10640 case Intrinsic::ppc_altivec_vcmpgtfp_p:
10641 case Intrinsic::ppc_altivec_vcmpgtsb_p:
10642 case Intrinsic::ppc_altivec_vcmpgtsh_p:
10643 case Intrinsic::ppc_altivec_vcmpgtsw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010644 case Intrinsic::ppc_altivec_vcmpgtsd_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010645 case Intrinsic::ppc_altivec_vcmpgtub_p:
10646 case Intrinsic::ppc_altivec_vcmpgtuh_p:
10647 case Intrinsic::ppc_altivec_vcmpgtuw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010648 case Intrinsic::ppc_altivec_vcmpgtud_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010649 KnownZero = ~1U; // All bits but the low one are known to be zero.
10650 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010651 }
Chris Lattnerc5287c02006-04-02 06:26:07 +000010652 }
10653 }
10654}
10655
Hal Finkel57725662015-01-03 17:58:24 +000010656unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const {
10657 switch (Subtarget.getDarwinDirective()) {
10658 default: break;
10659 case PPC::DIR_970:
10660 case PPC::DIR_PWR4:
10661 case PPC::DIR_PWR5:
10662 case PPC::DIR_PWR5X:
10663 case PPC::DIR_PWR6:
10664 case PPC::DIR_PWR6X:
10665 case PPC::DIR_PWR7:
10666 case PPC::DIR_PWR8: {
10667 if (!ML)
10668 break;
10669
Eric Christophercccae792015-01-30 22:02:31 +000010670 const PPCInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel57725662015-01-03 17:58:24 +000010671
10672 // For small loops (between 5 and 8 instructions), align to a 32-byte
10673 // boundary so that the entire loop fits in one instruction-cache line.
10674 uint64_t LoopSize = 0;
10675 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I)
10676 for (auto J = (*I)->begin(), JE = (*I)->end(); J != JE; ++J)
10677 LoopSize += TII->GetInstSizeInBytes(J);
10678
10679 if (LoopSize > 16 && LoopSize <= 32)
10680 return 5;
10681
10682 break;
10683 }
10684 }
10685
10686 return TargetLowering::getPrefLoopAlignment(ML);
10687}
Chris Lattnerc5287c02006-04-02 06:26:07 +000010688
Chris Lattnerd6855142007-03-25 02:14:49 +000010689/// getConstraintType - Given a constraint, return the type of
Chris Lattner203b2f12006-02-07 20:16:30 +000010690/// constraint it is for this target.
Scott Michelcf0da6c2009-02-17 22:15:04 +000010691PPCTargetLowering::ConstraintType
Chris Lattnerd6855142007-03-25 02:14:49 +000010692PPCTargetLowering::getConstraintType(const std::string &Constraint) const {
10693 if (Constraint.size() == 1) {
10694 switch (Constraint[0]) {
10695 default: break;
10696 case 'b':
10697 case 'r':
10698 case 'f':
10699 case 'v':
10700 case 'y':
10701 return C_RegisterClass;
Hal Finkel4f24c622012-11-05 18:18:42 +000010702 case 'Z':
10703 // FIXME: While Z does indicate a memory constraint, it specifically
10704 // indicates an r+r address (used in conjunction with the 'y' modifier
10705 // in the replacement string). Currently, we're forcing the base
10706 // register to be r0 in the asm printer (which is interpreted as zero)
10707 // and forming the complete address in the second register. This is
10708 // suboptimal.
10709 return C_Memory;
Chris Lattnerd6855142007-03-25 02:14:49 +000010710 }
Hal Finkel6aca2372014-03-02 18:23:39 +000010711 } else if (Constraint == "wc") { // individual CR bits.
10712 return C_RegisterClass;
Hal Finkel27774d92014-03-13 07:58:58 +000010713 } else if (Constraint == "wa" || Constraint == "wd" ||
10714 Constraint == "wf" || Constraint == "ws") {
10715 return C_RegisterClass; // VSX registers.
Chris Lattnerd6855142007-03-25 02:14:49 +000010716 }
10717 return TargetLowering::getConstraintType(Constraint);
Chris Lattner203b2f12006-02-07 20:16:30 +000010718}
10719
John Thompsone8360b72010-10-29 17:29:13 +000010720/// Examine constraint type and operand type and determine a weight value.
10721/// This object must already have been set up with the operand type
10722/// and the current alternative constraint selected.
10723TargetLowering::ConstraintWeight
10724PPCTargetLowering::getSingleConstraintMatchWeight(
10725 AsmOperandInfo &info, const char *constraint) const {
10726 ConstraintWeight weight = CW_Invalid;
10727 Value *CallOperandVal = info.CallOperandVal;
10728 // If we don't have a value, we can't do a match,
10729 // but allow it at the lowest weight.
Craig Topper062a2ba2014-04-25 05:30:21 +000010730 if (!CallOperandVal)
John Thompsone8360b72010-10-29 17:29:13 +000010731 return CW_Default;
Chris Lattner229907c2011-07-18 04:54:35 +000010732 Type *type = CallOperandVal->getType();
Hal Finkel6aca2372014-03-02 18:23:39 +000010733
John Thompsone8360b72010-10-29 17:29:13 +000010734 // Look at the constraint type.
Hal Finkel6aca2372014-03-02 18:23:39 +000010735 if (StringRef(constraint) == "wc" && type->isIntegerTy(1))
10736 return CW_Register; // an individual CR bit.
Hal Finkel27774d92014-03-13 07:58:58 +000010737 else if ((StringRef(constraint) == "wa" ||
10738 StringRef(constraint) == "wd" ||
10739 StringRef(constraint) == "wf") &&
10740 type->isVectorTy())
10741 return CW_Register;
10742 else if (StringRef(constraint) == "ws" && type->isDoubleTy())
10743 return CW_Register;
Hal Finkel6aca2372014-03-02 18:23:39 +000010744
John Thompsone8360b72010-10-29 17:29:13 +000010745 switch (*constraint) {
10746 default:
10747 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
10748 break;
10749 case 'b':
10750 if (type->isIntegerTy())
10751 weight = CW_Register;
10752 break;
10753 case 'f':
10754 if (type->isFloatTy())
10755 weight = CW_Register;
10756 break;
10757 case 'd':
10758 if (type->isDoubleTy())
10759 weight = CW_Register;
10760 break;
10761 case 'v':
10762 if (type->isVectorTy())
10763 weight = CW_Register;
10764 break;
10765 case 'y':
10766 weight = CW_Register;
10767 break;
Hal Finkel4f24c622012-11-05 18:18:42 +000010768 case 'Z':
10769 weight = CW_Memory;
10770 break;
John Thompsone8360b72010-10-29 17:29:13 +000010771 }
10772 return weight;
10773}
10774
Eric Christopher11e4df72015-02-26 22:38:43 +000010775std::pair<unsigned, const TargetRegisterClass *>
10776PPCTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
10777 const std::string &Constraint,
Chad Rosier295bd432013-06-22 18:37:38 +000010778 MVT VT) const {
Chris Lattner01513612006-01-31 19:20:21 +000010779 if (Constraint.size() == 1) {
Chris Lattner584a11a2006-11-02 01:44:04 +000010780 // GCC RS6000 Constraint Letters
10781 switch (Constraint[0]) {
10782 case 'b': // R1-R31
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010783 if (VT == MVT::i64 && Subtarget.isPPC64())
Hal Finkel638a9fa2013-03-19 18:51:05 +000010784 return std::make_pair(0U, &PPC::G8RC_NOX0RegClass);
10785 return std::make_pair(0U, &PPC::GPRC_NOR0RegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010786 case 'r': // R0-R31
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010787 if (VT == MVT::i64 && Subtarget.isPPC64())
Craig Topperabadc662012-04-20 06:31:50 +000010788 return std::make_pair(0U, &PPC::G8RCRegClass);
10789 return std::make_pair(0U, &PPC::GPRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010790 case 'f':
Ulrich Weigand0de4a1e2012-10-29 17:49:34 +000010791 if (VT == MVT::f32 || VT == MVT::i32)
Craig Topperabadc662012-04-20 06:31:50 +000010792 return std::make_pair(0U, &PPC::F4RCRegClass);
Ulrich Weigand0de4a1e2012-10-29 17:49:34 +000010793 if (VT == MVT::f64 || VT == MVT::i64)
Craig Topperabadc662012-04-20 06:31:50 +000010794 return std::make_pair(0U, &PPC::F8RCRegClass);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010795 if (VT == MVT::v4f64 && Subtarget.hasQPX())
10796 return std::make_pair(0U, &PPC::QFRCRegClass);
10797 if (VT == MVT::v4f32 && Subtarget.hasQPX())
10798 return std::make_pair(0U, &PPC::QSRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010799 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010800 case 'v':
Hal Finkelc93a9a22015-02-25 01:06:45 +000010801 if (VT == MVT::v4f64 && Subtarget.hasQPX())
10802 return std::make_pair(0U, &PPC::QFRCRegClass);
10803 if (VT == MVT::v4f32 && Subtarget.hasQPX())
10804 return std::make_pair(0U, &PPC::QSRCRegClass);
Craig Topperabadc662012-04-20 06:31:50 +000010805 return std::make_pair(0U, &PPC::VRRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010806 case 'y': // crrc
Craig Topperabadc662012-04-20 06:31:50 +000010807 return std::make_pair(0U, &PPC::CRRCRegClass);
Chris Lattner01513612006-01-31 19:20:21 +000010808 }
Hal Finkel6aca2372014-03-02 18:23:39 +000010809 } else if (Constraint == "wc") { // an individual CR bit.
10810 return std::make_pair(0U, &PPC::CRBITRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +000010811 } else if (Constraint == "wa" || Constraint == "wd" ||
Hal Finkel19be5062014-03-29 05:29:01 +000010812 Constraint == "wf") {
Hal Finkel27774d92014-03-13 07:58:58 +000010813 return std::make_pair(0U, &PPC::VSRCRegClass);
Hal Finkel19be5062014-03-29 05:29:01 +000010814 } else if (Constraint == "ws") {
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +000010815 if (VT == MVT::f32)
10816 return std::make_pair(0U, &PPC::VSSRCRegClass);
10817 else
10818 return std::make_pair(0U, &PPC::VSFRCRegClass);
Chris Lattner01513612006-01-31 19:20:21 +000010819 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010820
Eric Christopher11e4df72015-02-26 22:38:43 +000010821 std::pair<unsigned, const TargetRegisterClass *> R =
10822 TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
Hal Finkelb176acb2013-08-03 12:25:10 +000010823
10824 // r[0-9]+ are used, on PPC64, to refer to the corresponding 64-bit registers
10825 // (which we call X[0-9]+). If a 64-bit value has been requested, and a
10826 // 32-bit GPR has been selected, then 'upgrade' it to the 64-bit parent
10827 // register.
10828 // FIXME: If TargetLowering::getRegForInlineAsmConstraint could somehow use
10829 // the AsmName field from *RegisterInfo.td, then this would not be necessary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010830 if (R.first && VT == MVT::i64 && Subtarget.isPPC64() &&
Eric Christopher11e4df72015-02-26 22:38:43 +000010831 PPC::GPRCRegClass.contains(R.first))
Hal Finkelb176acb2013-08-03 12:25:10 +000010832 return std::make_pair(TRI->getMatchingSuperReg(R.first,
Hal Finkelb3ca00d2013-08-14 20:05:04 +000010833 PPC::sub_32, &PPC::G8RCRegClass),
Hal Finkelb176acb2013-08-03 12:25:10 +000010834 &PPC::G8RCRegClass);
Hal Finkelb176acb2013-08-03 12:25:10 +000010835
Hal Finkelaa10b3c2014-12-08 22:54:22 +000010836 // GCC accepts 'cc' as an alias for 'cr0', and we need to do the same.
10837 if (!R.second && StringRef("{cc}").equals_lower(Constraint)) {
10838 R.first = PPC::CR0;
10839 R.second = &PPC::CRRCRegClass;
10840 }
10841
Hal Finkelb176acb2013-08-03 12:25:10 +000010842 return R;
Chris Lattner01513612006-01-31 19:20:21 +000010843}
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010844
Chris Lattner584a11a2006-11-02 01:44:04 +000010845
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010846/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
Dale Johannesence97d552010-06-25 21:55:36 +000010847/// vector. If it is invalid, don't add anything to Ops.
Eric Christopher0713a9d2011-06-08 23:55:35 +000010848void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Eric Christopherde9399b2011-06-02 23:16:42 +000010849 std::string &Constraint,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010850 std::vector<SDValue>&Ops,
Chris Lattner724539c2008-04-26 23:02:14 +000010851 SelectionDAG &DAG) const {
Craig Topper062a2ba2014-04-25 05:30:21 +000010852 SDValue Result;
Eric Christopher0713a9d2011-06-08 23:55:35 +000010853
Eric Christopherde9399b2011-06-02 23:16:42 +000010854 // Only support length 1 constraints.
10855 if (Constraint.length() > 1) return;
Eric Christopher0713a9d2011-06-08 23:55:35 +000010856
Eric Christopherde9399b2011-06-02 23:16:42 +000010857 char Letter = Constraint[0];
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010858 switch (Letter) {
10859 default: break;
10860 case 'I':
10861 case 'J':
10862 case 'K':
10863 case 'L':
10864 case 'M':
10865 case 'N':
10866 case 'O':
10867 case 'P': {
Chris Lattner0b7472d2007-05-15 01:31:05 +000010868 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op);
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010869 if (!CST) return; // Must be an immediate to match.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010870 SDLoc dl(Op);
Hal Finkelc91fc112014-12-03 09:37:50 +000010871 int64_t Value = CST->getSExtValue();
10872 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative
10873 // numbers are printed as such.
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010874 switch (Letter) {
Torok Edwinfbcc6632009-07-14 16:55:14 +000010875 default: llvm_unreachable("Unknown constraint letter!");
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010876 case 'I': // "I" is a signed 16-bit constant.
Hal Finkelc91fc112014-12-03 09:37:50 +000010877 if (isInt<16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010878 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010879 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010880 case 'J': // "J" is a constant with only the high-order 16 bits nonzero.
Hal Finkelc91fc112014-12-03 09:37:50 +000010881 if (isShiftedUInt<16, 16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010882 Result = DAG.getTargetConstant(Value, dl, TCVT);
Hal Finkelc91fc112014-12-03 09:37:50 +000010883 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010884 case 'L': // "L" is a signed 16-bit constant shifted left 16 bits.
Hal Finkelc91fc112014-12-03 09:37:50 +000010885 if (isShiftedInt<16, 16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010886 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010887 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010888 case 'K': // "K" is a constant with only the low-order 16 bits nonzero.
Hal Finkelc91fc112014-12-03 09:37:50 +000010889 if (isUInt<16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010890 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010891 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010892 case 'M': // "M" is a constant that is greater than 31.
Chris Lattner0b7472d2007-05-15 01:31:05 +000010893 if (Value > 31)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010894 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010895 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010896 case 'N': // "N" is a positive constant that is an exact power of two.
Hal Finkelc91fc112014-12-03 09:37:50 +000010897 if (Value > 0 && isPowerOf2_64(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010898 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010899 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010900 case 'O': // "O" is the constant zero.
Chris Lattner0b7472d2007-05-15 01:31:05 +000010901 if (Value == 0)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010902 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010903 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010904 case 'P': // "P" is a constant whose negation is a signed 16-bit constant.
Hal Finkelc91fc112014-12-03 09:37:50 +000010905 if (isInt<16>(-Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010906 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010907 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010908 }
10909 break;
10910 }
10911 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010912
Gabor Greiff304a7a2008-08-28 21:40:38 +000010913 if (Result.getNode()) {
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010914 Ops.push_back(Result);
10915 return;
10916 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010917
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010918 // Handle standard constraint letters.
Eric Christopherde9399b2011-06-02 23:16:42 +000010919 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010920}
Evan Cheng2dd2c652006-03-13 23:20:37 +000010921
Chris Lattner1eb94d92007-03-30 23:15:24 +000010922// isLegalAddressingMode - Return true if the addressing mode represented
10923// by AM is legal for this target, for a load/store of the specified type.
Scott Michelcf0da6c2009-02-17 22:15:04 +000010924bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM,
Matt Arsenaultbd7d80a2015-06-01 05:31:59 +000010925 Type *Ty,
10926 unsigned AS) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010927 // PPC does not allow r+i addressing modes for vectors!
10928 if (Ty->isVectorTy() && AM.BaseOffs != 0)
10929 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010930
Chris Lattner1eb94d92007-03-30 23:15:24 +000010931 // PPC allows a sign-extended 16-bit immediate field.
10932 if (AM.BaseOffs <= -(1LL << 16) || AM.BaseOffs >= (1LL << 16)-1)
10933 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010934
Chris Lattner1eb94d92007-03-30 23:15:24 +000010935 // No global is ever allowed as a base.
10936 if (AM.BaseGV)
10937 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010938
10939 // PPC only support r+r,
Chris Lattner1eb94d92007-03-30 23:15:24 +000010940 switch (AM.Scale) {
10941 case 0: // "r+i" or just "i", depending on HasBaseReg.
10942 break;
10943 case 1:
10944 if (AM.HasBaseReg && AM.BaseOffs) // "r+r+i" is not allowed.
10945 return false;
10946 // Otherwise we have r+r or r+i.
10947 break;
10948 case 2:
10949 if (AM.HasBaseReg || AM.BaseOffs) // 2*r+r or 2*r+i is not allowed.
10950 return false;
10951 // Allow 2*r as r+r.
10952 break;
Chris Lattner19ccd622007-04-09 22:10:05 +000010953 default:
10954 // No other scales are supported.
10955 return false;
Chris Lattner1eb94d92007-03-30 23:15:24 +000010956 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010957
Chris Lattner1eb94d92007-03-30 23:15:24 +000010958 return true;
10959}
10960
Dan Gohman21cea8a2010-04-17 15:26:15 +000010961SDValue PPCTargetLowering::LowerRETURNADDR(SDValue Op,
10962 SelectionDAG &DAG) const {
Evan Cheng168ced92010-05-22 01:47:14 +000010963 MachineFunction &MF = DAG.getMachineFunction();
10964 MachineFrameInfo *MFI = MF.getFrameInfo();
10965 MFI->setReturnAddressIsTaken(true);
10966
Bill Wendling908bf812014-01-06 00:43:20 +000010967 if (verifyReturnAddressArgumentIsConstant(Op, DAG))
Bill Wendlingdf7dd282014-01-05 01:47:20 +000010968 return SDValue();
Bill Wendlingdf7dd282014-01-05 01:47:20 +000010969
Andrew Trickef9de2a2013-05-25 02:42:55 +000010970 SDLoc dl(Op);
Dale Johannesen81bfca72010-05-03 22:59:34 +000010971 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Chris Lattnerf6a81562007-12-08 06:59:59 +000010972
Dale Johannesen81bfca72010-05-03 22:59:34 +000010973 // Make sure the function does not optimize away the store of the RA to
10974 // the stack.
Chris Lattnerf6a81562007-12-08 06:59:59 +000010975 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Dale Johannesen81bfca72010-05-03 22:59:34 +000010976 FuncInfo->setLRStoreRequired();
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010977 bool isPPC64 = Subtarget.isPPC64();
Dale Johannesen81bfca72010-05-03 22:59:34 +000010978
10979 if (Depth > 0) {
10980 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
10981 SDValue Offset =
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010982 DAG.getConstant(Subtarget.getFrameLowering()->getReturnSaveOffset(), dl,
Eric Christopherf71609b2015-02-13 00:39:27 +000010983 isPPC64 ? MVT::i64 : MVT::i32);
Dale Johannesen81bfca72010-05-03 22:59:34 +000010984 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
10985 DAG.getNode(ISD::ADD, dl, getPointerTy(),
10986 FrameAddr, Offset),
Pete Cooper82cd9e82011-11-08 18:42:53 +000010987 MachinePointerInfo(), false, false, false, 0);
Dale Johannesen81bfca72010-05-03 22:59:34 +000010988 }
Chris Lattnerf6a81562007-12-08 06:59:59 +000010989
Chris Lattnerf6a81562007-12-08 06:59:59 +000010990 // Just load the return address off the stack.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010991 SDValue RetAddrFI = getReturnAddrFrameIndex(DAG);
Dale Johannesen81bfca72010-05-03 22:59:34 +000010992 return DAG.getLoad(getPointerTy(), dl, DAG.getEntryNode(),
Pete Cooper82cd9e82011-11-08 18:42:53 +000010993 RetAddrFI, MachinePointerInfo(), false, false, false, 0);
Chris Lattnerf6a81562007-12-08 06:59:59 +000010994}
10995
Dan Gohman21cea8a2010-04-17 15:26:15 +000010996SDValue PPCTargetLowering::LowerFRAMEADDR(SDValue Op,
10997 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +000010998 SDLoc dl(Op);
Dale Johannesen81bfca72010-05-03 22:59:34 +000010999 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +000011000
Owen Anderson53aa7a92009-08-10 22:56:29 +000011001 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
Owen Anderson9f944592009-08-11 20:47:22 +000011002 bool isPPC64 = PtrVT == MVT::i64;
Scott Michelcf0da6c2009-02-17 22:15:04 +000011003
Nicolas Geoffray75ab9792007-03-01 13:11:38 +000011004 MachineFunction &MF = DAG.getMachineFunction();
11005 MachineFrameInfo *MFI = MF.getFrameInfo();
Dale Johannesen81bfca72010-05-03 22:59:34 +000011006 MFI->setFrameAddressIsTaken(true);
Hal Finkelaa03c032013-03-21 19:03:19 +000011007
11008 // Naked functions never have a frame pointer, and so we use r1. For all
11009 // other functions, this decision must be delayed until during PEI.
11010 unsigned FrameReg;
Duncan P. N. Exon Smith5bedaf932015-02-14 02:54:07 +000011011 if (MF.getFunction()->hasFnAttribute(Attribute::Naked))
Hal Finkelaa03c032013-03-21 19:03:19 +000011012 FrameReg = isPPC64 ? PPC::X1 : PPC::R1;
11013 else
11014 FrameReg = isPPC64 ? PPC::FP8 : PPC::FP;
11015
Dale Johannesen81bfca72010-05-03 22:59:34 +000011016 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg,
11017 PtrVT);
11018 while (Depth--)
11019 FrameAddr = DAG.getLoad(Op.getValueType(), dl, DAG.getEntryNode(),
Pete Cooper82cd9e82011-11-08 18:42:53 +000011020 FrameAddr, MachinePointerInfo(), false, false,
11021 false, 0);
Dale Johannesen81bfca72010-05-03 22:59:34 +000011022 return FrameAddr;
Nicolas Geoffray75ab9792007-03-01 13:11:38 +000011023}
Dan Gohmanc14e5222008-10-21 03:41:46 +000011024
Hal Finkel0d8db462014-05-11 19:29:11 +000011025// FIXME? Maybe this could be a TableGen attribute on some registers and
11026// this table could be generated automatically from RegInfo.
11027unsigned PPCTargetLowering::getRegisterByName(const char* RegName,
11028 EVT VT) const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011029 bool isPPC64 = Subtarget.isPPC64();
11030 bool isDarwinABI = Subtarget.isDarwinABI();
Hal Finkel0d8db462014-05-11 19:29:11 +000011031
11032 if ((isPPC64 && VT != MVT::i64 && VT != MVT::i32) ||
11033 (!isPPC64 && VT != MVT::i32))
11034 report_fatal_error("Invalid register global variable type");
11035
11036 bool is64Bit = isPPC64 && VT == MVT::i64;
11037 unsigned Reg = StringSwitch<unsigned>(RegName)
11038 .Case("r1", is64Bit ? PPC::X1 : PPC::R1)
Hal Finkele6698d52015-02-01 15:03:28 +000011039 .Case("r2", (isDarwinABI || isPPC64) ? 0 : PPC::R2)
Hal Finkel0d8db462014-05-11 19:29:11 +000011040 .Case("r13", (!isPPC64 && isDarwinABI) ? 0 :
11041 (is64Bit ? PPC::X13 : PPC::R13))
11042 .Default(0);
11043
11044 if (Reg)
11045 return Reg;
11046 report_fatal_error("Invalid register name global variable");
11047}
11048
Dan Gohmanc14e5222008-10-21 03:41:46 +000011049bool
11050PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
11051 // The PowerPC target isn't yet aware of offsets.
11052 return false;
11053}
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011054
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011055bool PPCTargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
11056 const CallInst &I,
11057 unsigned Intrinsic) const {
11058
11059 switch (Intrinsic) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000011060 case Intrinsic::ppc_qpx_qvlfd:
11061 case Intrinsic::ppc_qpx_qvlfs:
11062 case Intrinsic::ppc_qpx_qvlfcd:
11063 case Intrinsic::ppc_qpx_qvlfcs:
11064 case Intrinsic::ppc_qpx_qvlfiwa:
11065 case Intrinsic::ppc_qpx_qvlfiwz:
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011066 case Intrinsic::ppc_altivec_lvx:
11067 case Intrinsic::ppc_altivec_lvxl:
11068 case Intrinsic::ppc_altivec_lvebx:
11069 case Intrinsic::ppc_altivec_lvehx:
Bill Schmidt72954782014-11-12 04:19:40 +000011070 case Intrinsic::ppc_altivec_lvewx:
11071 case Intrinsic::ppc_vsx_lxvd2x:
11072 case Intrinsic::ppc_vsx_lxvw4x: {
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011073 EVT VT;
11074 switch (Intrinsic) {
11075 case Intrinsic::ppc_altivec_lvebx:
11076 VT = MVT::i8;
11077 break;
11078 case Intrinsic::ppc_altivec_lvehx:
11079 VT = MVT::i16;
11080 break;
11081 case Intrinsic::ppc_altivec_lvewx:
11082 VT = MVT::i32;
11083 break;
Bill Schmidt72954782014-11-12 04:19:40 +000011084 case Intrinsic::ppc_vsx_lxvd2x:
11085 VT = MVT::v2f64;
11086 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +000011087 case Intrinsic::ppc_qpx_qvlfd:
11088 VT = MVT::v4f64;
11089 break;
11090 case Intrinsic::ppc_qpx_qvlfs:
11091 VT = MVT::v4f32;
11092 break;
11093 case Intrinsic::ppc_qpx_qvlfcd:
11094 VT = MVT::v2f64;
11095 break;
11096 case Intrinsic::ppc_qpx_qvlfcs:
11097 VT = MVT::v2f32;
11098 break;
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011099 default:
11100 VT = MVT::v4i32;
11101 break;
11102 }
11103
11104 Info.opc = ISD::INTRINSIC_W_CHAIN;
11105 Info.memVT = VT;
11106 Info.ptrVal = I.getArgOperand(0);
11107 Info.offset = -VT.getStoreSize()+1;
11108 Info.size = 2*VT.getStoreSize()-1;
11109 Info.align = 1;
11110 Info.vol = false;
11111 Info.readMem = true;
11112 Info.writeMem = false;
11113 return true;
11114 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000011115 case Intrinsic::ppc_qpx_qvlfda:
11116 case Intrinsic::ppc_qpx_qvlfsa:
11117 case Intrinsic::ppc_qpx_qvlfcda:
11118 case Intrinsic::ppc_qpx_qvlfcsa:
11119 case Intrinsic::ppc_qpx_qvlfiwaa:
11120 case Intrinsic::ppc_qpx_qvlfiwza: {
11121 EVT VT;
11122 switch (Intrinsic) {
11123 case Intrinsic::ppc_qpx_qvlfda:
11124 VT = MVT::v4f64;
11125 break;
11126 case Intrinsic::ppc_qpx_qvlfsa:
11127 VT = MVT::v4f32;
11128 break;
11129 case Intrinsic::ppc_qpx_qvlfcda:
11130 VT = MVT::v2f64;
11131 break;
11132 case Intrinsic::ppc_qpx_qvlfcsa:
11133 VT = MVT::v2f32;
11134 break;
11135 default:
11136 VT = MVT::v4i32;
11137 break;
11138 }
11139
11140 Info.opc = ISD::INTRINSIC_W_CHAIN;
11141 Info.memVT = VT;
11142 Info.ptrVal = I.getArgOperand(0);
11143 Info.offset = 0;
11144 Info.size = VT.getStoreSize();
11145 Info.align = 1;
11146 Info.vol = false;
11147 Info.readMem = true;
11148 Info.writeMem = false;
11149 return true;
11150 }
11151 case Intrinsic::ppc_qpx_qvstfd:
11152 case Intrinsic::ppc_qpx_qvstfs:
11153 case Intrinsic::ppc_qpx_qvstfcd:
11154 case Intrinsic::ppc_qpx_qvstfcs:
11155 case Intrinsic::ppc_qpx_qvstfiw:
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011156 case Intrinsic::ppc_altivec_stvx:
11157 case Intrinsic::ppc_altivec_stvxl:
11158 case Intrinsic::ppc_altivec_stvebx:
11159 case Intrinsic::ppc_altivec_stvehx:
Bill Schmidt72954782014-11-12 04:19:40 +000011160 case Intrinsic::ppc_altivec_stvewx:
11161 case Intrinsic::ppc_vsx_stxvd2x:
11162 case Intrinsic::ppc_vsx_stxvw4x: {
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011163 EVT VT;
11164 switch (Intrinsic) {
11165 case Intrinsic::ppc_altivec_stvebx:
11166 VT = MVT::i8;
11167 break;
11168 case Intrinsic::ppc_altivec_stvehx:
11169 VT = MVT::i16;
11170 break;
11171 case Intrinsic::ppc_altivec_stvewx:
11172 VT = MVT::i32;
11173 break;
Bill Schmidt72954782014-11-12 04:19:40 +000011174 case Intrinsic::ppc_vsx_stxvd2x:
11175 VT = MVT::v2f64;
11176 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +000011177 case Intrinsic::ppc_qpx_qvstfd:
11178 VT = MVT::v4f64;
11179 break;
11180 case Intrinsic::ppc_qpx_qvstfs:
11181 VT = MVT::v4f32;
11182 break;
11183 case Intrinsic::ppc_qpx_qvstfcd:
11184 VT = MVT::v2f64;
11185 break;
11186 case Intrinsic::ppc_qpx_qvstfcs:
11187 VT = MVT::v2f32;
11188 break;
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011189 default:
11190 VT = MVT::v4i32;
11191 break;
11192 }
11193
11194 Info.opc = ISD::INTRINSIC_VOID;
11195 Info.memVT = VT;
11196 Info.ptrVal = I.getArgOperand(1);
11197 Info.offset = -VT.getStoreSize()+1;
11198 Info.size = 2*VT.getStoreSize()-1;
11199 Info.align = 1;
11200 Info.vol = false;
11201 Info.readMem = false;
11202 Info.writeMem = true;
11203 return true;
11204 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000011205 case Intrinsic::ppc_qpx_qvstfda:
11206 case Intrinsic::ppc_qpx_qvstfsa:
11207 case Intrinsic::ppc_qpx_qvstfcda:
11208 case Intrinsic::ppc_qpx_qvstfcsa:
11209 case Intrinsic::ppc_qpx_qvstfiwa: {
11210 EVT VT;
11211 switch (Intrinsic) {
11212 case Intrinsic::ppc_qpx_qvstfda:
11213 VT = MVT::v4f64;
11214 break;
11215 case Intrinsic::ppc_qpx_qvstfsa:
11216 VT = MVT::v4f32;
11217 break;
11218 case Intrinsic::ppc_qpx_qvstfcda:
11219 VT = MVT::v2f64;
11220 break;
11221 case Intrinsic::ppc_qpx_qvstfcsa:
11222 VT = MVT::v2f32;
11223 break;
11224 default:
11225 VT = MVT::v4i32;
11226 break;
11227 }
11228
11229 Info.opc = ISD::INTRINSIC_VOID;
11230 Info.memVT = VT;
11231 Info.ptrVal = I.getArgOperand(1);
11232 Info.offset = 0;
11233 Info.size = VT.getStoreSize();
11234 Info.align = 1;
11235 Info.vol = false;
11236 Info.readMem = false;
11237 Info.writeMem = true;
11238 return true;
11239 }
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011240 default:
11241 break;
11242 }
11243
11244 return false;
11245}
11246
Evan Chengd9929f02010-04-01 20:10:42 +000011247/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Cheng61399372010-04-02 19:36:14 +000011248/// and store operations as a result of memset, memcpy, and memmove
11249/// lowering. If DstAlign is zero that means it's safe to destination
11250/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
11251/// means there isn't a need to check it against alignment requirement,
Evan Cheng962711e2012-12-12 02:34:41 +000011252/// probably because the source does not need to be loaded. If 'IsMemset' is
11253/// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
11254/// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
11255/// source is constant so it does not need to be loaded.
Dan Gohman148c69a2010-04-16 20:11:05 +000011256/// It returns EVT::Other if the type should be determined using generic
11257/// target-independent logic.
Evan Cheng43cd9e32010-04-01 06:04:33 +000011258EVT PPCTargetLowering::getOptimalMemOpType(uint64_t Size,
11259 unsigned DstAlign, unsigned SrcAlign,
Evan Cheng962711e2012-12-12 02:34:41 +000011260 bool IsMemset, bool ZeroMemset,
Evan Chengebe47c82010-04-08 07:37:57 +000011261 bool MemcpyStrSrc,
Dan Gohman148c69a2010-04-16 20:11:05 +000011262 MachineFunction &MF) const {
Hal Finkel52368d42015-03-31 20:56:09 +000011263 if (getTargetMachine().getOptLevel() != CodeGenOpt::None) {
11264 const Function *F = MF.getFunction();
11265 // When expanding a memset, require at least two QPX instructions to cover
11266 // the cost of loading the value to be stored from the constant pool.
11267 if (Subtarget.hasQPX() && Size >= 32 && (!IsMemset || Size >= 64) &&
11268 (!SrcAlign || SrcAlign >= 32) && (!DstAlign || DstAlign >= 32) &&
11269 !F->hasFnAttribute(Attribute::NoImplicitFloat)) {
11270 return MVT::v4f64;
11271 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011272
Hal Finkel52368d42015-03-31 20:56:09 +000011273 // We should use Altivec/VSX loads and stores when available. For unaligned
11274 // addresses, unaligned VSX loads are only fast starting with the P8.
11275 if (Subtarget.hasAltivec() && Size >= 16 &&
11276 (((!SrcAlign || SrcAlign >= 16) && (!DstAlign || DstAlign >= 16)) ||
11277 ((IsMemset && Subtarget.hasVSX()) || Subtarget.hasP8Vector())))
11278 return MVT::v4i32;
11279 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011280
Eric Christopherd90a8742014-06-12 22:38:20 +000011281 if (Subtarget.isPPC64()) {
Owen Anderson9f944592009-08-11 20:47:22 +000011282 return MVT::i64;
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011283 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011284
11285 return MVT::i32;
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011286}
Hal Finkel88ed4e32012-04-01 19:23:08 +000011287
Hal Finkel34974ed2014-04-12 21:52:38 +000011288/// \brief Returns true if it is beneficial to convert a load of a constant
11289/// to just the constant itself.
11290bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
11291 Type *Ty) const {
11292 assert(Ty->isIntegerTy());
11293
11294 unsigned BitSize = Ty->getPrimitiveSizeInBits();
11295 if (BitSize == 0 || BitSize > 64)
11296 return false;
11297 return true;
11298}
11299
11300bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
11301 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
11302 return false;
11303 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
11304 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
11305 return NumBits1 == 64 && NumBits2 == 32;
11306}
11307
11308bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
11309 if (!VT1.isInteger() || !VT2.isInteger())
11310 return false;
11311 unsigned NumBits1 = VT1.getSizeInBits();
11312 unsigned NumBits2 = VT2.getSizeInBits();
11313 return NumBits1 == 64 && NumBits2 == 32;
11314}
11315
Hal Finkel5d5d1532015-01-10 08:21:59 +000011316bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
11317 // Generally speaking, zexts are not free, but they are free when they can be
11318 // folded with other operations.
11319 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(Val)) {
11320 EVT MemVT = LD->getMemoryVT();
11321 if ((MemVT == MVT::i1 || MemVT == MVT::i8 || MemVT == MVT::i16 ||
11322 (Subtarget.isPPC64() && MemVT == MVT::i32)) &&
11323 (LD->getExtensionType() == ISD::NON_EXTLOAD ||
11324 LD->getExtensionType() == ISD::ZEXTLOAD))
11325 return true;
11326 }
11327
11328 // FIXME: Add other cases...
11329 // - 32-bit shifts with a zext to i64
11330 // - zext after ctlz, bswap, etc.
11331 // - zext after and by a constant mask
11332
11333 return TargetLowering::isZExtFree(Val, VT2);
11334}
11335
Olivier Sallenave32509692015-01-13 15:06:36 +000011336bool PPCTargetLowering::isFPExtFree(EVT VT) const {
11337 assert(VT.isFloatingPoint());
11338 return true;
11339}
11340
Hal Finkel34974ed2014-04-12 21:52:38 +000011341bool PPCTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
11342 return isInt<16>(Imm) || isUInt<16>(Imm);
11343}
11344
11345bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const {
11346 return isInt<16>(Imm) || isUInt<16>(Imm);
11347}
11348
Matt Arsenault6f2a5262014-07-27 17:46:40 +000011349bool PPCTargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
11350 unsigned,
11351 unsigned,
11352 bool *Fast) const {
Hal Finkel8d7fbc92013-03-15 15:27:13 +000011353 if (DisablePPCUnaligned)
11354 return false;
11355
11356 // PowerPC supports unaligned memory access for simple non-vector types.
11357 // Although accessing unaligned addresses is not as efficient as accessing
11358 // aligned addresses, it is generally more efficient than manual expansion,
11359 // and generally only traps for software emulation when crossing page
11360 // boundaries.
11361
11362 if (!VT.isSimple())
11363 return false;
11364
Hal Finkel6e28e6a2014-03-26 19:39:09 +000011365 if (VT.getSimpleVT().isVector()) {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011366 if (Subtarget.hasVSX()) {
Bill Schmidt2d1128a2014-10-17 15:13:38 +000011367 if (VT != MVT::v2f64 && VT != MVT::v2i64 &&
11368 VT != MVT::v4f32 && VT != MVT::v4i32)
Hal Finkel6e28e6a2014-03-26 19:39:09 +000011369 return false;
11370 } else {
11371 return false;
11372 }
11373 }
Hal Finkel8d7fbc92013-03-15 15:27:13 +000011374
11375 if (VT == MVT::ppcf128)
11376 return false;
11377
11378 if (Fast)
11379 *Fast = true;
11380
11381 return true;
11382}
11383
Stephen Lin73de7bf2013-07-09 18:16:56 +000011384bool PPCTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
11385 VT = VT.getScalarType();
11386
Hal Finkel0a479ae2012-06-22 00:49:52 +000011387 if (!VT.isSimple())
11388 return false;
11389
11390 switch (VT.getSimpleVT().SimpleTy) {
11391 case MVT::f32:
11392 case MVT::f64:
Hal Finkel0a479ae2012-06-22 00:49:52 +000011393 return true;
11394 default:
11395 break;
11396 }
11397
11398 return false;
11399}
11400
Hal Finkel934361a2015-01-14 01:07:51 +000011401const MCPhysReg *
11402PPCTargetLowering::getScratchRegisters(CallingConv::ID) const {
11403 // LR is a callee-save register, but we must treat it as clobbered by any call
11404 // site. Hence we include LR in the scratch registers, which are in turn added
11405 // as implicit-defs for stackmaps and patchpoints. The same reasoning applies
11406 // to CTR, which is used by any indirect call.
11407 static const MCPhysReg ScratchRegs[] = {
Hal Finkelc19805a2015-01-17 03:57:34 +000011408 PPC::X12, PPC::LR8, PPC::CTR8, 0
Hal Finkel934361a2015-01-14 01:07:51 +000011409 };
11410
11411 return ScratchRegs;
11412}
11413
Hal Finkelb4240ca2014-03-31 17:48:16 +000011414bool
11415PPCTargetLowering::shouldExpandBuildVectorWithShuffles(
11416 EVT VT , unsigned DefinedValues) const {
11417 if (VT == MVT::v2i64)
11418 return false;
11419
Hal Finkelc93a9a22015-02-25 01:06:45 +000011420 if (Subtarget.hasQPX()) {
11421 if (VT == MVT::v4f32 || VT == MVT::v4f64 || VT == MVT::v4i1)
11422 return true;
11423 }
11424
Hal Finkelb4240ca2014-03-31 17:48:16 +000011425 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues);
11426}
11427
Hal Finkel88ed4e32012-04-01 19:23:08 +000011428Sched::Preference PPCTargetLowering::getSchedulingPreference(SDNode *N) const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011429 if (DisableILPPref || Subtarget.enableMachineScheduler())
Hal Finkel4e9f1a82012-06-10 19:32:29 +000011430 return TargetLowering::getSchedulingPreference(N);
Hal Finkel88ed4e32012-04-01 19:23:08 +000011431
Hal Finkel4e9f1a82012-06-10 19:32:29 +000011432 return Sched::ILP;
Hal Finkel88ed4e32012-04-01 19:23:08 +000011433}
11434
Bill Schmidt0cf702f2013-07-30 00:50:39 +000011435// Create a fast isel object.
11436FastISel *
11437PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo,
11438 const TargetLibraryInfo *LibInfo) const {
11439 return PPC::createFastISel(FuncInfo, LibInfo);
11440}