blob: e7bc9030e980a822897564b2572960229f32354a [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
Bill Schmidt54cced52015-07-16 21:14:07 +0000583 addRegisterClass(MVT::v4i32, &PPC::VSRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +0000584 addRegisterClass(MVT::v4f32, &PPC::VSRCRegClass);
585 addRegisterClass(MVT::v2f64, &PPC::VSRCRegClass);
Hal Finkela6c8b512014-03-26 16:12:58 +0000586
Kit Barton0cfa7b72015-03-03 19:55:45 +0000587 if (Subtarget.hasP8Altivec()) {
Kit Bartone48b1e12015-03-05 16:24:38 +0000588 setOperationAction(ISD::SHL, MVT::v2i64, Legal);
589 setOperationAction(ISD::SRA, MVT::v2i64, Legal);
590 setOperationAction(ISD::SRL, MVT::v2i64, Legal);
591
Kit Barton0cfa7b72015-03-03 19:55:45 +0000592 setOperationAction(ISD::SETCC, MVT::v2i64, Legal);
593 }
594 else {
Kit Bartone48b1e12015-03-05 16:24:38 +0000595 setOperationAction(ISD::SHL, MVT::v2i64, Expand);
596 setOperationAction(ISD::SRA, MVT::v2i64, Expand);
597 setOperationAction(ISD::SRL, MVT::v2i64, Expand);
598
Kit Barton0cfa7b72015-03-03 19:55:45 +0000599 setOperationAction(ISD::SETCC, MVT::v2i64, Custom);
600
601 // VSX v2i64 only supports non-arithmetic operations.
602 setOperationAction(ISD::ADD, MVT::v2i64, Expand);
603 setOperationAction(ISD::SUB, MVT::v2i64, Expand);
604 }
Hal Finkel777c9dd2014-03-29 16:04:40 +0000605
Hal Finkel9281c9a2014-03-26 18:26:30 +0000606 setOperationAction(ISD::LOAD, MVT::v2i64, Promote);
607 AddPromotedToType (ISD::LOAD, MVT::v2i64, MVT::v2f64);
608 setOperationAction(ISD::STORE, MVT::v2i64, Promote);
609 AddPromotedToType (ISD::STORE, MVT::v2i64, MVT::v2f64);
610
Hal Finkeldf3e34d2014-03-26 22:58:37 +0000611 setOperationAction(ISD::VECTOR_SHUFFLE, MVT::v2i64, Legal);
612
Hal Finkel7279f4b2014-03-26 19:13:54 +0000613 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal);
614 setOperationAction(ISD::UINT_TO_FP, MVT::v2i64, Legal);
615 setOperationAction(ISD::FP_TO_SINT, MVT::v2i64, Legal);
616 setOperationAction(ISD::FP_TO_UINT, MVT::v2i64, Legal);
617
Hal Finkel5c0d1452014-03-30 13:22:59 +0000618 // Vector operation legalization checks the result type of
619 // SIGN_EXTEND_INREG, overall legalization checks the inner type.
620 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i64, Legal);
621 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i32, Legal);
622 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i16, Custom);
623 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v2i8, Custom);
624
Hal Finkela6c8b512014-03-26 16:12:58 +0000625 addRegisterClass(MVT::v2i64, &PPC::VSRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +0000626 }
Bill Schmidtfe88b182015-02-03 21:58:23 +0000627
Kit Bartond4eb73c2015-05-05 16:10:44 +0000628 if (Subtarget.hasP8Altivec()) {
Bill Schmidtfe88b182015-02-03 21:58:23 +0000629 addRegisterClass(MVT::v2i64, &PPC::VRRCRegClass);
Kit Bartond4eb73c2015-05-05 16:10:44 +0000630 addRegisterClass(MVT::v1i128, &PPC::VRRCRegClass);
631 }
Nate Begeman3e7db9c2005-11-29 08:17:20 +0000632 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000633
Hal Finkelc93a9a22015-02-25 01:06:45 +0000634 if (Subtarget.hasQPX()) {
635 setOperationAction(ISD::FADD, MVT::v4f64, Legal);
636 setOperationAction(ISD::FSUB, MVT::v4f64, Legal);
637 setOperationAction(ISD::FMUL, MVT::v4f64, Legal);
638 setOperationAction(ISD::FREM, MVT::v4f64, Expand);
639
640 setOperationAction(ISD::FCOPYSIGN, MVT::v4f64, Legal);
641 setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand);
642
643 setOperationAction(ISD::LOAD , MVT::v4f64, Custom);
644 setOperationAction(ISD::STORE , MVT::v4f64, Custom);
645
646 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Custom);
647 setLoadExtAction(ISD::EXTLOAD, MVT::v4f64, MVT::v4f32, Custom);
648
649 if (!Subtarget.useCRBits())
650 setOperationAction(ISD::SELECT, MVT::v4f64, Expand);
651 setOperationAction(ISD::VSELECT, MVT::v4f64, Legal);
652
653 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4f64, Legal);
654 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4f64, Expand);
655 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4f64, Expand);
656 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4f64, Expand);
657 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4f64, Custom);
658 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f64, Legal);
659 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f64, Custom);
660
661 setOperationAction(ISD::FP_TO_SINT , MVT::v4f64, Legal);
662 setOperationAction(ISD::FP_TO_UINT , MVT::v4f64, Expand);
663
664 setOperationAction(ISD::FP_ROUND , MVT::v4f32, Legal);
665 setOperationAction(ISD::FP_ROUND_INREG , MVT::v4f32, Expand);
666 setOperationAction(ISD::FP_EXTEND, MVT::v4f64, Legal);
667
668 setOperationAction(ISD::FNEG , MVT::v4f64, Legal);
669 setOperationAction(ISD::FABS , MVT::v4f64, Legal);
670 setOperationAction(ISD::FSIN , MVT::v4f64, Expand);
671 setOperationAction(ISD::FCOS , MVT::v4f64, Expand);
672 setOperationAction(ISD::FPOWI , MVT::v4f64, Expand);
673 setOperationAction(ISD::FPOW , MVT::v4f64, Expand);
674 setOperationAction(ISD::FLOG , MVT::v4f64, Expand);
675 setOperationAction(ISD::FLOG2 , MVT::v4f64, Expand);
676 setOperationAction(ISD::FLOG10 , MVT::v4f64, Expand);
677 setOperationAction(ISD::FEXP , MVT::v4f64, Expand);
678 setOperationAction(ISD::FEXP2 , MVT::v4f64, Expand);
679
680 setOperationAction(ISD::FMINNUM, MVT::v4f64, Legal);
681 setOperationAction(ISD::FMAXNUM, MVT::v4f64, Legal);
682
683 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f64, Legal);
684 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f64, Legal);
685
686 addRegisterClass(MVT::v4f64, &PPC::QFRCRegClass);
687
688 setOperationAction(ISD::FADD, MVT::v4f32, Legal);
689 setOperationAction(ISD::FSUB, MVT::v4f32, Legal);
690 setOperationAction(ISD::FMUL, MVT::v4f32, Legal);
691 setOperationAction(ISD::FREM, MVT::v4f32, Expand);
692
693 setOperationAction(ISD::FCOPYSIGN, MVT::v4f32, Legal);
694 setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand);
695
696 setOperationAction(ISD::LOAD , MVT::v4f32, Custom);
697 setOperationAction(ISD::STORE , MVT::v4f32, Custom);
698
699 if (!Subtarget.useCRBits())
700 setOperationAction(ISD::SELECT, MVT::v4f32, Expand);
701 setOperationAction(ISD::VSELECT, MVT::v4f32, Legal);
702
703 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4f32, Legal);
704 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4f32, Expand);
705 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4f32, Expand);
706 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4f32, Expand);
707 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4f32, Custom);
708 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
709 setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom);
710
711 setOperationAction(ISD::FP_TO_SINT , MVT::v4f32, Legal);
712 setOperationAction(ISD::FP_TO_UINT , MVT::v4f32, Expand);
713
714 setOperationAction(ISD::FNEG , MVT::v4f32, Legal);
715 setOperationAction(ISD::FABS , MVT::v4f32, Legal);
716 setOperationAction(ISD::FSIN , MVT::v4f32, Expand);
717 setOperationAction(ISD::FCOS , MVT::v4f32, Expand);
718 setOperationAction(ISD::FPOWI , MVT::v4f32, Expand);
719 setOperationAction(ISD::FPOW , MVT::v4f32, Expand);
720 setOperationAction(ISD::FLOG , MVT::v4f32, Expand);
721 setOperationAction(ISD::FLOG2 , MVT::v4f32, Expand);
722 setOperationAction(ISD::FLOG10 , MVT::v4f32, Expand);
723 setOperationAction(ISD::FEXP , MVT::v4f32, Expand);
724 setOperationAction(ISD::FEXP2 , MVT::v4f32, Expand);
725
726 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal);
727 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal);
728
729 setIndexedLoadAction(ISD::PRE_INC, MVT::v4f32, Legal);
730 setIndexedStoreAction(ISD::PRE_INC, MVT::v4f32, Legal);
731
732 addRegisterClass(MVT::v4f32, &PPC::QSRCRegClass);
733
734 setOperationAction(ISD::AND , MVT::v4i1, Legal);
735 setOperationAction(ISD::OR , MVT::v4i1, Legal);
736 setOperationAction(ISD::XOR , MVT::v4i1, Legal);
737
738 if (!Subtarget.useCRBits())
739 setOperationAction(ISD::SELECT, MVT::v4i1, Expand);
740 setOperationAction(ISD::VSELECT, MVT::v4i1, Legal);
741
742 setOperationAction(ISD::LOAD , MVT::v4i1, Custom);
743 setOperationAction(ISD::STORE , MVT::v4i1, Custom);
744
745 setOperationAction(ISD::EXTRACT_VECTOR_ELT , MVT::v4i1, Custom);
746 setOperationAction(ISD::INSERT_VECTOR_ELT , MVT::v4i1, Expand);
747 setOperationAction(ISD::CONCAT_VECTORS , MVT::v4i1, Expand);
748 setOperationAction(ISD::EXTRACT_SUBVECTOR , MVT::v4i1, Expand);
749 setOperationAction(ISD::VECTOR_SHUFFLE , MVT::v4i1, Custom);
750 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i1, Expand);
751 setOperationAction(ISD::BUILD_VECTOR, MVT::v4i1, Custom);
752
753 setOperationAction(ISD::SINT_TO_FP, MVT::v4i1, Custom);
754 setOperationAction(ISD::UINT_TO_FP, MVT::v4i1, Custom);
755
756 addRegisterClass(MVT::v4i1, &PPC::QBRCRegClass);
757
758 setOperationAction(ISD::FFLOOR, MVT::v4f64, Legal);
759 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal);
760 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal);
761 setOperationAction(ISD::FROUND, MVT::v4f64, Legal);
762
763 setOperationAction(ISD::FFLOOR, MVT::v4f32, Legal);
764 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal);
765 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal);
766 setOperationAction(ISD::FROUND, MVT::v4f32, Legal);
767
768 setOperationAction(ISD::FNEARBYINT, MVT::v4f64, Expand);
769 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand);
770
771 // These need to set FE_INEXACT, and so cannot be vectorized here.
772 setOperationAction(ISD::FRINT, MVT::v4f64, Expand);
773 setOperationAction(ISD::FRINT, MVT::v4f32, Expand);
774
775 if (TM.Options.UnsafeFPMath) {
776 setOperationAction(ISD::FDIV, MVT::v4f64, Legal);
777 setOperationAction(ISD::FSQRT, MVT::v4f64, Legal);
778
779 setOperationAction(ISD::FDIV, MVT::v4f32, Legal);
780 setOperationAction(ISD::FSQRT, MVT::v4f32, Legal);
781 } else {
782 setOperationAction(ISD::FDIV, MVT::v4f64, Expand);
783 setOperationAction(ISD::FSQRT, MVT::v4f64, Expand);
784
785 setOperationAction(ISD::FDIV, MVT::v4f32, Expand);
786 setOperationAction(ISD::FSQRT, MVT::v4f32, Expand);
787 }
788 }
789
Hal Finkel01fa7702014-12-03 00:19:17 +0000790 if (Subtarget.has64BitSupport())
Hal Finkel322e41a2012-04-01 20:08:17 +0000791 setOperationAction(ISD::PREFETCH, MVT::Other, Legal);
Hal Finkel01fa7702014-12-03 00:19:17 +0000792
793 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, isPPC64 ? Legal : Custom);
Hal Finkel322e41a2012-04-01 20:08:17 +0000794
Robin Morissete1ca44b2014-10-02 22:27:07 +0000795 if (!isPPC64) {
796 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Expand);
797 setOperationAction(ISD::ATOMIC_STORE, MVT::i64, Expand);
798 }
Eli Friedman7dfa7912011-08-29 18:23:02 +0000799
Duncan Sands8d6e2e12008-11-23 15:47:28 +0000800 setBooleanContents(ZeroOrOneBooleanContent);
Hal Finkelc93a9a22015-02-25 01:06:45 +0000801
802 if (Subtarget.hasAltivec()) {
803 // Altivec instructions set fields to all zeros or all ones.
804 setBooleanVectorContents(ZeroOrNegativeOneBooleanContent);
805 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000806
Joerg Sonnenbergerb5459e62014-07-24 22:20:10 +0000807 if (!isPPC64) {
808 // These libcalls are not available in 32-bit.
809 setLibcallName(RTLIB::SHL_I128, nullptr);
810 setLibcallName(RTLIB::SRL_I128, nullptr);
811 setLibcallName(RTLIB::SRA_I128, nullptr);
812 }
813
Evan Cheng39e90022012-07-02 22:39:56 +0000814 if (isPPC64) {
Chris Lattner454436d2006-10-18 01:20:43 +0000815 setStackPointerRegisterToSaveRestore(PPC::X1);
Jim Laskeye0008e22007-02-22 14:56:36 +0000816 setExceptionPointerRegister(PPC::X3);
817 setExceptionSelectorRegister(PPC::X4);
818 } else {
Chris Lattner454436d2006-10-18 01:20:43 +0000819 setStackPointerRegisterToSaveRestore(PPC::R1);
Jim Laskeye0008e22007-02-22 14:56:36 +0000820 setExceptionPointerRegister(PPC::R3);
821 setExceptionSelectorRegister(PPC::R4);
822 }
Scott Michelcf0da6c2009-02-17 22:15:04 +0000823
Chris Lattnerf4184352006-03-01 04:57:39 +0000824 // We have target-specific dag combine patterns for the following nodes:
825 setTargetDAGCombine(ISD::SINT_TO_FP);
Hal Finkel5efb9182015-01-06 06:01:57 +0000826 if (Subtarget.hasFPCVT())
827 setTargetDAGCombine(ISD::UINT_TO_FP);
Hal Finkelcf2e9082013-05-24 23:00:14 +0000828 setTargetDAGCombine(ISD::LOAD);
Chris Lattner27f53452006-03-01 05:50:56 +0000829 setTargetDAGCombine(ISD::STORE);
Chris Lattner9754d142006-04-18 17:59:36 +0000830 setTargetDAGCombine(ISD::BR_CC);
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000831 if (Subtarget.useCRBits())
Hal Finkel940ab932014-02-28 00:27:01 +0000832 setTargetDAGCombine(ISD::BRCOND);
Chris Lattnera7976d32006-07-10 20:56:58 +0000833 setTargetDAGCombine(ISD::BSWAP);
Hal Finkelbc2ee4c2013-05-25 04:05:05 +0000834 setTargetDAGCombine(ISD::INTRINSIC_WO_CHAIN);
Bill Schmidtfae5d712014-12-09 16:35:51 +0000835 setTargetDAGCombine(ISD::INTRINSIC_W_CHAIN);
836 setTargetDAGCombine(ISD::INTRINSIC_VOID);
Scott Michelcf0da6c2009-02-17 22:15:04 +0000837
Hal Finkel46043ed2014-03-01 21:36:57 +0000838 setTargetDAGCombine(ISD::SIGN_EXTEND);
839 setTargetDAGCombine(ISD::ZERO_EXTEND);
840 setTargetDAGCombine(ISD::ANY_EXTEND);
841
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000842 if (Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000843 setTargetDAGCombine(ISD::TRUNCATE);
844 setTargetDAGCombine(ISD::SETCC);
845 setTargetDAGCombine(ISD::SELECT_CC);
846 }
847
Hal Finkel2e103312013-04-03 04:01:11 +0000848 // Use reciprocal estimates.
849 if (TM.Options.UnsafeFPMath) {
850 setTargetDAGCombine(ISD::FDIV);
851 setTargetDAGCombine(ISD::FSQRT);
852 }
853
Dale Johannesen10432e52007-10-19 00:59:18 +0000854 // Darwin long double math library functions have $LDBL128 appended.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000855 if (Subtarget.isDarwin()) {
Duncan Sands53c954f2008-01-10 10:28:30 +0000856 setLibcallName(RTLIB::COS_PPCF128, "cosl$LDBL128");
Dale Johannesen10432e52007-10-19 00:59:18 +0000857 setLibcallName(RTLIB::POW_PPCF128, "powl$LDBL128");
858 setLibcallName(RTLIB::REM_PPCF128, "fmodl$LDBL128");
Duncan Sands53c954f2008-01-10 10:28:30 +0000859 setLibcallName(RTLIB::SIN_PPCF128, "sinl$LDBL128");
860 setLibcallName(RTLIB::SQRT_PPCF128, "sqrtl$LDBL128");
Dale Johannesenda2d8062008-09-04 00:47:13 +0000861 setLibcallName(RTLIB::LOG_PPCF128, "logl$LDBL128");
862 setLibcallName(RTLIB::LOG2_PPCF128, "log2l$LDBL128");
863 setLibcallName(RTLIB::LOG10_PPCF128, "log10l$LDBL128");
864 setLibcallName(RTLIB::EXP_PPCF128, "expl$LDBL128");
865 setLibcallName(RTLIB::EXP2_PPCF128, "exp2l$LDBL128");
Dale Johannesen10432e52007-10-19 00:59:18 +0000866 }
867
Hal Finkel940ab932014-02-28 00:27:01 +0000868 // With 32 condition bits, we don't need to sink (and duplicate) compares
869 // aggressively in CodeGenPrep.
Hal Finkel7a0516e2015-02-12 01:02:52 +0000870 if (Subtarget.useCRBits()) {
Hal Finkel940ab932014-02-28 00:27:01 +0000871 setHasMultipleConditionRegisters();
Hal Finkel7a0516e2015-02-12 01:02:52 +0000872 setJumpIsExpensive();
873 }
Hal Finkel940ab932014-02-28 00:27:01 +0000874
Hal Finkel65298572011-10-17 18:53:03 +0000875 setMinFunctionAlignment(2);
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000876 if (Subtarget.isDarwin())
Hal Finkel65298572011-10-17 18:53:03 +0000877 setPrefFunctionAlignment(4);
Eli Friedman2518f832011-05-06 20:34:06 +0000878
Hal Finkeld73bfba2015-01-03 14:58:25 +0000879 switch (Subtarget.getDarwinDirective()) {
880 default: break;
881 case PPC::DIR_970:
882 case PPC::DIR_A2:
883 case PPC::DIR_E500mc:
884 case PPC::DIR_E5500:
885 case PPC::DIR_PWR4:
886 case PPC::DIR_PWR5:
887 case PPC::DIR_PWR5X:
888 case PPC::DIR_PWR6:
889 case PPC::DIR_PWR6X:
890 case PPC::DIR_PWR7:
891 case PPC::DIR_PWR8:
892 setPrefFunctionAlignment(4);
893 setPrefLoopAlignment(4);
894 break;
895 }
896
Eli Friedman30a49e92011-08-03 21:06:02 +0000897 setInsertFencesForAtomic(true);
898
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000899 if (Subtarget.enableMachineScheduler())
Hal Finkel21442b22013-09-11 23:05:25 +0000900 setSchedulingPreference(Sched::Source);
901 else
902 setSchedulingPreference(Sched::Hybrid);
Hal Finkel6f0ae782011-11-22 16:21:04 +0000903
Eric Christopher23a3a7c2015-02-26 00:00:24 +0000904 computeRegisterProperties(STI.getRegisterInfo());
Hal Finkel742b5352012-08-28 16:12:39 +0000905
Hal Finkeld73bfba2015-01-03 14:58:25 +0000906 // The Freescale cores do better with aggressive inlining of memcpy and
907 // friends. GCC uses same threshold of 128 bytes (= 32 word stores).
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000908 if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc ||
909 Subtarget.getDarwinDirective() == PPC::DIR_E5500) {
Jim Grosbach341ad3e2013-02-20 21:13:59 +0000910 MaxStoresPerMemset = 32;
911 MaxStoresPerMemsetOptSize = 16;
912 MaxStoresPerMemcpy = 32;
913 MaxStoresPerMemcpyOptSize = 8;
914 MaxStoresPerMemmove = 32;
915 MaxStoresPerMemmoveOptSize = 8;
Hal Finkel5c3cacf2015-02-27 19:58:28 +0000916 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) {
917 // The A2 also benefits from (very) aggressive inlining of memcpy and
918 // friends. The overhead of a the function call, even when warm, can be
919 // over one hundred cycles.
920 MaxStoresPerMemset = 128;
921 MaxStoresPerMemcpy = 128;
922 MaxStoresPerMemmove = 128;
Hal Finkel742b5352012-08-28 16:12:39 +0000923 }
Chris Lattnerf22556d2005-08-16 17:14:42 +0000924}
925
Hal Finkel262a2242013-09-12 23:20:06 +0000926/// getMaxByValAlign - Helper for getByValTypeAlignment to determine
927/// the desired ByVal argument alignment.
Pete Cooper2e201472015-07-27 17:15:24 +0000928static void getMaxByValAlign(Type *Ty, unsigned &MaxAlign,
Hal Finkel262a2242013-09-12 23:20:06 +0000929 unsigned MaxMaxAlign) {
930 if (MaxAlign == MaxMaxAlign)
931 return;
Pete Cooper2e201472015-07-27 17:15:24 +0000932 if (VectorType *VTy = dyn_cast<VectorType>(Ty)) {
Hal Finkel262a2242013-09-12 23:20:06 +0000933 if (MaxMaxAlign >= 32 && VTy->getBitWidth() >= 256)
934 MaxAlign = 32;
935 else if (VTy->getBitWidth() >= 128 && MaxAlign < 16)
936 MaxAlign = 16;
Pete Cooper2e201472015-07-27 17:15:24 +0000937 } else if (ArrayType *ATy = dyn_cast<ArrayType>(Ty)) {
Hal Finkel262a2242013-09-12 23:20:06 +0000938 unsigned EltAlign = 0;
939 getMaxByValAlign(ATy->getElementType(), EltAlign, MaxMaxAlign);
940 if (EltAlign > MaxAlign)
941 MaxAlign = EltAlign;
Pete Cooper2e201472015-07-27 17:15:24 +0000942 } else if (StructType *STy = dyn_cast<StructType>(Ty)) {
943 for (auto *EltTy : STy->elements()) {
Hal Finkel262a2242013-09-12 23:20:06 +0000944 unsigned EltAlign = 0;
Pete Cooper0debbdc2015-07-24 18:55:49 +0000945 getMaxByValAlign(EltTy, EltAlign, MaxMaxAlign);
Hal Finkel262a2242013-09-12 23:20:06 +0000946 if (EltAlign > MaxAlign)
947 MaxAlign = EltAlign;
948 if (MaxAlign == MaxMaxAlign)
949 break;
950 }
951 }
952}
953
Dale Johannesencbde4c22008-02-28 22:31:51 +0000954/// getByValTypeAlignment - Return the desired alignment for ByVal aggregate
955/// function arguments in the caller parameter area.
Mehdi Amini5c183d52015-07-09 02:09:28 +0000956unsigned PPCTargetLowering::getByValTypeAlignment(Type *Ty,
957 const DataLayout &DL) const {
Dale Johannesencbde4c22008-02-28 22:31:51 +0000958 // Darwin passes everything on 4 byte boundary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000959 if (Subtarget.isDarwin())
Dale Johannesencbde4c22008-02-28 22:31:51 +0000960 return 4;
Roman Divackyb9663cc2012-04-02 15:49:30 +0000961
962 // 16byte and wider vectors are passed on 16byte boundary.
Roman Divackyb9663cc2012-04-02 15:49:30 +0000963 // The rest is 8 on PPC64 and 4 on PPC32 boundary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +0000964 unsigned Align = Subtarget.isPPC64() ? 8 : 4;
965 if (Subtarget.hasAltivec() || Subtarget.hasQPX())
966 getMaxByValAlign(Ty, Align, Subtarget.hasQPX() ? 32 : 16);
Hal Finkel262a2242013-09-12 23:20:06 +0000967 return Align;
Dale Johannesencbde4c22008-02-28 22:31:51 +0000968}
969
Chris Lattner347ed8a2006-01-09 23:52:17 +0000970const char *PPCTargetLowering::getTargetNodeName(unsigned Opcode) const {
Matthias Braund04893f2015-05-07 21:33:59 +0000971 switch ((PPCISD::NodeType)Opcode) {
972 case PPCISD::FIRST_NUMBER: break;
Evan Cheng32e376f2008-07-12 02:23:19 +0000973 case PPCISD::FSEL: return "PPCISD::FSEL";
974 case PPCISD::FCFID: return "PPCISD::FCFID";
Hal Finkel3fe09ea2015-01-06 07:02:15 +0000975 case PPCISD::FCFIDU: return "PPCISD::FCFIDU";
976 case PPCISD::FCFIDS: return "PPCISD::FCFIDS";
977 case PPCISD::FCFIDUS: return "PPCISD::FCFIDUS";
Evan Cheng32e376f2008-07-12 02:23:19 +0000978 case PPCISD::FCTIDZ: return "PPCISD::FCTIDZ";
979 case PPCISD::FCTIWZ: return "PPCISD::FCTIWZ";
Hal Finkel3fe09ea2015-01-06 07:02:15 +0000980 case PPCISD::FCTIDUZ: return "PPCISD::FCTIDUZ";
981 case PPCISD::FCTIWUZ: return "PPCISD::FCTIWUZ";
Hal Finkel2e103312013-04-03 04:01:11 +0000982 case PPCISD::FRE: return "PPCISD::FRE";
983 case PPCISD::FRSQRTE: return "PPCISD::FRSQRTE";
Evan Cheng32e376f2008-07-12 02:23:19 +0000984 case PPCISD::STFIWX: return "PPCISD::STFIWX";
985 case PPCISD::VMADDFP: return "PPCISD::VMADDFP";
986 case PPCISD::VNMSUBFP: return "PPCISD::VNMSUBFP";
987 case PPCISD::VPERM: return "PPCISD::VPERM";
Hal Finkel4edc66b2015-01-03 01:16:37 +0000988 case PPCISD::CMPB: return "PPCISD::CMPB";
Evan Cheng32e376f2008-07-12 02:23:19 +0000989 case PPCISD::Hi: return "PPCISD::Hi";
990 case PPCISD::Lo: return "PPCISD::Lo";
Tilmann Schellerd1aaa322009-08-15 11:54:46 +0000991 case PPCISD::TOC_ENTRY: return "PPCISD::TOC_ENTRY";
Evan Cheng32e376f2008-07-12 02:23:19 +0000992 case PPCISD::DYNALLOC: return "PPCISD::DYNALLOC";
993 case PPCISD::GlobalBaseReg: return "PPCISD::GlobalBaseReg";
994 case PPCISD::SRL: return "PPCISD::SRL";
995 case PPCISD::SRA: return "PPCISD::SRA";
996 case PPCISD::SHL: return "PPCISD::SHL";
Matthias Braund04893f2015-05-07 21:33:59 +0000997 case PPCISD::SRA_ADDZE: return "PPCISD::SRA_ADDZE";
Ulrich Weigandf62e83f2013-03-22 15:24:13 +0000998 case PPCISD::CALL: return "PPCISD::CALL";
999 case PPCISD::CALL_NOP: return "PPCISD::CALL_NOP";
Evan Cheng32e376f2008-07-12 02:23:19 +00001000 case PPCISD::MTCTR: return "PPCISD::MTCTR";
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00001001 case PPCISD::BCTRL: return "PPCISD::BCTRL";
Hal Finkelfc096c92014-12-23 22:29:40 +00001002 case PPCISD::BCTRL_LOAD_TOC: return "PPCISD::BCTRL_LOAD_TOC";
Evan Cheng32e376f2008-07-12 02:23:19 +00001003 case PPCISD::RET_FLAG: return "PPCISD::RET_FLAG";
Hal Finkelbbdee932014-12-02 22:01:00 +00001004 case PPCISD::READ_TIME_BASE: return "PPCISD::READ_TIME_BASE";
Hal Finkel756810f2013-03-21 21:37:52 +00001005 case PPCISD::EH_SJLJ_SETJMP: return "PPCISD::EH_SJLJ_SETJMP";
1006 case PPCISD::EH_SJLJ_LONGJMP: return "PPCISD::EH_SJLJ_LONGJMP";
Ulrich Weigandd5ebc622013-07-03 17:05:42 +00001007 case PPCISD::MFOCRF: return "PPCISD::MFOCRF";
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00001008 case PPCISD::MFVSR: return "PPCISD::MFVSR";
1009 case PPCISD::MTVSRA: return "PPCISD::MTVSRA";
1010 case PPCISD::MTVSRZ: return "PPCISD::MTVSRZ";
Matthias Braund04893f2015-05-07 21:33:59 +00001011 case PPCISD::ANDIo_1_EQ_BIT: return "PPCISD::ANDIo_1_EQ_BIT";
1012 case PPCISD::ANDIo_1_GT_BIT: return "PPCISD::ANDIo_1_GT_BIT";
Evan Cheng32e376f2008-07-12 02:23:19 +00001013 case PPCISD::VCMP: return "PPCISD::VCMP";
1014 case PPCISD::VCMPo: return "PPCISD::VCMPo";
1015 case PPCISD::LBRX: return "PPCISD::LBRX";
1016 case PPCISD::STBRX: return "PPCISD::STBRX";
Hal Finkel3fe09ea2015-01-06 07:02:15 +00001017 case PPCISD::LFIWAX: return "PPCISD::LFIWAX";
1018 case PPCISD::LFIWZX: return "PPCISD::LFIWZX";
Matthias Braund04893f2015-05-07 21:33:59 +00001019 case PPCISD::LXVD2X: return "PPCISD::LXVD2X";
1020 case PPCISD::STXVD2X: return "PPCISD::STXVD2X";
Evan Cheng32e376f2008-07-12 02:23:19 +00001021 case PPCISD::COND_BRANCH: return "PPCISD::COND_BRANCH";
Hal Finkel25c19922013-05-15 21:37:41 +00001022 case PPCISD::BDNZ: return "PPCISD::BDNZ";
1023 case PPCISD::BDZ: return "PPCISD::BDZ";
Evan Cheng32e376f2008-07-12 02:23:19 +00001024 case PPCISD::MFFS: return "PPCISD::MFFS";
Evan Cheng32e376f2008-07-12 02:23:19 +00001025 case PPCISD::FADDRTZ: return "PPCISD::FADDRTZ";
Evan Cheng32e376f2008-07-12 02:23:19 +00001026 case PPCISD::TC_RETURN: return "PPCISD::TC_RETURN";
Hal Finkel5ab37802012-08-28 02:10:27 +00001027 case PPCISD::CR6SET: return "PPCISD::CR6SET";
1028 case PPCISD::CR6UNSET: return "PPCISD::CR6UNSET";
Roman Divacky32143e22013-12-20 18:08:54 +00001029 case PPCISD::PPC32_GOT: return "PPCISD::PPC32_GOT";
Matthias Braund04893f2015-05-07 21:33:59 +00001030 case PPCISD::PPC32_PICGOT: return "PPCISD::PPC32_PICGOT";
Bill Schmidt9f0b4ec2012-12-14 17:02:38 +00001031 case PPCISD::ADDIS_GOT_TPREL_HA: return "PPCISD::ADDIS_GOT_TPREL_HA";
1032 case PPCISD::LD_GOT_TPREL_L: return "PPCISD::LD_GOT_TPREL_L";
Bill Schmidtca4a0c92012-12-04 16:18:08 +00001033 case PPCISD::ADD_TLS: return "PPCISD::ADD_TLS";
Bill Schmidtc56f1d32012-12-11 20:30:11 +00001034 case PPCISD::ADDIS_TLSGD_HA: return "PPCISD::ADDIS_TLSGD_HA";
1035 case PPCISD::ADDI_TLSGD_L: return "PPCISD::ADDI_TLSGD_L";
Bill Schmidt82f1c772015-02-10 19:09:05 +00001036 case PPCISD::GET_TLS_ADDR: return "PPCISD::GET_TLS_ADDR";
1037 case PPCISD::ADDI_TLSGD_L_ADDR: return "PPCISD::ADDI_TLSGD_L_ADDR";
Bill Schmidt24b8dd62012-12-12 19:29:35 +00001038 case PPCISD::ADDIS_TLSLD_HA: return "PPCISD::ADDIS_TLSLD_HA";
1039 case PPCISD::ADDI_TLSLD_L: return "PPCISD::ADDI_TLSLD_L";
Bill Schmidt82f1c772015-02-10 19:09:05 +00001040 case PPCISD::GET_TLSLD_ADDR: return "PPCISD::GET_TLSLD_ADDR";
1041 case PPCISD::ADDI_TLSLD_L_ADDR: return "PPCISD::ADDI_TLSLD_L_ADDR";
Bill Schmidt24b8dd62012-12-12 19:29:35 +00001042 case PPCISD::ADDIS_DTPREL_HA: return "PPCISD::ADDIS_DTPREL_HA";
1043 case PPCISD::ADDI_DTPREL_L: return "PPCISD::ADDI_DTPREL_L";
Bill Schmidt51e79512013-02-20 15:50:31 +00001044 case PPCISD::VADD_SPLAT: return "PPCISD::VADD_SPLAT";
Bill Schmidta87a7e22013-05-14 19:35:45 +00001045 case PPCISD::SC: return "PPCISD::SC";
Bill Schmidte26236e2015-05-22 16:44:10 +00001046 case PPCISD::CLRBHRB: return "PPCISD::CLRBHRB";
1047 case PPCISD::MFBHRBE: return "PPCISD::MFBHRBE";
1048 case PPCISD::RFEBB: return "PPCISD::RFEBB";
Matthias Braund04893f2015-05-07 21:33:59 +00001049 case PPCISD::XXSWAPD: return "PPCISD::XXSWAPD";
Hal Finkelc93a9a22015-02-25 01:06:45 +00001050 case PPCISD::QVFPERM: return "PPCISD::QVFPERM";
1051 case PPCISD::QVGPCI: return "PPCISD::QVGPCI";
1052 case PPCISD::QVALIGNI: return "PPCISD::QVALIGNI";
1053 case PPCISD::QVESPLATI: return "PPCISD::QVESPLATI";
1054 case PPCISD::QBFLT: return "PPCISD::QBFLT";
1055 case PPCISD::QVLFSb: return "PPCISD::QVLFSb";
Chris Lattner347ed8a2006-01-09 23:52:17 +00001056 }
Matthias Braund04893f2015-05-07 21:33:59 +00001057 return nullptr;
Chris Lattner347ed8a2006-01-09 23:52:17 +00001058}
1059
Mehdi Amini44ede332015-07-09 02:09:04 +00001060EVT PPCTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &C,
1061 EVT VT) const {
Adhemerval Zanellafe3f7932012-10-08 18:59:53 +00001062 if (!VT.isVector())
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001063 return Subtarget.useCRBits() ? MVT::i1 : MVT::i32;
Hal Finkelc93a9a22015-02-25 01:06:45 +00001064
1065 if (Subtarget.hasQPX())
1066 return EVT::getVectorVT(C, MVT::i1, VT.getVectorNumElements());
1067
Adhemerval Zanellafe3f7932012-10-08 18:59:53 +00001068 return VT.changeVectorElementTypeToInteger();
Scott Michela6729e82008-03-10 15:42:14 +00001069}
1070
Hal Finkel62ac7362014-09-19 11:42:56 +00001071bool PPCTargetLowering::enableAggressiveFMAFusion(EVT VT) const {
1072 assert(VT.isFloatingPoint() && "Non-floating-point FMA?");
1073 return true;
1074}
1075
Chris Lattner4211ca92006-04-14 06:01:58 +00001076//===----------------------------------------------------------------------===//
1077// Node matching predicates, for use by the tblgen matching code.
1078//===----------------------------------------------------------------------===//
1079
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001080/// isFloatingPointZero - Return true if this is 0.0 or -0.0.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001081static bool isFloatingPointZero(SDValue Op) {
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001082 if (ConstantFPSDNode *CFP = dyn_cast<ConstantFPSDNode>(Op))
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001083 return CFP->getValueAPF().isZero();
Gabor Greiff304a7a2008-08-28 21:40:38 +00001084 else if (ISD::isEXTLoad(Op.getNode()) || ISD::isNON_EXTLoad(Op.getNode())) {
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001085 // Maybe this has already been legalized into the constant pool?
1086 if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op.getOperand(1)))
Dan Gohmanbcaf6812010-04-15 01:51:59 +00001087 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CP->getConstVal()))
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001088 return CFP->getValueAPF().isZero();
Chris Lattner7f1fa8e2005-08-26 17:36:52 +00001089 }
1090 return false;
1091}
1092
Chris Lattnere8b83b42006-04-06 17:23:16 +00001093/// isConstantOrUndef - Op is either an undef node or a ConstantSDNode. Return
1094/// true if Op is undef or if it matches the specified value.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001095static bool isConstantOrUndef(int Op, int Val) {
1096 return Op < 0 || Op == Val;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001097}
1098
1099/// isVPKUHUMShuffleMask - Return true if this is the shuffle mask for a
1100/// VPKUHUM instruction.
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001101/// The ShuffleKind distinguishes between big-endian operations with
1102/// two different inputs (0), either-endian operations with two identical
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001103/// inputs (1), and little-endian operations with two different inputs (2).
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001104/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1105bool PPC::isVPKUHUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
Bill Schmidtf910a062014-06-10 14:35:01 +00001106 SelectionDAG &DAG) {
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001107 bool IsLE = DAG.getDataLayout().isLittleEndian();
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001108 if (ShuffleKind == 0) {
Eric Christopherd9134482014-08-04 21:25:23 +00001109 if (IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001110 return false;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001111 for (unsigned i = 0; i != 16; ++i)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001112 if (!isConstantOrUndef(N->getMaskElt(i), i*2+1))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001113 return false;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001114 } else if (ShuffleKind == 2) {
Eric Christopherd9134482014-08-04 21:25:23 +00001115 if (!IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001116 return false;
1117 for (unsigned i = 0; i != 16; ++i)
1118 if (!isConstantOrUndef(N->getMaskElt(i), i*2))
1119 return false;
1120 } else if (ShuffleKind == 1) {
Eric Christopherd9134482014-08-04 21:25:23 +00001121 unsigned j = IsLE ? 0 : 1;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001122 for (unsigned i = 0; i != 8; ++i)
Bill Schmidtf910a062014-06-10 14:35:01 +00001123 if (!isConstantOrUndef(N->getMaskElt(i), i*2+j) ||
1124 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001125 return false;
1126 }
Chris Lattner1d338192006-04-06 18:26:28 +00001127 return true;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001128}
1129
1130/// isVPKUWUMShuffleMask - Return true if this is the shuffle mask for a
1131/// VPKUWUM instruction.
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001132/// The ShuffleKind distinguishes between big-endian operations with
1133/// two different inputs (0), either-endian operations with two identical
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001134/// inputs (1), and little-endian operations with two different inputs (2).
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001135/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1136bool PPC::isVPKUWUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
Bill Schmidtf910a062014-06-10 14:35:01 +00001137 SelectionDAG &DAG) {
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001138 bool IsLE = DAG.getDataLayout().isLittleEndian();
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001139 if (ShuffleKind == 0) {
Eric Christopherd9134482014-08-04 21:25:23 +00001140 if (IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001141 return false;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001142 for (unsigned i = 0; i != 16; i += 2)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001143 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+2) ||
1144 !isConstantOrUndef(N->getMaskElt(i+1), i*2+3))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001145 return false;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001146 } else if (ShuffleKind == 2) {
Eric Christopherd9134482014-08-04 21:25:23 +00001147 if (!IsLE)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001148 return false;
1149 for (unsigned i = 0; i != 16; i += 2)
1150 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1151 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1))
1152 return false;
1153 } else if (ShuffleKind == 1) {
Eric Christopherd9134482014-08-04 21:25:23 +00001154 unsigned j = IsLE ? 0 : 2;
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001155 for (unsigned i = 0; i != 8; i += 2)
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00001156 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1157 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1158 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1159 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1))
Chris Lattnera4bbfae2006-04-06 22:28:36 +00001160 return false;
1161 }
Chris Lattner1d338192006-04-06 18:26:28 +00001162 return true;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001163}
1164
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001165/// isVPKUDUMShuffleMask - Return true if this is the shuffle mask for a
Bill Schmidte13ac912015-05-21 20:48:49 +00001166/// VPKUDUM instruction, AND the VPKUDUM instruction exists for the
1167/// current subtarget.
1168///
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001169/// The ShuffleKind distinguishes between big-endian operations with
1170/// two different inputs (0), either-endian operations with two identical
1171/// inputs (1), and little-endian operations with two different inputs (2).
1172/// For the latter, the input operands are swapped (see PPCInstrAltivec.td).
1173bool PPC::isVPKUDUMShuffleMask(ShuffleVectorSDNode *N, unsigned ShuffleKind,
1174 SelectionDAG &DAG) {
Bill Schmidte13ac912015-05-21 20:48:49 +00001175 const PPCSubtarget& Subtarget =
1176 static_cast<const PPCSubtarget&>(DAG.getSubtarget());
1177 if (!Subtarget.hasP8Vector())
1178 return false;
1179
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001180 bool IsLE = DAG.getDataLayout().isLittleEndian();
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00001181 if (ShuffleKind == 0) {
1182 if (IsLE)
1183 return false;
1184 for (unsigned i = 0; i != 16; i += 4)
1185 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+4) ||
1186 !isConstantOrUndef(N->getMaskElt(i+1), i*2+5) ||
1187 !isConstantOrUndef(N->getMaskElt(i+2), i*2+6) ||
1188 !isConstantOrUndef(N->getMaskElt(i+3), i*2+7))
1189 return false;
1190 } else if (ShuffleKind == 2) {
1191 if (!IsLE)
1192 return false;
1193 for (unsigned i = 0; i != 16; i += 4)
1194 if (!isConstantOrUndef(N->getMaskElt(i ), i*2) ||
1195 !isConstantOrUndef(N->getMaskElt(i+1), i*2+1) ||
1196 !isConstantOrUndef(N->getMaskElt(i+2), i*2+2) ||
1197 !isConstantOrUndef(N->getMaskElt(i+3), i*2+3))
1198 return false;
1199 } else if (ShuffleKind == 1) {
1200 unsigned j = IsLE ? 0 : 4;
1201 for (unsigned i = 0; i != 8; i += 4)
1202 if (!isConstantOrUndef(N->getMaskElt(i ), i*2+j) ||
1203 !isConstantOrUndef(N->getMaskElt(i+1), i*2+j+1) ||
1204 !isConstantOrUndef(N->getMaskElt(i+2), i*2+j+2) ||
1205 !isConstantOrUndef(N->getMaskElt(i+3), i*2+j+3) ||
1206 !isConstantOrUndef(N->getMaskElt(i+8), i*2+j) ||
1207 !isConstantOrUndef(N->getMaskElt(i+9), i*2+j+1) ||
1208 !isConstantOrUndef(N->getMaskElt(i+10), i*2+j+2) ||
1209 !isConstantOrUndef(N->getMaskElt(i+11), i*2+j+3))
1210 return false;
1211 }
1212 return true;
1213}
1214
Chris Lattnerf38e0332006-04-06 22:02:42 +00001215/// isVMerge - Common function, used to match vmrg* shuffles.
1216///
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001217static bool isVMerge(ShuffleVectorSDNode *N, unsigned UnitSize,
Chris Lattnerf38e0332006-04-06 22:02:42 +00001218 unsigned LHSStart, unsigned RHSStart) {
Hal Finkeldf3e34d2014-03-26 22:58:37 +00001219 if (N->getValueType(0) != MVT::v16i8)
1220 return false;
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001221 assert((UnitSize == 1 || UnitSize == 2 || UnitSize == 4) &&
1222 "Unsupported merge size!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00001223
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001224 for (unsigned i = 0; i != 8/UnitSize; ++i) // Step over units
1225 for (unsigned j = 0; j != UnitSize; ++j) { // Step over bytes within unit
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001226 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j),
Chris Lattnerf38e0332006-04-06 22:02:42 +00001227 LHSStart+j+i*UnitSize) ||
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001228 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j),
Chris Lattnerf38e0332006-04-06 22:02:42 +00001229 RHSStart+j+i*UnitSize))
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001230 return false;
1231 }
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001232 return true;
Chris Lattnerf38e0332006-04-06 22:02:42 +00001233}
1234
1235/// isVMRGLShuffleMask - Return true if this is a shuffle mask suitable for
Bill Schmidtf910a062014-06-10 14:35:01 +00001236/// a VMRGL* instruction with the specified unit size (1,2 or 4 bytes).
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001237/// The ShuffleKind distinguishes between big-endian merges with two
1238/// different inputs (0), either-endian merges with two identical inputs (1),
1239/// and little-endian merges with two different inputs (2). For the latter,
1240/// the input operands are swapped (see PPCInstrAltivec.td).
Wesley Peck527da1b2010-11-23 03:31:01 +00001241bool PPC::isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001242 unsigned ShuffleKind, SelectionDAG &DAG) {
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001243 if (DAG.getDataLayout().isLittleEndian()) {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001244 if (ShuffleKind == 1) // unary
1245 return isVMerge(N, UnitSize, 0, 0);
1246 else if (ShuffleKind == 2) // swapped
Bill Schmidtf910a062014-06-10 14:35:01 +00001247 return isVMerge(N, UnitSize, 0, 16);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001248 else
1249 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001250 } else {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001251 if (ShuffleKind == 1) // unary
1252 return isVMerge(N, UnitSize, 8, 8);
1253 else if (ShuffleKind == 0) // normal
Bill Schmidtf910a062014-06-10 14:35:01 +00001254 return isVMerge(N, UnitSize, 8, 24);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001255 else
1256 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001257 }
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001258}
1259
1260/// isVMRGHShuffleMask - Return true if this is a shuffle mask suitable for
Bill Schmidtf910a062014-06-10 14:35:01 +00001261/// a VMRGH* instruction with the specified unit size (1,2 or 4 bytes).
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001262/// The ShuffleKind distinguishes between big-endian merges with two
1263/// different inputs (0), either-endian merges with two identical inputs (1),
1264/// and little-endian merges with two different inputs (2). For the latter,
1265/// the input operands are swapped (see PPCInstrAltivec.td).
Wesley Peck527da1b2010-11-23 03:31:01 +00001266bool PPC::isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001267 unsigned ShuffleKind, SelectionDAG &DAG) {
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001268 if (DAG.getDataLayout().isLittleEndian()) {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001269 if (ShuffleKind == 1) // unary
1270 return isVMerge(N, UnitSize, 8, 8);
1271 else if (ShuffleKind == 2) // swapped
Bill Schmidtf910a062014-06-10 14:35:01 +00001272 return isVMerge(N, UnitSize, 8, 24);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001273 else
1274 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001275 } else {
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001276 if (ShuffleKind == 1) // unary
1277 return isVMerge(N, UnitSize, 0, 0);
1278 else if (ShuffleKind == 0) // normal
Bill Schmidtf910a062014-06-10 14:35:01 +00001279 return isVMerge(N, UnitSize, 0, 16);
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00001280 else
1281 return false;
Bill Schmidtf910a062014-06-10 14:35:01 +00001282 }
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001283}
1284
Kit Barton13894c72015-06-25 15:17:40 +00001285/**
1286 * \brief Common function used to match vmrgew and vmrgow shuffles
1287 *
1288 * The indexOffset determines whether to look for even or odd words in
1289 * the shuffle mask. This is based on the of the endianness of the target
1290 * machine.
1291 * - Little Endian:
1292 * - Use offset of 0 to check for odd elements
1293 * - Use offset of 4 to check for even elements
1294 * - Big Endian:
1295 * - Use offset of 0 to check for even elements
1296 * - Use offset of 4 to check for odd elements
1297 * A detailed description of the vector element ordering for little endian and
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001298 * big endian can be found at
1299 * http://www.ibm.com/developerworks/library/l-ibm-xl-c-cpp-compiler/index.html
Kit Barton13894c72015-06-25 15:17:40 +00001300 * Targeting your applications - what little endian and big endian IBM XL C/C++
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001301 * compiler differences mean to you
Kit Barton13894c72015-06-25 15:17:40 +00001302 *
1303 * The mask to the shuffle vector instruction specifies the indices of the
1304 * elements from the two input vectors to place in the result. The elements are
1305 * numbered in array-access order, starting with the first vector. These vectors
1306 * are always of type v16i8, thus each vector will contain 16 elements of size
NAKAMURA Takumi520b45d2015-06-25 23:38:44 +00001307 * 8. More info on the shuffle vector can be found in the
1308 * http://llvm.org/docs/LangRef.html#shufflevector-instruction
1309 * Language Reference.
Kit Barton13894c72015-06-25 15:17:40 +00001310 *
1311 * The RHSStartValue indicates whether the same input vectors are used (unary)
1312 * or two different input vectors are used, based on the following:
1313 * - If the instruction uses the same vector for both inputs, the range of the
1314 * indices will be 0 to 15. In this case, the RHSStart value passed should
1315 * be 0.
1316 * - If the instruction has two different vectors then the range of the
1317 * indices will be 0 to 31. In this case, the RHSStart value passed should
1318 * be 16 (indices 0-15 specify elements in the first vector while indices 16
1319 * to 31 specify elements in the second vector).
1320 *
1321 * \param[in] N The shuffle vector SD Node to analyze
1322 * \param[in] IndexOffset Specifies whether to look for even or odd elements
1323 * \param[in] RHSStartValue Specifies the starting index for the righthand input
1324 * vector to the shuffle_vector instruction
1325 * \return true iff this shuffle vector represents an even or odd word merge
1326 */
1327static bool isVMerge(ShuffleVectorSDNode *N, unsigned IndexOffset,
1328 unsigned RHSStartValue) {
1329 if (N->getValueType(0) != MVT::v16i8)
1330 return false;
1331
1332 for (unsigned i = 0; i < 2; ++i)
1333 for (unsigned j = 0; j < 4; ++j)
1334 if (!isConstantOrUndef(N->getMaskElt(i*4+j),
1335 i*RHSStartValue+j+IndexOffset) ||
1336 !isConstantOrUndef(N->getMaskElt(i*4+j+8),
1337 i*RHSStartValue+j+IndexOffset+8))
1338 return false;
1339 return true;
1340}
1341
1342/**
1343 * \brief Determine if the specified shuffle mask is suitable for the vmrgew or
1344 * vmrgow instructions.
1345 *
1346 * \param[in] N The shuffle vector SD Node to analyze
1347 * \param[in] CheckEven Check for an even merge (true) or an odd merge (false)
1348 * \param[in] ShuffleKind Identify the type of merge:
1349 * - 0 = big-endian merge with two different inputs;
1350 * - 1 = either-endian merge with two identical inputs;
1351 * - 2 = little-endian merge with two different inputs (inputs are swapped for
1352 * little-endian merges).
1353 * \param[in] DAG The current SelectionDAG
1354 * \return true iff this shuffle mask
1355 */
1356bool PPC::isVMRGEOShuffleMask(ShuffleVectorSDNode *N, bool CheckEven,
1357 unsigned ShuffleKind, SelectionDAG &DAG) {
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001358 if (DAG.getDataLayout().isLittleEndian()) {
Kit Barton13894c72015-06-25 15:17:40 +00001359 unsigned indexOffset = CheckEven ? 4 : 0;
1360 if (ShuffleKind == 1) // Unary
1361 return isVMerge(N, indexOffset, 0);
1362 else if (ShuffleKind == 2) // swapped
1363 return isVMerge(N, indexOffset, 16);
1364 else
1365 return false;
1366 }
1367 else {
1368 unsigned indexOffset = CheckEven ? 0 : 4;
1369 if (ShuffleKind == 1) // Unary
1370 return isVMerge(N, indexOffset, 0);
1371 else if (ShuffleKind == 0) // Normal
1372 return isVMerge(N, indexOffset, 16);
1373 else
1374 return false;
1375 }
1376 return false;
1377}
Chris Lattnerd1dcb522006-04-06 21:11:54 +00001378
Chris Lattner1d338192006-04-06 18:26:28 +00001379/// isVSLDOIShuffleMask - If this is a vsldoi shuffle mask, return the shift
1380/// amount, otherwise return -1.
Bill Schmidt42a69362014-08-05 20:47:25 +00001381/// The ShuffleKind distinguishes between big-endian operations with two
1382/// different inputs (0), either-endian operations with two identical inputs
1383/// (1), and little-endian operations with two different inputs (2). For the
1384/// latter, the input operands are swapped (see PPCInstrAltivec.td).
1385int PPC::isVSLDOIShuffleMask(SDNode *N, unsigned ShuffleKind,
1386 SelectionDAG &DAG) {
Hal Finkeldf3e34d2014-03-26 22:58:37 +00001387 if (N->getValueType(0) != MVT::v16i8)
Hal Finkela775e512014-04-08 19:00:27 +00001388 return -1;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001389
1390 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
Wesley Peck527da1b2010-11-23 03:31:01 +00001391
Chris Lattner1d338192006-04-06 18:26:28 +00001392 // Find the first non-undef value in the shuffle mask.
1393 unsigned i;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001394 for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
Chris Lattner1d338192006-04-06 18:26:28 +00001395 /*search*/;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001396
Chris Lattner1d338192006-04-06 18:26:28 +00001397 if (i == 16) return -1; // all undef.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001398
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001399 // Otherwise, check to see if the rest of the elements are consecutively
Chris Lattner1d338192006-04-06 18:26:28 +00001400 // numbered from this value.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001401 unsigned ShiftAmt = SVOp->getMaskElt(i);
Chris Lattner1d338192006-04-06 18:26:28 +00001402 if (ShiftAmt < i) return -1;
Chris Lattnere8b83b42006-04-06 17:23:16 +00001403
Bill Schmidtf04e9982014-08-04 23:21:01 +00001404 ShiftAmt -= i;
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001405 bool isLE = DAG.getDataLayout().isLittleEndian();
Bill Schmidtf910a062014-06-10 14:35:01 +00001406
Bill Schmidt42a69362014-08-05 20:47:25 +00001407 if ((ShuffleKind == 0 && !isLE) || (ShuffleKind == 2 && isLE)) {
Bill Schmidtf04e9982014-08-04 23:21:01 +00001408 // Check the rest of the elements to see if they are consecutive.
1409 for (++i; i != 16; ++i)
1410 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
1411 return -1;
Bill Schmidt42a69362014-08-05 20:47:25 +00001412 } else if (ShuffleKind == 1) {
Bill Schmidtf04e9982014-08-04 23:21:01 +00001413 // Check the rest of the elements to see if they are consecutive.
1414 for (++i; i != 16; ++i)
1415 if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
1416 return -1;
Bill Schmidt42a69362014-08-05 20:47:25 +00001417 } else
1418 return -1;
1419
Bill Schmidt1e77bb12015-07-15 15:45:30 +00001420 if (isLE)
Bill Schmidt42a69362014-08-05 20:47:25 +00001421 ShiftAmt = 16 - ShiftAmt;
Bill Schmidtf04e9982014-08-04 23:21:01 +00001422
Chris Lattner1d338192006-04-06 18:26:28 +00001423 return ShiftAmt;
1424}
Chris Lattnerffc47562006-03-20 06:33:01 +00001425
1426/// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
1427/// specifies a splat of a single element that is suitable for input to
1428/// VSPLTB/VSPLTH/VSPLTW.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001429bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
Owen Anderson9f944592009-08-11 20:47:22 +00001430 assert(N->getValueType(0) == MVT::v16i8 &&
Chris Lattner95c7adc2006-04-04 17:25:31 +00001431 (EltSize == 1 || EltSize == 2 || EltSize == 4));
Scott Michelcf0da6c2009-02-17 22:15:04 +00001432
Chris Lattnera8fbb6d2006-03-20 06:37:44 +00001433 // This is a splat operation if each element of the permute is the same, and
1434 // if the value doesn't reference the second vector.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001435 unsigned ElementBase = N->getMaskElt(0);
Wesley Peck527da1b2010-11-23 03:31:01 +00001436
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001437 // FIXME: Handle UNDEF elements too!
1438 if (ElementBase >= 16)
Chris Lattner95c7adc2006-04-04 17:25:31 +00001439 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001440
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001441 // Check that the indices are consecutive, in the case of a multi-byte element
1442 // splatted with a v16i8 mask.
1443 for (unsigned i = 1; i != EltSize; ++i)
1444 if (N->getMaskElt(i) < 0 || N->getMaskElt(i) != (int)(i+ElementBase))
Chris Lattner95c7adc2006-04-04 17:25:31 +00001445 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001446
Chris Lattner95c7adc2006-04-04 17:25:31 +00001447 for (unsigned i = EltSize, e = 16; i != e; i += EltSize) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001448 if (N->getMaskElt(i) < 0) continue;
Chris Lattner95c7adc2006-04-04 17:25:31 +00001449 for (unsigned j = 0; j != EltSize; ++j)
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001450 if (N->getMaskElt(i+j) != N->getMaskElt(j))
Chris Lattner95c7adc2006-04-04 17:25:31 +00001451 return false;
Chris Lattnera8fbb6d2006-03-20 06:37:44 +00001452 }
Chris Lattner95c7adc2006-04-04 17:25:31 +00001453 return true;
Chris Lattnerffc47562006-03-20 06:33:01 +00001454}
1455
1456/// getVSPLTImmediate - Return the appropriate VSPLT* immediate to splat the
1457/// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
Bill Schmidtf910a062014-06-10 14:35:01 +00001458unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize,
1459 SelectionDAG &DAG) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00001460 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
1461 assert(isSplatShuffleMask(SVOp, EltSize));
Mehdi Aminia749f2a2015-07-09 02:09:52 +00001462 if (DAG.getDataLayout().isLittleEndian())
Bill Schmidtf910a062014-06-10 14:35:01 +00001463 return (16 / EltSize) - 1 - (SVOp->getMaskElt(0) / EltSize);
1464 else
1465 return SVOp->getMaskElt(0) / EltSize;
Chris Lattnerffc47562006-03-20 06:33:01 +00001466}
1467
Chris Lattner74cf9ff2006-04-12 17:37:20 +00001468/// get_VSPLTI_elt - If this is a build_vector of constants which can be formed
Chris Lattnerd71a1f92006-04-08 06:46:53 +00001469/// by using a vspltis[bhw] instruction of the specified element size, return
1470/// the constant being splatted. The ByteSize field indicates the number of
1471/// bytes of each element [124] -> [bhw].
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001472SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001473 SDValue OpVal(nullptr, 0);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001474
1475 // If ByteSize of the splat is bigger than the element size of the
1476 // build_vector, then we have a case where we are checking for a splat where
1477 // multiple elements of the buildvector are folded together into a single
1478 // logical element of the splat (e.g. "vsplish 1" to splat {0,1}*8).
1479 unsigned EltSize = 16/N->getNumOperands();
1480 if (EltSize < ByteSize) {
1481 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001482 SDValue UniquedVals[4];
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001483 assert(Multiple > 1 && Multiple <= 4 && "How can this happen?");
Scott Michelcf0da6c2009-02-17 22:15:04 +00001484
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001485 // See if all of the elements in the buildvector agree across.
1486 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
1487 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
1488 // If the element isn't a constant, bail fully out.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001489 if (!isa<ConstantSDNode>(N->getOperand(i))) return SDValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001490
Scott Michelcf0da6c2009-02-17 22:15:04 +00001491
Craig Topper062a2ba2014-04-25 05:30:21 +00001492 if (!UniquedVals[i&(Multiple-1)].getNode())
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001493 UniquedVals[i&(Multiple-1)] = N->getOperand(i);
1494 else if (UniquedVals[i&(Multiple-1)] != N->getOperand(i))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001495 return SDValue(); // no match.
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001496 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001497
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001498 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains
1499 // either constant or undef values that are identical for each chunk. See
1500 // if these chunks can form into a larger vspltis*.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001501
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001502 // Check to see if all of the leading entries are either 0 or -1. If
1503 // neither, then this won't fit into the immediate field.
1504 bool LeadingZero = true;
1505 bool LeadingOnes = true;
1506 for (unsigned i = 0; i != Multiple-1; ++i) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001507 if (!UniquedVals[i].getNode()) continue; // Must have been undefs.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001508
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001509 LeadingZero &= cast<ConstantSDNode>(UniquedVals[i])->isNullValue();
1510 LeadingOnes &= cast<ConstantSDNode>(UniquedVals[i])->isAllOnesValue();
1511 }
1512 // Finally, check the least significant entry.
1513 if (LeadingZero) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001514 if (!UniquedVals[Multiple-1].getNode())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001515 return DAG.getTargetConstant(0, SDLoc(N), MVT::i32); // 0,0,0,undef
Dan Gohmaneffb8942008-09-12 16:56:44 +00001516 int Val = cast<ConstantSDNode>(UniquedVals[Multiple-1])->getZExtValue();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001517 if (Val < 16) // 0,0,0,4 -> vspltisw(4)
1518 return DAG.getTargetConstant(Val, SDLoc(N), MVT::i32);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001519 }
1520 if (LeadingOnes) {
Craig Topper062a2ba2014-04-25 05:30:21 +00001521 if (!UniquedVals[Multiple-1].getNode())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001522 return DAG.getTargetConstant(~0U, SDLoc(N), MVT::i32); // -1,-1,-1,undef
Dan Gohman6e054832008-09-26 21:54:37 +00001523 int Val =cast<ConstantSDNode>(UniquedVals[Multiple-1])->getSExtValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001524 if (Val >= -16) // -1,-1,-1,-2 -> vspltisw(-2)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001525 return DAG.getTargetConstant(Val, SDLoc(N), MVT::i32);
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001526 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001527
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001528 return SDValue();
Chris Lattnerd9e80f42006-04-08 07:14:26 +00001529 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001530
Chris Lattner2771e2c2006-03-25 06:12:06 +00001531 // Check to see if this buildvec has a single non-undef value in its elements.
1532 for (unsigned i = 0, e = N->getNumOperands(); i != e; ++i) {
1533 if (N->getOperand(i).getOpcode() == ISD::UNDEF) continue;
Craig Topper062a2ba2014-04-25 05:30:21 +00001534 if (!OpVal.getNode())
Chris Lattner2771e2c2006-03-25 06:12:06 +00001535 OpVal = N->getOperand(i);
1536 else if (OpVal != N->getOperand(i))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001537 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001538 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001539
Craig Topper062a2ba2014-04-25 05:30:21 +00001540 if (!OpVal.getNode()) return SDValue(); // All UNDEF: use implicit def.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001541
Eli Friedman9c6ab1a2009-05-24 02:03:36 +00001542 unsigned ValSizeInBytes = EltSize;
Nate Begeman1b392872006-03-28 04:15:58 +00001543 uint64_t Value = 0;
Chris Lattner2771e2c2006-03-25 06:12:06 +00001544 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(OpVal)) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00001545 Value = CN->getZExtValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001546 } else if (ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(OpVal)) {
Owen Anderson9f944592009-08-11 20:47:22 +00001547 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
Dale Johannesen3cf889f2007-08-31 04:03:46 +00001548 Value = FloatToBits(CN->getValueAPF().convertToFloat());
Chris Lattner2771e2c2006-03-25 06:12:06 +00001549 }
1550
1551 // If the splat value is larger than the element value, then we can never do
1552 // this splat. The only case that we could fit the replicated bits into our
1553 // immediate field for would be zero, and we prefer to use vxor for it.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001554 if (ValSizeInBytes < ByteSize) return SDValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00001555
Benjamin Kramerb4b51502015-03-25 16:49:59 +00001556 // If the element value is larger than the splat value, check if it consists
1557 // of a repeated bit pattern of size ByteSize.
1558 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8))
1559 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001560
1561 // Properly sign extend the value.
Richard Smith228e6d42012-08-24 23:29:28 +00001562 int MaskVal = SignExtend32(Value, ByteSize * 8);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001563
Evan Chengb1ddc982006-03-26 09:52:32 +00001564 // If this is zero, don't match, zero matches ISD::isBuildVectorAllZeros.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001565 if (MaskVal == 0) return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001566
Chris Lattnerd71a1f92006-04-08 06:46:53 +00001567 // Finally, if this value fits in a 5 bit sext field, return it
Richard Smith228e6d42012-08-24 23:29:28 +00001568 if (SignExtend32<5>(MaskVal) == MaskVal)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001569 return DAG.getTargetConstant(MaskVal, SDLoc(N), MVT::i32);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001570 return SDValue();
Chris Lattner2771e2c2006-03-25 06:12:06 +00001571}
1572
Hal Finkelc93a9a22015-02-25 01:06:45 +00001573/// isQVALIGNIShuffleMask - If this is a qvaligni shuffle mask, return the shift
1574/// amount, otherwise return -1.
1575int PPC::isQVALIGNIShuffleMask(SDNode *N) {
1576 EVT VT = N->getValueType(0);
1577 if (VT != MVT::v4f64 && VT != MVT::v4f32 && VT != MVT::v4i1)
1578 return -1;
1579
1580 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(N);
1581
1582 // Find the first non-undef value in the shuffle mask.
1583 unsigned i;
1584 for (i = 0; i != 4 && SVOp->getMaskElt(i) < 0; ++i)
1585 /*search*/;
1586
1587 if (i == 4) return -1; // all undef.
1588
1589 // Otherwise, check to see if the rest of the elements are consecutively
1590 // numbered from this value.
1591 unsigned ShiftAmt = SVOp->getMaskElt(i);
1592 if (ShiftAmt < i) return -1;
1593 ShiftAmt -= i;
1594
1595 // Check the rest of the elements to see if they are consecutive.
1596 for (++i; i != 4; ++i)
1597 if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
1598 return -1;
1599
1600 return ShiftAmt;
1601}
1602
Chris Lattner4211ca92006-04-14 06:01:58 +00001603//===----------------------------------------------------------------------===//
Chris Lattnera801fced2006-11-08 02:15:41 +00001604// Addressing Mode Selection
1605//===----------------------------------------------------------------------===//
1606
1607/// isIntS16Immediate - This method tests to see if the node is either a 32-bit
1608/// or 64-bit immediate, and if the value can be accurately represented as a
1609/// sign extension from a 16-bit value. If so, this returns true and the
1610/// immediate.
1611static bool isIntS16Immediate(SDNode *N, short &Imm) {
Adam Nemet571eb5f2014-05-20 17:20:34 +00001612 if (!isa<ConstantSDNode>(N))
Chris Lattnera801fced2006-11-08 02:15:41 +00001613 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001614
Dan Gohmaneffb8942008-09-12 16:56:44 +00001615 Imm = (short)cast<ConstantSDNode>(N)->getZExtValue();
Owen Anderson9f944592009-08-11 20:47:22 +00001616 if (N->getValueType(0) == MVT::i32)
Dan Gohmaneffb8942008-09-12 16:56:44 +00001617 return Imm == (int32_t)cast<ConstantSDNode>(N)->getZExtValue();
Chris Lattnera801fced2006-11-08 02:15:41 +00001618 else
Dan Gohmaneffb8942008-09-12 16:56:44 +00001619 return Imm == (int64_t)cast<ConstantSDNode>(N)->getZExtValue();
Chris Lattnera801fced2006-11-08 02:15:41 +00001620}
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001621static bool isIntS16Immediate(SDValue Op, short &Imm) {
Gabor Greiff304a7a2008-08-28 21:40:38 +00001622 return isIntS16Immediate(Op.getNode(), Imm);
Chris Lattnera801fced2006-11-08 02:15:41 +00001623}
1624
1625
1626/// SelectAddressRegReg - Given the specified addressed, check to see if it
1627/// can be represented as an indexed [r+r] operation. Returns false if it
1628/// can be more efficiently represented with [r+imm].
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001629bool PPCTargetLowering::SelectAddressRegReg(SDValue N, SDValue &Base,
1630 SDValue &Index,
Dan Gohman02b93132009-01-15 16:29:45 +00001631 SelectionDAG &DAG) const {
Chris Lattnera801fced2006-11-08 02:15:41 +00001632 short imm = 0;
1633 if (N.getOpcode() == ISD::ADD) {
1634 if (isIntS16Immediate(N.getOperand(1), imm))
1635 return false; // r+i
1636 if (N.getOperand(1).getOpcode() == PPCISD::Lo)
1637 return false; // r+i
Scott Michelcf0da6c2009-02-17 22:15:04 +00001638
Chris Lattnera801fced2006-11-08 02:15:41 +00001639 Base = N.getOperand(0);
1640 Index = N.getOperand(1);
1641 return true;
1642 } else if (N.getOpcode() == ISD::OR) {
1643 if (isIntS16Immediate(N.getOperand(1), imm))
1644 return false; // r+i can fold it if we can.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001645
Chris Lattnera801fced2006-11-08 02:15:41 +00001646 // If this is an or of disjoint bitfields, we can codegen this as an add
1647 // (for better address arithmetic) if the LHS and RHS of the OR are provably
1648 // disjoint.
Dan Gohmanf19609a2008-02-27 01:23:58 +00001649 APInt LHSKnownZero, LHSKnownOne;
1650 APInt RHSKnownZero, RHSKnownOne;
Jay Foada0653a32014-05-14 21:14:37 +00001651 DAG.computeKnownBits(N.getOperand(0),
1652 LHSKnownZero, LHSKnownOne);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001653
Dan Gohmanf19609a2008-02-27 01:23:58 +00001654 if (LHSKnownZero.getBoolValue()) {
Jay Foada0653a32014-05-14 21:14:37 +00001655 DAG.computeKnownBits(N.getOperand(1),
1656 RHSKnownZero, RHSKnownOne);
Chris Lattnera801fced2006-11-08 02:15:41 +00001657 // If all of the bits are known zero on the LHS or RHS, the add won't
1658 // carry.
Dan Gohman26854f22008-02-27 21:12:32 +00001659 if (~(LHSKnownZero | RHSKnownZero) == 0) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001660 Base = N.getOperand(0);
1661 Index = N.getOperand(1);
1662 return true;
1663 }
1664 }
1665 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001666
Chris Lattnera801fced2006-11-08 02:15:41 +00001667 return false;
1668}
1669
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001670// If we happen to be doing an i64 load or store into a stack slot that has
1671// less than a 4-byte alignment, then the frame-index elimination may need to
1672// use an indexed load or store instruction (because the offset may not be a
1673// multiple of 4). The extra register needed to hold the offset comes from the
1674// register scavenger, and it is possible that the scavenger will need to use
1675// an emergency spill slot. As a result, we need to make sure that a spill slot
1676// is allocated when doing an i64 load/store into a less-than-4-byte-aligned
1677// stack slot.
1678static void fixupFuncForFI(SelectionDAG &DAG, int FrameIdx, EVT VT) {
1679 // FIXME: This does not handle the LWA case.
1680 if (VT != MVT::i64)
1681 return;
1682
Hal Finkel7ab3db52013-07-10 15:29:01 +00001683 // NOTE: We'll exclude negative FIs here, which come from argument
1684 // lowering, because there are no known test cases triggering this problem
1685 // using packed structures (or similar). We can remove this exclusion if
1686 // we find such a test case. The reason why this is so test-case driven is
1687 // because this entire 'fixup' is only to prevent crashes (from the
1688 // register scavenger) on not-really-valid inputs. For example, if we have:
1689 // %a = alloca i1
1690 // %b = bitcast i1* %a to i64*
1691 // store i64* a, i64 b
1692 // then the store should really be marked as 'align 1', but is not. If it
1693 // were marked as 'align 1' then the indexed form would have been
1694 // instruction-selected initially, and the problem this 'fixup' is preventing
1695 // won't happen regardless.
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001696 if (FrameIdx < 0)
1697 return;
1698
1699 MachineFunction &MF = DAG.getMachineFunction();
1700 MachineFrameInfo *MFI = MF.getFrameInfo();
1701
1702 unsigned Align = MFI->getObjectAlignment(FrameIdx);
1703 if (Align >= 4)
1704 return;
1705
1706 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1707 FuncInfo->setHasNonRISpills();
1708}
1709
Chris Lattnera801fced2006-11-08 02:15:41 +00001710/// Returns true if the address N can be represented by a base register plus
1711/// a signed 16-bit displacement [r+imm], and if it is not better
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001712/// represented as reg+reg. If Aligned is true, only accept displacements
1713/// suitable for STD and friends, i.e. multiples of 4.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001714bool PPCTargetLowering::SelectAddressRegImm(SDValue N, SDValue &Disp,
Dan Gohman02b93132009-01-15 16:29:45 +00001715 SDValue &Base,
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001716 SelectionDAG &DAG,
1717 bool Aligned) const {
Dale Johannesenab8e4422009-02-06 19:16:40 +00001718 // FIXME dl should come from parent load or store, not from address
Andrew Trickef9de2a2013-05-25 02:42:55 +00001719 SDLoc dl(N);
Chris Lattnera801fced2006-11-08 02:15:41 +00001720 // If this can be more profitably realized as r+r, fail.
1721 if (SelectAddressRegReg(N, Disp, Base, DAG))
1722 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001723
Chris Lattnera801fced2006-11-08 02:15:41 +00001724 if (N.getOpcode() == ISD::ADD) {
1725 short imm = 0;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001726 if (isIntS16Immediate(N.getOperand(1), imm) &&
1727 (!Aligned || (imm & 3) == 0)) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001728 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001729 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N.getOperand(0))) {
1730 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001731 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001732 } else {
1733 Base = N.getOperand(0);
1734 }
1735 return true; // [r+i]
1736 } else if (N.getOperand(1).getOpcode() == PPCISD::Lo) {
1737 // Match LOAD (ADD (X, Lo(G))).
Gabor Greifc8a9abe2012-04-20 11:41:38 +00001738 assert(!cast<ConstantSDNode>(N.getOperand(1).getOperand(1))->getZExtValue()
Chris Lattnera801fced2006-11-08 02:15:41 +00001739 && "Cannot handle constant offsets yet!");
1740 Disp = N.getOperand(1).getOperand(0); // The global address.
1741 assert(Disp.getOpcode() == ISD::TargetGlobalAddress ||
Roman Divackye3f15c982012-06-04 17:36:38 +00001742 Disp.getOpcode() == ISD::TargetGlobalTLSAddress ||
Chris Lattnera801fced2006-11-08 02:15:41 +00001743 Disp.getOpcode() == ISD::TargetConstantPool ||
1744 Disp.getOpcode() == ISD::TargetJumpTable);
1745 Base = N.getOperand(0);
1746 return true; // [&g+r]
1747 }
1748 } else if (N.getOpcode() == ISD::OR) {
1749 short imm = 0;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001750 if (isIntS16Immediate(N.getOperand(1), imm) &&
1751 (!Aligned || (imm & 3) == 0)) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001752 // If this is an or of disjoint bitfields, we can codegen this as an add
1753 // (for better address arithmetic) if the LHS and RHS of the OR are
1754 // provably disjoint.
Dan Gohmanf19609a2008-02-27 01:23:58 +00001755 APInt LHSKnownZero, LHSKnownOne;
Jay Foada0653a32014-05-14 21:14:37 +00001756 DAG.computeKnownBits(N.getOperand(0), LHSKnownZero, LHSKnownOne);
Bill Wendling63061832008-03-24 23:16:37 +00001757
Dan Gohmanf19609a2008-02-27 01:23:58 +00001758 if ((LHSKnownZero.getZExtValue()|~(uint64_t)imm) == ~0ULL) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001759 // If all of the bits are known zero on the LHS or RHS, the add won't
1760 // carry.
Ulrich Weigand55a96652014-07-20 22:26:40 +00001761 if (FrameIndexSDNode *FI =
1762 dyn_cast<FrameIndexSDNode>(N.getOperand(0))) {
1763 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
1764 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
1765 } else {
1766 Base = N.getOperand(0);
1767 }
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001768 Disp = DAG.getTargetConstant(imm, dl, N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001769 return true;
1770 }
1771 }
1772 } else if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N)) {
1773 // Loading from a constant address.
Scott Michelcf0da6c2009-02-17 22:15:04 +00001774
Chris Lattnera801fced2006-11-08 02:15:41 +00001775 // If this address fits entirely in a 16-bit sext immediate field, codegen
1776 // this as "d, 0"
1777 short Imm;
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001778 if (isIntS16Immediate(CN, Imm) && (!Aligned || (Imm & 3) == 0)) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001779 Disp = DAG.getTargetConstant(Imm, dl, CN->getValueType(0));
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001780 Base = DAG.getRegister(Subtarget.isPPC64() ? PPC::ZERO8 : PPC::ZERO,
Hal Finkelf70c41e2013-03-21 23:45:03 +00001781 CN->getValueType(0));
Chris Lattnera801fced2006-11-08 02:15:41 +00001782 return true;
1783 }
Chris Lattner4a9c0bb2007-02-17 06:44:03 +00001784
1785 // Handle 32-bit sext immediates with LIS + addr mode.
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001786 if ((CN->getValueType(0) == MVT::i32 ||
1787 (int64_t)CN->getZExtValue() == (int)CN->getZExtValue()) &&
1788 (!Aligned || (CN->getZExtValue() & 3) == 0)) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00001789 int Addr = (int)CN->getZExtValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00001790
Chris Lattnera801fced2006-11-08 02:15:41 +00001791 // Otherwise, break this down into an LIS + disp.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001792 Disp = DAG.getTargetConstant((short)Addr, dl, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00001793
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001794 Base = DAG.getTargetConstant((Addr - (signed short)Addr) >> 16, dl,
1795 MVT::i32);
Owen Anderson9f944592009-08-11 20:47:22 +00001796 unsigned Opc = CN->getValueType(0) == MVT::i32 ? PPC::LIS : PPC::LIS8;
Dan Gohman32f71d72009-09-25 18:54:59 +00001797 Base = SDValue(DAG.getMachineNode(Opc, dl, CN->getValueType(0), Base), 0);
Chris Lattnera801fced2006-11-08 02:15:41 +00001798 return true;
1799 }
1800 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001801
Mehdi Amini44ede332015-07-09 02:09:04 +00001802 Disp = DAG.getTargetConstant(0, dl, getPointerTy(DAG.getDataLayout()));
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001803 if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(N)) {
Chris Lattnera801fced2006-11-08 02:15:41 +00001804 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
Hal Finkeldbbf09b2013-07-09 06:34:51 +00001805 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
1806 } else
Chris Lattnera801fced2006-11-08 02:15:41 +00001807 Base = N;
1808 return true; // [r+0]
1809}
1810
1811/// SelectAddressRegRegOnly - Given the specified addressed, force it to be
1812/// represented as an indexed [r+r] operation.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001813bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base,
1814 SDValue &Index,
Dan Gohman02b93132009-01-15 16:29:45 +00001815 SelectionDAG &DAG) const {
Chris Lattnera801fced2006-11-08 02:15:41 +00001816 // Check to see if we can easily represent this as an [r+r] address. This
1817 // will fail if it thinks that the address is more profitably represented as
1818 // reg+imm, e.g. where imm = 0.
1819 if (SelectAddressRegReg(N, Base, Index, DAG))
1820 return true;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001821
Chris Lattnera801fced2006-11-08 02:15:41 +00001822 // If the operand is an addition, always emit this as [r+r], since this is
1823 // better (for code size, and execution, as the memop does the add for free)
1824 // than emitting an explicit add.
1825 if (N.getOpcode() == ISD::ADD) {
1826 Base = N.getOperand(0);
1827 Index = N.getOperand(1);
1828 return true;
1829 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001830
Chris Lattnera801fced2006-11-08 02:15:41 +00001831 // Otherwise, do it the hard way, using R0 as the base register.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00001832 Base = DAG.getRegister(Subtarget.isPPC64() ? PPC::ZERO8 : PPC::ZERO,
Hal Finkelf70c41e2013-03-21 23:45:03 +00001833 N.getValueType());
Chris Lattnera801fced2006-11-08 02:15:41 +00001834 Index = N;
1835 return true;
1836}
1837
Chris Lattnera801fced2006-11-08 02:15:41 +00001838/// getPreIndexedAddressParts - returns true by value, base pointer and
1839/// offset pointer and addressing mode by reference if the node's address
1840/// can be legally represented as pre-indexed load / store address.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001841bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base,
1842 SDValue &Offset,
Evan Chengb1500072006-11-09 17:55:04 +00001843 ISD::MemIndexedMode &AM,
Dan Gohman02b93132009-01-15 16:29:45 +00001844 SelectionDAG &DAG) const {
Hal Finkel595817e2012-06-04 02:21:00 +00001845 if (DisablePPCPreinc) return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001846
Ulrich Weigande90b0222013-03-22 14:58:48 +00001847 bool isLoad = true;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00001848 SDValue Ptr;
Owen Anderson53aa7a92009-08-10 22:56:29 +00001849 EVT VT;
Hal Finkelb09680b2013-03-18 23:00:58 +00001850 unsigned Alignment;
Chris Lattnera801fced2006-11-08 02:15:41 +00001851 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(N)) {
1852 Ptr = LD->getBasePtr();
Dan Gohman47a7d6f2008-01-30 00:15:11 +00001853 VT = LD->getMemoryVT();
Hal Finkelb09680b2013-03-18 23:00:58 +00001854 Alignment = LD->getAlignment();
Chris Lattnera801fced2006-11-08 02:15:41 +00001855 } else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(N)) {
Chris Lattner68371252006-11-14 01:38:31 +00001856 Ptr = ST->getBasePtr();
Dan Gohman47a7d6f2008-01-30 00:15:11 +00001857 VT = ST->getMemoryVT();
Hal Finkelb09680b2013-03-18 23:00:58 +00001858 Alignment = ST->getAlignment();
Ulrich Weigande90b0222013-03-22 14:58:48 +00001859 isLoad = false;
Chris Lattnera801fced2006-11-08 02:15:41 +00001860 } else
1861 return false;
1862
Hal Finkelc93a9a22015-02-25 01:06:45 +00001863 // PowerPC doesn't have preinc load/store instructions for vectors (except
1864 // for QPX, which does have preinc r+r forms).
1865 if (VT.isVector()) {
1866 if (!Subtarget.hasQPX() || (VT != MVT::v4f64 && VT != MVT::v4f32)) {
1867 return false;
1868 } else if (SelectAddressRegRegOnly(Ptr, Offset, Base, DAG)) {
1869 AM = ISD::PRE_INC;
1870 return true;
1871 }
1872 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001873
Ulrich Weigande90b0222013-03-22 14:58:48 +00001874 if (SelectAddressRegReg(Ptr, Base, Offset, DAG)) {
1875
1876 // Common code will reject creating a pre-inc form if the base pointer
1877 // is a frame index, or if N is a store and the base pointer is either
1878 // the same as or a predecessor of the value being stored. Check for
1879 // those situations here, and try with swapped Base/Offset instead.
1880 bool Swap = false;
1881
1882 if (isa<FrameIndexSDNode>(Base) || isa<RegisterSDNode>(Base))
1883 Swap = true;
1884 else if (!isLoad) {
1885 SDValue Val = cast<StoreSDNode>(N)->getValue();
1886 if (Val == Base || Base.getNode()->isPredecessorOf(Val.getNode()))
1887 Swap = true;
1888 }
1889
1890 if (Swap)
1891 std::swap(Base, Offset);
1892
Hal Finkelca542be2012-06-20 15:43:03 +00001893 AM = ISD::PRE_INC;
1894 return true;
Hal Finkel1cc27e42012-06-19 02:34:32 +00001895 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00001896
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001897 // LDU/STU can only handle immediates that are a multiple of 4.
Owen Anderson9f944592009-08-11 20:47:22 +00001898 if (VT != MVT::i64) {
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001899 if (!SelectAddressRegImm(Ptr, Offset, Base, DAG, false))
Chris Lattner474b5b72006-11-15 19:55:13 +00001900 return false;
1901 } else {
Hal Finkelb09680b2013-03-18 23:00:58 +00001902 // LDU/STU need an address with at least 4-byte alignment.
1903 if (Alignment < 4)
1904 return false;
1905
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00001906 if (!SelectAddressRegImm(Ptr, Offset, Base, DAG, true))
Chris Lattner474b5b72006-11-15 19:55:13 +00001907 return false;
1908 }
Chris Lattnerb314b152006-11-11 00:08:42 +00001909
Chris Lattnerb314b152006-11-11 00:08:42 +00001910 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(N)) {
Chris Lattner474b5b72006-11-15 19:55:13 +00001911 // PPC64 doesn't have lwau, but it does have lwaux. Reject preinc load of
1912 // sext i32 to i64 when addr mode is r+i.
Owen Anderson9f944592009-08-11 20:47:22 +00001913 if (LD->getValueType(0) == MVT::i64 && LD->getMemoryVT() == MVT::i32 &&
Chris Lattnerb314b152006-11-11 00:08:42 +00001914 LD->getExtensionType() == ISD::SEXTLOAD &&
1915 isa<ConstantSDNode>(Offset))
1916 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00001917 }
1918
Chris Lattnerce645542006-11-10 02:08:47 +00001919 AM = ISD::PRE_INC;
1920 return true;
Chris Lattnera801fced2006-11-08 02:15:41 +00001921}
1922
1923//===----------------------------------------------------------------------===//
Chris Lattner4211ca92006-04-14 06:01:58 +00001924// LowerOperation implementation
1925//===----------------------------------------------------------------------===//
1926
Chris Lattneredb9d842010-11-15 02:46:57 +00001927/// GetLabelAccessInfo - Return true if we should reference labels using a
1928/// PICBase, set the HiOpFlags and LoOpFlags to the target MO flags.
Eric Christophercccae792015-01-30 22:02:31 +00001929static bool GetLabelAccessInfo(const TargetMachine &TM,
1930 const PPCSubtarget &Subtarget,
1931 unsigned &HiOpFlags, unsigned &LoOpFlags,
Craig Topper062a2ba2014-04-25 05:30:21 +00001932 const GlobalValue *GV = nullptr) {
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00001933 HiOpFlags = PPCII::MO_HA;
1934 LoOpFlags = PPCII::MO_LO;
Wesley Peck527da1b2010-11-23 03:31:01 +00001935
Hal Finkel3ee2af72014-07-18 23:29:49 +00001936 // Don't use the pic base if not in PIC relocation model.
1937 bool isPIC = TM.getRelocationModel() == Reloc::PIC_;
1938
Chris Lattnerdd6df842010-11-15 03:13:19 +00001939 if (isPIC) {
1940 HiOpFlags |= PPCII::MO_PIC_FLAG;
1941 LoOpFlags |= PPCII::MO_PIC_FLAG;
1942 }
1943
1944 // If this is a reference to a global value that requires a non-lazy-ptr, make
1945 // sure that instruction lowering adds it.
Eric Christophere8dbfe12015-02-13 22:23:04 +00001946 if (GV && Subtarget.hasLazyResolverStub(GV)) {
Chris Lattnerdd6df842010-11-15 03:13:19 +00001947 HiOpFlags |= PPCII::MO_NLP_FLAG;
1948 LoOpFlags |= PPCII::MO_NLP_FLAG;
Wesley Peck527da1b2010-11-23 03:31:01 +00001949
Chris Lattnerdd6df842010-11-15 03:13:19 +00001950 if (GV->hasHiddenVisibility()) {
1951 HiOpFlags |= PPCII::MO_NLP_HIDDEN_FLAG;
1952 LoOpFlags |= PPCII::MO_NLP_HIDDEN_FLAG;
1953 }
1954 }
Wesley Peck527da1b2010-11-23 03:31:01 +00001955
Chris Lattneredb9d842010-11-15 02:46:57 +00001956 return isPIC;
1957}
1958
1959static SDValue LowerLabelRef(SDValue HiPart, SDValue LoPart, bool isPIC,
1960 SelectionDAG &DAG) {
Daniel Jasper48e93f72015-04-28 13:38:35 +00001961 SDLoc DL(HiPart);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00001962 EVT PtrVT = HiPart.getValueType();
1963 SDValue Zero = DAG.getConstant(0, DL, PtrVT);
Chris Lattneredb9d842010-11-15 02:46:57 +00001964
1965 SDValue Hi = DAG.getNode(PPCISD::Hi, DL, PtrVT, HiPart, Zero);
1966 SDValue Lo = DAG.getNode(PPCISD::Lo, DL, PtrVT, LoPart, Zero);
Wesley Peck527da1b2010-11-23 03:31:01 +00001967
Chris Lattneredb9d842010-11-15 02:46:57 +00001968 // With PIC, the first instruction is actually "GR+hi(&G)".
1969 if (isPIC)
1970 Hi = DAG.getNode(ISD::ADD, DL, PtrVT,
1971 DAG.getNode(PPCISD::GlobalBaseReg, DL, PtrVT), Hi);
Wesley Peck527da1b2010-11-23 03:31:01 +00001972
Chris Lattneredb9d842010-11-15 02:46:57 +00001973 // Generate non-pic code that has direct accesses to the constant pool.
1974 // The address of the global is just (hi(&g)+lo(&g)).
1975 return DAG.getNode(ISD::ADD, DL, PtrVT, Hi, Lo);
1976}
1977
Hal Finkele6698d52015-02-01 15:03:28 +00001978static void setUsesTOCBasePtr(MachineFunction &MF) {
1979 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
1980 FuncInfo->setUsesTOCBasePtr();
1981}
1982
1983static void setUsesTOCBasePtr(SelectionDAG &DAG) {
1984 setUsesTOCBasePtr(DAG.getMachineFunction());
1985}
1986
Hal Finkelcf599212015-02-25 21:36:59 +00001987static SDValue getTOCEntry(SelectionDAG &DAG, SDLoc dl, bool Is64Bit,
1988 SDValue GA) {
1989 EVT VT = Is64Bit ? MVT::i64 : MVT::i32;
1990 SDValue Reg = Is64Bit ? DAG.getRegister(PPC::X2, VT) :
1991 DAG.getNode(PPCISD::GlobalBaseReg, dl, VT);
1992
1993 SDValue Ops[] = { GA, Reg };
1994 return DAG.getMemIntrinsicNode(PPCISD::TOC_ENTRY, dl,
1995 DAG.getVTList(VT, MVT::Other), Ops, VT,
1996 MachinePointerInfo::getGOT(), 0, false, true,
1997 false, 0);
1998}
1999
Scott Michelcf0da6c2009-02-17 22:15:04 +00002000SDValue PPCTargetLowering::LowerConstantPool(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002001 SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002002 EVT PtrVT = Op.getValueType();
Chris Lattner4211ca92006-04-14 06:01:58 +00002003 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
Dan Gohmanbcaf6812010-04-15 01:51:59 +00002004 const Constant *C = CP->getConstVal();
Chris Lattner4211ca92006-04-14 06:01:58 +00002005
Roman Divackyace47072012-08-24 16:26:02 +00002006 // 64-bit SVR4 ABI code is always position-independent.
2007 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002008 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002009 setUsesTOCBasePtr(DAG);
Roman Divackyace47072012-08-24 16:26:02 +00002010 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0);
Hal Finkelcf599212015-02-25 21:36:59 +00002011 return getTOCEntry(DAG, SDLoc(CP), true, GA);
Roman Divackyace47072012-08-24 16:26:02 +00002012 }
2013
Chris Lattneredb9d842010-11-15 02:46:57 +00002014 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002015 bool isPIC =
2016 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002017
2018 if (isPIC && Subtarget.isSVR4ABI()) {
2019 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(),
2020 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002021 return getTOCEntry(DAG, SDLoc(CP), false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002022 }
2023
Chris Lattneredb9d842010-11-15 02:46:57 +00002024 SDValue CPIHi =
2025 DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0, MOHiFlag);
2026 SDValue CPILo =
2027 DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0, MOLoFlag);
2028 return LowerLabelRef(CPIHi, CPILo, isPIC, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00002029}
2030
Dan Gohman21cea8a2010-04-17 15:26:15 +00002031SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002032 EVT PtrVT = Op.getValueType();
Nate Begeman4ca2ea52006-04-22 18:53:45 +00002033 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
Wesley Peck527da1b2010-11-23 03:31:01 +00002034
Roman Divackyace47072012-08-24 16:26:02 +00002035 // 64-bit SVR4 ABI code is always position-independent.
2036 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002037 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002038 setUsesTOCBasePtr(DAG);
Roman Divackyace47072012-08-24 16:26:02 +00002039 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
Hal Finkelcf599212015-02-25 21:36:59 +00002040 return getTOCEntry(DAG, SDLoc(JT), true, GA);
Roman Divackyace47072012-08-24 16:26:02 +00002041 }
2042
Chris Lattneredb9d842010-11-15 02:46:57 +00002043 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002044 bool isPIC =
2045 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002046
2047 if (isPIC && Subtarget.isSVR4ABI()) {
2048 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT,
2049 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002050 return getTOCEntry(DAG, SDLoc(GA), false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002051 }
2052
Chris Lattneredb9d842010-11-15 02:46:57 +00002053 SDValue JTIHi = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, MOHiFlag);
2054 SDValue JTILo = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, MOLoFlag);
2055 return LowerLabelRef(JTIHi, JTILo, isPIC, DAG);
Lauro Ramos Venancio09d73c02007-07-11 17:19:51 +00002056}
2057
Dan Gohman21cea8a2010-04-17 15:26:15 +00002058SDValue PPCTargetLowering::LowerBlockAddress(SDValue Op,
2059 SelectionDAG &DAG) const {
Bob Wilsonf84f7102009-11-04 21:31:18 +00002060 EVT PtrVT = Op.getValueType();
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002061 BlockAddressSDNode *BASDN = cast<BlockAddressSDNode>(Op);
2062 const BlockAddress *BA = BASDN->getBlockAddress();
Bob Wilsonf84f7102009-11-04 21:31:18 +00002063
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002064 // 64-bit SVR4 ABI code is always position-independent.
2065 // The actual BlockAddress is stored in the TOC.
2066 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002067 setUsesTOCBasePtr(DAG);
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002068 SDValue GA = DAG.getTargetBlockAddress(BA, PtrVT, BASDN->getOffset());
Hal Finkelcf599212015-02-25 21:36:59 +00002069 return getTOCEntry(DAG, SDLoc(BASDN), true, GA);
Ulrich Weigandc8c2ea22014-10-31 10:33:14 +00002070 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002071
Chris Lattneredb9d842010-11-15 02:46:57 +00002072 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002073 bool isPIC =
2074 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag);
Michael Liaoabb87d42012-09-12 21:43:09 +00002075 SDValue TgtBAHi = DAG.getTargetBlockAddress(BA, PtrVT, 0, MOHiFlag);
2076 SDValue TgtBALo = DAG.getTargetBlockAddress(BA, PtrVT, 0, MOLoFlag);
Chris Lattneredb9d842010-11-15 02:46:57 +00002077 return LowerLabelRef(TgtBAHi, TgtBALo, isPIC, DAG);
2078}
2079
Roman Divackye3f15c982012-06-04 17:36:38 +00002080SDValue PPCTargetLowering::LowerGlobalTLSAddress(SDValue Op,
2081 SelectionDAG &DAG) const {
2082
Bill Schmidtbdae03f2013-09-17 20:22:05 +00002083 // FIXME: TLS addresses currently use medium model code sequences,
2084 // which is the most useful form. Eventually support for small and
2085 // large models could be added if users need it, at the cost of
2086 // additional complexity.
Roman Divackye3f15c982012-06-04 17:36:38 +00002087 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op);
Chih-Hung Hsieh1e859582015-07-28 16:24:05 +00002088 if (DAG.getTarget().Options.EmulatedTLS)
2089 return LowerToTLSEmulatedModel(GA, DAG);
2090
Andrew Trickef9de2a2013-05-25 02:42:55 +00002091 SDLoc dl(GA);
Roman Divackye3f15c982012-06-04 17:36:38 +00002092 const GlobalValue *GV = GA->getGlobal();
Mehdi Amini44ede332015-07-09 02:09:04 +00002093 EVT PtrVT = getPointerTy(DAG.getDataLayout());
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002094 bool is64bit = Subtarget.isPPC64();
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002095 const Module *M = DAG.getMachineFunction().getFunction()->getParent();
2096 PICLevel::Level picLevel = M->getPICLevel();
Roman Divackye3f15c982012-06-04 17:36:38 +00002097
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002098 TLSModel::Model Model = getTargetMachine().getTLSModel(GV);
Roman Divackye3f15c982012-06-04 17:36:38 +00002099
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002100 if (Model == TLSModel::LocalExec) {
2101 SDValue TGAHi = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00002102 PPCII::MO_TPREL_HA);
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002103 SDValue TGALo = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
Ulrich Weigandd51c09f2013-06-21 14:42:20 +00002104 PPCII::MO_TPREL_LO);
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002105 SDValue TLSReg = DAG.getRegister(is64bit ? PPC::X13 : PPC::R2,
2106 is64bit ? MVT::i64 : MVT::i32);
2107 SDValue Hi = DAG.getNode(PPCISD::Hi, dl, PtrVT, TGAHi, TLSReg);
2108 return DAG.getNode(PPCISD::Lo, dl, PtrVT, TGALo, Hi);
2109 }
Roman Divackye3f15c982012-06-04 17:36:38 +00002110
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002111 if (Model == TLSModel::InitialExec) {
Bill Schmidt732eb912012-12-13 18:45:54 +00002112 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Ulrich Weigand5b427592013-07-05 12:22:36 +00002113 SDValue TGATLS = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0,
2114 PPCII::MO_TLS);
Roman Divacky32143e22013-12-20 18:08:54 +00002115 SDValue GOTPtr;
2116 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002117 setUsesTOCBasePtr(DAG);
Roman Divacky32143e22013-12-20 18:08:54 +00002118 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2119 GOTPtr = DAG.getNode(PPCISD::ADDIS_GOT_TPREL_HA, dl,
2120 PtrVT, GOTReg, TGA);
2121 } else
2122 GOTPtr = DAG.getNode(PPCISD::PPC32_GOT, dl, PtrVT);
Bill Schmidt9f0b4ec2012-12-14 17:02:38 +00002123 SDValue TPOffset = DAG.getNode(PPCISD::LD_GOT_TPREL_L, dl,
Roman Divacky32143e22013-12-20 18:08:54 +00002124 PtrVT, TGA, GOTPtr);
Ulrich Weigand5b427592013-07-05 12:22:36 +00002125 return DAG.getNode(PPCISD::ADD_TLS, dl, PtrVT, TPOffset, TGATLS);
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002126 }
Bill Schmidtca4a0c92012-12-04 16:18:08 +00002127
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002128 if (Model == TLSModel::GeneralDynamic) {
Bill Schmidt82f1c772015-02-10 19:09:05 +00002129 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002130 SDValue GOTPtr;
2131 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002132 setUsesTOCBasePtr(DAG);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002133 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2134 GOTPtr = DAG.getNode(PPCISD::ADDIS_TLSGD_HA, dl, PtrVT,
2135 GOTReg, TGA);
2136 } else {
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002137 if (picLevel == PICLevel::Small)
2138 GOTPtr = DAG.getNode(PPCISD::GlobalBaseReg, dl, PtrVT);
2139 else
2140 GOTPtr = DAG.getNode(PPCISD::PPC32_PICGOT, dl, PtrVT);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002141 }
Bill Schmidt82f1c772015-02-10 19:09:05 +00002142 return DAG.getNode(PPCISD::ADDI_TLSGD_L_ADDR, dl, PtrVT,
2143 GOTPtr, TGA, TGA);
Bill Schmidtc56f1d32012-12-11 20:30:11 +00002144 }
2145
Bill Schmidt24b8dd62012-12-12 19:29:35 +00002146 if (Model == TLSModel::LocalDynamic) {
Bill Schmidt82f1c772015-02-10 19:09:05 +00002147 SDValue TGA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, 0);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002148 SDValue GOTPtr;
2149 if (is64bit) {
Hal Finkele6698d52015-02-01 15:03:28 +00002150 setUsesTOCBasePtr(DAG);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002151 SDValue GOTReg = DAG.getRegister(PPC::X2, MVT::i64);
2152 GOTPtr = DAG.getNode(PPCISD::ADDIS_TLSLD_HA, dl, PtrVT,
2153 GOTReg, TGA);
2154 } else {
Justin Hibbitsa88b6052014-11-12 15:16:30 +00002155 if (picLevel == PICLevel::Small)
2156 GOTPtr = DAG.getNode(PPCISD::GlobalBaseReg, dl, PtrVT);
2157 else
2158 GOTPtr = DAG.getNode(PPCISD::PPC32_PICGOT, dl, PtrVT);
Hal Finkel7c8ae532014-07-25 17:47:22 +00002159 }
Bill Schmidt82f1c772015-02-10 19:09:05 +00002160 SDValue TLSAddr = DAG.getNode(PPCISD::ADDI_TLSLD_L_ADDR, dl,
2161 PtrVT, GOTPtr, TGA, TGA);
2162 SDValue DtvOffsetHi = DAG.getNode(PPCISD::ADDIS_DTPREL_HA, dl,
2163 PtrVT, TLSAddr, TGA);
Bill Schmidt24b8dd62012-12-12 19:29:35 +00002164 return DAG.getNode(PPCISD::ADDI_DTPREL_L, dl, PtrVT, DtvOffsetHi, TGA);
2165 }
2166
2167 llvm_unreachable("Unknown TLS model!");
Roman Divackye3f15c982012-06-04 17:36:38 +00002168}
2169
Chris Lattneredb9d842010-11-15 02:46:57 +00002170SDValue PPCTargetLowering::LowerGlobalAddress(SDValue Op,
2171 SelectionDAG &DAG) const {
2172 EVT PtrVT = Op.getValueType();
2173 GlobalAddressSDNode *GSDN = cast<GlobalAddressSDNode>(Op);
Andrew Trickef9de2a2013-05-25 02:42:55 +00002174 SDLoc DL(GSDN);
Chris Lattneredb9d842010-11-15 02:46:57 +00002175 const GlobalValue *GV = GSDN->getGlobal();
2176
Chris Lattneredb9d842010-11-15 02:46:57 +00002177 // 64-bit SVR4 ABI code is always position-independent.
2178 // The actual address of the GlobalValue is stored in the TOC.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002179 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) {
Hal Finkele6698d52015-02-01 15:03:28 +00002180 setUsesTOCBasePtr(DAG);
Chris Lattneredb9d842010-11-15 02:46:57 +00002181 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset());
Hal Finkelcf599212015-02-25 21:36:59 +00002182 return getTOCEntry(DAG, DL, true, GA);
Chris Lattneredb9d842010-11-15 02:46:57 +00002183 }
2184
Chris Lattnerdd6df842010-11-15 03:13:19 +00002185 unsigned MOHiFlag, MOLoFlag;
Eric Christophercccae792015-01-30 22:02:31 +00002186 bool isPIC =
2187 GetLabelAccessInfo(DAG.getTarget(), Subtarget, MOHiFlag, MOLoFlag, GV);
Chris Lattneredb9d842010-11-15 02:46:57 +00002188
Hal Finkel3ee2af72014-07-18 23:29:49 +00002189 if (isPIC && Subtarget.isSVR4ABI()) {
2190 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT,
2191 GSDN->getOffset(),
2192 PPCII::MO_PIC_FLAG);
Hal Finkelcf599212015-02-25 21:36:59 +00002193 return getTOCEntry(DAG, DL, false, GA);
Hal Finkel3ee2af72014-07-18 23:29:49 +00002194 }
2195
Chris Lattnerdd6df842010-11-15 03:13:19 +00002196 SDValue GAHi =
2197 DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset(), MOHiFlag);
2198 SDValue GALo =
2199 DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset(), MOLoFlag);
Wesley Peck527da1b2010-11-23 03:31:01 +00002200
Chris Lattnerdd6df842010-11-15 03:13:19 +00002201 SDValue Ptr = LowerLabelRef(GAHi, GALo, isPIC, DAG);
Bob Wilsonf84f7102009-11-04 21:31:18 +00002202
Chris Lattnerdd6df842010-11-15 03:13:19 +00002203 // If the global reference is actually to a non-lazy-pointer, we have to do an
2204 // extra load to get the address of the global.
2205 if (MOHiFlag & PPCII::MO_NLP_FLAG)
2206 Ptr = DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), Ptr, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002207 false, false, false, 0);
Chris Lattnerdd6df842010-11-15 03:13:19 +00002208 return Ptr;
Chris Lattner4211ca92006-04-14 06:01:58 +00002209}
2210
Dan Gohman21cea8a2010-04-17 15:26:15 +00002211SDValue PPCTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner4211ca92006-04-14 06:01:58 +00002212 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
Andrew Trickef9de2a2013-05-25 02:42:55 +00002213 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002214
Hal Finkel777c9dd2014-03-29 16:04:40 +00002215 if (Op.getValueType() == MVT::v2i64) {
2216 // When the operands themselves are v2i64 values, we need to do something
2217 // special because VSX has no underlying comparison operations for these.
2218 if (Op.getOperand(0).getValueType() == MVT::v2i64) {
2219 // Equality can be handled by casting to the legal type for Altivec
2220 // comparisons, everything else needs to be expanded.
2221 if (CC == ISD::SETEQ || CC == ISD::SETNE) {
2222 return DAG.getNode(ISD::BITCAST, dl, MVT::v2i64,
2223 DAG.getSetCC(dl, MVT::v4i32,
2224 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(0)),
2225 DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(1)),
2226 CC));
2227 }
2228
2229 return SDValue();
2230 }
2231
2232 // We handle most of these in the usual way.
2233 return Op;
2234 }
2235
Chris Lattner4211ca92006-04-14 06:01:58 +00002236 // If we're comparing for equality to zero, expose the fact that this is
2237 // implented as a ctlz/srl pair on ppc, so that the dag combiner can
2238 // fold the new nodes.
2239 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op.getOperand(1))) {
2240 if (C->isNullValue() && CC == ISD::SETEQ) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002241 EVT VT = Op.getOperand(0).getValueType();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002242 SDValue Zext = Op.getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +00002243 if (VT.bitsLT(MVT::i32)) {
2244 VT = MVT::i32;
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00002245 Zext = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, Op.getOperand(0));
Scott Michelcf0da6c2009-02-17 22:15:04 +00002246 }
Duncan Sands13237ac2008-06-06 12:08:01 +00002247 unsigned Log2b = Log2_32(VT.getSizeInBits());
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00002248 SDValue Clz = DAG.getNode(ISD::CTLZ, dl, VT, Zext);
2249 SDValue Scc = DAG.getNode(ISD::SRL, dl, VT, Clz,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002250 DAG.getConstant(Log2b, dl, MVT::i32));
Owen Anderson9f944592009-08-11 20:47:22 +00002251 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Scc);
Chris Lattner4211ca92006-04-14 06:01:58 +00002252 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00002253 // Leave comparisons against 0 and -1 alone for now, since they're usually
Chris Lattner4211ca92006-04-14 06:01:58 +00002254 // optimized. FIXME: revisit this when we can custom lower all setcc
2255 // optimizations.
2256 if (C->isAllOnesValue() || C->isNullValue())
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002257 return SDValue();
Chris Lattner4211ca92006-04-14 06:01:58 +00002258 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00002259
Chris Lattner4211ca92006-04-14 06:01:58 +00002260 // If we have an integer seteq/setne, turn it into a compare against zero
Chris Lattner97ff46b2006-11-14 05:28:08 +00002261 // by xor'ing the rhs with the lhs, which is faster than setting a
2262 // condition register, reading it back out, and masking the correct bit. The
2263 // normal approach here uses sub to do this instead of xor. Using xor exposes
2264 // the result to other bit-twiddling opportunities.
Owen Anderson53aa7a92009-08-10 22:56:29 +00002265 EVT LHSVT = Op.getOperand(0).getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00002266 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00002267 EVT VT = Op.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00002268 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, Op.getOperand(0),
Chris Lattner4211ca92006-04-14 06:01:58 +00002269 Op.getOperand(1));
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002270 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC);
Chris Lattner4211ca92006-04-14 06:01:58 +00002271 }
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002272 return SDValue();
Chris Lattner4211ca92006-04-14 06:01:58 +00002273}
2274
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002275SDValue PPCTargetLowering::LowerVAARG(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002276 const PPCSubtarget &Subtarget) const {
Roman Divacky4394e682011-06-28 15:30:42 +00002277 SDNode *Node = Op.getNode();
2278 EVT VT = Node->getValueType(0);
Mehdi Amini44ede332015-07-09 02:09:04 +00002279 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Roman Divacky4394e682011-06-28 15:30:42 +00002280 SDValue InChain = Node->getOperand(0);
2281 SDValue VAListPtr = Node->getOperand(1);
2282 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue();
Andrew Trickef9de2a2013-05-25 02:42:55 +00002283 SDLoc dl(Node);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002284
Roman Divacky4394e682011-06-28 15:30:42 +00002285 assert(!Subtarget.isPPC64() && "LowerVAARG is PPC32 only");
2286
2287 // gpr_index
2288 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
2289 VAListPtr, MachinePointerInfo(SV), MVT::i8,
Louis Gerbarg67474e32014-07-31 21:45:05 +00002290 false, false, false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002291 InChain = GprIndex.getValue(1);
2292
2293 if (VT == MVT::i64) {
2294 // Check if GprIndex is even
2295 SDValue GprAnd = DAG.getNode(ISD::AND, dl, MVT::i32, GprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002296 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002297 SDValue CC64 = DAG.getSetCC(dl, MVT::i32, GprAnd,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002298 DAG.getConstant(0, dl, MVT::i32), ISD::SETNE);
Roman Divacky4394e682011-06-28 15:30:42 +00002299 SDValue GprIndexPlusOne = DAG.getNode(ISD::ADD, dl, MVT::i32, GprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002300 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002301 // Align GprIndex to be even if it isn't
2302 GprIndex = DAG.getNode(ISD::SELECT, dl, MVT::i32, CC64, GprIndexPlusOne,
2303 GprIndex);
2304 }
2305
2306 // fpr index is 1 byte after gpr
2307 SDValue FprPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002308 DAG.getConstant(1, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002309
2310 // fpr
2311 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
2312 FprPtr, MachinePointerInfo(SV), MVT::i8,
Louis Gerbarg67474e32014-07-31 21:45:05 +00002313 false, false, false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002314 InChain = FprIndex.getValue(1);
2315
2316 SDValue RegSaveAreaPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002317 DAG.getConstant(8, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002318
2319 SDValue OverflowAreaPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAListPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002320 DAG.getConstant(4, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002321
2322 // areas
2323 SDValue OverflowArea = DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr,
Pete Cooper82cd9e82011-11-08 18:42:53 +00002324 MachinePointerInfo(), false, false,
2325 false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002326 InChain = OverflowArea.getValue(1);
2327
2328 SDValue RegSaveArea = DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr,
Pete Cooper82cd9e82011-11-08 18:42:53 +00002329 MachinePointerInfo(), false, false,
2330 false, 0);
Roman Divacky4394e682011-06-28 15:30:42 +00002331 InChain = RegSaveArea.getValue(1);
2332
2333 // select overflow_area if index > 8
2334 SDValue CC = DAG.getSetCC(dl, MVT::i32, VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002335 DAG.getConstant(8, dl, MVT::i32), ISD::SETLT);
Roman Divacky4394e682011-06-28 15:30:42 +00002336
Roman Divacky4394e682011-06-28 15:30:42 +00002337 // adjustment constant gpr_index * 4/8
2338 SDValue RegConstant = DAG.getNode(ISD::MUL, dl, MVT::i32,
2339 VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002340 DAG.getConstant(VT.isInteger() ? 4 : 8, dl,
Roman Divacky4394e682011-06-28 15:30:42 +00002341 MVT::i32));
2342
2343 // OurReg = RegSaveArea + RegConstant
2344 SDValue OurReg = DAG.getNode(ISD::ADD, dl, PtrVT, RegSaveArea,
2345 RegConstant);
2346
2347 // Floating types are 32 bytes into RegSaveArea
2348 if (VT.isFloatingPoint())
2349 OurReg = DAG.getNode(ISD::ADD, dl, PtrVT, OurReg,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002350 DAG.getConstant(32, dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002351
2352 // increase {f,g}pr_index by 1 (or 2 if VT is i64)
2353 SDValue IndexPlus1 = DAG.getNode(ISD::ADD, dl, MVT::i32,
2354 VT.isInteger() ? GprIndex : FprIndex,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002355 DAG.getConstant(VT == MVT::i64 ? 2 : 1, dl,
Roman Divacky4394e682011-06-28 15:30:42 +00002356 MVT::i32));
2357
2358 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1,
2359 VT.isInteger() ? VAListPtr : FprPtr,
2360 MachinePointerInfo(SV),
2361 MVT::i8, false, false, 0);
2362
2363 // determine if we should load from reg_save_area or overflow_area
2364 SDValue Result = DAG.getNode(ISD::SELECT, dl, PtrVT, CC, OurReg, OverflowArea);
2365
2366 // increase overflow_area by 4/8 if gpr/fpr > 8
2367 SDValue OverflowAreaPlusN = DAG.getNode(ISD::ADD, dl, PtrVT, OverflowArea,
2368 DAG.getConstant(VT.isInteger() ? 4 : 8,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002369 dl, MVT::i32));
Roman Divacky4394e682011-06-28 15:30:42 +00002370
2371 OverflowArea = DAG.getNode(ISD::SELECT, dl, MVT::i32, CC, OverflowArea,
2372 OverflowAreaPlusN);
2373
2374 InChain = DAG.getTruncStore(InChain, dl, OverflowArea,
2375 OverflowAreaPtr,
2376 MachinePointerInfo(),
2377 MVT::i32, false, false, 0);
2378
NAKAMURA Takumi8ad54e02012-08-30 15:52:23 +00002379 return DAG.getLoad(VT, dl, InChain, Result, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002380 false, false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002381}
2382
Roman Divackyc3825df2013-07-25 21:36:47 +00002383SDValue PPCTargetLowering::LowerVACOPY(SDValue Op, SelectionDAG &DAG,
2384 const PPCSubtarget &Subtarget) const {
2385 assert(!Subtarget.isPPC64() && "LowerVACOPY is PPC32 only");
2386
2387 // We have to copy the entire va_list struct:
2388 // 2*sizeof(char) + 2 Byte alignment + 2*sizeof(char*) = 12 Byte
2389 return DAG.getMemcpy(Op.getOperand(0), Op,
2390 Op.getOperand(1), Op.getOperand(2),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002391 DAG.getConstant(12, SDLoc(Op), MVT::i32), 8, false, true,
2392 false, MachinePointerInfo(), MachinePointerInfo());
Roman Divackyc3825df2013-07-25 21:36:47 +00002393}
2394
Duncan Sandsa0984362011-09-06 13:37:06 +00002395SDValue PPCTargetLowering::LowerADJUST_TRAMPOLINE(SDValue Op,
2396 SelectionDAG &DAG) const {
2397 return Op.getOperand(0);
2398}
2399
2400SDValue PPCTargetLowering::LowerINIT_TRAMPOLINE(SDValue Op,
2401 SelectionDAG &DAG) const {
Bill Wendling95e1af22008-09-17 00:30:57 +00002402 SDValue Chain = Op.getOperand(0);
2403 SDValue Trmp = Op.getOperand(1); // trampoline
2404 SDValue FPtr = Op.getOperand(2); // nested function
2405 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
Andrew Trickef9de2a2013-05-25 02:42:55 +00002406 SDLoc dl(Op);
Bill Wendling95e1af22008-09-17 00:30:57 +00002407
Mehdi Amini44ede332015-07-09 02:09:04 +00002408 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Owen Anderson9f944592009-08-11 20:47:22 +00002409 bool isPPC64 = (PtrVT == MVT::i64);
Mehdi Aminia749f2a2015-07-09 02:09:52 +00002410 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
Bill Wendling95e1af22008-09-17 00:30:57 +00002411
Scott Michelcf0da6c2009-02-17 22:15:04 +00002412 TargetLowering::ArgListTy Args;
Bill Wendling95e1af22008-09-17 00:30:57 +00002413 TargetLowering::ArgListEntry Entry;
2414
2415 Entry.Ty = IntPtrTy;
2416 Entry.Node = Trmp; Args.push_back(Entry);
2417
2418 // TrampSize == (isPPC64 ? 48 : 40);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002419 Entry.Node = DAG.getConstant(isPPC64 ? 48 : 40, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00002420 isPPC64 ? MVT::i64 : MVT::i32);
Bill Wendling95e1af22008-09-17 00:30:57 +00002421 Args.push_back(Entry);
2422
2423 Entry.Node = FPtr; Args.push_back(Entry);
2424 Entry.Node = Nest; Args.push_back(Entry);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002425
Bill Wendling95e1af22008-09-17 00:30:57 +00002426 // Lower to a call to __trampoline_setup(Trmp, TrampSize, FPtr, ctx_reg)
Saleem Abdulrasoolf3a5a5c2014-05-17 21:50:17 +00002427 TargetLowering::CallLoweringInfo CLI(DAG);
2428 CLI.setDebugLoc(dl).setChain(Chain)
2429 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
Juergen Ributzka3bd03c72014-07-01 22:01:54 +00002430 DAG.getExternalSymbol("__trampoline_setup", PtrVT),
2431 std::move(Args), 0);
Bill Wendling95e1af22008-09-17 00:30:57 +00002432
Saleem Abdulrasoolf3a5a5c2014-05-17 21:50:17 +00002433 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI);
Duncan Sandsa0984362011-09-06 13:37:06 +00002434 return CallResult.second;
Bill Wendling95e1af22008-09-17 00:30:57 +00002435}
2436
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002437SDValue PPCTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002438 const PPCSubtarget &Subtarget) const {
Dan Gohman31ae5862010-04-17 14:41:14 +00002439 MachineFunction &MF = DAG.getMachineFunction();
2440 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
2441
Andrew Trickef9de2a2013-05-25 02:42:55 +00002442 SDLoc dl(Op);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002443
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002444 if (Subtarget.isDarwinABI() || Subtarget.isPPC64()) {
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002445 // vastart just stores the address of the VarArgsFrameIndex slot into the
2446 // memory location argument.
Mehdi Amini44ede332015-07-09 02:09:04 +00002447 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Dan Gohman31ae5862010-04-17 14:41:14 +00002448 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002449 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Chris Lattner676c61d2010-09-21 18:41:36 +00002450 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
2451 MachinePointerInfo(SV),
David Greene87a5abe2010-02-15 16:56:53 +00002452 false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002453 }
2454
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002455 // For the 32-bit SVR4 ABI we follow the layout of the va_list struct.
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002456 // We suppose the given va_list is already allocated.
2457 //
2458 // typedef struct {
2459 // char gpr; /* index into the array of 8 GPRs
2460 // * stored in the register save area
2461 // * gpr=0 corresponds to r3,
2462 // * gpr=1 to r4, etc.
2463 // */
2464 // char fpr; /* index into the array of 8 FPRs
2465 // * stored in the register save area
2466 // * fpr=0 corresponds to f1,
2467 // * fpr=1 to f2, etc.
2468 // */
2469 // char *overflow_arg_area;
2470 // /* location on stack that holds
2471 // * the next overflow argument
2472 // */
2473 // char *reg_save_area;
2474 // /* where r3:r10 and f1:f8 (if saved)
2475 // * are stored
2476 // */
2477 // } va_list[1];
2478
2479
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002480 SDValue ArgGPR = DAG.getConstant(FuncInfo->getVarArgsNumGPR(), dl, MVT::i32);
2481 SDValue ArgFPR = DAG.getConstant(FuncInfo->getVarArgsNumFPR(), dl, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002482
Mehdi Amini44ede332015-07-09 02:09:04 +00002483 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Scott Michelcf0da6c2009-02-17 22:15:04 +00002484
Dan Gohman31ae5862010-04-17 14:41:14 +00002485 SDValue StackOffsetFI = DAG.getFrameIndex(FuncInfo->getVarArgsStackOffset(),
2486 PtrVT);
2487 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(),
2488 PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002489
Duncan Sands13237ac2008-06-06 12:08:01 +00002490 uint64_t FrameOffset = PtrVT.getSizeInBits()/8;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002491 SDValue ConstFrameOffset = DAG.getConstant(FrameOffset, dl, PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002492
Duncan Sands13237ac2008-06-06 12:08:01 +00002493 uint64_t StackOffset = PtrVT.getSizeInBits()/8 - 1;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002494 SDValue ConstStackOffset = DAG.getConstant(StackOffset, dl, PtrVT);
Dan Gohman2d489b52008-02-06 22:27:42 +00002495
2496 uint64_t FPROffset = 1;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002497 SDValue ConstFPROffset = DAG.getConstant(FPROffset, dl, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002498
Dan Gohman2d489b52008-02-06 22:27:42 +00002499 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +00002500
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002501 // Store first byte : number of int regs
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002502 SDValue firstStore = DAG.getTruncStore(Op.getOperand(0), dl, ArgGPR,
Chris Lattner6963c1f2010-09-21 17:42:31 +00002503 Op.getOperand(1),
2504 MachinePointerInfo(SV),
2505 MVT::i8, false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002506 uint64_t nextOffset = FPROffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002507 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1),
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002508 ConstFPROffset);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002509
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002510 // Store second byte : number of float regs
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002511 SDValue secondStore =
Chris Lattner6963c1f2010-09-21 17:42:31 +00002512 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr,
2513 MachinePointerInfo(SV, nextOffset), MVT::i8,
David Greene87a5abe2010-02-15 16:56:53 +00002514 false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002515 nextOffset += StackOffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002516 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset);
Scott Michelcf0da6c2009-02-17 22:15:04 +00002517
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002518 // Store second word : arguments given on stack
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002519 SDValue thirdStore =
Chris Lattner676c61d2010-09-21 18:41:36 +00002520 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr,
2521 MachinePointerInfo(SV, nextOffset),
David Greene87a5abe2010-02-15 16:56:53 +00002522 false, false, 0);
Dan Gohman2d489b52008-02-06 22:27:42 +00002523 nextOffset += FrameOffset;
Dale Johannesen021052a2009-02-04 20:06:27 +00002524 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002525
2526 // Store third word : arguments given in registers
Chris Lattner676c61d2010-09-21 18:41:36 +00002527 return DAG.getStore(thirdStore, dl, FR, nextPtr,
2528 MachinePointerInfo(SV, nextOffset),
David Greene87a5abe2010-02-15 16:56:53 +00002529 false, false, 0);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00002530
Chris Lattner4211ca92006-04-14 06:01:58 +00002531}
2532
Chris Lattner4f2e4e02007-03-06 00:59:59 +00002533#include "PPCGenCallingConv.inc"
2534
Bill Schmidt8c3976e2013-08-26 20:11:46 +00002535// Function whose sole purpose is to kill compiler warnings
2536// stemming from unused functions included from PPCGenCallingConv.inc.
2537CCAssignFn *PPCTargetLowering::useFastISelCCs(unsigned Flag) const {
Bill Schmidt8470b0f2013-08-30 22:18:55 +00002538 return Flag ? CC_PPC64_ELF_FIS : RetCC_PPC64_ELF_FIS;
Bill Schmidt8c3976e2013-08-26 20:11:46 +00002539}
2540
Bill Schmidt230b4512013-06-12 16:39:22 +00002541bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
2542 CCValAssign::LocInfo &LocInfo,
2543 ISD::ArgFlagsTy &ArgFlags,
2544 CCState &State) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002545 return true;
2546}
2547
Bill Schmidt230b4512013-06-12 16:39:22 +00002548bool llvm::CC_PPC32_SVR4_Custom_AlignArgRegs(unsigned &ValNo, MVT &ValVT,
2549 MVT &LocVT,
2550 CCValAssign::LocInfo &LocInfo,
2551 ISD::ArgFlagsTy &ArgFlags,
2552 CCState &State) {
Craig Topper840beec2014-04-04 05:16:06 +00002553 static const MCPhysReg ArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002554 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
2555 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
2556 };
2557 const unsigned NumArgRegs = array_lengthof(ArgRegs);
Wesley Peck527da1b2010-11-23 03:31:01 +00002558
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002559 unsigned RegNum = State.getFirstUnallocated(ArgRegs);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002560
2561 // Skip one register if the first unallocated register has an even register
2562 // number and there are still argument registers available which have not been
2563 // allocated yet. RegNum is actually an index into ArgRegs, which means we
2564 // need to skip a register if RegNum is odd.
2565 if (RegNum != NumArgRegs && RegNum % 2 == 1) {
2566 State.AllocateReg(ArgRegs[RegNum]);
2567 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002568
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002569 // Always return false here, as this function only makes sure that the first
2570 // unallocated register has an odd register number and does not actually
2571 // allocate a register for the current argument.
2572 return false;
2573}
2574
Bill Schmidt230b4512013-06-12 16:39:22 +00002575bool llvm::CC_PPC32_SVR4_Custom_AlignFPArgRegs(unsigned &ValNo, MVT &ValVT,
2576 MVT &LocVT,
2577 CCValAssign::LocInfo &LocInfo,
2578 ISD::ArgFlagsTy &ArgFlags,
2579 CCState &State) {
Craig Topper840beec2014-04-04 05:16:06 +00002580 static const MCPhysReg ArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002581 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
2582 PPC::F8
2583 };
2584
2585 const unsigned NumArgRegs = array_lengthof(ArgRegs);
Wesley Peck527da1b2010-11-23 03:31:01 +00002586
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002587 unsigned RegNum = State.getFirstUnallocated(ArgRegs);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002588
2589 // If there is only one Floating-point register left we need to put both f64
2590 // values of a split ppc_fp128 value on the stack.
2591 if (RegNum != NumArgRegs && ArgRegs[RegNum] == PPC::F8) {
2592 State.AllocateReg(ArgRegs[RegNum]);
2593 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002594
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002595 // Always return false here, as this function only makes sure that the two f64
2596 // values a ppc_fp128 value is split into are both passed in registers or both
2597 // passed on the stack and does not actually allocate a register for the
2598 // current argument.
2599 return false;
2600}
2601
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002602/// FPR - The set of FP registers that should be allocated for arguments,
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002603/// on Darwin.
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002604static const MCPhysReg FPR[] = {PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5,
2605 PPC::F6, PPC::F7, PPC::F8, PPC::F9, PPC::F10,
2606 PPC::F11, PPC::F12, PPC::F13};
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002607
Benjamin Kramer7149aab2015-03-01 18:09:56 +00002608/// QFPR - The set of QPX registers that should be allocated for arguments.
2609static const MCPhysReg QFPR[] = {
2610 PPC::QF1, PPC::QF2, PPC::QF3, PPC::QF4, PPC::QF5, PPC::QF6, PPC::QF7,
2611 PPC::QF8, PPC::QF9, PPC::QF10, PPC::QF11, PPC::QF12, PPC::QF13};
Hal Finkelc93a9a22015-02-25 01:06:45 +00002612
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002613/// CalculateStackSlotSize - Calculates the size reserved for this argument on
2614/// the stack.
Owen Anderson53aa7a92009-08-10 22:56:29 +00002615static unsigned CalculateStackSlotSize(EVT ArgVT, ISD::ArgFlagsTy Flags,
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00002616 unsigned PtrByteSize) {
Hal Finkel940ab932014-02-28 00:27:01 +00002617 unsigned ArgSize = ArgVT.getStoreSize();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002618 if (Flags.isByVal())
2619 ArgSize = Flags.getByValSize();
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002620
2621 // Round up to multiples of the pointer size, except for array members,
2622 // which are always packed.
2623 if (!Flags.isInConsecutiveRegs())
2624 ArgSize = ((ArgSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002625
2626 return ArgSize;
2627}
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002628
2629/// CalculateStackSlotAlignment - Calculates the alignment of this argument
2630/// on the stack.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002631static unsigned CalculateStackSlotAlignment(EVT ArgVT, EVT OrigVT,
2632 ISD::ArgFlagsTy Flags,
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002633 unsigned PtrByteSize) {
2634 unsigned Align = PtrByteSize;
2635
2636 // Altivec parameters are padded to a 16 byte boundary.
2637 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
2638 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
Kit Bartond4eb73c2015-05-05 16:10:44 +00002639 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64 ||
2640 ArgVT == MVT::v1i128)
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002641 Align = 16;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002642 // QPX vector types stored in double-precision are padded to a 32 byte
2643 // boundary.
2644 else if (ArgVT == MVT::v4f64 || ArgVT == MVT::v4i1)
2645 Align = 32;
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002646
2647 // ByVal parameters are aligned as requested.
2648 if (Flags.isByVal()) {
2649 unsigned BVAlign = Flags.getByValAlign();
2650 if (BVAlign > PtrByteSize) {
2651 if (BVAlign % PtrByteSize != 0)
2652 llvm_unreachable(
2653 "ByVal alignment is not a multiple of the pointer size");
2654
2655 Align = BVAlign;
2656 }
2657 }
2658
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002659 // Array members are always packed to their original alignment.
2660 if (Flags.isInConsecutiveRegs()) {
2661 // If the array member was split into multiple registers, the first
2662 // needs to be aligned to the size of the full type. (Except for
2663 // ppcf128, which is only aligned as its f64 components.)
2664 if (Flags.isSplit() && OrigVT != MVT::ppcf128)
2665 Align = OrigVT.getStoreSize();
2666 else
2667 Align = ArgVT.getStoreSize();
2668 }
2669
Ulrich Weigandec2bf932014-07-07 19:26:41 +00002670 return Align;
2671}
2672
Ulrich Weigand8658f172014-07-20 23:43:15 +00002673/// CalculateStackSlotUsed - Return whether this argument will use its
2674/// stack slot (instead of being passed in registers). ArgOffset,
2675/// AvailableFPRs, and AvailableVRs must hold the current argument
2676/// position, and will be updated to account for this argument.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002677static bool CalculateStackSlotUsed(EVT ArgVT, EVT OrigVT,
2678 ISD::ArgFlagsTy Flags,
Ulrich Weigand8658f172014-07-20 23:43:15 +00002679 unsigned PtrByteSize,
2680 unsigned LinkageSize,
2681 unsigned ParamAreaSize,
2682 unsigned &ArgOffset,
2683 unsigned &AvailableFPRs,
Hal Finkelc93a9a22015-02-25 01:06:45 +00002684 unsigned &AvailableVRs, bool HasQPX) {
Ulrich Weigand8658f172014-07-20 23:43:15 +00002685 bool UseMemory = false;
2686
2687 // Respect alignment of argument on the stack.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002688 unsigned Align =
2689 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
Ulrich Weigand8658f172014-07-20 23:43:15 +00002690 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
2691 // If there's no space left in the argument save area, we must
2692 // use memory (this check also catches zero-sized arguments).
2693 if (ArgOffset >= LinkageSize + ParamAreaSize)
2694 UseMemory = true;
2695
2696 // Allocate argument on the stack.
2697 ArgOffset += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00002698 if (Flags.isInConsecutiveRegsLast())
2699 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Ulrich Weigand8658f172014-07-20 23:43:15 +00002700 // If we overran the argument save area, we must use memory
2701 // (this check catches arguments passed partially in memory)
2702 if (ArgOffset > LinkageSize + ParamAreaSize)
2703 UseMemory = true;
2704
2705 // However, if the argument is actually passed in an FPR or a VR,
2706 // we don't use memory after all.
2707 if (!Flags.isByVal()) {
Hal Finkelc93a9a22015-02-25 01:06:45 +00002708 if (ArgVT == MVT::f32 || ArgVT == MVT::f64 ||
2709 // QPX registers overlap with the scalar FP registers.
2710 (HasQPX && (ArgVT == MVT::v4f32 ||
2711 ArgVT == MVT::v4f64 ||
2712 ArgVT == MVT::v4i1)))
Ulrich Weigand8658f172014-07-20 23:43:15 +00002713 if (AvailableFPRs > 0) {
2714 --AvailableFPRs;
2715 return false;
2716 }
2717 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
2718 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
Kit Bartond4eb73c2015-05-05 16:10:44 +00002719 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64 ||
2720 ArgVT == MVT::v1i128)
Ulrich Weigand8658f172014-07-20 23:43:15 +00002721 if (AvailableVRs > 0) {
2722 --AvailableVRs;
2723 return false;
2724 }
2725 }
2726
2727 return UseMemory;
2728}
2729
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002730/// EnsureStackAlignment - Round stack frame size up from NumBytes to
2731/// ensure minimum alignment required for target.
Eric Christophercccae792015-01-30 22:02:31 +00002732static unsigned EnsureStackAlignment(const PPCFrameLowering *Lowering,
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002733 unsigned NumBytes) {
Eric Christophercccae792015-01-30 22:02:31 +00002734 unsigned TargetAlign = Lowering->getStackAlignment();
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002735 unsigned AlignMask = TargetAlign - 1;
2736 NumBytes = (NumBytes + AlignMask) & ~AlignMask;
2737 return NumBytes;
2738}
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00002739
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00002740SDValue
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002741PPCTargetLowering::LowerFormalArguments(SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00002742 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002743 const SmallVectorImpl<ISD::InputArg>
2744 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002745 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002746 SmallVectorImpl<SDValue> &InVals)
2747 const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002748 if (Subtarget.isSVR4ABI()) {
2749 if (Subtarget.isPPC64())
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00002750 return LowerFormalArguments_64SVR4(Chain, CallConv, isVarArg, Ins,
2751 dl, DAG, InVals);
2752 else
2753 return LowerFormalArguments_32SVR4(Chain, CallConv, isVarArg, Ins,
2754 dl, DAG, InVals);
Bill Schmidt019cc6f2012-09-19 15:42:13 +00002755 } else {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00002756 return LowerFormalArguments_Darwin(Chain, CallConv, isVarArg, Ins,
2757 dl, DAG, InVals);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002758 }
2759}
2760
2761SDValue
Bill Schmidt019cc6f2012-09-19 15:42:13 +00002762PPCTargetLowering::LowerFormalArguments_32SVR4(
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002763 SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00002764 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002765 const SmallVectorImpl<ISD::InputArg>
2766 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002767 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00002768 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002769
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002770 // 32-bit SVR4 ABI Stack Frame Layout:
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002771 // +-----------------------------------+
2772 // +--> | Back chain |
2773 // | +-----------------------------------+
2774 // | | Floating-point register save area |
2775 // | +-----------------------------------+
2776 // | | General register save area |
2777 // | +-----------------------------------+
2778 // | | CR save word |
2779 // | +-----------------------------------+
2780 // | | VRSAVE save word |
2781 // | +-----------------------------------+
2782 // | | Alignment padding |
2783 // | +-----------------------------------+
2784 // | | Vector register save area |
2785 // | +-----------------------------------+
2786 // | | Local variable space |
2787 // | +-----------------------------------+
2788 // | | Parameter list area |
2789 // | +-----------------------------------+
2790 // | | LR save word |
2791 // | +-----------------------------------+
2792 // SP--> +--- | Back chain |
2793 // +-----------------------------------+
2794 //
2795 // Specifications:
2796 // System V Application Binary Interface PowerPC Processor Supplement
2797 // AltiVec Technology Programming Interface Manual
Wesley Peck527da1b2010-11-23 03:31:01 +00002798
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002799 MachineFunction &MF = DAG.getMachineFunction();
2800 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman31ae5862010-04-17 14:41:14 +00002801 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002802
Mehdi Amini44ede332015-07-09 02:09:04 +00002803 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002804 // Potential tail calls could cause overwriting of argument stack slots.
Nick Lewycky50f02cb2011-12-02 22:16:29 +00002805 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
2806 (CallConv == CallingConv::Fast));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002807 unsigned PtrByteSize = 4;
2808
2809 // Assign locations to all of the incoming arguments.
2810 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00002811 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
2812 *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002813
2814 // Reserve space for the linkage area on the stack.
Eric Christophera4ae2132015-02-13 22:22:57 +00002815 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00002816 CCInfo.AllocateStack(LinkageSize, PtrByteSize);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002817
Bill Schmidtef17c142013-02-06 17:33:58 +00002818 CCInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4);
Wesley Peck527da1b2010-11-23 03:31:01 +00002819
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002820 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
2821 CCValAssign &VA = ArgLocs[i];
Wesley Peck527da1b2010-11-23 03:31:01 +00002822
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002823 // Arguments stored in registers.
2824 if (VA.isRegLoc()) {
Craig Topper760b1342012-02-22 05:59:10 +00002825 const TargetRegisterClass *RC;
Owen Anderson53aa7a92009-08-10 22:56:29 +00002826 EVT ValVT = VA.getValVT();
Wesley Peck527da1b2010-11-23 03:31:01 +00002827
Owen Anderson9f944592009-08-11 20:47:22 +00002828 switch (ValVT.getSimpleVT().SimpleTy) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002829 default:
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002830 llvm_unreachable("ValVT not supported by formal arguments Lowering");
Hal Finkel940ab932014-02-28 00:27:01 +00002831 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00002832 case MVT::i32:
Craig Topperabadc662012-04-20 06:31:50 +00002833 RC = &PPC::GPRCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002834 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002835 case MVT::f32:
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00002836 if (Subtarget.hasP8Vector())
2837 RC = &PPC::VSSRCRegClass;
2838 else
2839 RC = &PPC::F4RCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002840 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002841 case MVT::f64:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00002842 if (Subtarget.hasVSX())
Hal Finkel19be5062014-03-29 05:29:01 +00002843 RC = &PPC::VSFRCRegClass;
2844 else
2845 RC = &PPC::F8RCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002846 break;
Owen Anderson9f944592009-08-11 20:47:22 +00002847 case MVT::v16i8:
2848 case MVT::v8i16:
2849 case MVT::v4i32:
Hal Finkel7811c612014-03-28 19:58:11 +00002850 RC = &PPC::VRRCRegClass;
2851 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002852 case MVT::v4f32:
2853 RC = Subtarget.hasQPX() ? &PPC::QSRCRegClass : &PPC::VRRCRegClass;
2854 break;
Hal Finkel27774d92014-03-13 07:58:58 +00002855 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00002856 case MVT::v2i64:
Hal Finkel7811c612014-03-28 19:58:11 +00002857 RC = &PPC::VSHRCRegClass;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002858 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00002859 case MVT::v4f64:
2860 RC = &PPC::QFRCRegClass;
2861 break;
2862 case MVT::v4i1:
2863 RC = &PPC::QBRCRegClass;
2864 break;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002865 }
Wesley Peck527da1b2010-11-23 03:31:01 +00002866
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002867 // Transform the arguments stored in physical registers into virtual ones.
Devang Patelf3292b22011-02-21 23:21:26 +00002868 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC);
Hal Finkel940ab932014-02-28 00:27:01 +00002869 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, Reg,
2870 ValVT == MVT::i1 ? MVT::i32 : ValVT);
2871
2872 if (ValVT == MVT::i1)
2873 ArgValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, ArgValue);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002874
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002875 InVals.push_back(ArgValue);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002876 } else {
2877 // Argument stored in memory.
2878 assert(VA.isMemLoc());
2879
Hal Finkel940ab932014-02-28 00:27:01 +00002880 unsigned ArgSize = VA.getLocVT().getStoreSize();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002881 int FI = MFI->CreateFixedObject(ArgSize, VA.getLocMemOffset(),
Evan Cheng0664a672010-07-03 00:40:23 +00002882 isImmutable);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002883
2884 // Create load nodes to retrieve arguments from the stack.
2885 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Chris Lattner7727d052010-09-21 06:44:06 +00002886 InVals.push_back(DAG.getLoad(VA.getValVT(), dl, Chain, FIN,
2887 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00002888 false, false, false, 0));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002889 }
2890 }
2891
2892 // Assign locations to all of the incoming aggregate by value arguments.
2893 // Aggregates passed by value are stored in the local variable space of the
2894 // caller's stack frame, right above the parameter list area.
2895 SmallVector<CCValAssign, 16> ByValArgLocs;
Eric Christopher0713a9d2011-06-08 23:55:35 +00002896 CCState CCByValInfo(CallConv, isVarArg, DAG.getMachineFunction(),
Eric Christopherb5217502014-08-06 18:45:26 +00002897 ByValArgLocs, *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002898
2899 // Reserve stack space for the allocations in CCInfo.
2900 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrByteSize);
2901
Bill Schmidtef17c142013-02-06 17:33:58 +00002902 CCByValInfo.AnalyzeFormalArguments(Ins, CC_PPC32_SVR4_ByVal);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002903
2904 // Area that is at least reserved in the caller of this function.
2905 unsigned MinReservedArea = CCByValInfo.getNextStackOffset();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00002906 MinReservedArea = std::max(MinReservedArea, LinkageSize);
Wesley Peck527da1b2010-11-23 03:31:01 +00002907
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002908 // Set the size that is at least reserved in caller of this function. Tail
2909 // call optimized function's reserved stack space needs to be aligned so that
2910 // taking the difference between two stack areas will result in an aligned
2911 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00002912 MinReservedArea =
2913 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00002914 FuncInfo->setMinReservedArea(MinReservedArea);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002915
2916 SmallVector<SDValue, 8> MemOps;
Wesley Peck527da1b2010-11-23 03:31:01 +00002917
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002918 // If the function takes variable number of arguments, make a frame index for
2919 // the start of the first vararg value... for expansion of llvm.va_start.
2920 if (isVarArg) {
Craig Topper840beec2014-04-04 05:16:06 +00002921 static const MCPhysReg GPArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002922 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
2923 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
2924 };
2925 const unsigned NumGPArgRegs = array_lengthof(GPArgRegs);
2926
Craig Topper840beec2014-04-04 05:16:06 +00002927 static const MCPhysReg FPArgRegs[] = {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002928 PPC::F1, PPC::F2, PPC::F3, PPC::F4, PPC::F5, PPC::F6, PPC::F7,
2929 PPC::F8
2930 };
Joerg Sonnenbergereb8655a2014-08-08 16:46:10 +00002931 unsigned NumFPArgRegs = array_lengthof(FPArgRegs);
2932 if (DisablePPCFloatInVariadic)
2933 NumFPArgRegs = 0;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002934
Tim Northover3b6b7ca2015-02-21 02:11:17 +00002935 FuncInfo->setVarArgsNumGPR(CCInfo.getFirstUnallocated(GPArgRegs));
2936 FuncInfo->setVarArgsNumFPR(CCInfo.getFirstUnallocated(FPArgRegs));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002937
2938 // Make room for NumGPArgRegs and NumFPArgRegs.
2939 int Depth = NumGPArgRegs * PtrVT.getSizeInBits()/8 +
Craig Topper7ff15922014-09-10 04:51:36 +00002940 NumFPArgRegs * MVT(MVT::f64).getSizeInBits()/8;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002941
Dan Gohman31ae5862010-04-17 14:41:14 +00002942 FuncInfo->setVarArgsStackOffset(
2943 MFI->CreateFixedObject(PtrVT.getSizeInBits()/8,
Evan Cheng0664a672010-07-03 00:40:23 +00002944 CCInfo.getNextStackOffset(), true));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002945
Dan Gohman31ae5862010-04-17 14:41:14 +00002946 FuncInfo->setVarArgsFrameIndex(MFI->CreateStackObject(Depth, 8, false));
2947 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002948
Jakob Stoklund Olesen6c4353e2010-10-11 20:43:09 +00002949 // The fixed integer arguments of a variadic function are stored to the
2950 // VarArgsFrameIndex on the stack so that they may be loaded by deferencing
2951 // the result of va_next.
2952 for (unsigned GPRIndex = 0; GPRIndex != NumGPArgRegs; ++GPRIndex) {
2953 // Get an existing live-in vreg, or add a new one.
2954 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(GPArgRegs[GPRIndex]);
2955 if (!VReg)
Devang Patelf3292b22011-02-21 23:21:26 +00002956 VReg = MF.addLiveIn(GPArgRegs[GPRIndex], &PPC::GPRCRegClass);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002957
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002958 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Chris Lattner676c61d2010-09-21 18:41:36 +00002959 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
2960 MachinePointerInfo(), false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002961 MemOps.push_back(Store);
2962 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002963 SDValue PtrOff = DAG.getConstant(PtrVT.getSizeInBits()/8, dl, PtrVT);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002964 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
2965 }
2966
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00002967 // FIXME 32-bit SVR4: We only need to save FP argument registers if CR bit 6
2968 // is set.
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002969 // The double arguments are stored to the VarArgsFrameIndex
2970 // on the stack.
Jakob Stoklund Olesen6c4353e2010-10-11 20:43:09 +00002971 for (unsigned FPRIndex = 0; FPRIndex != NumFPArgRegs; ++FPRIndex) {
2972 // Get an existing live-in vreg, or add a new one.
2973 unsigned VReg = MF.getRegInfo().getLiveInVirtReg(FPArgRegs[FPRIndex]);
2974 if (!VReg)
Devang Patelf3292b22011-02-21 23:21:26 +00002975 VReg = MF.addLiveIn(FPArgRegs[FPRIndex], &PPC::F8RCRegClass);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002976
Owen Anderson9f944592009-08-11 20:47:22 +00002977 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::f64);
Chris Lattner676c61d2010-09-21 18:41:36 +00002978 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
2979 MachinePointerInfo(), false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002980 MemOps.push_back(Store);
2981 // Increment the address by eight for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00002982 SDValue PtrOff = DAG.getConstant(MVT(MVT::f64).getSizeInBits()/8, dl,
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002983 PtrVT);
2984 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
2985 }
2986 }
2987
2988 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00002989 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002990
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00002991 return Chain;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00002992}
2993
Bill Schmidt57d6de52012-10-23 15:51:16 +00002994// PPC64 passes i8, i16, and i32 values in i64 registers. Promote
2995// value to MVT::i64 and then truncate to the correct register size.
2996SDValue
2997PPCTargetLowering::extendArgForPPC64(ISD::ArgFlagsTy Flags, EVT ObjectVT,
2998 SelectionDAG &DAG, SDValue ArgVal,
Andrew Trickef9de2a2013-05-25 02:42:55 +00002999 SDLoc dl) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00003000 if (Flags.isSExt())
3001 ArgVal = DAG.getNode(ISD::AssertSext, dl, MVT::i64, ArgVal,
3002 DAG.getValueType(ObjectVT));
3003 else if (Flags.isZExt())
3004 ArgVal = DAG.getNode(ISD::AssertZext, dl, MVT::i64, ArgVal,
3005 DAG.getValueType(ObjectVT));
Matt Arsenault758659232013-05-18 00:21:46 +00003006
Hal Finkel940ab932014-02-28 00:27:01 +00003007 return DAG.getNode(ISD::TRUNCATE, dl, ObjectVT, ArgVal);
Bill Schmidt57d6de52012-10-23 15:51:16 +00003008}
3009
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003010SDValue
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003011PPCTargetLowering::LowerFormalArguments_64SVR4(
3012 SDValue Chain,
3013 CallingConv::ID CallConv, bool isVarArg,
3014 const SmallVectorImpl<ISD::InputArg>
3015 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003016 SDLoc dl, SelectionDAG &DAG,
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003017 SmallVectorImpl<SDValue> &InVals) const {
3018 // TODO: add description of PPC stack frame format, or at least some docs.
3019 //
Ulrich Weigand8658f172014-07-20 23:43:15 +00003020 bool isELFv2ABI = Subtarget.isELFv2ABI();
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00003021 bool isLittleEndian = Subtarget.isLittleEndian();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003022 MachineFunction &MF = DAG.getMachineFunction();
3023 MachineFrameInfo *MFI = MF.getFrameInfo();
3024 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
3025
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003026 assert(!(CallConv == CallingConv::Fast && isVarArg) &&
3027 "fastcc not supported on varargs functions");
3028
Mehdi Amini44ede332015-07-09 02:09:04 +00003029 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003030 // Potential tail calls could cause overwriting of argument stack slots.
3031 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3032 (CallConv == CallingConv::Fast));
3033 unsigned PtrByteSize = 8;
Eric Christophera4ae2132015-02-13 22:22:57 +00003034 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003035
Craig Topper840beec2014-04-04 05:16:06 +00003036 static const MCPhysReg GPR[] = {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003037 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
3038 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
3039 };
Craig Topper840beec2014-04-04 05:16:06 +00003040 static const MCPhysReg VR[] = {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003041 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
3042 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
3043 };
Craig Topper840beec2014-04-04 05:16:06 +00003044 static const MCPhysReg VSRH[] = {
Hal Finkel7811c612014-03-28 19:58:11 +00003045 PPC::VSH2, PPC::VSH3, PPC::VSH4, PPC::VSH5, PPC::VSH6, PPC::VSH7, PPC::VSH8,
3046 PPC::VSH9, PPC::VSH10, PPC::VSH11, PPC::VSH12, PPC::VSH13
3047 };
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003048
3049 const unsigned Num_GPR_Regs = array_lengthof(GPR);
3050 const unsigned Num_FPR_Regs = 13;
3051 const unsigned Num_VR_Regs = array_lengthof(VR);
Hal Finkelc93a9a22015-02-25 01:06:45 +00003052 const unsigned Num_QFPR_Regs = Num_FPR_Regs;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003053
Ulrich Weigand8658f172014-07-20 23:43:15 +00003054 // Do a first pass over the arguments to determine whether the ABI
3055 // guarantees that our caller has allocated the parameter save area
3056 // on its stack frame. In the ELFv1 ABI, this is always the case;
3057 // in the ELFv2 ABI, it is true if this is a vararg function or if
3058 // any parameter is located in a stack slot.
3059
3060 bool HasParameterArea = !isELFv2ABI || isVarArg;
3061 unsigned ParamAreaSize = Num_GPR_Regs * PtrByteSize;
3062 unsigned NumBytes = LinkageSize;
3063 unsigned AvailableFPRs = Num_FPR_Regs;
3064 unsigned AvailableVRs = Num_VR_Regs;
Hal Finkel965cea52015-07-12 00:37:44 +00003065 for (unsigned i = 0, e = Ins.size(); i != e; ++i) {
3066 if (Ins[i].Flags.isNest())
3067 continue;
3068
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003069 if (CalculateStackSlotUsed(Ins[i].VT, Ins[i].ArgVT, Ins[i].Flags,
Ulrich Weigand8658f172014-07-20 23:43:15 +00003070 PtrByteSize, LinkageSize, ParamAreaSize,
Hal Finkelc93a9a22015-02-25 01:06:45 +00003071 NumBytes, AvailableFPRs, AvailableVRs,
3072 Subtarget.hasQPX()))
Ulrich Weigand8658f172014-07-20 23:43:15 +00003073 HasParameterArea = true;
Hal Finkel965cea52015-07-12 00:37:44 +00003074 }
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003075
3076 // Add DAG nodes to load the arguments or copy them out of registers. On
3077 // entry to a function on PPC, the arguments start after the linkage area,
3078 // although the first ones are often in registers.
3079
Ulrich Weigand8658f172014-07-20 23:43:15 +00003080 unsigned ArgOffset = LinkageSize;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003081 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Hal Finkelc93a9a22015-02-25 01:06:45 +00003082 unsigned &QFPR_idx = FPR_idx;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003083 SmallVector<SDValue, 8> MemOps;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003084 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
Bill Schmidt6631e942013-02-20 17:31:41 +00003085 unsigned CurArgIdx = 0;
3086 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e; ++ArgNo) {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003087 SDValue ArgVal;
3088 bool needsLoad = false;
3089 EVT ObjectVT = Ins[ArgNo].VT;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003090 EVT OrigVT = Ins[ArgNo].ArgVT;
Hal Finkel940ab932014-02-28 00:27:01 +00003091 unsigned ObjSize = ObjectVT.getStoreSize();
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003092 unsigned ArgSize = ObjSize;
3093 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Andrew Trick05938a52015-02-16 18:10:47 +00003094 if (Ins[ArgNo].isOrigArg()) {
3095 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx);
3096 CurArgIdx = Ins[ArgNo].getOrigArgIndex();
3097 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003098 // We re-align the argument offset for each argument, except when using the
3099 // fast calling convention, when we need to make sure we do that only when
3100 // we'll actually use a stack slot.
3101 unsigned CurArgOffset, Align;
3102 auto ComputeArgOffset = [&]() {
3103 /* Respect alignment of argument on the stack. */
3104 Align = CalculateStackSlotAlignment(ObjectVT, OrigVT, Flags, PtrByteSize);
3105 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
3106 CurArgOffset = ArgOffset;
3107 };
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003108
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003109 if (CallConv != CallingConv::Fast) {
3110 ComputeArgOffset();
3111
3112 /* Compute GPR index associated with argument offset. */
3113 GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
3114 GPR_idx = std::min(GPR_idx, Num_GPR_Regs);
3115 }
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003116
3117 // FIXME the codegen can be much improved in some cases.
3118 // We do not have to keep everything in memory.
3119 if (Flags.isByVal()) {
Andrew Trick05938a52015-02-16 18:10:47 +00003120 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit");
3121
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003122 if (CallConv == CallingConv::Fast)
3123 ComputeArgOffset();
3124
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003125 // ObjSize is the true size, ArgSize rounded up to multiple of registers.
3126 ObjSize = Flags.getByValSize();
3127 ArgSize = ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Bill Schmidt9953cf22012-10-31 01:15:05 +00003128 // Empty aggregate parameters do not take up registers. Examples:
3129 // struct { } a;
3130 // union { } b;
3131 // int c[0];
3132 // etc. However, we have to provide a place-holder in InVals, so
3133 // pretend we have an 8-byte item at the current address for that
3134 // purpose.
3135 if (!ObjSize) {
3136 int FI = MFI->CreateFixedObject(PtrByteSize, ArgOffset, true);
3137 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
3138 InVals.push_back(FIN);
3139 continue;
3140 }
Hal Finkel262a2242013-09-12 23:20:06 +00003141
Ulrich Weigand24195972014-07-20 22:36:52 +00003142 // Create a stack object covering all stack doublewords occupied
Ulrich Weigand8658f172014-07-20 23:43:15 +00003143 // by the argument. If the argument is (fully or partially) on
3144 // the stack, or if the argument is fully in registers but the
3145 // caller has allocated the parameter save anyway, we can refer
3146 // directly to the caller's stack frame. Otherwise, create a
3147 // local copy in our own frame.
3148 int FI;
3149 if (HasParameterArea ||
3150 ArgSize + ArgOffset > LinkageSize + Num_GPR_Regs * PtrByteSize)
Hal Finkel41a55ad2014-08-16 00:17:05 +00003151 FI = MFI->CreateFixedObject(ArgSize, ArgOffset, false, true);
Ulrich Weigand8658f172014-07-20 23:43:15 +00003152 else
3153 FI = MFI->CreateStackObject(ArgSize, Align, false);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003154 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003155
Ulrich Weigand24195972014-07-20 22:36:52 +00003156 // Handle aggregates smaller than 8 bytes.
3157 if (ObjSize < PtrByteSize) {
3158 // The value of the object is its address, which differs from the
3159 // address of the enclosing doubleword on big-endian systems.
3160 SDValue Arg = FIN;
3161 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003162 SDValue ArgOff = DAG.getConstant(PtrByteSize - ObjSize, dl, PtrVT);
Ulrich Weigand24195972014-07-20 22:36:52 +00003163 Arg = DAG.getNode(ISD::ADD, dl, ArgOff.getValueType(), Arg, ArgOff);
3164 }
3165 InVals.push_back(Arg);
3166
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003167 if (GPR_idx != Num_GPR_Regs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003168 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003169 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003170 SDValue Store;
3171
3172 if (ObjSize==1 || ObjSize==2 || ObjSize==4) {
3173 EVT ObjType = (ObjSize == 1 ? MVT::i8 :
3174 (ObjSize == 2 ? MVT::i16 : MVT::i32));
Ulrich Weigand24195972014-07-20 22:36:52 +00003175 Store = DAG.getTruncStore(Val.getValue(1), dl, Val, Arg,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003176 MachinePointerInfo(FuncArg),
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003177 ObjType, false, false, 0);
3178 } else {
3179 // For sizes that don't fit a truncating store (3, 5, 6, 7),
3180 // store the whole register as-is to the parameter save area
Ulrich Weigand24195972014-07-20 22:36:52 +00003181 // slot.
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003182 Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003183 MachinePointerInfo(FuncArg),
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003184 false, false, 0);
3185 }
3186
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003187 MemOps.push_back(Store);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003188 }
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003189 // Whether we copied from a register or not, advance the offset
3190 // into the parameter save area by a full doubleword.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003191 ArgOffset += PtrByteSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003192 continue;
3193 }
Bill Schmidt6ed3b992012-10-25 13:38:09 +00003194
Ulrich Weigand24195972014-07-20 22:36:52 +00003195 // The value of the object is its address, which is the address of
3196 // its first stack doubleword.
3197 InVals.push_back(FIN);
3198
3199 // Store whatever pieces of the object are in registers to memory.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003200 for (unsigned j = 0; j < ArgSize; j += PtrByteSize) {
Ulrich Weigand24195972014-07-20 22:36:52 +00003201 if (GPR_idx == Num_GPR_Regs)
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003202 break;
Ulrich Weigand24195972014-07-20 22:36:52 +00003203
3204 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3205 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
3206 SDValue Addr = FIN;
3207 if (j) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003208 SDValue Off = DAG.getConstant(j, dl, PtrVT);
Ulrich Weigand24195972014-07-20 22:36:52 +00003209 Addr = DAG.getNode(ISD::ADD, dl, Off.getValueType(), Addr, Off);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003210 }
Ulrich Weigand24195972014-07-20 22:36:52 +00003211 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, Addr,
3212 MachinePointerInfo(FuncArg, j),
3213 false, false, 0);
3214 MemOps.push_back(Store);
3215 ++GPR_idx;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003216 }
Ulrich Weigand24195972014-07-20 22:36:52 +00003217 ArgOffset += ArgSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003218 continue;
3219 }
3220
3221 switch (ObjectVT.getSimpleVT().SimpleTy) {
3222 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel940ab932014-02-28 00:27:01 +00003223 case MVT::i1:
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003224 case MVT::i32:
3225 case MVT::i64:
Hal Finkel965cea52015-07-12 00:37:44 +00003226 if (Flags.isNest()) {
3227 // The 'nest' parameter, if any, is passed in R11.
3228 unsigned VReg = MF.addLiveIn(PPC::X11, &PPC::G8RCRegClass);
3229 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
3230
3231 if (ObjectVT == MVT::i32 || ObjectVT == MVT::i1)
3232 ArgVal = extendArgForPPC64(Flags, ObjectVT, DAG, ArgVal, dl);
3233
3234 break;
3235 }
3236
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003237 // These can be scalar arguments or elements of an integer array type
3238 // passed directly. Clang may use those instead of "byval" aggregate
3239 // types to avoid forcing arguments to memory unnecessarily.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003240 if (GPR_idx != Num_GPR_Regs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003241 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003242 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
3243
Hal Finkel940ab932014-02-28 00:27:01 +00003244 if (ObjectVT == MVT::i32 || ObjectVT == MVT::i1)
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003245 // PPC64 passes i8, i16, and i32 values in i64 registers. Promote
3246 // value to MVT::i64 and then truncate to the correct register size.
Bill Schmidt57d6de52012-10-23 15:51:16 +00003247 ArgVal = extendArgForPPC64(Flags, ObjectVT, DAG, ArgVal, dl);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003248 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003249 if (CallConv == CallingConv::Fast)
3250 ComputeArgOffset();
3251
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003252 needsLoad = true;
3253 ArgSize = PtrByteSize;
3254 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003255 if (CallConv != CallingConv::Fast || needsLoad)
3256 ArgOffset += 8;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003257 break;
3258
3259 case MVT::f32:
3260 case MVT::f64:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003261 // These can be scalar arguments or elements of a float array type
3262 // passed directly. The latter are used to implement ELFv2 homogenous
3263 // float aggregates.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003264 if (FPR_idx != Num_FPR_Regs) {
3265 unsigned VReg;
3266
3267 if (ObjectVT == MVT::f32)
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00003268 VReg = MF.addLiveIn(FPR[FPR_idx],
3269 Subtarget.hasP8Vector()
3270 ? &PPC::VSSRCRegClass
3271 : &PPC::F4RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003272 else
Eric Christophercccae792015-01-30 22:02:31 +00003273 VReg = MF.addLiveIn(FPR[FPR_idx], Subtarget.hasVSX()
3274 ? &PPC::VSFRCRegClass
3275 : &PPC::F8RCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003276
3277 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
3278 ++FPR_idx;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003279 } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) {
Hal Finkel8ea446b2015-01-18 14:31:10 +00003280 // FIXME: We may want to re-enable this for CallingConv::Fast on the P8
3281 // once we support fp <-> gpr moves.
3282
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003283 // This can only ever happen in the presence of f32 array types,
3284 // since otherwise we never run out of FPRs before running out
3285 // of GPRs.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003286 unsigned VReg = MF.addLiveIn(GPR[GPR_idx++], &PPC::G8RCRegClass);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003287 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
3288
3289 if (ObjectVT == MVT::f32) {
3290 if ((ArgOffset % PtrByteSize) == (isLittleEndian ? 4 : 0))
3291 ArgVal = DAG.getNode(ISD::SRL, dl, MVT::i64, ArgVal,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003292 DAG.getConstant(32, dl, MVT::i32));
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003293 ArgVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, ArgVal);
3294 }
3295
3296 ArgVal = DAG.getNode(ISD::BITCAST, dl, ObjectVT, ArgVal);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003297 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003298 if (CallConv == CallingConv::Fast)
3299 ComputeArgOffset();
3300
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003301 needsLoad = true;
3302 }
3303
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003304 // When passing an array of floats, the array occupies consecutive
3305 // space in the argument area; only round up to the next doubleword
3306 // at the end of the array. Otherwise, each float takes 8 bytes.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003307 if (CallConv != CallingConv::Fast || needsLoad) {
3308 ArgSize = Flags.isInConsecutiveRegs() ? ObjSize : PtrByteSize;
3309 ArgOffset += ArgSize;
3310 if (Flags.isInConsecutiveRegsLast())
3311 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
3312 }
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003313 break;
3314 case MVT::v4f32:
3315 case MVT::v4i32:
3316 case MVT::v8i16:
3317 case MVT::v16i8:
Hal Finkel27774d92014-03-13 07:58:58 +00003318 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00003319 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00003320 case MVT::v1i128:
Hal Finkelc93a9a22015-02-25 01:06:45 +00003321 if (!Subtarget.hasQPX()) {
Ulrich Weigand85d5df22014-07-21 00:13:26 +00003322 // These can be scalar arguments or elements of a vector array type
3323 // passed directly. The latter are used to implement ELFv2 homogenous
3324 // vector aggregates.
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003325 if (VR_idx != Num_VR_Regs) {
Hal Finkel7811c612014-03-28 19:58:11 +00003326 unsigned VReg = (ObjectVT == MVT::v2f64 || ObjectVT == MVT::v2i64) ?
3327 MF.addLiveIn(VSRH[VR_idx], &PPC::VSHRCRegClass) :
3328 MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003329 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003330 ++VR_idx;
3331 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003332 if (CallConv == CallingConv::Fast)
3333 ComputeArgOffset();
3334
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003335 needsLoad = true;
3336 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00003337 if (CallConv != CallingConv::Fast || needsLoad)
3338 ArgOffset += 16;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003339 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00003340 } // not QPX
3341
3342 assert(ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 &&
3343 "Invalid QPX parameter type");
3344 /* fall through */
3345
3346 case MVT::v4f64:
3347 case MVT::v4i1:
3348 // QPX vectors are treated like their scalar floating-point subregisters
3349 // (except that they're larger).
3350 unsigned Sz = ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 ? 16 : 32;
3351 if (QFPR_idx != Num_QFPR_Regs) {
3352 const TargetRegisterClass *RC;
3353 switch (ObjectVT.getSimpleVT().SimpleTy) {
3354 case MVT::v4f64: RC = &PPC::QFRCRegClass; break;
3355 case MVT::v4f32: RC = &PPC::QSRCRegClass; break;
3356 default: RC = &PPC::QBRCRegClass; break;
3357 }
3358
3359 unsigned VReg = MF.addLiveIn(QFPR[QFPR_idx], RC);
3360 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
3361 ++QFPR_idx;
3362 } else {
3363 if (CallConv == CallingConv::Fast)
3364 ComputeArgOffset();
3365 needsLoad = true;
3366 }
3367 if (CallConv != CallingConv::Fast || needsLoad)
3368 ArgOffset += Sz;
3369 break;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003370 }
3371
3372 // We need to load the argument to a virtual register if we determined
3373 // above that we ran out of physical registers of the appropriate type.
3374 if (needsLoad) {
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00003375 if (ObjSize < ArgSize && !isLittleEndian)
3376 CurArgOffset += ArgSize - ObjSize;
3377 int FI = MFI->CreateFixedObject(ObjSize, CurArgOffset, isImmutable);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003378 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
3379 ArgVal = DAG.getLoad(ObjectVT, dl, Chain, FIN, MachinePointerInfo(),
3380 false, false, false, 0);
3381 }
3382
3383 InVals.push_back(ArgVal);
3384 }
3385
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003386 // Area that is at least reserved in the caller of this function.
Ulrich Weigandec2bf932014-07-07 19:26:41 +00003387 unsigned MinReservedArea;
Ulrich Weigand8658f172014-07-20 23:43:15 +00003388 if (HasParameterArea)
3389 MinReservedArea = std::max(ArgOffset, LinkageSize + 8 * PtrByteSize);
3390 else
3391 MinReservedArea = LinkageSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003392
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003393 // Set the size that is at least reserved in caller of this function. Tail
Bill Schmidt57d6de52012-10-23 15:51:16 +00003394 // call optimized functions' reserved stack space needs to be aligned so that
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003395 // taking the difference between two stack areas will result in an aligned
3396 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00003397 MinReservedArea =
3398 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003399 FuncInfo->setMinReservedArea(MinReservedArea);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003400
3401 // If the function takes variable number of arguments, make a frame index for
3402 // the start of the first vararg value... for expansion of llvm.va_start.
3403 if (isVarArg) {
3404 int Depth = ArgOffset;
3405
3406 FuncInfo->setVarArgsFrameIndex(
Bill Schmidt57d6de52012-10-23 15:51:16 +00003407 MFI->CreateFixedObject(PtrByteSize, Depth, true));
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003408 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
3409
3410 // If this function is vararg, store any remaining integer argument regs
3411 // to their spots on the stack so that they may be loaded by deferencing the
3412 // result of va_next.
Ulrich Weigandec2bf932014-07-07 19:26:41 +00003413 for (GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
3414 GPR_idx < Num_GPR_Regs; ++GPR_idx) {
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003415 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3416 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
3417 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
3418 MachinePointerInfo(), false, false, 0);
3419 MemOps.push_back(Store);
3420 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003421 SDValue PtrOff = DAG.getConstant(PtrByteSize, dl, PtrVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003422 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
3423 }
3424 }
3425
3426 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00003427 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003428
3429 return Chain;
3430}
3431
3432SDValue
3433PPCTargetLowering::LowerFormalArguments_Darwin(
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003434 SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00003435 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003436 const SmallVectorImpl<ISD::InputArg>
3437 &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003438 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00003439 SmallVectorImpl<SDValue> &InVals) const {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003440 // TODO: add description of PPC stack frame format, or at least some docs.
3441 //
3442 MachineFunction &MF = DAG.getMachineFunction();
3443 MachineFrameInfo *MFI = MF.getFrameInfo();
Dan Gohman31ae5862010-04-17 14:41:14 +00003444 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Scott Michelcf0da6c2009-02-17 22:15:04 +00003445
Mehdi Amini44ede332015-07-09 02:09:04 +00003446 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Owen Anderson9f944592009-08-11 20:47:22 +00003447 bool isPPC64 = PtrVT == MVT::i64;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003448 // Potential tail calls could cause overwriting of argument stack slots.
Nick Lewycky50f02cb2011-12-02 22:16:29 +00003449 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3450 (CallConv == CallingConv::Fast));
Jim Laskeyf4e2e002006-11-28 14:53:52 +00003451 unsigned PtrByteSize = isPPC64 ? 8 : 4;
Eric Christophera4ae2132015-02-13 22:22:57 +00003452 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00003453 unsigned ArgOffset = LinkageSize;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003454 // Area that is at least reserved in caller of this function.
3455 unsigned MinReservedArea = ArgOffset;
3456
Craig Topper840beec2014-04-04 05:16:06 +00003457 static const MCPhysReg GPR_32[] = { // 32-bit registers.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003458 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
3459 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
3460 };
Craig Topper840beec2014-04-04 05:16:06 +00003461 static const MCPhysReg GPR_64[] = { // 64-bit registers.
Chris Lattnerec78cad2006-06-26 22:48:35 +00003462 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
3463 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
3464 };
Craig Topper840beec2014-04-04 05:16:06 +00003465 static const MCPhysReg VR[] = {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003466 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
3467 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
3468 };
Chris Lattnerec78cad2006-06-26 22:48:35 +00003469
Owen Andersone2f23a32007-09-07 04:06:50 +00003470 const unsigned Num_GPR_Regs = array_lengthof(GPR_32);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003471 const unsigned Num_FPR_Regs = 13;
Owen Andersone2f23a32007-09-07 04:06:50 +00003472 const unsigned Num_VR_Regs = array_lengthof( VR);
Jim Laskey48850c12006-11-16 22:43:37 +00003473
3474 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003475
Craig Topper840beec2014-04-04 05:16:06 +00003476 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003477
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003478 // In 32-bit non-varargs functions, the stack space for vectors is after the
3479 // stack space for non-vectors. We do not use this space unless we have
3480 // too many vectors to fit in registers, something that only occurs in
Scott Michelcf0da6c2009-02-17 22:15:04 +00003481 // constructed examples:), but we have to walk the arglist to figure
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003482 // that out...for the pathological case, compute VecArgOffset as the
3483 // start of the vector parameter area. Computing VecArgOffset is the
3484 // entire point of the following loop.
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003485 unsigned VecArgOffset = ArgOffset;
3486 if (!isVarArg && !isPPC64) {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003487 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003488 ++ArgNo) {
Owen Anderson53aa7a92009-08-10 22:56:29 +00003489 EVT ObjectVT = Ins[ArgNo].VT;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003490 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003491
Duncan Sandsd97eea32008-03-21 09:14:45 +00003492 if (Flags.isByVal()) {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003493 // ObjSize is the true size, ArgSize rounded up to multiple of regs.
Benjamin Kramer084b9f42012-01-20 14:42:32 +00003494 unsigned ObjSize = Flags.getByValSize();
Scott Michelcf0da6c2009-02-17 22:15:04 +00003495 unsigned ArgSize =
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003496 ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
3497 VecArgOffset += ArgSize;
3498 continue;
3499 }
3500
Owen Anderson9f944592009-08-11 20:47:22 +00003501 switch(ObjectVT.getSimpleVT().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00003502 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel5cae2162014-02-28 01:17:25 +00003503 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00003504 case MVT::i32:
3505 case MVT::f32:
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003506 VecArgOffset += 4;
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003507 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003508 case MVT::i64: // PPC64
3509 case MVT::f64:
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003510 // FIXME: We are guaranteed to be !isPPC64 at this point.
3511 // Does MVT::i64 apply?
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003512 VecArgOffset += 8;
3513 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003514 case MVT::v4f32:
3515 case MVT::v4i32:
3516 case MVT::v8i16:
3517 case MVT::v16i8:
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003518 // Nothing to do, we're only looking at Nonvector args here.
3519 break;
3520 }
3521 }
3522 }
3523 // We've found where the vector parameter area in memory is. Skip the
3524 // first 12 parameters; these don't use that memory.
3525 VecArgOffset = ((VecArgOffset+15)/16)*16;
3526 VecArgOffset += 12*16;
3527
Chris Lattner4302e8f2006-05-16 18:18:50 +00003528 // Add DAG nodes to load the arguments or copy them out of registers. On
Jim Laskey48850c12006-11-16 22:43:37 +00003529 // entry to a function on PPC, the arguments start after the linkage area,
3530 // although the first ones are often in registers.
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00003531
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003532 SmallVector<SDValue, 8> MemOps;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003533 unsigned nAltivecParamsAtEnd = 0;
Roman Divackyca103892012-09-24 20:47:19 +00003534 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
Bill Schmidt38b6cb52013-05-08 17:22:33 +00003535 unsigned CurArgIdx = 0;
3536 for (unsigned ArgNo = 0, e = Ins.size(); ArgNo != e; ++ArgNo) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003537 SDValue ArgVal;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003538 bool needsLoad = false;
Owen Anderson53aa7a92009-08-10 22:56:29 +00003539 EVT ObjectVT = Ins[ArgNo].VT;
Duncan Sands13237ac2008-06-06 12:08:01 +00003540 unsigned ObjSize = ObjectVT.getSizeInBits()/8;
Jim Laskey152671f2006-11-29 13:37:09 +00003541 unsigned ArgSize = ObjSize;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003542 ISD::ArgFlagsTy Flags = Ins[ArgNo].Flags;
Andrew Trick05938a52015-02-16 18:10:47 +00003543 if (Ins[ArgNo].isOrigArg()) {
3544 std::advance(FuncArg, Ins[ArgNo].getOrigArgIndex() - CurArgIdx);
3545 CurArgIdx = Ins[ArgNo].getOrigArgIndex();
3546 }
Chris Lattner318f0d22006-05-16 18:51:52 +00003547 unsigned CurArgOffset = ArgOffset;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003548
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003549 // Varargs or 64 bit Altivec parameters are padded to a 16 byte boundary.
Owen Anderson9f944592009-08-11 20:47:22 +00003550 if (ObjectVT==MVT::v4f32 || ObjectVT==MVT::v4i32 ||
3551 ObjectVT==MVT::v8i16 || ObjectVT==MVT::v16i8) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003552 if (isVarArg || isPPC64) {
3553 MinReservedArea = ((MinReservedArea+15)/16)*16;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003554 MinReservedArea += CalculateStackSlotSize(ObjectVT,
Dan Gohmand3fe1742008-09-13 01:54:27 +00003555 Flags,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003556 PtrByteSize);
3557 } else nAltivecParamsAtEnd++;
3558 } else
3559 // Calculate min reserved area.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003560 MinReservedArea += CalculateStackSlotSize(Ins[ArgNo].VT,
Dan Gohmand3fe1742008-09-13 01:54:27 +00003561 Flags,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003562 PtrByteSize);
3563
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003564 // FIXME the codegen can be much improved in some cases.
3565 // We do not have to keep everything in memory.
Duncan Sandsd97eea32008-03-21 09:14:45 +00003566 if (Flags.isByVal()) {
Andrew Trick05938a52015-02-16 18:10:47 +00003567 assert(Ins[ArgNo].isOrigArg() && "Byval arguments cannot be implicit");
3568
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003569 // ObjSize is the true size, ArgSize rounded up to multiple of registers.
Duncan Sandsd97eea32008-03-21 09:14:45 +00003570 ObjSize = Flags.getByValSize();
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003571 ArgSize = ((ObjSize + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003572 // Objects of size 1 and 2 are right justified, everything else is
3573 // left justified. This means the memory address is adjusted forwards.
Dale Johannesen21a8f142008-03-08 01:41:42 +00003574 if (ObjSize==1 || ObjSize==2) {
3575 CurArgOffset = CurArgOffset + (4 - ObjSize);
3576 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003577 // The value of the object is its address.
Hal Finkel41a55ad2014-08-16 00:17:05 +00003578 int FI = MFI->CreateFixedObject(ObjSize, CurArgOffset, false, true);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003579 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003580 InVals.push_back(FIN);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003581 if (ObjSize==1 || ObjSize==2) {
Dale Johannesen21a8f142008-03-08 01:41:42 +00003582 if (GPR_idx != Num_GPR_Regs) {
Roman Divackyd0419622011-06-17 15:21:10 +00003583 unsigned VReg;
3584 if (isPPC64)
3585 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3586 else
3587 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003588 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidt57d6de52012-10-23 15:51:16 +00003589 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003590 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003591 MachinePointerInfo(FuncArg),
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003592 ObjType, false, false, 0);
Dale Johannesen21a8f142008-03-08 01:41:42 +00003593 MemOps.push_back(Store);
3594 ++GPR_idx;
Dale Johannesen21a8f142008-03-08 01:41:42 +00003595 }
Wesley Peck527da1b2010-11-23 03:31:01 +00003596
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003597 ArgOffset += PtrByteSize;
Wesley Peck527da1b2010-11-23 03:31:01 +00003598
Dale Johannesen21a8f142008-03-08 01:41:42 +00003599 continue;
3600 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003601 for (unsigned j = 0; j < ArgSize; j += PtrByteSize) {
3602 // Store whatever pieces of the object are in registers
Bill Schmidt019cc6f2012-09-19 15:42:13 +00003603 // to memory. ArgOffset will be the address of the beginning
3604 // of the object.
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003605 if (GPR_idx != Num_GPR_Regs) {
Roman Divackyd0419622011-06-17 15:21:10 +00003606 unsigned VReg;
3607 if (isPPC64)
3608 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
3609 else
3610 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Evan Cheng0664a672010-07-03 00:40:23 +00003611 int FI = MFI->CreateFixedObject(PtrByteSize, ArgOffset, true);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003612 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003613 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Bill Schmidtd1fa36f2012-10-05 21:27:08 +00003614 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
Hal Finkel3e4a34c2014-01-21 20:15:58 +00003615 MachinePointerInfo(FuncArg, j),
David Greene87a5abe2010-02-15 16:56:53 +00003616 false, false, 0);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003617 MemOps.push_back(Store);
3618 ++GPR_idx;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003619 ArgOffset += PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003620 } else {
3621 ArgOffset += ArgSize - (ArgOffset-CurArgOffset);
3622 break;
3623 }
3624 }
3625 continue;
3626 }
3627
Owen Anderson9f944592009-08-11 20:47:22 +00003628 switch (ObjectVT.getSimpleVT().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00003629 default: llvm_unreachable("Unhandled argument type!");
Hal Finkel5cae2162014-02-28 01:17:25 +00003630 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00003631 case MVT::i32:
Bill Wendling968f32c2008-03-07 20:49:02 +00003632 if (!isPPC64) {
Bill Wendling968f32c2008-03-07 20:49:02 +00003633 if (GPR_idx != Num_GPR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003634 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Owen Anderson9f944592009-08-11 20:47:22 +00003635 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32);
Hal Finkel7f908e82014-03-06 00:45:19 +00003636
3637 if (ObjectVT == MVT::i1)
3638 ArgVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, ArgVal);
3639
Bill Wendling968f32c2008-03-07 20:49:02 +00003640 ++GPR_idx;
3641 } else {
3642 needsLoad = true;
3643 ArgSize = PtrByteSize;
3644 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003645 // All int arguments reserve stack space in the Darwin ABI.
3646 ArgOffset += PtrByteSize;
Bill Wendling968f32c2008-03-07 20:49:02 +00003647 break;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003648 }
Bill Wendling968f32c2008-03-07 20:49:02 +00003649 // FALLTHROUGH
Owen Anderson9f944592009-08-11 20:47:22 +00003650 case MVT::i64: // PPC64
Chris Lattnerec78cad2006-06-26 22:48:35 +00003651 if (GPR_idx != Num_GPR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003652 unsigned VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
Owen Anderson9f944592009-08-11 20:47:22 +00003653 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i64);
Bill Wendling968f32c2008-03-07 20:49:02 +00003654
Hal Finkel940ab932014-02-28 00:27:01 +00003655 if (ObjectVT == MVT::i32 || ObjectVT == MVT::i1)
Bill Wendling968f32c2008-03-07 20:49:02 +00003656 // PPC64 passes i8, i16, and i32 values in i64 registers. Promote
Owen Anderson9f944592009-08-11 20:47:22 +00003657 // value to MVT::i64 and then truncate to the correct register size.
Bill Schmidt57d6de52012-10-23 15:51:16 +00003658 ArgVal = extendArgForPPC64(Flags, ObjectVT, DAG, ArgVal, dl);
Bill Wendling968f32c2008-03-07 20:49:02 +00003659
Chris Lattnerec78cad2006-06-26 22:48:35 +00003660 ++GPR_idx;
3661 } else {
3662 needsLoad = true;
Evan Cheng0f0aee22008-07-24 08:17:07 +00003663 ArgSize = PtrByteSize;
Chris Lattnerec78cad2006-06-26 22:48:35 +00003664 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003665 // All int arguments reserve stack space in the Darwin ABI.
3666 ArgOffset += 8;
Chris Lattnerec78cad2006-06-26 22:48:35 +00003667 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003668
Owen Anderson9f944592009-08-11 20:47:22 +00003669 case MVT::f32:
3670 case MVT::f64:
Chris Lattner318f0d22006-05-16 18:51:52 +00003671 // Every 4 bytes of argument space consumes one of the GPRs available for
3672 // argument passing.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003673 if (GPR_idx != Num_GPR_Regs) {
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003674 ++GPR_idx;
Chris Lattner2cca3852006-11-18 01:57:19 +00003675 if (ObjSize == 8 && GPR_idx != Num_GPR_Regs && !isPPC64)
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003676 ++GPR_idx;
Chris Lattner318f0d22006-05-16 18:51:52 +00003677 }
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003678 if (FPR_idx != Num_FPR_Regs) {
Chris Lattner4302e8f2006-05-16 18:18:50 +00003679 unsigned VReg;
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00003680
Owen Anderson9f944592009-08-11 20:47:22 +00003681 if (ObjectVT == MVT::f32)
Devang Patelf3292b22011-02-21 23:21:26 +00003682 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F4RCRegClass);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003683 else
Devang Patelf3292b22011-02-21 23:21:26 +00003684 VReg = MF.addLiveIn(FPR[FPR_idx], &PPC::F8RCRegClass);
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00003685
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003686 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003687 ++FPR_idx;
3688 } else {
3689 needsLoad = true;
3690 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003691
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003692 // All FP arguments reserve stack space in the Darwin ABI.
3693 ArgOffset += isPPC64 ? 8 : ObjSize;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003694 break;
Owen Anderson9f944592009-08-11 20:47:22 +00003695 case MVT::v4f32:
3696 case MVT::v4i32:
3697 case MVT::v8i16:
3698 case MVT::v16i8:
Dale Johannesenb28456e2008-03-12 00:22:17 +00003699 // Note that vector arguments in registers don't reserve stack space,
3700 // except in varargs functions.
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003701 if (VR_idx != Num_VR_Regs) {
Devang Patelf3292b22011-02-21 23:21:26 +00003702 unsigned VReg = MF.addLiveIn(VR[VR_idx], &PPC::VRRCRegClass);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003703 ArgVal = DAG.getCopyFromReg(Chain, dl, VReg, ObjectVT);
Dale Johannesenb28456e2008-03-12 00:22:17 +00003704 if (isVarArg) {
3705 while ((ArgOffset % 16) != 0) {
3706 ArgOffset += PtrByteSize;
3707 if (GPR_idx != Num_GPR_Regs)
3708 GPR_idx++;
3709 }
3710 ArgOffset += 16;
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003711 GPR_idx = std::min(GPR_idx+4, Num_GPR_Regs); // FIXME correct for ppc64?
Dale Johannesenb28456e2008-03-12 00:22:17 +00003712 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003713 ++VR_idx;
3714 } else {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00003715 if (!isVarArg && !isPPC64) {
3716 // Vectors go after all the nonvectors.
3717 CurArgOffset = VecArgOffset;
3718 VecArgOffset += 16;
3719 } else {
3720 // Vectors are aligned.
3721 ArgOffset = ((ArgOffset+15)/16)*16;
3722 CurArgOffset = ArgOffset;
3723 ArgOffset += 16;
Dale Johannesen0d982562008-03-12 00:49:20 +00003724 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003725 needsLoad = true;
3726 }
3727 break;
3728 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003729
Chris Lattner4302e8f2006-05-16 18:18:50 +00003730 // We need to load the argument to a virtual register if we determined above
Chris Lattnerf6518cf2008-02-13 07:35:30 +00003731 // that we ran out of physical registers of the appropriate type.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003732 if (needsLoad) {
Chris Lattnerf6518cf2008-02-13 07:35:30 +00003733 int FI = MFI->CreateFixedObject(ObjSize,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003734 CurArgOffset + (ArgSize - ObjSize),
Evan Cheng0664a672010-07-03 00:40:23 +00003735 isImmutable);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003736 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
Chris Lattner7727d052010-09-21 06:44:06 +00003737 ArgVal = DAG.getLoad(ObjectVT, dl, Chain, FIN, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003738 false, false, false, 0);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003739 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003740
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003741 InVals.push_back(ArgVal);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003742 }
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003743
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003744 // Allow for Altivec parameters at the end, if needed.
3745 if (nAltivecParamsAtEnd) {
3746 MinReservedArea = ((MinReservedArea+15)/16)*16;
3747 MinReservedArea += 16*nAltivecParamsAtEnd;
3748 }
3749
3750 // Area that is at least reserved in the caller of this function.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00003751 MinReservedArea = std::max(MinReservedArea, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003752
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003753 // Set the size that is at least reserved in caller of this function. Tail
Bill Schmidt57d6de52012-10-23 15:51:16 +00003754 // call optimized functions' reserved stack space needs to be aligned so that
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003755 // taking the difference between two stack areas will result in an aligned
3756 // stack.
Eric Christophercccae792015-01-30 22:02:31 +00003757 MinReservedArea =
3758 EnsureStackAlignment(Subtarget.getFrameLowering(), MinReservedArea);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00003759 FuncInfo->setMinReservedArea(MinReservedArea);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003760
Chris Lattner4302e8f2006-05-16 18:18:50 +00003761 // If the function takes variable number of arguments, make a frame index for
3762 // the start of the first vararg value... for expansion of llvm.va_start.
Chris Lattner4302e8f2006-05-16 18:18:50 +00003763 if (isVarArg) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003764 int Depth = ArgOffset;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003765
Dan Gohman31ae5862010-04-17 14:41:14 +00003766 FuncInfo->setVarArgsFrameIndex(
3767 MFI->CreateFixedObject(PtrVT.getSizeInBits()/8,
Evan Cheng0664a672010-07-03 00:40:23 +00003768 Depth, true));
Dan Gohman31ae5862010-04-17 14:41:14 +00003769 SDValue FIN = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00003770
Chris Lattner4302e8f2006-05-16 18:18:50 +00003771 // If this function is vararg, store any remaining integer argument regs
3772 // to their spots on the stack so that they may be loaded by deferencing the
3773 // result of va_next.
Chris Lattner26e2fcd2006-05-16 18:58:15 +00003774 for (; GPR_idx != Num_GPR_Regs; ++GPR_idx) {
Chris Lattner2cca3852006-11-18 01:57:19 +00003775 unsigned VReg;
Wesley Peck527da1b2010-11-23 03:31:01 +00003776
Chris Lattner2cca3852006-11-18 01:57:19 +00003777 if (isPPC64)
Devang Patelf3292b22011-02-21 23:21:26 +00003778 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::G8RCRegClass);
Chris Lattner2cca3852006-11-18 01:57:19 +00003779 else
Devang Patelf3292b22011-02-21 23:21:26 +00003780 VReg = MF.addLiveIn(GPR[GPR_idx], &PPC::GPRCRegClass);
Chris Lattner2cca3852006-11-18 01:57:19 +00003781
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003782 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, PtrVT);
Chris Lattner676c61d2010-09-21 18:41:36 +00003783 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN,
3784 MachinePointerInfo(), false, false, 0);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003785 MemOps.push_back(Store);
3786 // Increment the address by four for the next argument to store
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003787 SDValue PtrOff = DAG.getConstant(PtrVT.getSizeInBits()/8, dl, PtrVT);
Dale Johannesen679073b2009-02-04 02:34:38 +00003788 FIN = DAG.getNode(ISD::ADD, dl, PtrOff.getValueType(), FIN, PtrOff);
Chris Lattner4302e8f2006-05-16 18:18:50 +00003789 }
Chris Lattner4302e8f2006-05-16 18:18:50 +00003790 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00003791
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003792 if (!MemOps.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00003793 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOps);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00003794
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003795 return Chain;
Chris Lattner4302e8f2006-05-16 18:18:50 +00003796}
3797
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003798/// CalculateTailCallSPDiff - Get the amount the stack pointer has to be
Chris Lattner0ab5e2c2011-04-15 05:18:47 +00003799/// adjusted to accommodate the arguments for the tailcall.
Dale Johannesen86dcae12009-11-24 01:09:07 +00003800static int CalculateTailCallSPDiff(SelectionDAG& DAG, bool isTailCall,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003801 unsigned ParamSize) {
3802
Dale Johannesen86dcae12009-11-24 01:09:07 +00003803 if (!isTailCall) return 0;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003804
3805 PPCFunctionInfo *FI = DAG.getMachineFunction().getInfo<PPCFunctionInfo>();
3806 unsigned CallerMinReservedArea = FI->getMinReservedArea();
3807 int SPDiff = (int)CallerMinReservedArea - (int)ParamSize;
3808 // Remember only if the new adjustement is bigger.
3809 if (SPDiff < FI->getTailCallSPDelta())
3810 FI->setTailCallSPDelta(SPDiff);
3811
3812 return SPDiff;
3813}
3814
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003815/// IsEligibleForTailCallOptimization - Check whether the call is eligible
3816/// for tail call optimization. Targets which want to do tail call
3817/// optimization should implement this function.
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003818bool
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003819PPCTargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
Sandeep Patel68c5f472009-09-02 08:44:58 +00003820 CallingConv::ID CalleeCC,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003821 bool isVarArg,
3822 const SmallVectorImpl<ISD::InputArg> &Ins,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003823 SelectionDAG& DAG) const {
Nick Lewycky50f02cb2011-12-02 22:16:29 +00003824 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
Evan Cheng25217ff2010-01-29 23:05:56 +00003825 return false;
3826
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003827 // Variable argument functions are not supported.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003828 if (isVarArg)
Dan Gohmaneffb8942008-09-12 16:56:44 +00003829 return false;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003830
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003831 MachineFunction &MF = DAG.getMachineFunction();
Sandeep Patel68c5f472009-09-02 08:44:58 +00003832 CallingConv::ID CallerCC = MF.getFunction()->getCallingConv();
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003833 if (CalleeCC == CallingConv::Fast && CallerCC == CalleeCC) {
3834 // Functions containing by val parameters are not supported.
3835 for (unsigned i = 0; i != Ins.size(); i++) {
3836 ISD::ArgFlagsTy Flags = Ins[i].Flags;
3837 if (Flags.isByVal()) return false;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003838 }
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003839
Alp Tokerf907b892013-12-05 05:44:44 +00003840 // Non-PIC/GOT tail calls are supported.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00003841 if (getTargetMachine().getRelocationModel() != Reloc::PIC_)
3842 return true;
3843
3844 // At the moment we can only do local tail calls (in same module, hidden
3845 // or protected) if we are generating PIC.
3846 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
3847 return G->getGlobal()->hasHiddenVisibility()
3848 || G->getGlobal()->hasProtectedVisibility();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003849 }
3850
3851 return false;
3852}
3853
Chris Lattnereb755fc2006-05-17 19:00:46 +00003854/// isCallCompatibleAddress - Return the immediate to use if the specified
3855/// 32-bit value is representable in the immediate field of a BxA instruction.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003856static SDNode *isBLACompatibleAddress(SDValue Op, SelectionDAG &DAG) {
Chris Lattnereb755fc2006-05-17 19:00:46 +00003857 ConstantSDNode *C = dyn_cast<ConstantSDNode>(Op);
Craig Topper062a2ba2014-04-25 05:30:21 +00003858 if (!C) return nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +00003859
Dan Gohmaneffb8942008-09-12 16:56:44 +00003860 int Addr = C->getZExtValue();
Chris Lattnereb755fc2006-05-17 19:00:46 +00003861 if ((Addr & 3) != 0 || // Low 2 bits are implicitly zero.
Richard Smith228e6d42012-08-24 23:29:28 +00003862 SignExtend32<26>(Addr) != Addr)
Craig Topper062a2ba2014-04-25 05:30:21 +00003863 return nullptr; // Top 6 bits have to be sext of immediate.
Scott Michelcf0da6c2009-02-17 22:15:04 +00003864
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003865 return DAG.getConstant((int)C->getZExtValue() >> 2, SDLoc(Op),
Mehdi Amini44ede332015-07-09 02:09:04 +00003866 DAG.getTargetLoweringInfo().getPointerTy(
3867 DAG.getDataLayout())).getNode();
Chris Lattnereb755fc2006-05-17 19:00:46 +00003868}
3869
Dan Gohmand78c4002008-05-13 00:00:25 +00003870namespace {
3871
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003872struct TailCallArgumentInfo {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003873 SDValue Arg;
3874 SDValue FrameIdxOp;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003875 int FrameIdx;
3876
3877 TailCallArgumentInfo() : FrameIdx(0) {}
3878};
3879
Alexander Kornienkof00654e2015-06-23 09:49:53 +00003880}
Dan Gohmand78c4002008-05-13 00:00:25 +00003881
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003882/// StoreTailCallArgumentsToStackSlot - Stores arguments to their stack slot.
3883static void
3884StoreTailCallArgumentsToStackSlot(SelectionDAG &DAG,
Evan Cheng0e9d9ca2009-10-18 18:16:27 +00003885 SDValue Chain,
Craig Topperb94011f2013-07-14 04:42:23 +00003886 const SmallVectorImpl<TailCallArgumentInfo> &TailCallArgs,
3887 SmallVectorImpl<SDValue> &MemOpChains,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003888 SDLoc dl) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003889 for (unsigned i = 0, e = TailCallArgs.size(); i != e; ++i) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003890 SDValue Arg = TailCallArgs[i].Arg;
3891 SDValue FIN = TailCallArgs[i].FrameIdxOp;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003892 int FI = TailCallArgs[i].FrameIdx;
3893 // Store relative to framepointer.
Dale Johannesen021052a2009-02-04 20:06:27 +00003894 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, FIN,
Chris Lattner7727d052010-09-21 06:44:06 +00003895 MachinePointerInfo::getFixedStack(FI),
3896 false, false, 0));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003897 }
3898}
3899
3900/// EmitTailCallStoreFPAndRetAddr - Move the frame pointer and return address to
3901/// the appropriate stack slot for the tail call optimized function call.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003902static SDValue EmitTailCallStoreFPAndRetAddr(SelectionDAG &DAG,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003903 MachineFunction &MF,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003904 SDValue Chain,
3905 SDValue OldRetAddr,
3906 SDValue OldFP,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003907 int SPDiff,
3908 bool isPPC64,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003909 bool isDarwinABI,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003910 SDLoc dl) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003911 if (SPDiff) {
3912 // Calculate the new stack slot for the return address.
3913 int SlotSize = isPPC64 ? 8 : 4;
Eric Christopherdc3a8a42015-02-13 00:39:38 +00003914 const PPCFrameLowering *FL =
3915 MF.getSubtarget<PPCSubtarget>().getFrameLowering();
3916 int NewRetAddrLoc = SPDiff + FL->getReturnSaveOffset();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003917 int NewRetAddr = MF.getFrameInfo()->CreateFixedObject(SlotSize,
Evan Cheng0664a672010-07-03 00:40:23 +00003918 NewRetAddrLoc, true);
Owen Anderson9f944592009-08-11 20:47:22 +00003919 EVT VT = isPPC64 ? MVT::i64 : MVT::i32;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003920 SDValue NewRetAddrFrIdx = DAG.getFrameIndex(NewRetAddr, VT);
Dale Johannesen021052a2009-02-04 20:06:27 +00003921 Chain = DAG.getStore(Chain, dl, OldRetAddr, NewRetAddrFrIdx,
Chris Lattner7727d052010-09-21 06:44:06 +00003922 MachinePointerInfo::getFixedStack(NewRetAddr),
David Greene87a5abe2010-02-15 16:56:53 +00003923 false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003924
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003925 // When using the 32/64-bit SVR4 ABI there is no need to move the FP stack
3926 // slot as the FP is never overwritten.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003927 if (isDarwinABI) {
Eric Christopherdc3a8a42015-02-13 00:39:38 +00003928 int NewFPLoc = SPDiff + FL->getFramePointerSaveOffset();
David Greene1fbe0542009-11-12 20:49:22 +00003929 int NewFPIdx = MF.getFrameInfo()->CreateFixedObject(SlotSize, NewFPLoc,
Evan Cheng0664a672010-07-03 00:40:23 +00003930 true);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003931 SDValue NewFramePtrIdx = DAG.getFrameIndex(NewFPIdx, VT);
3932 Chain = DAG.getStore(Chain, dl, OldFP, NewFramePtrIdx,
Chris Lattner7727d052010-09-21 06:44:06 +00003933 MachinePointerInfo::getFixedStack(NewFPIdx),
David Greene87a5abe2010-02-15 16:56:53 +00003934 false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003935 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003936 }
3937 return Chain;
3938}
3939
3940/// CalculateTailCallArgDest - Remember Argument for later processing. Calculate
3941/// the position of the argument.
3942static void
3943CalculateTailCallArgDest(SelectionDAG &DAG, MachineFunction &MF, bool isPPC64,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003944 SDValue Arg, int SPDiff, unsigned ArgOffset,
Craig Topperb94011f2013-07-14 04:42:23 +00003945 SmallVectorImpl<TailCallArgumentInfo>& TailCallArguments) {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003946 int Offset = ArgOffset + SPDiff;
Duncan Sands13237ac2008-06-06 12:08:01 +00003947 uint32_t OpSize = (Arg.getValueType().getSizeInBits()+7)/8;
Evan Cheng0664a672010-07-03 00:40:23 +00003948 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
Owen Anderson9f944592009-08-11 20:47:22 +00003949 EVT VT = isPPC64 ? MVT::i64 : MVT::i32;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003950 SDValue FIN = DAG.getFrameIndex(FI, VT);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003951 TailCallArgumentInfo Info;
3952 Info.Arg = Arg;
3953 Info.FrameIdxOp = FIN;
3954 Info.FrameIdx = FI;
3955 TailCallArguments.push_back(Info);
3956}
3957
3958/// EmitTCFPAndRetAddrLoad - Emit load from frame pointer and return address
3959/// stack slot. Returns the chain as result and the loaded frame pointers in
3960/// LROpOut/FPOpout. Used when tail calling.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003961SDValue PPCTargetLowering::EmitTailCallLoadFPAndRetAddr(SelectionDAG & DAG,
Dale Johannesen021052a2009-02-04 20:06:27 +00003962 int SPDiff,
3963 SDValue Chain,
3964 SDValue &LROpOut,
3965 SDValue &FPOpOut,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003966 bool isDarwinABI,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003967 SDLoc dl) const {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003968 if (SPDiff) {
3969 // Load the LR and FP stack slot for later adjusting.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00003970 EVT VT = Subtarget.isPPC64() ? MVT::i64 : MVT::i32;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003971 LROpOut = getReturnAddrFrameIndex(DAG);
Chris Lattner7727d052010-09-21 06:44:06 +00003972 LROpOut = DAG.getLoad(VT, dl, Chain, LROpOut, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003973 false, false, false, 0);
Gabor Greiff304a7a2008-08-28 21:40:38 +00003974 Chain = SDValue(LROpOut.getNode(), 1);
Wesley Peck527da1b2010-11-23 03:31:01 +00003975
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00003976 // When using the 32/64-bit SVR4 ABI there is no need to load the FP stack
3977 // slot as the FP is never overwritten.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00003978 if (isDarwinABI) {
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003979 FPOpOut = getFramePointerFrameIndex(DAG);
Chris Lattner7727d052010-09-21 06:44:06 +00003980 FPOpOut = DAG.getLoad(VT, dl, Chain, FPOpOut, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00003981 false, false, false, 0);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00003982 Chain = SDValue(FPOpOut.getNode(), 1);
3983 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00003984 }
3985 return Chain;
3986}
3987
Dale Johannesen85d41a12008-03-04 23:17:14 +00003988/// CreateCopyOfByValArgument - Make a copy of an aggregate at address specified
Scott Michelcf0da6c2009-02-17 22:15:04 +00003989/// by "Src" to address "Dst" of size "Size". Alignment information is
Dale Johannesen85d41a12008-03-04 23:17:14 +00003990/// specified by the specific parameter attribute. The copy will be passed as
3991/// a byval function parameter.
3992/// Sometimes what we are copying is the end of a larger object, the part that
3993/// does not fit in registers.
Scott Michelcf0da6c2009-02-17 22:15:04 +00003994static SDValue
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00003995CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain,
Duncan Sandsd97eea32008-03-21 09:14:45 +00003996 ISD::ArgFlagsTy Flags, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00003997 SDLoc dl) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00003998 SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), dl, MVT::i32);
Dale Johannesen85263882009-02-04 01:17:06 +00003999 return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(),
Krzysztof Parzyszeka46c36b2015-04-13 17:16:45 +00004000 false, false, false, MachinePointerInfo(),
Nick Lewyckyaad475b2014-04-15 07:22:52 +00004001 MachinePointerInfo());
Dale Johannesen85d41a12008-03-04 23:17:14 +00004002}
Chris Lattner43df5b32007-02-25 05:34:32 +00004003
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004004/// LowerMemOpCallTo - Store the argument to the stack or remember it in case of
4005/// tail calls.
4006static void
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00004007LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain,
4008 SDValue Arg, SDValue PtrOff, int SPDiff,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004009 unsigned ArgOffset, bool isPPC64, bool isTailCall,
Craig Topperb94011f2013-07-14 04:42:23 +00004010 bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
4011 SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004012 SDLoc dl) {
Mehdi Amini44ede332015-07-09 02:09:04 +00004013 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004014 if (!isTailCall) {
4015 if (isVector) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00004016 SDValue StackPtr;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004017 if (isPPC64)
Owen Anderson9f944592009-08-11 20:47:22 +00004018 StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004019 else
Owen Anderson9f944592009-08-11 20:47:22 +00004020 StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Dale Johannesen021052a2009-02-04 20:06:27 +00004021 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004022 DAG.getConstant(ArgOffset, dl, PtrVT));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004023 }
Chris Lattner676c61d2010-09-21 18:41:36 +00004024 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff,
4025 MachinePointerInfo(), false, false, 0));
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00004026 // Calculate and remember argument location.
4027 } else CalculateTailCallArgDest(DAG, MF, isPPC64, Arg, SPDiff, ArgOffset,
4028 TailCallArguments);
4029}
4030
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004031static
4032void PrepareTailCall(SelectionDAG &DAG, SDValue &InFlag, SDValue &Chain,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004033 SDLoc dl, bool isPPC64, int SPDiff, unsigned NumBytes,
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004034 SDValue LROp, SDValue FPOp, bool isDarwinABI,
Craig Topperb94011f2013-07-14 04:42:23 +00004035 SmallVectorImpl<TailCallArgumentInfo> &TailCallArguments) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004036 MachineFunction &MF = DAG.getMachineFunction();
4037
4038 // Emit a sequence of copyto/copyfrom virtual registers for arguments that
4039 // might overwrite each other in case of tail call optimization.
4040 SmallVector<SDValue, 8> MemOpChains2;
Chris Lattner0ab5e2c2011-04-15 05:18:47 +00004041 // Do not flag preceding copytoreg stuff together with the following stuff.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004042 InFlag = SDValue();
4043 StoreTailCallArgumentsToStackSlot(DAG, Chain, TailCallArguments,
4044 MemOpChains2, dl);
4045 if (!MemOpChains2.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00004046 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains2);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004047
4048 // Store the return address to the appropriate stack slot.
4049 Chain = EmitTailCallStoreFPAndRetAddr(DAG, MF, Chain, LROp, FPOp, SPDiff,
4050 isPPC64, isDarwinABI, dl);
4051
4052 // Emit callseq_end just before tailcall node.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004053 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
4054 DAG.getIntPtrConstant(0, dl, true), InFlag, dl);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004055 InFlag = Chain.getValue(1);
4056}
4057
Hal Finkel87deb0b2015-01-12 04:34:47 +00004058// Is this global address that of a function that can be called by name? (as
4059// opposed to something that must hold a descriptor for an indirect call).
4060static bool isFunctionGlobalAddress(SDValue Callee) {
4061 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
4062 if (Callee.getOpcode() == ISD::GlobalTLSAddress ||
4063 Callee.getOpcode() == ISD::TargetGlobalTLSAddress)
4064 return false;
4065
4066 return G->getGlobal()->getType()->getElementType()->isFunctionTy();
4067 }
4068
4069 return false;
4070}
4071
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004072static
4073unsigned PrepareCall(SelectionDAG &DAG, SDValue &Callee, SDValue &InFlag,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004074 SDValue &Chain, SDValue CallSeqStart, SDLoc dl, int SPDiff,
Hal Finkel965cea52015-07-12 00:37:44 +00004075 bool isTailCall, bool IsPatchPoint, bool hasNest,
Craig Topperb94011f2013-07-14 04:42:23 +00004076 SmallVectorImpl<std::pair<unsigned, SDValue> > &RegsToPass,
4077 SmallVectorImpl<SDValue> &Ops, std::vector<EVT> &NodeTys,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004078 ImmutableCallSite *CS, const PPCSubtarget &Subtarget) {
Wesley Peck527da1b2010-11-23 03:31:01 +00004079
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004080 bool isPPC64 = Subtarget.isPPC64();
4081 bool isSVR4ABI = Subtarget.isSVR4ABI();
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004082 bool isELFv2ABI = Subtarget.isELFv2ABI();
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004083
Mehdi Amini44ede332015-07-09 02:09:04 +00004084 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Owen Anderson9f944592009-08-11 20:47:22 +00004085 NodeTys.push_back(MVT::Other); // Returns a chain
Chris Lattner3e5fbd72010-12-21 02:38:05 +00004086 NodeTys.push_back(MVT::Glue); // Returns a flag for retval copy to use.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004087
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004088 unsigned CallOpc = PPCISD::CALL;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004089
Torok Edwin31e90d22010-08-04 20:47:44 +00004090 bool needIndirectCall = true;
Ulrich Weigand9aa09ef2014-06-18 16:14:04 +00004091 if (!isSVR4ABI || !isPPC64)
4092 if (SDNode *Dest = isBLACompatibleAddress(Callee, DAG)) {
4093 // If this is an absolute destination address, use the munged value.
4094 Callee = SDValue(Dest, 0);
4095 needIndirectCall = false;
4096 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004097
Hal Finkel87deb0b2015-01-12 04:34:47 +00004098 if (isFunctionGlobalAddress(Callee)) {
4099 GlobalAddressSDNode *G = cast<GlobalAddressSDNode>(Callee);
4100 // A call to a TLS address is actually an indirect call to a
4101 // thread-specific pointer.
Eric Christopher79cc1e32014-09-02 22:28:02 +00004102 unsigned OpFlags = 0;
4103 if ((DAG.getTarget().getRelocationModel() != Reloc::Static &&
4104 (Subtarget.getTargetTriple().isMacOSX() &&
4105 Subtarget.getTargetTriple().isMacOSXVersionLT(10, 5)) &&
Peter Collingbourne6a9d1772015-07-05 20:52:35 +00004106 !G->getGlobal()->isStrongDefinitionForLinker()) ||
Eric Christopher79cc1e32014-09-02 22:28:02 +00004107 (Subtarget.isTargetELF() && !isPPC64 &&
4108 !G->getGlobal()->hasLocalLinkage() &&
4109 DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
4110 // PC-relative references to external symbols should go through $stub,
4111 // unless we're building with the leopard linker or later, which
4112 // automatically synthesizes these stubs.
4113 OpFlags = PPCII::MO_PLT_OR_STUB;
Eric Christopherb9fd9ed2014-08-07 22:02:54 +00004114 }
Eric Christopher79cc1e32014-09-02 22:28:02 +00004115
4116 // If the callee is a GlobalAddress/ExternalSymbol node (quite common,
4117 // every direct call is) turn it into a TargetGlobalAddress /
4118 // TargetExternalSymbol node so that legalize doesn't hack it.
4119 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl,
4120 Callee.getValueType(), 0, OpFlags);
4121 needIndirectCall = false;
Torok Edwin31e90d22010-08-04 20:47:44 +00004122 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004123
Torok Edwin31e90d22010-08-04 20:47:44 +00004124 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004125 unsigned char OpFlags = 0;
Wesley Peck527da1b2010-11-23 03:31:01 +00004126
Hal Finkel3ee2af72014-07-18 23:29:49 +00004127 if ((DAG.getTarget().getRelocationModel() != Reloc::Static &&
4128 (Subtarget.getTargetTriple().isMacOSX() &&
4129 Subtarget.getTargetTriple().isMacOSXVersionLT(10, 5))) ||
4130 (Subtarget.isTargetELF() && !isPPC64 &&
Justin Hibbits17744c12015-01-10 07:50:31 +00004131 DAG.getTarget().getRelocationModel() == Reloc::PIC_)) {
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004132 // PC-relative references to external symbols should go through $stub,
4133 // unless we're building with the leopard linker or later, which
4134 // automatically synthesizes these stubs.
Hal Finkel3ee2af72014-07-18 23:29:49 +00004135 OpFlags = PPCII::MO_PLT_OR_STUB;
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004136 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004137
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004138 Callee = DAG.getTargetExternalSymbol(S->getSymbol(), Callee.getValueType(),
4139 OpFlags);
4140 needIndirectCall = false;
Torok Edwin31e90d22010-08-04 20:47:44 +00004141 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004142
Hal Finkel934361a2015-01-14 01:07:51 +00004143 if (IsPatchPoint) {
4144 // We'll form an invalid direct call when lowering a patchpoint; the full
4145 // sequence for an indirect call is complicated, and many of the
4146 // instructions introduced might have side effects (and, thus, can't be
4147 // removed later). The call itself will be removed as soon as the
4148 // argument/return lowering is complete, so the fact that it has the wrong
4149 // kind of operands should not really matter.
4150 needIndirectCall = false;
4151 }
4152
Torok Edwin31e90d22010-08-04 20:47:44 +00004153 if (needIndirectCall) {
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004154 // Otherwise, this is an indirect call. We have to use a MTCTR/BCTRL pair
4155 // to do the call, we can't use PPCISD::CALL.
4156 SDValue MTCTROps[] = {Chain, Callee, InFlag};
Tilmann Scheller79fef932009-12-18 13:00:15 +00004157
Hal Finkel63fb9282015-01-13 18:25:05 +00004158 if (isSVR4ABI && isPPC64 && !isELFv2ABI) {
Tilmann Scheller79fef932009-12-18 13:00:15 +00004159 // Function pointers in the 64-bit SVR4 ABI do not point to the function
4160 // entry point, but to the function descriptor (the function entry point
4161 // address is part of the function descriptor though).
4162 // The function descriptor is a three doubleword structure with the
4163 // following fields: function entry point, TOC base address and
4164 // environment pointer.
4165 // Thus for a call through a function pointer, the following actions need
4166 // to be performed:
4167 // 1. Save the TOC of the caller in the TOC save area of its stack
Bill Schmidt57d6de52012-10-23 15:51:16 +00004168 // frame (this is done in LowerCall_Darwin() or LowerCall_64SVR4()).
Tilmann Scheller79fef932009-12-18 13:00:15 +00004169 // 2. Load the address of the function entry point from the function
4170 // descriptor.
4171 // 3. Load the TOC of the callee from the function descriptor into r2.
4172 // 4. Load the environment pointer from the function descriptor into
4173 // r11.
4174 // 5. Branch to the function entry point address.
4175 // 6. On return of the callee, the TOC of the caller needs to be
4176 // restored (this is done in FinishCall()).
4177 //
Hal Finkele2ab0f12015-01-15 21:17:34 +00004178 // The loads are scheduled at the beginning of the call sequence, and the
4179 // register copies are flagged together to ensure that no other
Tilmann Scheller79fef932009-12-18 13:00:15 +00004180 // operations can be scheduled in between. E.g. without flagging the
Hal Finkele2ab0f12015-01-15 21:17:34 +00004181 // copies together, a TOC access in the caller could be scheduled between
4182 // the assignment of the callee TOC and the branch to the callee, which
Tilmann Scheller79fef932009-12-18 13:00:15 +00004183 // results in the TOC access going through the TOC of the callee instead
4184 // of going through the TOC of the caller, which leads to incorrect code.
4185
4186 // Load the address of the function entry point from the function
4187 // descriptor.
Hal Finkele2ab0f12015-01-15 21:17:34 +00004188 SDValue LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-1);
4189 if (LDChain.getValueType() == MVT::Glue)
4190 LDChain = CallSeqStart.getValue(CallSeqStart->getNumValues()-2);
4191
4192 bool LoadsInv = Subtarget.hasInvariantFunctionDescriptors();
4193
4194 MachinePointerInfo MPI(CS ? CS->getCalledValue() : nullptr);
4195 SDValue LoadFuncPtr = DAG.getLoad(MVT::i64, dl, LDChain, Callee, MPI,
4196 false, false, LoadsInv, 8);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004197
4198 // Load environment pointer into r11.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004199 SDValue PtrOff = DAG.getIntPtrConstant(16, dl);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004200 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, MVT::i64, Callee, PtrOff);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004201 SDValue LoadEnvPtr = DAG.getLoad(MVT::i64, dl, LDChain, AddPtr,
4202 MPI.getWithOffset(16), false, false,
4203 LoadsInv, 8);
4204
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004205 SDValue TOCOff = DAG.getIntPtrConstant(8, dl);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004206 SDValue AddTOC = DAG.getNode(ISD::ADD, dl, MVT::i64, Callee, TOCOff);
4207 SDValue TOCPtr = DAG.getLoad(MVT::i64, dl, LDChain, AddTOC,
4208 MPI.getWithOffset(8), false, false,
4209 LoadsInv, 8);
4210
Hal Finkele6698d52015-02-01 15:03:28 +00004211 setUsesTOCBasePtr(DAG);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004212 SDValue TOCVal = DAG.getCopyToReg(Chain, dl, PPC::X2, TOCPtr,
4213 InFlag);
4214 Chain = TOCVal.getValue(0);
4215 InFlag = TOCVal.getValue(1);
Tilmann Scheller79fef932009-12-18 13:00:15 +00004216
Hal Finkel965cea52015-07-12 00:37:44 +00004217 // If the function call has an explicit 'nest' parameter, it takes the
4218 // place of the environment pointer.
4219 if (!hasNest) {
4220 SDValue EnvVal = DAG.getCopyToReg(Chain, dl, PPC::X11, LoadEnvPtr,
4221 InFlag);
Hal Finkele2ab0f12015-01-15 21:17:34 +00004222
Hal Finkel965cea52015-07-12 00:37:44 +00004223 Chain = EnvVal.getValue(0);
4224 InFlag = EnvVal.getValue(1);
4225 }
Tilmann Scheller79fef932009-12-18 13:00:15 +00004226
Tilmann Scheller79fef932009-12-18 13:00:15 +00004227 MTCTROps[0] = Chain;
4228 MTCTROps[1] = LoadFuncPtr;
4229 MTCTROps[2] = InFlag;
4230 }
4231
Hal Finkel63fb9282015-01-13 18:25:05 +00004232 Chain = DAG.getNode(PPCISD::MTCTR, dl, NodeTys,
4233 makeArrayRef(MTCTROps, InFlag.getNode() ? 3 : 2));
4234 InFlag = Chain.getValue(1);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004235
4236 NodeTys.clear();
Owen Anderson9f944592009-08-11 20:47:22 +00004237 NodeTys.push_back(MVT::Other);
Chris Lattner3e5fbd72010-12-21 02:38:05 +00004238 NodeTys.push_back(MVT::Glue);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004239 Ops.push_back(Chain);
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004240 CallOpc = PPCISD::BCTRL;
Craig Topper062a2ba2014-04-25 05:30:21 +00004241 Callee.setNode(nullptr);
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004242 // Add use of X11 (holding environment pointer)
Hal Finkel965cea52015-07-12 00:37:44 +00004243 if (isSVR4ABI && isPPC64 && !isELFv2ABI && !hasNest)
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004244 Ops.push_back(DAG.getRegister(PPC::X11, PtrVT));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004245 // Add CTR register as callee so a bctr can be emitted later.
4246 if (isTailCall)
Roman Divackya4a59ae2011-06-03 15:47:49 +00004247 Ops.push_back(DAG.getRegister(isPPC64 ? PPC::CTR8 : PPC::CTR, PtrVT));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004248 }
4249
4250 // If this is a direct call, pass the chain and the callee.
4251 if (Callee.getNode()) {
4252 Ops.push_back(Chain);
4253 Ops.push_back(Callee);
4254 }
4255 // If this is a tail call add stack pointer delta.
4256 if (isTailCall)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004257 Ops.push_back(DAG.getConstant(SPDiff, dl, MVT::i32));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004258
4259 // Add argument registers to the end of the list so that they are known live
4260 // into the call.
4261 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
4262 Ops.push_back(DAG.getRegister(RegsToPass[i].first,
4263 RegsToPass[i].second.getValueType()));
4264
Hal Finkelaf519932015-01-19 07:20:27 +00004265 // All calls, in both the ELF V1 and V2 ABIs, need the TOC register live
4266 // into the call.
Hal Finkele6698d52015-02-01 15:03:28 +00004267 if (isSVR4ABI && isPPC64 && !IsPatchPoint) {
4268 setUsesTOCBasePtr(DAG);
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004269 Ops.push_back(DAG.getRegister(PPC::X2, PtrVT));
Hal Finkele6698d52015-02-01 15:03:28 +00004270 }
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004271
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004272 return CallOpc;
4273}
4274
Roman Divacky76293062012-09-18 16:47:58 +00004275static
4276bool isLocalCall(const SDValue &Callee)
4277{
4278 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
Peter Collingbourne6a9d1772015-07-05 20:52:35 +00004279 return G->getGlobal()->isStrongDefinitionForLinker();
Roman Divacky76293062012-09-18 16:47:58 +00004280 return false;
4281}
4282
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004283SDValue
4284PPCTargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag,
Sandeep Patel68c5f472009-09-02 08:44:58 +00004285 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004286 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004287 SDLoc dl, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00004288 SmallVectorImpl<SDValue> &InVals) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004289
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004290 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00004291 CCState CCRetInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
4292 *DAG.getContext());
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004293 CCRetInfo.AnalyzeCallResult(Ins, RetCC_PPC);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004294
4295 // Copy all of the result registers out of their specified physreg.
4296 for (unsigned i = 0, e = RVLocs.size(); i != e; ++i) {
4297 CCValAssign &VA = RVLocs[i];
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004298 assert(VA.isRegLoc() && "Can only return in registers!");
Ulrich Weigand339d0592012-11-05 19:39:45 +00004299
4300 SDValue Val = DAG.getCopyFromReg(Chain, dl,
4301 VA.getLocReg(), VA.getLocVT(), InFlag);
4302 Chain = Val.getValue(1);
4303 InFlag = Val.getValue(2);
4304
4305 switch (VA.getLocInfo()) {
4306 default: llvm_unreachable("Unknown loc info!");
4307 case CCValAssign::Full: break;
4308 case CCValAssign::AExt:
4309 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4310 break;
4311 case CCValAssign::ZExt:
4312 Val = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), Val,
4313 DAG.getValueType(VA.getValVT()));
4314 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4315 break;
4316 case CCValAssign::SExt:
4317 Val = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), Val,
4318 DAG.getValueType(VA.getValVT()));
4319 Val = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), Val);
4320 break;
4321 }
4322
4323 InVals.push_back(Val);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004324 }
4325
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004326 return Chain;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004327}
4328
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004329SDValue
Andrew Trickef9de2a2013-05-25 02:42:55 +00004330PPCTargetLowering::FinishCall(CallingConv::ID CallConv, SDLoc dl,
Hal Finkel934361a2015-01-14 01:07:51 +00004331 bool isTailCall, bool isVarArg, bool IsPatchPoint,
Hal Finkel965cea52015-07-12 00:37:44 +00004332 bool hasNest, SelectionDAG &DAG,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004333 SmallVector<std::pair<unsigned, SDValue>, 8>
4334 &RegsToPass,
4335 SDValue InFlag, SDValue Chain,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004336 SDValue CallSeqStart, SDValue &Callee,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004337 int SPDiff, unsigned NumBytes,
4338 const SmallVectorImpl<ISD::InputArg> &Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004339 SmallVectorImpl<SDValue> &InVals,
4340 ImmutableCallSite *CS) const {
Ulrich Weigand8658f172014-07-20 23:43:15 +00004341
Owen Anderson53aa7a92009-08-10 22:56:29 +00004342 std::vector<EVT> NodeTys;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004343 SmallVector<SDValue, 8> Ops;
Hal Finkele2ab0f12015-01-15 21:17:34 +00004344 unsigned CallOpc = PrepareCall(DAG, Callee, InFlag, Chain, CallSeqStart, dl,
Hal Finkel965cea52015-07-12 00:37:44 +00004345 SPDiff, isTailCall, IsPatchPoint, hasNest,
4346 RegsToPass, Ops, NodeTys, CS, Subtarget);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004347
Hal Finkel5ab37802012-08-28 02:10:27 +00004348 // Add implicit use of CR bit 6 for 32-bit SVR4 vararg calls
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004349 if (isVarArg && Subtarget.isSVR4ABI() && !Subtarget.isPPC64())
Hal Finkel5ab37802012-08-28 02:10:27 +00004350 Ops.push_back(DAG.getRegister(PPC::CR1EQ, MVT::i32));
4351
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004352 // When performing tail call optimization the callee pops its arguments off
4353 // the stack. Account for this here so these bytes can be pushed back on in
Eli Bendersky8da87162013-02-21 20:05:00 +00004354 // PPCFrameLowering::eliminateCallFramePseudoInstr.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004355 int BytesCalleePops =
Nick Lewycky50f02cb2011-12-02 22:16:29 +00004356 (CallConv == CallingConv::Fast &&
4357 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0;
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004358
Roman Divackyef21be22012-03-06 16:41:49 +00004359 // Add a register mask operand representing the call-preserved registers.
Eric Christophercccae792015-01-30 22:02:31 +00004360 const TargetRegisterInfo *TRI = Subtarget.getRegisterInfo();
Eric Christopher9deb75d2015-03-11 22:42:13 +00004361 const uint32_t *Mask =
4362 TRI->getCallPreservedMask(DAG.getMachineFunction(), CallConv);
Roman Divackyef21be22012-03-06 16:41:49 +00004363 assert(Mask && "Missing call preserved mask for calling convention");
4364 Ops.push_back(DAG.getRegisterMask(Mask));
4365
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004366 if (InFlag.getNode())
4367 Ops.push_back(InFlag);
4368
4369 // Emit tail call.
4370 if (isTailCall) {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004371 assert(((Callee.getOpcode() == ISD::Register &&
4372 cast<RegisterSDNode>(Callee)->getReg() == PPC::CTR) ||
4373 Callee.getOpcode() == ISD::TargetExternalSymbol ||
4374 Callee.getOpcode() == ISD::TargetGlobalAddress ||
4375 isa<ConstantSDNode>(Callee)) &&
4376 "Expecting an global address, external symbol, absolute value or register");
4377
Arnold Schwaighoferdc271142015-05-09 00:10:25 +00004378 DAG.getMachineFunction().getFrameInfo()->setHasTailCall();
Craig Topper48d114b2014-04-26 18:35:24 +00004379 return DAG.getNode(PPCISD::TC_RETURN, dl, MVT::Other, Ops);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004380 }
4381
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004382 // Add a NOP immediately after the branch instruction when using the 64-bit
4383 // SVR4 ABI. At link time, if caller and callee are in a different module and
4384 // thus have a different TOC, the call will be replaced with a call to a stub
4385 // function which saves the current TOC, loads the TOC of the callee and
4386 // branches to the callee. The NOP will be replaced with a load instruction
4387 // which restores the TOC of the caller from the TOC save slot of the current
4388 // stack frame. If caller and callee belong to the same module (and have the
4389 // same TOC), the NOP will remain unchanged.
Hal Finkel51861b42012-03-31 14:45:15 +00004390
Hal Finkel934361a2015-01-14 01:07:51 +00004391 if (!isTailCall && Subtarget.isSVR4ABI()&& Subtarget.isPPC64() &&
4392 !IsPatchPoint) {
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004393 if (CallOpc == PPCISD::BCTRL) {
Tilmann Scheller79fef932009-12-18 13:00:15 +00004394 // This is a call through a function pointer.
4395 // Restore the caller TOC from the save area into R2.
4396 // See PrepareCall() for more information about calls through function
4397 // pointers in the 64-bit SVR4 ABI.
4398 // We are using a target-specific load with r2 hard coded, because the
4399 // result of a target-independent load would never go directly into r2,
4400 // since r2 is a reserved register (which prevents the register allocator
4401 // from allocating it), resulting in an additional register being
4402 // allocated and an unnecessary move instruction being generated.
Hal Finkelfc096c92014-12-23 22:29:40 +00004403 CallOpc = PPCISD::BCTRL_LOAD_TOC;
4404
Mehdi Amini44ede332015-07-09 02:09:04 +00004405 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Hal Finkelfc096c92014-12-23 22:29:40 +00004406 SDValue StackPtr = DAG.getRegister(PPC::X1, PtrVT);
Eric Christopher736d39e2015-02-13 00:39:36 +00004407 unsigned TOCSaveOffset = Subtarget.getFrameLowering()->getTOCSaveOffset();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004408 SDValue TOCOff = DAG.getIntPtrConstant(TOCSaveOffset, dl);
Hal Finkelfc096c92014-12-23 22:29:40 +00004409 SDValue AddTOC = DAG.getNode(ISD::ADD, dl, MVT::i64, StackPtr, TOCOff);
4410
4411 // The address needs to go after the chain input but before the flag (or
4412 // any other variadic arguments).
4413 Ops.insert(std::next(Ops.begin()), AddTOC);
Bill Schmidtcea15962013-09-26 17:09:28 +00004414 } else if ((CallOpc == PPCISD::CALL) &&
4415 (!isLocalCall(Callee) ||
Bill Schmidt82f1c772015-02-10 19:09:05 +00004416 DAG.getTarget().getRelocationModel() == Reloc::PIC_))
Roman Divacky76293062012-09-18 16:47:58 +00004417 // Otherwise insert NOP for non-local calls.
Ulrich Weigandf62e83f2013-03-22 15:24:13 +00004418 CallOpc = PPCISD::CALL_NOP;
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004419 }
4420
Craig Topper48d114b2014-04-26 18:35:24 +00004421 Chain = DAG.getNode(CallOpc, dl, NodeTys, Ops);
Hal Finkel51861b42012-03-31 14:45:15 +00004422 InFlag = Chain.getValue(1);
4423
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004424 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
4425 DAG.getIntPtrConstant(BytesCalleePops, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004426 InFlag, dl);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004427 if (!Ins.empty())
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004428 InFlag = Chain.getValue(1);
4429
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004430 return LowerCallResult(Chain, InFlag, CallConv, isVarArg,
4431 Ins, dl, DAG, InVals);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004432}
4433
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004434SDValue
Justin Holewinskiaa583972012-05-25 16:35:28 +00004435PPCTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
Dan Gohman21cea8a2010-04-17 15:26:15 +00004436 SmallVectorImpl<SDValue> &InVals) const {
Justin Holewinskiaa583972012-05-25 16:35:28 +00004437 SelectionDAG &DAG = CLI.DAG;
Craig Topperb94011f2013-07-14 04:42:23 +00004438 SDLoc &dl = CLI.DL;
4439 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
4440 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
4441 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
Justin Holewinskiaa583972012-05-25 16:35:28 +00004442 SDValue Chain = CLI.Chain;
4443 SDValue Callee = CLI.Callee;
4444 bool &isTailCall = CLI.IsTailCall;
4445 CallingConv::ID CallConv = CLI.CallConv;
4446 bool isVarArg = CLI.IsVarArg;
Hal Finkel934361a2015-01-14 01:07:51 +00004447 bool IsPatchPoint = CLI.IsPatchPoint;
Hal Finkele2ab0f12015-01-15 21:17:34 +00004448 ImmutableCallSite *CS = CLI.CS;
Justin Holewinskiaa583972012-05-25 16:35:28 +00004449
Evan Cheng67a69dd2010-01-27 00:07:07 +00004450 if (isTailCall)
4451 isTailCall = IsEligibleForTailCallOptimization(Callee, CallConv, isVarArg,
4452 Ins, DAG);
4453
Hal Finkele2ab0f12015-01-15 21:17:34 +00004454 if (!isTailCall && CS && CS->isMustTailCall())
Reid Kleckner5772b772014-04-24 20:14:34 +00004455 report_fatal_error("failed to perform tail call elimination on a call "
4456 "site marked musttail");
4457
Eric Christopherb1aaebe2014-06-12 22:38:18 +00004458 if (Subtarget.isSVR4ABI()) {
4459 if (Subtarget.isPPC64())
Bill Schmidt57d6de52012-10-23 15:51:16 +00004460 return LowerCall_64SVR4(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004461 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004462 dl, DAG, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004463 else
4464 return LowerCall_32SVR4(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004465 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004466 dl, DAG, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004467 }
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004468
Bill Schmidt57d6de52012-10-23 15:51:16 +00004469 return LowerCall_Darwin(Chain, Callee, CallConv, isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004470 isTailCall, IsPatchPoint, Outs, OutVals, Ins,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004471 dl, DAG, InVals, CS);
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004472}
4473
4474SDValue
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004475PPCTargetLowering::LowerCall_32SVR4(SDValue Chain, SDValue Callee,
4476 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004477 bool isTailCall, bool IsPatchPoint,
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004478 const SmallVectorImpl<ISD::OutputArg> &Outs,
4479 const SmallVectorImpl<SDValue> &OutVals,
4480 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004481 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004482 SmallVectorImpl<SDValue> &InVals,
4483 ImmutableCallSite *CS) const {
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004484 // See PPCTargetLowering::LowerFormalArguments_32SVR4() for a description
Tilmann Schellerd1aaa322009-08-15 11:54:46 +00004485 // of the 32-bit SVR4 ABI stack frame layout.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004486
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004487 assert((CallConv == CallingConv::C ||
4488 CallConv == CallingConv::Fast) && "Unknown calling convention!");
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004489
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004490 unsigned PtrByteSize = 4;
4491
4492 MachineFunction &MF = DAG.getMachineFunction();
4493
4494 // Mark this function as potentially containing a function that contains a
4495 // tail call. As a consequence the frame pointer will be used for dynamicalloc
4496 // and restoring the callers stack pointer in this functions epilog. This is
4497 // done because by tail calling the called function might overwrite the value
4498 // in this function's (MF) stack pointer stack slot 0(SP).
Nick Lewycky50f02cb2011-12-02 22:16:29 +00004499 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4500 CallConv == CallingConv::Fast)
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004501 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
Wesley Peck527da1b2010-11-23 03:31:01 +00004502
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004503 // Count how many bytes are to be pushed on the stack, including the linkage
4504 // area, parameter list area and the part of the local variable space which
4505 // contains copies of aggregates which are passed by value.
4506
4507 // Assign locations to all of the outgoing arguments.
4508 SmallVector<CCValAssign, 16> ArgLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00004509 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), ArgLocs,
4510 *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004511
4512 // Reserve space for the linkage area on the stack.
Eric Christophera4ae2132015-02-13 22:22:57 +00004513 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(),
Ulrich Weigand8658f172014-07-20 23:43:15 +00004514 PtrByteSize);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004515
4516 if (isVarArg) {
4517 // Handle fixed and variable vector arguments differently.
4518 // Fixed vector arguments go into registers as long as registers are
4519 // available. Variable vector arguments always go into memory.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004520 unsigned NumArgs = Outs.size();
Wesley Peck527da1b2010-11-23 03:31:01 +00004521
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004522 for (unsigned i = 0; i != NumArgs; ++i) {
Duncan Sandsf5dda012010-11-03 11:35:31 +00004523 MVT ArgVT = Outs[i].VT;
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004524 ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004525 bool Result;
Wesley Peck527da1b2010-11-23 03:31:01 +00004526
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004527 if (Outs[i].IsFixed) {
Bill Schmidtef17c142013-02-06 17:33:58 +00004528 Result = CC_PPC32_SVR4(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags,
4529 CCInfo);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004530 } else {
Bill Schmidtef17c142013-02-06 17:33:58 +00004531 Result = CC_PPC32_SVR4_VarArg(i, ArgVT, ArgVT, CCValAssign::Full,
4532 ArgFlags, CCInfo);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004533 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004534
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004535 if (Result) {
Torok Edwinfb8d6d52009-07-08 20:53:28 +00004536#ifndef NDEBUG
Chris Lattner13626022009-08-23 06:03:38 +00004537 errs() << "Call operand #" << i << " has unhandled type "
Duncan Sandsf5dda012010-11-03 11:35:31 +00004538 << EVT(ArgVT).getEVTString() << "\n";
Torok Edwinfb8d6d52009-07-08 20:53:28 +00004539#endif
Craig Toppere73658d2014-04-28 04:05:08 +00004540 llvm_unreachable(nullptr);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004541 }
4542 }
4543 } else {
4544 // All arguments are treated the same.
Bill Schmidtef17c142013-02-06 17:33:58 +00004545 CCInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004546 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004547
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004548 // Assign locations to all of the outgoing aggregate by value arguments.
4549 SmallVector<CCValAssign, 16> ByValArgLocs;
Eric Christopher0713a9d2011-06-08 23:55:35 +00004550 CCState CCByValInfo(CallConv, isVarArg, DAG.getMachineFunction(),
Eric Christopherb5217502014-08-06 18:45:26 +00004551 ByValArgLocs, *DAG.getContext());
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004552
4553 // Reserve stack space for the allocations in CCInfo.
4554 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrByteSize);
4555
Bill Schmidtef17c142013-02-06 17:33:58 +00004556 CCByValInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4_ByVal);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004557
4558 // Size of the linkage area, parameter list area and the part of the local
4559 // space variable where copies of aggregates which are passed by value are
4560 // stored.
4561 unsigned NumBytes = CCByValInfo.getNextStackOffset();
Wesley Peck527da1b2010-11-23 03:31:01 +00004562
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004563 // Calculate by how many bytes the stack has to be adjusted in case of tail
4564 // call optimization.
4565 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
4566
4567 // Adjust the stack pointer for the new arguments...
4568 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004569 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004570 dl);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004571 SDValue CallSeqStart = Chain;
4572
4573 // Load the return address and frame pointer so it can be moved somewhere else
4574 // later.
4575 SDValue LROp, FPOp;
4576 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, false,
4577 dl);
4578
4579 // Set up a copy of the stack pointer for use loading and storing any
4580 // arguments that may not fit in the registers available for argument
4581 // passing.
Owen Anderson9f944592009-08-11 20:47:22 +00004582 SDValue StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Wesley Peck527da1b2010-11-23 03:31:01 +00004583
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004584 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
4585 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
4586 SmallVector<SDValue, 8> MemOpChains;
4587
Roman Divacky71038e72011-08-30 17:04:16 +00004588 bool seenFloatArg = false;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004589 // Walk the register/memloc assignments, inserting copies/loads.
4590 for (unsigned i = 0, j = 0, e = ArgLocs.size();
4591 i != e;
4592 ++i) {
4593 CCValAssign &VA = ArgLocs[i];
Dan Gohmanfe7532a2010-07-07 15:54:55 +00004594 SDValue Arg = OutVals[i];
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004595 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Wesley Peck527da1b2010-11-23 03:31:01 +00004596
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004597 if (Flags.isByVal()) {
4598 // Argument is an aggregate which is passed by value, thus we need to
4599 // create a copy of it in the local variable space of the current stack
4600 // frame (which is the stack frame of the caller) and pass the address of
4601 // this copy to the callee.
4602 assert((j < ByValArgLocs.size()) && "Index out of bounds!");
4603 CCValAssign &ByValVA = ByValArgLocs[j++];
4604 assert((VA.getValNo() == ByValVA.getValNo()) && "ValNo mismatch!");
Wesley Peck527da1b2010-11-23 03:31:01 +00004605
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004606 // Memory reserved in the local variable space of the callers stack frame.
4607 unsigned LocMemOffset = ByValVA.getLocMemOffset();
Wesley Peck527da1b2010-11-23 03:31:01 +00004608
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004609 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset, dl);
Mehdi Amini44ede332015-07-09 02:09:04 +00004610 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(MF.getDataLayout()),
4611 StackPtr, PtrOff);
Wesley Peck527da1b2010-11-23 03:31:01 +00004612
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004613 // Create a copy of the argument in the local area of the current
4614 // stack frame.
4615 SDValue MemcpyCall =
4616 CreateCopyOfByValArgument(Arg, PtrOff,
4617 CallSeqStart.getNode()->getOperand(0),
4618 Flags, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00004619
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004620 // This must go outside the CALLSEQ_START..END.
4621 SDValue NewCallSeqStart = DAG.getCALLSEQ_START(MemcpyCall,
Andrew Trickad6d08a2013-05-29 22:03:55 +00004622 CallSeqStart.getNode()->getOperand(1),
4623 SDLoc(MemcpyCall));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004624 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
4625 NewCallSeqStart.getNode());
4626 Chain = CallSeqStart = NewCallSeqStart;
Wesley Peck527da1b2010-11-23 03:31:01 +00004627
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004628 // Pass the address of the aggregate copy on the stack either in a
4629 // physical register or in the parameter list area of the current stack
4630 // frame to the callee.
4631 Arg = PtrOff;
4632 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004633
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004634 if (VA.isRegLoc()) {
Hal Finkel2a9d3182014-03-06 00:23:33 +00004635 if (Arg.getValueType() == MVT::i1)
4636 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Arg);
4637
Roman Divacky71038e72011-08-30 17:04:16 +00004638 seenFloatArg |= VA.getLocVT().isFloatingPoint();
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004639 // Put argument in a physical register.
4640 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
4641 } else {
4642 // Put argument in the parameter list area of the current stack frame.
4643 assert(VA.isMemLoc());
4644 unsigned LocMemOffset = VA.getLocMemOffset();
4645
4646 if (!isTailCall) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004647 SDValue PtrOff = DAG.getIntPtrConstant(LocMemOffset, dl);
Mehdi Amini44ede332015-07-09 02:09:04 +00004648 PtrOff = DAG.getNode(ISD::ADD, dl, getPointerTy(MF.getDataLayout()),
4649 StackPtr, PtrOff);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004650
4651 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, PtrOff,
Chris Lattner676c61d2010-09-21 18:41:36 +00004652 MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00004653 false, false, 0));
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004654 } else {
4655 // Calculate and remember argument location.
4656 CalculateTailCallArgDest(DAG, MF, false, Arg, SPDiff, LocMemOffset,
4657 TailCallArguments);
4658 }
4659 }
4660 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004661
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004662 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00004663 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Wesley Peck527da1b2010-11-23 03:31:01 +00004664
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004665 // Build a sequence of copy-to-reg nodes chained together with token chain
4666 // and flag operands which copy the outgoing args into the appropriate regs.
4667 SDValue InFlag;
4668 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
4669 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
4670 RegsToPass[i].second, InFlag);
4671 InFlag = Chain.getValue(1);
4672 }
Wesley Peck527da1b2010-11-23 03:31:01 +00004673
Hal Finkel5ab37802012-08-28 02:10:27 +00004674 // Set CR bit 6 to true if this is a vararg call with floating args passed in
4675 // registers.
4676 if (isVarArg) {
NAKAMURA Takumiac490292012-08-30 15:52:29 +00004677 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
4678 SDValue Ops[] = { Chain, InFlag };
4679
Hal Finkel5ab37802012-08-28 02:10:27 +00004680 Chain = DAG.getNode(seenFloatArg ? PPCISD::CR6SET : PPCISD::CR6UNSET,
Craig Topper2d2aa0c2014-04-30 07:17:30 +00004681 dl, VTs, makeArrayRef(Ops, InFlag.getNode() ? 2 : 1));
NAKAMURA Takumiac490292012-08-30 15:52:29 +00004682
Hal Finkel5ab37802012-08-28 02:10:27 +00004683 InFlag = Chain.getValue(1);
4684 }
4685
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00004686 if (isTailCall)
Tilmann Scheller773f14c2009-07-03 06:47:08 +00004687 PrepareTailCall(DAG, InFlag, Chain, dl, false, SPDiff, NumBytes, LROp, FPOp,
4688 false, TailCallArguments);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004689
Hal Finkel965cea52015-07-12 00:37:44 +00004690 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint,
4691 /* unused except on PPC64 ELFv1 */ false, DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004692 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff,
4693 NumBytes, Ins, InVals, CS);
Tilmann Schellerb93960d2009-07-03 06:45:56 +00004694}
4695
Bill Schmidt57d6de52012-10-23 15:51:16 +00004696// Copy an argument into memory, being careful to do this outside the
4697// call sequence for the call to which the argument belongs.
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004698SDValue
Bill Schmidt57d6de52012-10-23 15:51:16 +00004699PPCTargetLowering::createMemcpyOutsideCallSeq(SDValue Arg, SDValue PtrOff,
4700 SDValue CallSeqStart,
4701 ISD::ArgFlagsTy Flags,
4702 SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004703 SDLoc dl) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00004704 SDValue MemcpyCall = CreateCopyOfByValArgument(Arg, PtrOff,
4705 CallSeqStart.getNode()->getOperand(0),
4706 Flags, DAG, dl);
4707 // The MEMCPY must go outside the CALLSEQ_START..END.
4708 SDValue NewCallSeqStart = DAG.getCALLSEQ_START(MemcpyCall,
Andrew Trickad6d08a2013-05-29 22:03:55 +00004709 CallSeqStart.getNode()->getOperand(1),
4710 SDLoc(MemcpyCall));
Bill Schmidt57d6de52012-10-23 15:51:16 +00004711 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
4712 NewCallSeqStart.getNode());
4713 return NewCallSeqStart;
4714}
4715
4716SDValue
4717PPCTargetLowering::LowerCall_64SVR4(SDValue Chain, SDValue Callee,
Sandeep Patel68c5f472009-09-02 08:44:58 +00004718 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00004719 bool isTailCall, bool IsPatchPoint,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004720 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanfe7532a2010-07-07 15:54:55 +00004721 const SmallVectorImpl<SDValue> &OutVals,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004722 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00004723 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00004724 SmallVectorImpl<SDValue> &InVals,
4725 ImmutableCallSite *CS) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00004726
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00004727 bool isELFv2ABI = Subtarget.isELFv2ABI();
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004728 bool isLittleEndian = Subtarget.isLittleEndian();
Bill Schmidt57d6de52012-10-23 15:51:16 +00004729 unsigned NumOps = Outs.size();
Hal Finkel965cea52015-07-12 00:37:44 +00004730 bool hasNest = false;
Bill Schmidt019cc6f2012-09-19 15:42:13 +00004731
Mehdi Amini44ede332015-07-09 02:09:04 +00004732 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Bill Schmidt57d6de52012-10-23 15:51:16 +00004733 unsigned PtrByteSize = 8;
4734
4735 MachineFunction &MF = DAG.getMachineFunction();
4736
4737 // Mark this function as potentially containing a function that contains a
4738 // tail call. As a consequence the frame pointer will be used for dynamicalloc
4739 // and restoring the callers stack pointer in this functions epilog. This is
4740 // done because by tail calling the called function might overwrite the value
4741 // in this function's (MF) stack pointer stack slot 0(SP).
4742 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4743 CallConv == CallingConv::Fast)
4744 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
4745
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004746 assert(!(CallConv == CallingConv::Fast && isVarArg) &&
4747 "fastcc not supported on varargs functions");
4748
Bill Schmidt57d6de52012-10-23 15:51:16 +00004749 // Count how many bytes are to be pushed on the stack, including the linkage
Ulrich Weigand8658f172014-07-20 23:43:15 +00004750 // area, and parameter passing area. On ELFv1, the linkage area is 48 bytes
4751 // reserved space for [SP][CR][LR][2 x unused][TOC]; on ELFv2, the linkage
4752 // area is 32 bytes reserved space for [SP][CR][LR][TOC].
Eric Christophera4ae2132015-02-13 22:22:57 +00004753 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004754 unsigned NumBytes = LinkageSize;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004755 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Hal Finkelc93a9a22015-02-25 01:06:45 +00004756 unsigned &QFPR_idx = FPR_idx;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004757
4758 static const MCPhysReg GPR[] = {
4759 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
4760 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
4761 };
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004762 static const MCPhysReg VR[] = {
4763 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
4764 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
4765 };
4766 static const MCPhysReg VSRH[] = {
4767 PPC::VSH2, PPC::VSH3, PPC::VSH4, PPC::VSH5, PPC::VSH6, PPC::VSH7, PPC::VSH8,
4768 PPC::VSH9, PPC::VSH10, PPC::VSH11, PPC::VSH12, PPC::VSH13
4769 };
4770
4771 const unsigned NumGPRs = array_lengthof(GPR);
4772 const unsigned NumFPRs = 13;
4773 const unsigned NumVRs = array_lengthof(VR);
Hal Finkelc93a9a22015-02-25 01:06:45 +00004774 const unsigned NumQFPRs = NumFPRs;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004775
4776 // When using the fast calling convention, we don't provide backing for
4777 // arguments that will be in registers.
4778 unsigned NumGPRsUsed = 0, NumFPRsUsed = 0, NumVRsUsed = 0;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004779
4780 // Add up all the space actually used.
4781 for (unsigned i = 0; i != NumOps; ++i) {
4782 ISD::ArgFlagsTy Flags = Outs[i].Flags;
4783 EVT ArgVT = Outs[i].VT;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004784 EVT OrigVT = Outs[i].ArgVT;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004785
Hal Finkel965cea52015-07-12 00:37:44 +00004786 if (Flags.isNest())
4787 continue;
4788
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004789 if (CallConv == CallingConv::Fast) {
4790 if (Flags.isByVal())
4791 NumGPRsUsed += (Flags.getByValSize()+7)/8;
4792 else
4793 switch (ArgVT.getSimpleVT().SimpleTy) {
4794 default: llvm_unreachable("Unexpected ValueType for argument!");
4795 case MVT::i1:
4796 case MVT::i32:
4797 case MVT::i64:
4798 if (++NumGPRsUsed <= NumGPRs)
4799 continue;
4800 break;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004801 case MVT::v4i32:
4802 case MVT::v8i16:
4803 case MVT::v16i8:
4804 case MVT::v2f64:
4805 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00004806 case MVT::v1i128:
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004807 if (++NumVRsUsed <= NumVRs)
4808 continue;
4809 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00004810 case MVT::v4f32:
4811 // When using QPX, this is handled like a FP register, otherwise, it
4812 // is an Altivec register.
4813 if (Subtarget.hasQPX()) {
4814 if (++NumFPRsUsed <= NumFPRs)
4815 continue;
4816 } else {
4817 if (++NumVRsUsed <= NumVRs)
4818 continue;
4819 }
4820 break;
4821 case MVT::f32:
4822 case MVT::f64:
4823 case MVT::v4f64: // QPX
4824 case MVT::v4i1: // QPX
4825 if (++NumFPRsUsed <= NumFPRs)
4826 continue;
4827 break;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004828 }
4829 }
4830
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004831 /* Respect alignment of argument on the stack. */
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004832 unsigned Align =
4833 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004834 NumBytes = ((NumBytes + Align - 1) / Align) * Align;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004835
4836 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004837 if (Flags.isInConsecutiveRegsLast())
4838 NumBytes = ((NumBytes + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004839 }
4840
Ulrich Weigandec2bf932014-07-07 19:26:41 +00004841 unsigned NumBytesActuallyUsed = NumBytes;
4842
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004843 // The prolog code of the callee may store up to 8 GPR argument registers to
4844 // the stack, allowing va_start to index over them in memory if its varargs.
4845 // Because we cannot tell if this is needed on the caller side, we have to
4846 // conservatively assume that it is needed. As such, make sure we have at
4847 // least enough stack space for the caller to store the 8 GPRs.
Ulrich Weigand8658f172014-07-20 23:43:15 +00004848 // FIXME: On ELFv2, it may be unnecessary to allocate the parameter area.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004849 NumBytes = std::max(NumBytes, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00004850
4851 // Tail call needs the stack to be aligned.
4852 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4853 CallConv == CallingConv::Fast)
Eric Christophercccae792015-01-30 22:02:31 +00004854 NumBytes = EnsureStackAlignment(Subtarget.getFrameLowering(), NumBytes);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004855
4856 // Calculate by how many bytes the stack has to be adjusted in case of tail
4857 // call optimization.
4858 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
4859
4860 // To protect arguments on the stack from being clobbered in a tail call,
4861 // force all the loads to happen before doing any other lowering.
4862 if (isTailCall)
4863 Chain = DAG.getStackArgumentTokenFactor(Chain);
4864
4865 // Adjust the stack pointer for the new arguments...
4866 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004867 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00004868 dl);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004869 SDValue CallSeqStart = Chain;
4870
4871 // Load the return address and frame pointer so it can be move somewhere else
4872 // later.
4873 SDValue LROp, FPOp;
4874 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, true,
4875 dl);
4876
4877 // Set up a copy of the stack pointer for use loading and storing any
4878 // arguments that may not fit in the registers available for argument
4879 // passing.
4880 SDValue StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
4881
4882 // Figure out which arguments are going to go in registers, and which in
4883 // memory. Also, if this is a vararg function, floating point operations
4884 // must be stored to our stack, and loaded into integer regs as well, if
4885 // any integer regs are available for argument passing.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00004886 unsigned ArgOffset = LinkageSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004887
4888 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
4889 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
4890
4891 SmallVector<SDValue, 8> MemOpChains;
4892 for (unsigned i = 0; i != NumOps; ++i) {
4893 SDValue Arg = OutVals[i];
4894 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00004895 EVT ArgVT = Outs[i].VT;
4896 EVT OrigVT = Outs[i].ArgVT;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004897
4898 // PtrOff will be used to store the current argument to the stack if a
4899 // register cannot be found for it.
4900 SDValue PtrOff;
4901
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004902 // We re-align the argument offset for each argument, except when using the
4903 // fast calling convention, when we need to make sure we do that only when
4904 // we'll actually use a stack slot.
4905 auto ComputePtrOff = [&]() {
4906 /* Respect alignment of argument on the stack. */
4907 unsigned Align =
4908 CalculateStackSlotAlignment(ArgVT, OrigVT, Flags, PtrByteSize);
4909 ArgOffset = ((ArgOffset + Align - 1) / Align) * Align;
Bill Schmidt57d6de52012-10-23 15:51:16 +00004910
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004911 PtrOff = DAG.getConstant(ArgOffset, dl, StackPtr.getValueType());
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004912
4913 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
4914 };
4915
4916 if (CallConv != CallingConv::Fast) {
4917 ComputePtrOff();
4918
4919 /* Compute GPR index associated with argument offset. */
4920 GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
4921 GPR_idx = std::min(GPR_idx, NumGPRs);
4922 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00004923
4924 // Promote integers to 64-bit values.
Hal Finkel940ab932014-02-28 00:27:01 +00004925 if (Arg.getValueType() == MVT::i32 || Arg.getValueType() == MVT::i1) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00004926 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
4927 unsigned ExtOp = Flags.isSExt() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
4928 Arg = DAG.getNode(ExtOp, dl, MVT::i64, Arg);
4929 }
4930
4931 // FIXME memcpy is used way more than necessary. Correctness first.
4932 // Note: "by value" is code for passing a structure by value, not
4933 // basic types.
4934 if (Flags.isByVal()) {
4935 // Note: Size includes alignment padding, so
4936 // struct x { short a; char b; }
4937 // will have Size = 4. With #pragma pack(1), it will have Size = 3.
4938 // These are the proper values we need for right-justifying the
4939 // aggregate in a parameter register.
4940 unsigned Size = Flags.getByValSize();
Bill Schmidt9953cf22012-10-31 01:15:05 +00004941
4942 // An empty aggregate parameter takes up no storage and no
4943 // registers.
4944 if (Size == 0)
4945 continue;
4946
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004947 if (CallConv == CallingConv::Fast)
4948 ComputePtrOff();
4949
Bill Schmidt57d6de52012-10-23 15:51:16 +00004950 // All aggregates smaller than 8 bytes must be passed right-justified.
4951 if (Size==1 || Size==2 || Size==4) {
4952 EVT VT = (Size==1) ? MVT::i8 : ((Size==2) ? MVT::i16 : MVT::i32);
4953 if (GPR_idx != NumGPRs) {
4954 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg,
4955 MachinePointerInfo(), VT,
Louis Gerbarg67474e32014-07-31 21:45:05 +00004956 false, false, false, 0);
Bill Schmidt57d6de52012-10-23 15:51:16 +00004957 MemOpChains.push_back(Load.getValue(1));
Hal Finkelf81b6dd2015-01-18 12:08:47 +00004958 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00004959
4960 ArgOffset += PtrByteSize;
4961 continue;
4962 }
4963 }
4964
4965 if (GPR_idx == NumGPRs && Size < 8) {
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004966 SDValue AddPtr = PtrOff;
4967 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00004968 SDValue Const = DAG.getConstant(PtrByteSize - Size, dl,
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00004969 PtrOff.getValueType());
4970 AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
4971 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00004972 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
4973 CallSeqStart,
4974 Flags, DAG, dl);
4975 ArgOffset += PtrByteSize;
4976 continue;
4977 }
4978 // Copy entire object into memory. There are cases where gcc-generated
4979 // code assumes it is there, even if it could be put entirely into
4980 // registers. (This is not what the doc says.)
4981
4982 // FIXME: The above statement is likely due to a misunderstanding of the
4983 // documents. All arguments must be copied into the parameter area BY
4984 // THE CALLEE in the event that the callee takes the address of any
4985 // formal argument. That has not yet been implemented. However, it is
4986 // reasonable to use the stack area as a staging area for the register
4987 // load.
4988
4989 // Skip this for small aggregates, as we will use the same slot for a
4990 // right-justified copy, below.
4991 if (Size >= 8)
4992 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, PtrOff,
4993 CallSeqStart,
4994 Flags, DAG, dl);
4995
4996 // When a register is available, pass a small aggregate right-justified.
4997 if (Size < 8 && GPR_idx != NumGPRs) {
4998 // The easiest way to get this right-justified in a register
4999 // is to copy the structure into the rightmost portion of a
5000 // local variable slot, then load the whole slot into the
5001 // register.
5002 // FIXME: The memcpy seems to produce pretty awful code for
5003 // small aggregates, particularly for packed ones.
Matt Arsenault758659232013-05-18 00:21:46 +00005004 // FIXME: It would be preferable to use the slot in the
Bill Schmidt57d6de52012-10-23 15:51:16 +00005005 // parameter save area instead of a new local variable.
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00005006 SDValue AddPtr = PtrOff;
5007 if (!isLittleEndian) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005008 SDValue Const = DAG.getConstant(8 - Size, dl, PtrOff.getValueType());
Ulrich Weigand59c6ab22014-06-20 16:34:05 +00005009 AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
5010 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005011 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
5012 CallSeqStart,
5013 Flags, DAG, dl);
5014
5015 // Load the slot into the register.
5016 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, PtrOff,
5017 MachinePointerInfo(),
5018 false, false, false, 0);
5019 MemOpChains.push_back(Load.getValue(1));
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005020 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005021
5022 // Done with this argument.
5023 ArgOffset += PtrByteSize;
5024 continue;
5025 }
5026
5027 // For aggregates larger than PtrByteSize, copy the pieces of the
5028 // object that fit into registers from the parameter save area.
5029 for (unsigned j=0; j<Size; j+=PtrByteSize) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005030 SDValue Const = DAG.getConstant(j, dl, PtrOff.getValueType());
Bill Schmidt57d6de52012-10-23 15:51:16 +00005031 SDValue AddArg = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, Const);
5032 if (GPR_idx != NumGPRs) {
5033 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
5034 MachinePointerInfo(),
5035 false, false, false, 0);
5036 MemOpChains.push_back(Load.getValue(1));
5037 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5038 ArgOffset += PtrByteSize;
5039 } else {
5040 ArgOffset += ((Size - j + PtrByteSize-1)/PtrByteSize)*PtrByteSize;
5041 break;
5042 }
5043 }
5044 continue;
5045 }
5046
Craig Topper56710102013-08-15 02:33:50 +00005047 switch (Arg.getSimpleValueType().SimpleTy) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005048 default: llvm_unreachable("Unexpected ValueType for argument!");
Hal Finkel940ab932014-02-28 00:27:01 +00005049 case MVT::i1:
Bill Schmidt57d6de52012-10-23 15:51:16 +00005050 case MVT::i32:
5051 case MVT::i64:
Hal Finkel965cea52015-07-12 00:37:44 +00005052 if (Flags.isNest()) {
5053 // The 'nest' parameter, if any, is passed in R11.
5054 RegsToPass.push_back(std::make_pair(PPC::X11, Arg));
5055 hasNest = true;
5056 break;
5057 }
5058
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005059 // These can be scalar arguments or elements of an integer array type
5060 // passed directly. Clang may use those instead of "byval" aggregate
5061 // types to avoid forcing arguments to memory unnecessarily.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005062 if (GPR_idx != NumGPRs) {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005063 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Arg));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005064 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005065 if (CallConv == CallingConv::Fast)
5066 ComputePtrOff();
5067
Bill Schmidt57d6de52012-10-23 15:51:16 +00005068 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5069 true, isTailCall, false, MemOpChains,
5070 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005071 if (CallConv == CallingConv::Fast)
5072 ArgOffset += PtrByteSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005073 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005074 if (CallConv != CallingConv::Fast)
5075 ArgOffset += PtrByteSize;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005076 break;
5077 case MVT::f32:
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005078 case MVT::f64: {
5079 // These can be scalar arguments or elements of a float array type
5080 // passed directly. The latter are used to implement ELFv2 homogenous
5081 // float aggregates.
5082
5083 // Named arguments go into FPRs first, and once they overflow, the
5084 // remaining arguments go into GPRs and then the parameter save area.
5085 // Unnamed arguments for vararg functions always go to GPRs and
5086 // then the parameter save area. For now, put all arguments to vararg
5087 // routines always in both locations (FPR *and* GPR or stack slot).
5088 bool NeedGPROrStack = isVarArg || FPR_idx == NumFPRs;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005089 bool NeededLoad = false;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005090
5091 // First load the argument into the next available FPR.
5092 if (FPR_idx != NumFPRs)
Bill Schmidt57d6de52012-10-23 15:51:16 +00005093 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));
5094
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005095 // Next, load the argument into GPR or stack slot if needed.
5096 if (!NeedGPROrStack)
5097 ;
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005098 else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) {
Hal Finkel8ea446b2015-01-18 14:31:10 +00005099 // FIXME: We may want to re-enable this for CallingConv::Fast on the P8
5100 // once we support fp <-> gpr moves.
5101
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005102 // In the non-vararg case, this can only ever happen in the
5103 // presence of f32 array types, since otherwise we never run
5104 // out of FPRs before running out of GPRs.
5105 SDValue ArgVal;
Bill Schmidtbd4ac262012-10-29 21:18:16 +00005106
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005107 // Double values are always passed in a single GPR.
5108 if (Arg.getValueType() != MVT::f32) {
5109 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i64, Arg);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005110
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005111 // Non-array float values are extended and passed in a GPR.
5112 } else if (!Flags.isInConsecutiveRegs()) {
5113 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5114 ArgVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i64, ArgVal);
5115
5116 // If we have an array of floats, we collect every odd element
5117 // together with its predecessor into one GPR.
5118 } else if (ArgOffset % PtrByteSize != 0) {
5119 SDValue Lo, Hi;
5120 Lo = DAG.getNode(ISD::BITCAST, dl, MVT::i32, OutVals[i - 1]);
5121 Hi = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5122 if (!isLittleEndian)
5123 std::swap(Lo, Hi);
5124 ArgVal = DAG.getNode(ISD::BUILD_PAIR, dl, MVT::i64, Lo, Hi);
5125
5126 // The final element, if even, goes into the first half of a GPR.
5127 } else if (Flags.isInConsecutiveRegsLast()) {
5128 ArgVal = DAG.getNode(ISD::BITCAST, dl, MVT::i32, Arg);
5129 ArgVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i64, ArgVal);
5130 if (!isLittleEndian)
5131 ArgVal = DAG.getNode(ISD::SHL, dl, MVT::i64, ArgVal,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005132 DAG.getConstant(32, dl, MVT::i32));
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005133
5134 // Non-final even elements are skipped; they will be handled
5135 // together the with subsequent argument on the next go-around.
5136 } else
5137 ArgVal = SDValue();
5138
5139 if (ArgVal.getNode())
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005140 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], ArgVal));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005141 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005142 if (CallConv == CallingConv::Fast)
5143 ComputePtrOff();
5144
Bill Schmidt57d6de52012-10-23 15:51:16 +00005145 // Single-precision floating-point values are mapped to the
5146 // second (rightmost) word of the stack doubleword.
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005147 if (Arg.getValueType() == MVT::f32 &&
5148 !isLittleEndian && !Flags.isInConsecutiveRegs()) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005149 SDValue ConstFour = DAG.getConstant(4, dl, PtrOff.getValueType());
Bill Schmidt57d6de52012-10-23 15:51:16 +00005150 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, ConstFour);
5151 }
5152
5153 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5154 true, isTailCall, false, MemOpChains,
5155 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005156
5157 NeededLoad = true;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005158 }
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005159 // When passing an array of floats, the array occupies consecutive
5160 // space in the argument area; only round up to the next doubleword
5161 // at the end of the array. Otherwise, each float takes 8 bytes.
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005162 if (CallConv != CallingConv::Fast || NeededLoad) {
5163 ArgOffset += (Arg.getValueType() == MVT::f32 &&
5164 Flags.isInConsecutiveRegs()) ? 4 : 8;
5165 if (Flags.isInConsecutiveRegsLast())
5166 ArgOffset = ((ArgOffset + PtrByteSize - 1)/PtrByteSize) * PtrByteSize;
5167 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005168 break;
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005169 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005170 case MVT::v4f32:
5171 case MVT::v4i32:
5172 case MVT::v8i16:
5173 case MVT::v16i8:
Hal Finkel27774d92014-03-13 07:58:58 +00005174 case MVT::v2f64:
Hal Finkela6c8b512014-03-26 16:12:58 +00005175 case MVT::v2i64:
Kit Bartond4eb73c2015-05-05 16:10:44 +00005176 case MVT::v1i128:
Hal Finkelc93a9a22015-02-25 01:06:45 +00005177 if (!Subtarget.hasQPX()) {
Ulrich Weigand85d5df22014-07-21 00:13:26 +00005178 // These can be scalar arguments or elements of a vector array type
5179 // passed directly. The latter are used to implement ELFv2 homogenous
5180 // vector aggregates.
5181
Ulrich Weigand9ba552d2014-06-23 12:36:34 +00005182 // For a varargs call, named arguments go into VRs or on the stack as
5183 // usual; unnamed arguments always go to the stack or the corresponding
5184 // GPRs when within range. For now, we always put the value in both
5185 // locations (or even all three).
Bill Schmidt57d6de52012-10-23 15:51:16 +00005186 if (isVarArg) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005187 // We could elide this store in the case where the object fits
5188 // entirely in R registers. Maybe later.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005189 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5190 MachinePointerInfo(), false, false, 0);
5191 MemOpChains.push_back(Store);
5192 if (VR_idx != NumVRs) {
5193 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff,
5194 MachinePointerInfo(),
5195 false, false, false, 0);
5196 MemOpChains.push_back(Load.getValue(1));
Hal Finkel7811c612014-03-28 19:58:11 +00005197
5198 unsigned VReg = (Arg.getSimpleValueType() == MVT::v2f64 ||
5199 Arg.getSimpleValueType() == MVT::v2i64) ?
5200 VSRH[VR_idx] : VR[VR_idx];
5201 ++VR_idx;
5202
5203 RegsToPass.push_back(std::make_pair(VReg, Load));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005204 }
5205 ArgOffset += 16;
5206 for (unsigned i=0; i<16; i+=PtrByteSize) {
5207 if (GPR_idx == NumGPRs)
5208 break;
5209 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005210 DAG.getConstant(i, dl, PtrVT));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005211 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5212 false, false, false, 0);
5213 MemOpChains.push_back(Load.getValue(1));
5214 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5215 }
5216 break;
5217 }
5218
Ulrich Weigand9ba552d2014-06-23 12:36:34 +00005219 // Non-varargs Altivec params go into VRs or on the stack.
Bill Schmidt57d6de52012-10-23 15:51:16 +00005220 if (VR_idx != NumVRs) {
Hal Finkel7811c612014-03-28 19:58:11 +00005221 unsigned VReg = (Arg.getSimpleValueType() == MVT::v2f64 ||
5222 Arg.getSimpleValueType() == MVT::v2i64) ?
5223 VSRH[VR_idx] : VR[VR_idx];
5224 ++VR_idx;
5225
5226 RegsToPass.push_back(std::make_pair(VReg, Arg));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005227 } else {
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005228 if (CallConv == CallingConv::Fast)
5229 ComputePtrOff();
5230
Bill Schmidt57d6de52012-10-23 15:51:16 +00005231 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5232 true, isTailCall, true, MemOpChains,
5233 TailCallArguments, dl);
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005234 if (CallConv == CallingConv::Fast)
5235 ArgOffset += 16;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005236 }
Hal Finkelf81b6dd2015-01-18 12:08:47 +00005237
5238 if (CallConv != CallingConv::Fast)
5239 ArgOffset += 16;
Bill Schmidt57d6de52012-10-23 15:51:16 +00005240 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +00005241 } // not QPX
5242
5243 assert(Arg.getValueType().getSimpleVT().SimpleTy == MVT::v4f32 &&
5244 "Invalid QPX parameter type");
5245
5246 /* fall through */
5247 case MVT::v4f64:
5248 case MVT::v4i1: {
5249 bool IsF32 = Arg.getValueType().getSimpleVT().SimpleTy == MVT::v4f32;
5250 if (isVarArg) {
5251 // We could elide this store in the case where the object fits
5252 // entirely in R registers. Maybe later.
5253 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5254 MachinePointerInfo(), false, false, 0);
5255 MemOpChains.push_back(Store);
5256 if (QFPR_idx != NumQFPRs) {
5257 SDValue Load = DAG.getLoad(IsF32 ? MVT::v4f32 : MVT::v4f64, dl,
5258 Store, PtrOff, MachinePointerInfo(),
5259 false, false, false, 0);
5260 MemOpChains.push_back(Load.getValue(1));
5261 RegsToPass.push_back(std::make_pair(QFPR[QFPR_idx++], Load));
5262 }
5263 ArgOffset += (IsF32 ? 16 : 32);
Aaron Ballman70c27de2015-02-25 13:02:23 +00005264 for (unsigned i = 0; i < (IsF32 ? 16U : 32U); i += PtrByteSize) {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005265 if (GPR_idx == NumGPRs)
5266 break;
5267 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005268 DAG.getConstant(i, dl, PtrVT));
Hal Finkelc93a9a22015-02-25 01:06:45 +00005269 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5270 false, false, false, 0);
5271 MemOpChains.push_back(Load.getValue(1));
5272 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5273 }
5274 break;
5275 }
5276
5277 // Non-varargs QPX params go into registers or on the stack.
5278 if (QFPR_idx != NumQFPRs) {
5279 RegsToPass.push_back(std::make_pair(QFPR[QFPR_idx++], Arg));
5280 } else {
5281 if (CallConv == CallingConv::Fast)
5282 ComputePtrOff();
5283
5284 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5285 true, isTailCall, true, MemOpChains,
5286 TailCallArguments, dl);
5287 if (CallConv == CallingConv::Fast)
5288 ArgOffset += (IsF32 ? 16 : 32);
5289 }
5290
5291 if (CallConv != CallingConv::Fast)
5292 ArgOffset += (IsF32 ? 16 : 32);
5293 break;
5294 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005295 }
5296 }
5297
Ulrich Weigandec2bf932014-07-07 19:26:41 +00005298 assert(NumBytesActuallyUsed == ArgOffset);
Ulrich Weigandde8641b2014-07-07 19:39:44 +00005299 (void)NumBytesActuallyUsed;
Ulrich Weigandec2bf932014-07-07 19:26:41 +00005300
Bill Schmidt57d6de52012-10-23 15:51:16 +00005301 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00005302 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005303
5304 // Check if this is an indirect call (MTCTR/BCTRL).
5305 // See PrepareCall() for more information about calls through function
5306 // pointers in the 64-bit SVR4 ABI.
Hal Finkel934361a2015-01-14 01:07:51 +00005307 if (!isTailCall && !IsPatchPoint &&
Hal Finkel87deb0b2015-01-12 04:34:47 +00005308 !isFunctionGlobalAddress(Callee) &&
5309 !isa<ExternalSymbolSDNode>(Callee)) {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005310 // Load r2 into a virtual register and store it to the TOC save area.
Hal Finkele6698d52015-02-01 15:03:28 +00005311 setUsesTOCBasePtr(DAG);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005312 SDValue Val = DAG.getCopyFromReg(Chain, dl, PPC::X2, MVT::i64);
5313 // TOC save area offset.
Eric Christopher736d39e2015-02-13 00:39:36 +00005314 unsigned TOCSaveOffset = Subtarget.getFrameLowering()->getTOCSaveOffset();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005315 SDValue PtrOff = DAG.getIntPtrConstant(TOCSaveOffset, dl);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005316 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
Hal Finkele2ab0f12015-01-15 21:17:34 +00005317 Chain = DAG.getStore(Val.getValue(1), dl, Val, AddPtr,
5318 MachinePointerInfo::getStack(TOCSaveOffset),
Bill Schmidt57d6de52012-10-23 15:51:16 +00005319 false, false, 0);
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00005320 // In the ELFv2 ABI, R12 must contain the address of an indirect callee.
5321 // This does not mean the MTCTR instruction must use R12; it's easier
5322 // to model this as an extra parameter, so do that.
Hal Finkel934361a2015-01-14 01:07:51 +00005323 if (isELFv2ABI && !IsPatchPoint)
Ulrich Weigandaa0ac4f2014-07-20 23:31:44 +00005324 RegsToPass.push_back(std::make_pair((unsigned)PPC::X12, Callee));
Bill Schmidt57d6de52012-10-23 15:51:16 +00005325 }
5326
5327 // Build a sequence of copy-to-reg nodes chained together with token chain
5328 // and flag operands which copy the outgoing args into the appropriate regs.
5329 SDValue InFlag;
5330 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
5331 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
5332 RegsToPass[i].second, InFlag);
5333 InFlag = Chain.getValue(1);
5334 }
5335
5336 if (isTailCall)
5337 PrepareTailCall(DAG, InFlag, Chain, dl, true, SPDiff, NumBytes, LROp,
5338 FPOp, true, TailCallArguments);
5339
Hal Finkel965cea52015-07-12 00:37:44 +00005340 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint,
5341 hasNest, DAG, RegsToPass, InFlag, Chain, CallSeqStart,
5342 Callee, SPDiff, NumBytes, Ins, InVals, CS);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005343}
5344
5345SDValue
5346PPCTargetLowering::LowerCall_Darwin(SDValue Chain, SDValue Callee,
5347 CallingConv::ID CallConv, bool isVarArg,
Hal Finkel934361a2015-01-14 01:07:51 +00005348 bool isTailCall, bool IsPatchPoint,
Bill Schmidt57d6de52012-10-23 15:51:16 +00005349 const SmallVectorImpl<ISD::OutputArg> &Outs,
5350 const SmallVectorImpl<SDValue> &OutVals,
5351 const SmallVectorImpl<ISD::InputArg> &Ins,
Andrew Trickef9de2a2013-05-25 02:42:55 +00005352 SDLoc dl, SelectionDAG &DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00005353 SmallVectorImpl<SDValue> &InVals,
5354 ImmutableCallSite *CS) const {
Bill Schmidt57d6de52012-10-23 15:51:16 +00005355
5356 unsigned NumOps = Outs.size();
Scott Michelcf0da6c2009-02-17 22:15:04 +00005357
Mehdi Amini44ede332015-07-09 02:09:04 +00005358 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Owen Anderson9f944592009-08-11 20:47:22 +00005359 bool isPPC64 = PtrVT == MVT::i64;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005360 unsigned PtrByteSize = isPPC64 ? 8 : 4;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005361
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005362 MachineFunction &MF = DAG.getMachineFunction();
5363
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005364 // Mark this function as potentially containing a function that contains a
5365 // tail call. As a consequence the frame pointer will be used for dynamicalloc
5366 // and restoring the callers stack pointer in this functions epilog. This is
5367 // done because by tail calling the called function might overwrite the value
5368 // in this function's (MF) stack pointer stack slot 0(SP).
Nick Lewycky50f02cb2011-12-02 22:16:29 +00005369 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5370 CallConv == CallingConv::Fast)
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005371 MF.getInfo<PPCFunctionInfo>()->setHasFastCall();
5372
Chris Lattneraa40ec12006-05-16 22:56:08 +00005373 // Count how many bytes are to be pushed on the stack, including the linkage
Chris Lattnerec78cad2006-06-26 22:48:35 +00005374 // area, and parameter passing area. We start with 24/48 bytes, which is
Chris Lattnerb7552a82006-05-17 00:15:40 +00005375 // prereserved space for [SP][CR][LR][3 x unused].
Eric Christophera4ae2132015-02-13 22:22:57 +00005376 unsigned LinkageSize = Subtarget.getFrameLowering()->getLinkageSize();
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005377 unsigned NumBytes = LinkageSize;
Ulrich Weigand2bffb952014-06-23 13:08:27 +00005378
5379 // Add up all the space actually used.
5380 // In 32-bit non-varargs calls, Altivec parameters all go at the end; usually
5381 // they all go in registers, but we must reserve stack space for them for
5382 // possible use by the caller. In varargs or 64-bit calls, parameters are
5383 // assigned stack space in order, with padding so Altivec parameters are
5384 // 16-byte aligned.
5385 unsigned nAltivecParamsAtEnd = 0;
5386 for (unsigned i = 0; i != NumOps; ++i) {
5387 ISD::ArgFlagsTy Flags = Outs[i].Flags;
5388 EVT ArgVT = Outs[i].VT;
5389 // Varargs Altivec parameters are padded to a 16 byte boundary.
5390 if (ArgVT == MVT::v4f32 || ArgVT == MVT::v4i32 ||
5391 ArgVT == MVT::v8i16 || ArgVT == MVT::v16i8 ||
5392 ArgVT == MVT::v2f64 || ArgVT == MVT::v2i64) {
5393 if (!isVarArg && !isPPC64) {
5394 // Non-varargs Altivec parameters go after all the non-Altivec
5395 // parameters; handle those later so we know how much padding we need.
5396 nAltivecParamsAtEnd++;
5397 continue;
5398 }
5399 // Varargs and 64-bit Altivec parameters are padded to 16 byte boundary.
5400 NumBytes = ((NumBytes+15)/16)*16;
5401 }
5402 NumBytes += CalculateStackSlotSize(ArgVT, Flags, PtrByteSize);
5403 }
5404
5405 // Allow for Altivec parameters at the end, if needed.
5406 if (nAltivecParamsAtEnd) {
5407 NumBytes = ((NumBytes+15)/16)*16;
5408 NumBytes += 16*nAltivecParamsAtEnd;
5409 }
5410
5411 // The prolog code of the callee may store up to 8 GPR argument registers to
5412 // the stack, allowing va_start to index over them in memory if its varargs.
5413 // Because we cannot tell if this is needed on the caller side, we have to
5414 // conservatively assume that it is needed. As such, make sure we have at
5415 // least enough stack space for the caller to store the 8 GPRs.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005416 NumBytes = std::max(NumBytes, LinkageSize + 8 * PtrByteSize);
Ulrich Weigand2bffb952014-06-23 13:08:27 +00005417
5418 // Tail call needs the stack to be aligned.
5419 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5420 CallConv == CallingConv::Fast)
Eric Christophercccae792015-01-30 22:02:31 +00005421 NumBytes = EnsureStackAlignment(Subtarget.getFrameLowering(), NumBytes);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005422
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005423 // Calculate by how many bytes the stack has to be adjusted in case of tail
5424 // call optimization.
5425 int SPDiff = CalculateTailCallSPDiff(DAG, isTailCall, NumBytes);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005426
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005427 // To protect arguments on the stack from being clobbered in a tail call,
5428 // force all the loads to happen before doing any other lowering.
5429 if (isTailCall)
5430 Chain = DAG.getStackArgumentTokenFactor(Chain);
5431
Chris Lattnerb7552a82006-05-17 00:15:40 +00005432 // Adjust the stack pointer for the new arguments...
5433 // These operations are automatically eliminated by the prolog/epilog pass
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005434 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(NumBytes, dl, true),
Andrew Trickad6d08a2013-05-29 22:03:55 +00005435 dl);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005436 SDValue CallSeqStart = Chain;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005437
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005438 // Load the return address and frame pointer so it can be move somewhere else
5439 // later.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005440 SDValue LROp, FPOp;
Tilmann Schellerb93960d2009-07-03 06:45:56 +00005441 Chain = EmitTailCallLoadFPAndRetAddr(DAG, SPDiff, Chain, LROp, FPOp, true,
5442 dl);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005443
Chris Lattnerb7552a82006-05-17 00:15:40 +00005444 // Set up a copy of the stack pointer for use loading and storing any
5445 // arguments that may not fit in the registers available for argument
5446 // passing.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005447 SDValue StackPtr;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005448 if (isPPC64)
Owen Anderson9f944592009-08-11 20:47:22 +00005449 StackPtr = DAG.getRegister(PPC::X1, MVT::i64);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005450 else
Owen Anderson9f944592009-08-11 20:47:22 +00005451 StackPtr = DAG.getRegister(PPC::R1, MVT::i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005452
Chris Lattnerb7552a82006-05-17 00:15:40 +00005453 // Figure out which arguments are going to go in registers, and which in
5454 // memory. Also, if this is a vararg function, floating point operations
5455 // must be stored to our stack, and loaded into integer regs as well, if
5456 // any integer regs are available for argument passing.
Ulrich Weigand8ca988f2014-06-23 14:15:53 +00005457 unsigned ArgOffset = LinkageSize;
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005458 unsigned GPR_idx = 0, FPR_idx = 0, VR_idx = 0;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005459
Craig Topper840beec2014-04-04 05:16:06 +00005460 static const MCPhysReg GPR_32[] = { // 32-bit registers.
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005461 PPC::R3, PPC::R4, PPC::R5, PPC::R6,
5462 PPC::R7, PPC::R8, PPC::R9, PPC::R10,
5463 };
Craig Topper840beec2014-04-04 05:16:06 +00005464 static const MCPhysReg GPR_64[] = { // 64-bit registers.
Chris Lattnerec78cad2006-06-26 22:48:35 +00005465 PPC::X3, PPC::X4, PPC::X5, PPC::X6,
5466 PPC::X7, PPC::X8, PPC::X9, PPC::X10,
5467 };
Craig Topper840beec2014-04-04 05:16:06 +00005468 static const MCPhysReg VR[] = {
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005469 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
5470 PPC::V9, PPC::V10, PPC::V11, PPC::V12, PPC::V13
5471 };
Owen Andersone2f23a32007-09-07 04:06:50 +00005472 const unsigned NumGPRs = array_lengthof(GPR_32);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005473 const unsigned NumFPRs = 13;
Tilmann Scheller98bdaaa2009-07-03 06:43:35 +00005474 const unsigned NumVRs = array_lengthof(VR);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005475
Craig Topper840beec2014-04-04 05:16:06 +00005476 const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
Chris Lattnerec78cad2006-06-26 22:48:35 +00005477
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005478 SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPass;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005479 SmallVector<TailCallArgumentInfo, 8> TailCallArguments;
5480
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005481 SmallVector<SDValue, 8> MemOpChains;
Evan Chengc2cd4732006-05-25 00:57:32 +00005482 for (unsigned i = 0; i != NumOps; ++i) {
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005483 SDValue Arg = OutVals[i];
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005484 ISD::ArgFlagsTy Flags = Outs[i].Flags;
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00005485
Chris Lattnerb7552a82006-05-17 00:15:40 +00005486 // PtrOff will be used to store the current argument to the stack if a
5487 // register cannot be found for it.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005488 SDValue PtrOff;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005489
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005490 PtrOff = DAG.getConstant(ArgOffset, dl, StackPtr.getValueType());
Nicolas Geoffray7aad9282007-03-13 15:02:46 +00005491
Dale Johannesen679073b2009-02-04 02:34:38 +00005492 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr, PtrOff);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005493
5494 // On PPC64, promote integers to 64-bit values.
Owen Anderson9f944592009-08-11 20:47:22 +00005495 if (isPPC64 && Arg.getValueType() == MVT::i32) {
Duncan Sandsd97eea32008-03-21 09:14:45 +00005496 // FIXME: Should this use ANY_EXTEND if neither sext nor zext?
5497 unsigned ExtOp = Flags.isSExt() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
Owen Anderson9f944592009-08-11 20:47:22 +00005498 Arg = DAG.getNode(ExtOp, dl, MVT::i64, Arg);
Chris Lattnerec78cad2006-06-26 22:48:35 +00005499 }
Dale Johannesen85d41a12008-03-04 23:17:14 +00005500
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005501 // FIXME memcpy is used way more than necessary. Correctness first.
Bill Schmidt019cc6f2012-09-19 15:42:13 +00005502 // Note: "by value" is code for passing a structure by value, not
5503 // basic types.
Duncan Sandsd97eea32008-03-21 09:14:45 +00005504 if (Flags.isByVal()) {
5505 unsigned Size = Flags.getByValSize();
Bill Schmidt57d6de52012-10-23 15:51:16 +00005506 // Very small objects are passed right-justified. Everything else is
5507 // passed left-justified.
5508 if (Size==1 || Size==2) {
5509 EVT VT = (Size==1) ? MVT::i8 : MVT::i16;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005510 if (GPR_idx != NumGPRs) {
Stuart Hastings81c43062011-02-16 16:23:55 +00005511 SDValue Load = DAG.getExtLoad(ISD::EXTLOAD, dl, PtrVT, Chain, Arg,
Chris Lattner3d178ed2010-09-21 17:04:51 +00005512 MachinePointerInfo(), VT,
Louis Gerbarg67474e32014-07-31 21:45:05 +00005513 false, false, false, 0);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005514 MemOpChains.push_back(Load.getValue(1));
5515 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005516
5517 ArgOffset += PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005518 } else {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005519 SDValue Const = DAG.getConstant(PtrByteSize - Size, dl,
Bill Schmidt48081ca2012-10-16 13:30:53 +00005520 PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005521 SDValue AddPtr = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, Const);
Bill Schmidt57d6de52012-10-23 15:51:16 +00005522 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, AddPtr,
5523 CallSeqStart,
5524 Flags, DAG, dl);
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005525 ArgOffset += PtrByteSize;
5526 }
5527 continue;
5528 }
Dale Johannesen92dcf1e2008-03-17 02:13:43 +00005529 // Copy entire object into memory. There are cases where gcc-generated
5530 // code assumes it is there, even if it could be put entirely into
5531 // registers. (This is not what the doc says.)
Bill Schmidt57d6de52012-10-23 15:51:16 +00005532 Chain = CallSeqStart = createMemcpyOutsideCallSeq(Arg, PtrOff,
5533 CallSeqStart,
5534 Flags, DAG, dl);
Bill Schmidt019cc6f2012-09-19 15:42:13 +00005535
5536 // For small aggregates (Darwin only) and aggregates >= PtrByteSize,
5537 // copy the pieces of the object that fit into registers from the
5538 // parameter save area.
Dale Johannesen85d41a12008-03-04 23:17:14 +00005539 for (unsigned j=0; j<Size; j+=PtrByteSize) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005540 SDValue Const = DAG.getConstant(j, dl, PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005541 SDValue AddArg = DAG.getNode(ISD::ADD, dl, PtrVT, Arg, Const);
Dale Johannesen85d41a12008-03-04 23:17:14 +00005542 if (GPR_idx != NumGPRs) {
Chris Lattner7727d052010-09-21 06:44:06 +00005543 SDValue Load = DAG.getLoad(PtrVT, dl, Chain, AddArg,
5544 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005545 false, false, false, 0);
Dale Johannesen0d235052008-03-05 23:31:27 +00005546 MemOpChains.push_back(Load.getValue(1));
Dale Johannesen85d41a12008-03-04 23:17:14 +00005547 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005548 ArgOffset += PtrByteSize;
Dale Johannesen85d41a12008-03-04 23:17:14 +00005549 } else {
Dale Johannesen92dcf1e2008-03-17 02:13:43 +00005550 ArgOffset += ((Size - j + PtrByteSize-1)/PtrByteSize)*PtrByteSize;
Dale Johannesenbfa252d2008-03-07 20:27:40 +00005551 break;
Dale Johannesen85d41a12008-03-04 23:17:14 +00005552 }
5553 }
5554 continue;
5555 }
5556
Craig Topper56710102013-08-15 02:33:50 +00005557 switch (Arg.getSimpleValueType().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00005558 default: llvm_unreachable("Unexpected ValueType for argument!");
Hal Finkel5cae2162014-02-28 01:17:25 +00005559 case MVT::i1:
Owen Anderson9f944592009-08-11 20:47:22 +00005560 case MVT::i32:
5561 case MVT::i64:
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005562 if (GPR_idx != NumGPRs) {
Hal Finkel7f908e82014-03-06 00:45:19 +00005563 if (Arg.getValueType() == MVT::i1)
5564 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, PtrVT, Arg);
5565
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005566 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Arg));
Chris Lattnerb7552a82006-05-17 00:15:40 +00005567 } else {
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005568 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5569 isPPC64, isTailCall, false, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005570 TailCallArguments, dl);
Chris Lattnerb7552a82006-05-17 00:15:40 +00005571 }
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005572 ArgOffset += PtrByteSize;
Chris Lattnerb7552a82006-05-17 00:15:40 +00005573 break;
Owen Anderson9f944592009-08-11 20:47:22 +00005574 case MVT::f32:
5575 case MVT::f64:
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005576 if (FPR_idx != NumFPRs) {
5577 RegsToPass.push_back(std::make_pair(FPR[FPR_idx++], Arg));
5578
Chris Lattnerb7552a82006-05-17 00:15:40 +00005579 if (isVarArg) {
Chris Lattner676c61d2010-09-21 18:41:36 +00005580 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5581 MachinePointerInfo(), false, false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005582 MemOpChains.push_back(Store);
5583
Chris Lattnerb7552a82006-05-17 00:15:40 +00005584 // Float varargs are always shadowed in available integer registers
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005585 if (GPR_idx != NumGPRs) {
Chris Lattner7727d052010-09-21 06:44:06 +00005586 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
Pete Cooper82cd9e82011-11-08 18:42:53 +00005587 MachinePointerInfo(), false, false,
5588 false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005589 MemOpChains.push_back(Load.getValue(1));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005590 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Chris Lattnerb7552a82006-05-17 00:15:40 +00005591 }
Owen Anderson9f944592009-08-11 20:47:22 +00005592 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 && !isPPC64){
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005593 SDValue ConstFour = DAG.getConstant(4, dl, PtrOff.getValueType());
Dale Johannesen679073b2009-02-04 02:34:38 +00005594 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, ConstFour);
Chris Lattner7727d052010-09-21 06:44:06 +00005595 SDValue Load = DAG.getLoad(PtrVT, dl, Store, PtrOff,
5596 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005597 false, false, false, 0);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005598 MemOpChains.push_back(Load.getValue(1));
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005599 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
Chris Lattneraa40ec12006-05-16 22:56:08 +00005600 }
5601 } else {
Chris Lattnerb7552a82006-05-17 00:15:40 +00005602 // If we have any FPRs remaining, we may also have GPRs remaining.
5603 // Args passed in FPRs consume either 1 (f32) or 2 (f64) available
5604 // GPRs.
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005605 if (GPR_idx != NumGPRs)
5606 ++GPR_idx;
Owen Anderson9f944592009-08-11 20:47:22 +00005607 if (GPR_idx != NumGPRs && Arg.getValueType() == MVT::f64 &&
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005608 !isPPC64) // PPC64 has 64-bit GPR's obviously :)
5609 ++GPR_idx;
Chris Lattneraa40ec12006-05-16 22:56:08 +00005610 }
Bill Schmidt57d6de52012-10-23 15:51:16 +00005611 } else
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005612 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5613 isPPC64, isTailCall, false, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005614 TailCallArguments, dl);
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005615 if (isPPC64)
5616 ArgOffset += 8;
5617 else
Owen Anderson9f944592009-08-11 20:47:22 +00005618 ArgOffset += Arg.getValueType() == MVT::f32 ? 4 : 8;
Chris Lattnerb7552a82006-05-17 00:15:40 +00005619 break;
Owen Anderson9f944592009-08-11 20:47:22 +00005620 case MVT::v4f32:
5621 case MVT::v4i32:
5622 case MVT::v8i16:
5623 case MVT::v16i8:
Dale Johannesenb28456e2008-03-12 00:22:17 +00005624 if (isVarArg) {
5625 // These go aligned on the stack, or in the corresponding R registers
Scott Michelcf0da6c2009-02-17 22:15:04 +00005626 // when within range. The Darwin PPC ABI doc claims they also go in
Dale Johannesenb28456e2008-03-12 00:22:17 +00005627 // V registers; in fact gcc does this only for arguments that are
5628 // prototyped, not for those that match the ... We do it for all
5629 // arguments, seems to work.
5630 while (ArgOffset % 16 !=0) {
5631 ArgOffset += PtrByteSize;
5632 if (GPR_idx != NumGPRs)
5633 GPR_idx++;
5634 }
5635 // We could elide this store in the case where the object fits
5636 // entirely in R registers. Maybe later.
Scott Michelcf0da6c2009-02-17 22:15:04 +00005637 PtrOff = DAG.getNode(ISD::ADD, dl, PtrVT, StackPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005638 DAG.getConstant(ArgOffset, dl, PtrVT));
Chris Lattner676c61d2010-09-21 18:41:36 +00005639 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff,
5640 MachinePointerInfo(), false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005641 MemOpChains.push_back(Store);
5642 if (VR_idx != NumVRs) {
Wesley Peck527da1b2010-11-23 03:31:01 +00005643 SDValue Load = DAG.getLoad(MVT::v4f32, dl, Store, PtrOff,
Chris Lattner7727d052010-09-21 06:44:06 +00005644 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005645 false, false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005646 MemOpChains.push_back(Load.getValue(1));
5647 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Load));
5648 }
5649 ArgOffset += 16;
5650 for (unsigned i=0; i<16; i+=PtrByteSize) {
5651 if (GPR_idx == NumGPRs)
5652 break;
Dale Johannesen679073b2009-02-04 02:34:38 +00005653 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005654 DAG.getConstant(i, dl, PtrVT));
Chris Lattner7727d052010-09-21 06:44:06 +00005655 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005656 false, false, false, 0);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005657 MemOpChains.push_back(Load.getValue(1));
5658 RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
5659 }
5660 break;
5661 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005662
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005663 // Non-varargs Altivec params generally go in registers, but have
5664 // stack space allocated at the end.
5665 if (VR_idx != NumVRs) {
5666 // Doesn't have GPR space allocated.
5667 RegsToPass.push_back(std::make_pair(VR[VR_idx++], Arg));
5668 } else if (nAltivecParamsAtEnd==0) {
5669 // We are emitting Altivec params in order.
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005670 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5671 isPPC64, isTailCall, true, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005672 TailCallArguments, dl);
Dale Johannesenb28456e2008-03-12 00:22:17 +00005673 ArgOffset += 16;
Dale Johannesenb28456e2008-03-12 00:22:17 +00005674 }
Chris Lattnerb7552a82006-05-17 00:15:40 +00005675 break;
Chris Lattneraa40ec12006-05-16 22:56:08 +00005676 }
Chris Lattneraa40ec12006-05-16 22:56:08 +00005677 }
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005678 // If all Altivec parameters fit in registers, as they usually do,
5679 // they get stack space following the non-Altivec parameters. We
5680 // don't track this here because nobody below needs it.
5681 // If there are more Altivec parameters than fit in registers emit
5682 // the stores here.
5683 if (!isVarArg && nAltivecParamsAtEnd > NumVRs) {
5684 unsigned j = 0;
5685 // Offset is aligned; skip 1st 12 params which go in V registers.
5686 ArgOffset = ((ArgOffset+15)/16)*16;
5687 ArgOffset += 12*16;
5688 for (unsigned i = 0; i != NumOps; ++i) {
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005689 SDValue Arg = OutVals[i];
5690 EVT ArgType = Outs[i].VT;
Owen Anderson9f944592009-08-11 20:47:22 +00005691 if (ArgType==MVT::v4f32 || ArgType==MVT::v4i32 ||
5692 ArgType==MVT::v8i16 || ArgType==MVT::v16i8) {
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005693 if (++j > NumVRs) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005694 SDValue PtrOff;
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005695 // We are emitting Altivec params in order.
5696 LowerMemOpCallTo(DAG, MF, Chain, Arg, PtrOff, SPDiff, ArgOffset,
5697 isPPC64, isTailCall, true, MemOpChains,
Dale Johannesen021052a2009-02-04 20:06:27 +00005698 TailCallArguments, dl);
Dale Johannesen0dfd3f32008-03-14 17:41:26 +00005699 ArgOffset += 16;
5700 }
5701 }
5702 }
5703 }
5704
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005705 if (!MemOpChains.empty())
Craig Topper48d114b2014-04-26 18:35:24 +00005706 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, MemOpChains);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005707
Dale Johannesen90eab672010-03-09 20:15:42 +00005708 // On Darwin, R12 must contain the address of an indirect callee. This does
5709 // not mean the MTCTR instruction must use R12; it's easier to model this as
5710 // an extra parameter, so do that.
Wesley Peck527da1b2010-11-23 03:31:01 +00005711 if (!isTailCall &&
Hal Finkel87deb0b2015-01-12 04:34:47 +00005712 !isFunctionGlobalAddress(Callee) &&
5713 !isa<ExternalSymbolSDNode>(Callee) &&
Dale Johannesen90eab672010-03-09 20:15:42 +00005714 !isBLACompatibleAddress(Callee, DAG))
5715 RegsToPass.push_back(std::make_pair((unsigned)(isPPC64 ? PPC::X12 :
5716 PPC::R12), Callee));
5717
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005718 // Build a sequence of copy-to-reg nodes chained together with token chain
5719 // and flag operands which copy the outgoing args into the appropriate regs.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005720 SDValue InFlag;
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005721 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
Scott Michelcf0da6c2009-02-17 22:15:04 +00005722 Chain = DAG.getCopyToReg(Chain, dl, RegsToPass[i].first,
Dale Johannesen679073b2009-02-04 02:34:38 +00005723 RegsToPass[i].second, InFlag);
Chris Lattnerb1e9e372006-05-17 06:01:33 +00005724 InFlag = Chain.getValue(1);
5725 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00005726
Chris Lattnerdf8e17d2010-11-14 23:42:06 +00005727 if (isTailCall)
Tilmann Scheller773f14c2009-07-03 06:47:08 +00005728 PrepareTailCall(DAG, InFlag, Chain, dl, isPPC64, SPDiff, NumBytes, LROp,
5729 FPOp, true, TailCallArguments);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005730
Hal Finkel965cea52015-07-12 00:37:44 +00005731 return FinishCall(CallConv, dl, isTailCall, isVarArg, IsPatchPoint,
5732 /* unused except on PPC64 ELFv1 */ false, DAG,
Hal Finkele2ab0f12015-01-15 21:17:34 +00005733 RegsToPass, InFlag, Chain, CallSeqStart, Callee, SPDiff,
5734 NumBytes, Ins, InVals, CS);
Chris Lattneraa40ec12006-05-16 22:56:08 +00005735}
5736
Hal Finkel450128a2011-10-14 19:51:36 +00005737bool
5738PPCTargetLowering::CanLowerReturn(CallingConv::ID CallConv,
5739 MachineFunction &MF, bool isVarArg,
5740 const SmallVectorImpl<ISD::OutputArg> &Outs,
5741 LLVMContext &Context) const {
5742 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00005743 CCState CCInfo(CallConv, isVarArg, MF, RVLocs, Context);
Hal Finkel450128a2011-10-14 19:51:36 +00005744 return CCInfo.CheckReturn(Outs, RetCC_PPC);
5745}
5746
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005747SDValue
5748PPCTargetLowering::LowerReturn(SDValue Chain,
Sandeep Patel68c5f472009-09-02 08:44:58 +00005749 CallingConv::ID CallConv, bool isVarArg,
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005750 const SmallVectorImpl<ISD::OutputArg> &Outs,
Dan Gohmanfe7532a2010-07-07 15:54:55 +00005751 const SmallVectorImpl<SDValue> &OutVals,
Andrew Trickef9de2a2013-05-25 02:42:55 +00005752 SDLoc dl, SelectionDAG &DAG) const {
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005753
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005754 SmallVector<CCValAssign, 16> RVLocs;
Eric Christopherb5217502014-08-06 18:45:26 +00005755 CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
5756 *DAG.getContext());
Dan Gohmanf9bbcd12009-08-05 01:29:28 +00005757 CCInfo.AnalyzeReturn(Outs, RetCC_PPC);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005758
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005759 SDValue Flag;
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005760 SmallVector<SDValue, 4> RetOps(1, Chain);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005761
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005762 // Copy the result values into the output registers.
5763 for (unsigned i = 0; i != RVLocs.size(); ++i) {
5764 CCValAssign &VA = RVLocs[i];
5765 assert(VA.isRegLoc() && "Can only return in registers!");
Ulrich Weigand339d0592012-11-05 19:39:45 +00005766
5767 SDValue Arg = OutVals[i];
5768
5769 switch (VA.getLocInfo()) {
5770 default: llvm_unreachable("Unknown loc info!");
5771 case CCValAssign::Full: break;
5772 case CCValAssign::AExt:
5773 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
5774 break;
5775 case CCValAssign::ZExt:
5776 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
5777 break;
5778 case CCValAssign::SExt:
5779 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
5780 break;
5781 }
5782
5783 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), Arg, Flag);
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005784 Flag = Chain.getValue(1);
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005785 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
Chris Lattner4f2e4e02007-03-06 00:59:59 +00005786 }
5787
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005788 RetOps[0] = Chain; // Update chain.
5789
5790 // Add the flag if we have it.
Gabor Greiff304a7a2008-08-28 21:40:38 +00005791 if (Flag.getNode())
Jakob Stoklund Olesen8660a8c2013-02-05 18:12:00 +00005792 RetOps.push_back(Flag);
5793
Craig Topper48d114b2014-04-26 18:35:24 +00005794 return DAG.getNode(PPCISD::RET_FLAG, dl, MVT::Other, RetOps);
Chris Lattner4211ca92006-04-14 06:01:58 +00005795}
5796
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005797SDValue PPCTargetLowering::LowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00005798 const PPCSubtarget &Subtarget) const {
Jim Laskeye4f4d042006-12-04 22:04:42 +00005799 // When we pop the dynamic allocation we need to restore the SP link.
Andrew Trickef9de2a2013-05-25 02:42:55 +00005800 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005801
Jim Laskeye4f4d042006-12-04 22:04:42 +00005802 // Get the corect type for pointers.
Mehdi Amini44ede332015-07-09 02:09:04 +00005803 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Jim Laskeye4f4d042006-12-04 22:04:42 +00005804
5805 // Construct the stack pointer operand.
Dale Johannesen86dcae12009-11-24 01:09:07 +00005806 bool isPPC64 = Subtarget.isPPC64();
5807 unsigned SP = isPPC64 ? PPC::X1 : PPC::R1;
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005808 SDValue StackPtr = DAG.getRegister(SP, PtrVT);
Jim Laskeye4f4d042006-12-04 22:04:42 +00005809
5810 // Get the operands for the STACKRESTORE.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005811 SDValue Chain = Op.getOperand(0);
5812 SDValue SaveSP = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005813
Jim Laskeye4f4d042006-12-04 22:04:42 +00005814 // Load the old link SP.
Chris Lattner7727d052010-09-21 06:44:06 +00005815 SDValue LoadLinkSP = DAG.getLoad(PtrVT, dl, Chain, StackPtr,
5816 MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00005817 false, false, false, 0);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005818
Jim Laskeye4f4d042006-12-04 22:04:42 +00005819 // Restore the stack pointer.
Dale Johannesen021052a2009-02-04 20:06:27 +00005820 Chain = DAG.getCopyToReg(LoadLinkSP.getValue(1), dl, SP, SaveSP);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005821
Jim Laskeye4f4d042006-12-04 22:04:42 +00005822 // Store the old link SP.
Chris Lattner676c61d2010-09-21 18:41:36 +00005823 return DAG.getStore(Chain, dl, LoadLinkSP, StackPtr, MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00005824 false, false, 0);
Jim Laskeye4f4d042006-12-04 22:04:42 +00005825}
5826
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005827
5828
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005829SDValue
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005830PPCTargetLowering::getReturnAddrFrameIndex(SelectionDAG & DAG) const {
Jim Laskey48850c12006-11-16 22:43:37 +00005831 MachineFunction &MF = DAG.getMachineFunction();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00005832 bool isPPC64 = Subtarget.isPPC64();
Mehdi Amini44ede332015-07-09 02:09:04 +00005833 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005834
5835 // Get current frame pointer save index. The users of this index will be
5836 // primarily DYNALLOC instructions.
5837 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
5838 int RASI = FI->getReturnAddrSaveIndex();
5839
5840 // If the frame pointer save index hasn't been defined yet.
5841 if (!RASI) {
5842 // Find out what the fix offset of the frame pointer save area.
Eric Christopherf71609b2015-02-13 00:39:27 +00005843 int LROffset = Subtarget.getFrameLowering()->getReturnSaveOffset();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005844 // Allocate the frame index for frame pointer save area.
Hal Finkel6e27c6d2014-12-23 09:45:06 +00005845 RASI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, LROffset, false);
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005846 // Save the result.
5847 FI->setReturnAddrSaveIndex(RASI);
5848 }
5849 return DAG.getFrameIndex(RASI, PtrVT);
5850}
5851
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005852SDValue
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005853PPCTargetLowering::getFramePointerFrameIndex(SelectionDAG & DAG) const {
5854 MachineFunction &MF = DAG.getMachineFunction();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00005855 bool isPPC64 = Subtarget.isPPC64();
Mehdi Amini44ede332015-07-09 02:09:04 +00005856 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Jim Laskey48850c12006-11-16 22:43:37 +00005857
5858 // Get current frame pointer save index. The users of this index will be
5859 // primarily DYNALLOC instructions.
5860 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
5861 int FPSI = FI->getFramePointerSaveIndex();
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005862
Jim Laskey48850c12006-11-16 22:43:37 +00005863 // If the frame pointer save index hasn't been defined yet.
5864 if (!FPSI) {
5865 // Find out what the fix offset of the frame pointer save area.
Eric Christopherdc3a8a42015-02-13 00:39:38 +00005866 int FPOffset = Subtarget.getFrameLowering()->getFramePointerSaveOffset();
Jim Laskey48850c12006-11-16 22:43:37 +00005867 // Allocate the frame index for frame pointer save area.
Evan Cheng0664a672010-07-03 00:40:23 +00005868 FPSI = MF.getFrameInfo()->CreateFixedObject(isPPC64? 8 : 4, FPOffset, true);
Jim Laskey48850c12006-11-16 22:43:37 +00005869 // Save the result.
Scott Michelcf0da6c2009-02-17 22:15:04 +00005870 FI->setFramePointerSaveIndex(FPSI);
Jim Laskey48850c12006-11-16 22:43:37 +00005871 }
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005872 return DAG.getFrameIndex(FPSI, PtrVT);
5873}
Jim Laskey48850c12006-11-16 22:43:37 +00005874
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005875SDValue PPCTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op,
Arnold Schwaighoferbe0de342008-04-30 09:16:33 +00005876 SelectionDAG &DAG,
Dan Gohman21cea8a2010-04-17 15:26:15 +00005877 const PPCSubtarget &Subtarget) const {
Jim Laskey48850c12006-11-16 22:43:37 +00005878 // Get the inputs.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005879 SDValue Chain = Op.getOperand(0);
5880 SDValue Size = Op.getOperand(1);
Andrew Trickef9de2a2013-05-25 02:42:55 +00005881 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005882
Jim Laskey48850c12006-11-16 22:43:37 +00005883 // Get the corect type for pointers.
Mehdi Amini44ede332015-07-09 02:09:04 +00005884 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Jim Laskey48850c12006-11-16 22:43:37 +00005885 // Negate the size.
Dale Johannesen400dc2e2009-02-06 21:50:26 +00005886 SDValue NegSize = DAG.getNode(ISD::SUB, dl, PtrVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00005887 DAG.getConstant(0, dl, PtrVT), Size);
Jim Laskey48850c12006-11-16 22:43:37 +00005888 // Construct a node for the frame pointer save index.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005889 SDValue FPSIdx = getFramePointerFrameIndex(DAG);
Jim Laskey48850c12006-11-16 22:43:37 +00005890 // Build a DYNALLOC node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005891 SDValue Ops[3] = { Chain, NegSize, FPSIdx };
Owen Anderson9f944592009-08-11 20:47:22 +00005892 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other);
Craig Topper48d114b2014-04-26 18:35:24 +00005893 return DAG.getNode(PPCISD::DYNALLOC, dl, VTs, Ops);
Jim Laskey48850c12006-11-16 22:43:37 +00005894}
5895
Hal Finkel756810f2013-03-21 21:37:52 +00005896SDValue PPCTargetLowering::lowerEH_SJLJ_SETJMP(SDValue Op,
5897 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00005898 SDLoc DL(Op);
Hal Finkel756810f2013-03-21 21:37:52 +00005899 return DAG.getNode(PPCISD::EH_SJLJ_SETJMP, DL,
5900 DAG.getVTList(MVT::i32, MVT::Other),
5901 Op.getOperand(0), Op.getOperand(1));
5902}
5903
5904SDValue PPCTargetLowering::lowerEH_SJLJ_LONGJMP(SDValue Op,
5905 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00005906 SDLoc DL(Op);
Hal Finkel756810f2013-03-21 21:37:52 +00005907 return DAG.getNode(PPCISD::EH_SJLJ_LONGJMP, DL, MVT::Other,
5908 Op.getOperand(0), Op.getOperand(1));
5909}
5910
Hal Finkel940ab932014-02-28 00:27:01 +00005911SDValue PPCTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005912 if (Op.getValueType().isVector())
5913 return LowerVectorLoad(Op, DAG);
5914
Hal Finkel940ab932014-02-28 00:27:01 +00005915 assert(Op.getValueType() == MVT::i1 &&
5916 "Custom lowering only for i1 loads");
5917
5918 // First, load 8 bits into 32 bits, then truncate to 1 bit.
5919
5920 SDLoc dl(Op);
5921 LoadSDNode *LD = cast<LoadSDNode>(Op);
5922
5923 SDValue Chain = LD->getChain();
5924 SDValue BasePtr = LD->getBasePtr();
5925 MachineMemOperand *MMO = LD->getMemOperand();
5926
Mehdi Amini44ede332015-07-09 02:09:04 +00005927 SDValue NewLD =
5928 DAG.getExtLoad(ISD::EXTLOAD, dl, getPointerTy(DAG.getDataLayout()), Chain,
5929 BasePtr, MVT::i8, MMO);
Hal Finkel940ab932014-02-28 00:27:01 +00005930 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewLD);
5931
5932 SDValue Ops[] = { Result, SDValue(NewLD.getNode(), 1) };
Craig Topper64941d92014-04-27 19:20:57 +00005933 return DAG.getMergeValues(Ops, dl);
Hal Finkel940ab932014-02-28 00:27:01 +00005934}
5935
5936SDValue PPCTargetLowering::LowerSTORE(SDValue Op, SelectionDAG &DAG) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +00005937 if (Op.getOperand(1).getValueType().isVector())
5938 return LowerVectorStore(Op, DAG);
5939
Hal Finkel940ab932014-02-28 00:27:01 +00005940 assert(Op.getOperand(1).getValueType() == MVT::i1 &&
5941 "Custom lowering only for i1 stores");
5942
5943 // First, zero extend to 32 bits, then use a truncating store to 8 bits.
5944
5945 SDLoc dl(Op);
5946 StoreSDNode *ST = cast<StoreSDNode>(Op);
5947
5948 SDValue Chain = ST->getChain();
5949 SDValue BasePtr = ST->getBasePtr();
5950 SDValue Value = ST->getValue();
5951 MachineMemOperand *MMO = ST->getMemOperand();
5952
Mehdi Amini44ede332015-07-09 02:09:04 +00005953 Value = DAG.getNode(ISD::ZERO_EXTEND, dl, getPointerTy(DAG.getDataLayout()),
5954 Value);
Hal Finkel940ab932014-02-28 00:27:01 +00005955 return DAG.getTruncStore(Chain, dl, Value, BasePtr, MVT::i8, MMO);
5956}
5957
5958// FIXME: Remove this once the ANDI glue bug is fixed:
5959SDValue PPCTargetLowering::LowerTRUNCATE(SDValue Op, SelectionDAG &DAG) const {
5960 assert(Op.getValueType() == MVT::i1 &&
5961 "Custom lowering only for i1 results");
5962
5963 SDLoc DL(Op);
5964 return DAG.getNode(PPCISD::ANDIo_1_GT_BIT, DL, MVT::i1,
5965 Op.getOperand(0));
5966}
5967
Chris Lattner4211ca92006-04-14 06:01:58 +00005968/// LowerSELECT_CC - Lower floating point select_cc's into fsel instruction when
5969/// possible.
Dan Gohman21cea8a2010-04-17 15:26:15 +00005970SDValue PPCTargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const {
Chris Lattner4211ca92006-04-14 06:01:58 +00005971 // Not FP? Not a fsel.
Duncan Sands13237ac2008-06-06 12:08:01 +00005972 if (!Op.getOperand(0).getValueType().isFloatingPoint() ||
5973 !Op.getOperand(2).getValueType().isFloatingPoint())
Eli Friedman5806e182009-05-28 04:31:08 +00005974 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005975
Hal Finkel81f87992013-04-07 22:11:09 +00005976 // We might be able to do better than this under some circumstances, but in
5977 // general, fsel-based lowering of select is a finite-math-only optimization.
5978 // For more information, see section F.3 of the 2.06 ISA specification.
5979 if (!DAG.getTarget().Options.NoInfsFPMath ||
5980 !DAG.getTarget().Options.NoNaNsFPMath)
5981 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00005982
Hal Finkel81f87992013-04-07 22:11:09 +00005983 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get();
Scott Michelcf0da6c2009-02-17 22:15:04 +00005984
Owen Anderson53aa7a92009-08-10 22:56:29 +00005985 EVT ResVT = Op.getValueType();
5986 EVT CmpVT = Op.getOperand(0).getValueType();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00005987 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
5988 SDValue TV = Op.getOperand(2), FV = Op.getOperand(3);
Andrew Trickef9de2a2013-05-25 02:42:55 +00005989 SDLoc dl(Op);
Scott Michelcf0da6c2009-02-17 22:15:04 +00005990
Chris Lattner4211ca92006-04-14 06:01:58 +00005991 // If the RHS of the comparison is a 0.0, we don't need to do the
5992 // subtraction at all.
Hal Finkel81f87992013-04-07 22:11:09 +00005993 SDValue Sel1;
Chris Lattner4211ca92006-04-14 06:01:58 +00005994 if (isFloatingPointZero(RHS))
5995 switch (CC) {
5996 default: break; // SETUO etc aren't handled by fsel.
Hal Finkel81f87992013-04-07 22:11:09 +00005997 case ISD::SETNE:
5998 std::swap(TV, FV);
5999 case ISD::SETEQ:
6000 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
6001 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
6002 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
6003 if (Sel1.getValueType() == MVT::f32) // Comparison is always 64-bits
6004 Sel1 = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Sel1);
6005 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
6006 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), Sel1, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006007 case ISD::SETULT:
6008 case ISD::SETLT:
6009 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006010 case ISD::SETOGE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006011 case ISD::SETGE:
Owen Anderson9f944592009-08-11 20:47:22 +00006012 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
6013 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006014 return DAG.getNode(PPCISD::FSEL, dl, ResVT, LHS, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006015 case ISD::SETUGT:
6016 case ISD::SETGT:
6017 std::swap(TV, FV); // fsel is natively setge, swap operands for setlt
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006018 case ISD::SETOLE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006019 case ISD::SETLE:
Owen Anderson9f944592009-08-11 20:47:22 +00006020 if (LHS.getValueType() == MVT::f32) // Comparison is always 64-bits
6021 LHS = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, LHS);
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006022 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
Owen Anderson9f944592009-08-11 20:47:22 +00006023 DAG.getNode(ISD::FNEG, dl, MVT::f64, LHS), TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006024 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006025
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006026 SDValue Cmp;
Chris Lattner4211ca92006-04-14 06:01:58 +00006027 switch (CC) {
6028 default: break; // SETUO etc aren't handled by fsel.
Hal Finkel81f87992013-04-07 22:11:09 +00006029 case ISD::SETNE:
6030 std::swap(TV, FV);
6031 case ISD::SETEQ:
6032 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
6033 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6034 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
6035 Sel1 = DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
6036 if (Sel1.getValueType() == MVT::f32) // Comparison is always 64-bits
6037 Sel1 = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Sel1);
6038 return DAG.getNode(PPCISD::FSEL, dl, ResVT,
6039 DAG.getNode(ISD::FNEG, dl, MVT::f64, Cmp), Sel1, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006040 case ISD::SETULT:
6041 case ISD::SETLT:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006042 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006043 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6044 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006045 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006046 case ISD::SETOGE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006047 case ISD::SETGE:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006048 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, LHS, RHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006049 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6050 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006051 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006052 case ISD::SETUGT:
6053 case ISD::SETGT:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006054 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, RHS, LHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006055 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6056 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006057 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, FV, TV);
Chris Lattnerb56d22c2006-05-24 00:06:44 +00006058 case ISD::SETOLE:
Chris Lattner4211ca92006-04-14 06:01:58 +00006059 case ISD::SETLE:
Dale Johannesen400dc2e2009-02-06 21:50:26 +00006060 Cmp = DAG.getNode(ISD::FSUB, dl, CmpVT, RHS, LHS);
Owen Anderson9f944592009-08-11 20:47:22 +00006061 if (Cmp.getValueType() == MVT::f32) // Comparison is always 64-bits
6062 Cmp = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Cmp);
Hal Finkel81f87992013-04-07 22:11:09 +00006063 return DAG.getNode(PPCISD::FSEL, dl, ResVT, Cmp, TV, FV);
Chris Lattner4211ca92006-04-14 06:01:58 +00006064 }
Eli Friedman5806e182009-05-28 04:31:08 +00006065 return Op;
Chris Lattner4211ca92006-04-14 06:01:58 +00006066}
6067
Hal Finkeled844c42015-01-06 22:31:02 +00006068void PPCTargetLowering::LowerFP_TO_INTForReuse(SDValue Op, ReuseLoadInfo &RLI,
6069 SelectionDAG &DAG,
6070 SDLoc dl) const {
Duncan Sands13237ac2008-06-06 12:08:01 +00006071 assert(Op.getOperand(0).getValueType().isFloatingPoint());
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006072 SDValue Src = Op.getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +00006073 if (Src.getValueType() == MVT::f32)
6074 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
Duncan Sands2a287912008-07-19 16:26:02 +00006075
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006076 SDValue Tmp;
Craig Topper56710102013-08-15 02:33:50 +00006077 switch (Op.getSimpleValueType().SimpleTy) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00006078 default: llvm_unreachable("Unhandled FP_TO_INT type in custom expander!");
Owen Anderson9f944592009-08-11 20:47:22 +00006079 case MVT::i32:
Eric Christophercccae792015-01-30 22:02:31 +00006080 Tmp = DAG.getNode(
6081 Op.getOpcode() == ISD::FP_TO_SINT
6082 ? PPCISD::FCTIWZ
6083 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ),
6084 dl, MVT::f64, Src);
Chris Lattner4211ca92006-04-14 06:01:58 +00006085 break;
Owen Anderson9f944592009-08-11 20:47:22 +00006086 case MVT::i64:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006087 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) &&
Hal Finkel3f88d082013-04-01 18:42:58 +00006088 "i64 FP_TO_UINT is supported only with FPCVT");
Hal Finkelf6d45f22013-04-01 17:52:07 +00006089 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
6090 PPCISD::FCTIDUZ,
6091 dl, MVT::f64, Src);
Chris Lattner4211ca92006-04-14 06:01:58 +00006092 break;
6093 }
Duncan Sands2a287912008-07-19 16:26:02 +00006094
Chris Lattner4211ca92006-04-14 06:01:58 +00006095 // Convert the FP value to an int value through memory.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006096 bool i32Stack = Op.getValueType() == MVT::i32 && Subtarget.hasSTFIWX() &&
6097 (Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT());
Hal Finkelf6d45f22013-04-01 17:52:07 +00006098 SDValue FIPtr = DAG.CreateStackTemporary(i32Stack ? MVT::i32 : MVT::f64);
6099 int FI = cast<FrameIndexSDNode>(FIPtr)->getIndex();
6100 MachinePointerInfo MPI = MachinePointerInfo::getFixedStack(FI);
Duncan Sands2a287912008-07-19 16:26:02 +00006101
Chris Lattner06a49542007-10-15 20:14:52 +00006102 // Emit a store to the stack slot.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006103 SDValue Chain;
6104 if (i32Stack) {
6105 MachineFunction &MF = DAG.getMachineFunction();
6106 MachineMemOperand *MMO =
6107 MF.getMachineMemOperand(MPI, MachineMemOperand::MOStore, 4, 4);
6108 SDValue Ops[] = { DAG.getEntryNode(), Tmp, FIPtr };
6109 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
Craig Topper206fcd42014-04-26 19:29:41 +00006110 DAG.getVTList(MVT::Other), Ops, MVT::i32, MMO);
Hal Finkelf6d45f22013-04-01 17:52:07 +00006111 } else
6112 Chain = DAG.getStore(DAG.getEntryNode(), dl, Tmp, FIPtr,
6113 MPI, false, false, 0);
Chris Lattner06a49542007-10-15 20:14:52 +00006114
6115 // Result is a load from the stack slot. If loading 4 bytes, make sure to
6116 // add in a bias.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006117 if (Op.getValueType() == MVT::i32 && !i32Stack) {
Dale Johannesen021052a2009-02-04 20:06:27 +00006118 FIPtr = DAG.getNode(ISD::ADD, dl, FIPtr.getValueType(), FIPtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006119 DAG.getConstant(4, dl, FIPtr.getValueType()));
Hal Finkeled844c42015-01-06 22:31:02 +00006120 MPI = MPI.getWithOffset(4);
Hal Finkelf6d45f22013-04-01 17:52:07 +00006121 }
6122
Hal Finkeled844c42015-01-06 22:31:02 +00006123 RLI.Chain = Chain;
6124 RLI.Ptr = FIPtr;
6125 RLI.MPI = MPI;
6126}
6127
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006128/// \brief Custom lowers floating point to integer conversions to use
6129/// the direct move instructions available in ISA 2.07 to avoid the
6130/// need for load/store combinations.
6131SDValue PPCTargetLowering::LowerFP_TO_INTDirectMove(SDValue Op,
6132 SelectionDAG &DAG,
6133 SDLoc dl) const {
6134 assert(Op.getOperand(0).getValueType().isFloatingPoint());
6135 SDValue Src = Op.getOperand(0);
6136
6137 if (Src.getValueType() == MVT::f32)
6138 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
6139
6140 SDValue Tmp;
6141 switch (Op.getSimpleValueType().SimpleTy) {
6142 default: llvm_unreachable("Unhandled FP_TO_INT type in custom expander!");
6143 case MVT::i32:
6144 Tmp = DAG.getNode(
6145 Op.getOpcode() == ISD::FP_TO_SINT
6146 ? PPCISD::FCTIWZ
6147 : (Subtarget.hasFPCVT() ? PPCISD::FCTIWUZ : PPCISD::FCTIDZ),
6148 dl, MVT::f64, Src);
6149 Tmp = DAG.getNode(PPCISD::MFVSR, dl, MVT::i32, Tmp);
6150 break;
6151 case MVT::i64:
6152 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) &&
6153 "i64 FP_TO_UINT is supported only with FPCVT");
6154 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
6155 PPCISD::FCTIDUZ,
6156 dl, MVT::f64, Src);
6157 Tmp = DAG.getNode(PPCISD::MFVSR, dl, MVT::i64, Tmp);
6158 break;
6159 }
6160 return Tmp;
6161}
6162
Hal Finkeled844c42015-01-06 22:31:02 +00006163SDValue PPCTargetLowering::LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG,
6164 SDLoc dl) const {
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006165 if (Subtarget.hasDirectMove() && Subtarget.isPPC64())
6166 return LowerFP_TO_INTDirectMove(Op, DAG, dl);
6167
Hal Finkeled844c42015-01-06 22:31:02 +00006168 ReuseLoadInfo RLI;
6169 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl);
6170
6171 return DAG.getLoad(Op.getValueType(), dl, RLI.Chain, RLI.Ptr, RLI.MPI, false,
6172 false, RLI.IsInvariant, RLI.Alignment, RLI.AAInfo,
6173 RLI.Ranges);
6174}
6175
6176// We're trying to insert a regular store, S, and then a load, L. If the
6177// incoming value, O, is a load, we might just be able to have our load use the
6178// address used by O. However, we don't know if anything else will store to
6179// that address before we can load from it. To prevent this situation, we need
6180// to insert our load, L, into the chain as a peer of O. To do this, we give L
6181// the same chain operand as O, we create a token factor from the chain results
6182// of O and L, and we replace all uses of O's chain result with that token
6183// factor (see spliceIntoChain below for this last part).
6184bool PPCTargetLowering::canReuseLoadAddress(SDValue Op, EVT MemVT,
6185 ReuseLoadInfo &RLI,
Hal Finkel6c392692015-01-09 01:34:30 +00006186 SelectionDAG &DAG,
6187 ISD::LoadExtType ET) const {
Hal Finkeled844c42015-01-06 22:31:02 +00006188 SDLoc dl(Op);
Hal Finkel6c392692015-01-09 01:34:30 +00006189 if (ET == ISD::NON_EXTLOAD &&
6190 (Op.getOpcode() == ISD::FP_TO_UINT ||
Hal Finkeled844c42015-01-06 22:31:02 +00006191 Op.getOpcode() == ISD::FP_TO_SINT) &&
6192 isOperationLegalOrCustom(Op.getOpcode(),
6193 Op.getOperand(0).getValueType())) {
6194
6195 LowerFP_TO_INTForReuse(Op, RLI, DAG, dl);
6196 return true;
6197 }
6198
6199 LoadSDNode *LD = dyn_cast<LoadSDNode>(Op);
Hal Finkel6c392692015-01-09 01:34:30 +00006200 if (!LD || LD->getExtensionType() != ET || LD->isVolatile() ||
6201 LD->isNonTemporal())
Hal Finkeled844c42015-01-06 22:31:02 +00006202 return false;
6203 if (LD->getMemoryVT() != MemVT)
6204 return false;
6205
6206 RLI.Ptr = LD->getBasePtr();
6207 if (LD->isIndexed() && LD->getOffset().getOpcode() != ISD::UNDEF) {
6208 assert(LD->getAddressingMode() == ISD::PRE_INC &&
6209 "Non-pre-inc AM on PPC?");
6210 RLI.Ptr = DAG.getNode(ISD::ADD, dl, RLI.Ptr.getValueType(), RLI.Ptr,
6211 LD->getOffset());
6212 }
6213
6214 RLI.Chain = LD->getChain();
6215 RLI.MPI = LD->getPointerInfo();
6216 RLI.IsInvariant = LD->isInvariant();
6217 RLI.Alignment = LD->getAlignment();
6218 RLI.AAInfo = LD->getAAInfo();
6219 RLI.Ranges = LD->getRanges();
6220
6221 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1);
6222 return true;
6223}
6224
6225// Given the head of the old chain, ResChain, insert a token factor containing
6226// it and NewResChain, and make users of ResChain now be users of that token
6227// factor.
6228void PPCTargetLowering::spliceIntoChain(SDValue ResChain,
6229 SDValue NewResChain,
6230 SelectionDAG &DAG) const {
6231 if (!ResChain)
6232 return;
6233
6234 SDLoc dl(NewResChain);
6235
6236 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
6237 NewResChain, DAG.getUNDEF(MVT::Other));
6238 assert(TF.getNode() != NewResChain.getNode() &&
6239 "A new TF really is required here");
6240
6241 DAG.ReplaceAllUsesOfValueWith(ResChain, TF);
6242 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain);
Chris Lattner4211ca92006-04-14 06:01:58 +00006243}
6244
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006245/// \brief Custom lowers integer to floating point conversions to use
6246/// the direct move instructions available in ISA 2.07 to avoid the
6247/// need for load/store combinations.
6248SDValue PPCTargetLowering::LowerINT_TO_FPDirectMove(SDValue Op,
6249 SelectionDAG &DAG,
6250 SDLoc dl) const {
6251 assert((Op.getValueType() == MVT::f32 ||
6252 Op.getValueType() == MVT::f64) &&
6253 "Invalid floating point type as target of conversion");
6254 assert(Subtarget.hasFPCVT() &&
6255 "Int to FP conversions with direct moves require FPCVT");
6256 SDValue FP;
6257 SDValue Src = Op.getOperand(0);
6258 bool SinglePrec = Op.getValueType() == MVT::f32;
6259 bool WordInt = Src.getSimpleValueType().SimpleTy == MVT::i32;
6260 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP;
6261 unsigned ConvOp = Signed ? (SinglePrec ? PPCISD::FCFIDS : PPCISD::FCFID) :
6262 (SinglePrec ? PPCISD::FCFIDUS : PPCISD::FCFIDU);
6263
6264 if (WordInt) {
6265 FP = DAG.getNode(Signed ? PPCISD::MTVSRA : PPCISD::MTVSRZ,
6266 dl, MVT::f64, Src);
6267 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP);
6268 }
6269 else {
6270 FP = DAG.getNode(PPCISD::MTVSRA, dl, MVT::f64, Src);
6271 FP = DAG.getNode(ConvOp, dl, SinglePrec ? MVT::f32 : MVT::f64, FP);
6272 }
6273
6274 return FP;
6275}
6276
Hal Finkelf6d45f22013-04-01 17:52:07 +00006277SDValue PPCTargetLowering::LowerINT_TO_FP(SDValue Op,
Hal Finkeled844c42015-01-06 22:31:02 +00006278 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006279 SDLoc dl(Op);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006280
6281 if (Subtarget.hasQPX() && Op.getOperand(0).getValueType() == MVT::v4i1) {
6282 if (Op.getValueType() != MVT::v4f32 && Op.getValueType() != MVT::v4f64)
6283 return SDValue();
6284
6285 SDValue Value = Op.getOperand(0);
6286 // The values are now known to be -1 (false) or 1 (true). To convert this
6287 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
6288 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
6289 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
6290
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006291 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006292 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
6293 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
6294
6295 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
6296
6297 if (Op.getValueType() != MVT::v4f64)
6298 Value = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006299 Op.getValueType(), Value,
6300 DAG.getIntPtrConstant(1, dl));
Hal Finkelc93a9a22015-02-25 01:06:45 +00006301 return Value;
6302 }
6303
Dan Gohmand6819da2008-03-11 01:59:03 +00006304 // Don't handle ppc_fp128 here; let it be lowered to a libcall.
Owen Anderson9f944592009-08-11 20:47:22 +00006305 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64)
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006306 return SDValue();
Dan Gohmand6819da2008-03-11 01:59:03 +00006307
Hal Finkel6a56b212014-03-05 22:14:00 +00006308 if (Op.getOperand(0).getValueType() == MVT::i1)
6309 return DAG.getNode(ISD::SELECT, dl, Op.getValueType(), Op.getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006310 DAG.getConstantFP(1.0, dl, Op.getValueType()),
6311 DAG.getConstantFP(0.0, dl, Op.getValueType()));
Hal Finkel6a56b212014-03-05 22:14:00 +00006312
Nemanja Ivanovicc38b5312015-04-11 10:40:42 +00006313 // If we have direct moves, we can do all the conversion, skip the store/load
6314 // however, without FPCVT we can't do most conversions.
6315 if (Subtarget.hasDirectMove() && Subtarget.isPPC64() && Subtarget.hasFPCVT())
6316 return LowerINT_TO_FPDirectMove(Op, DAG, dl);
6317
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006318 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006319 "UINT_TO_FP is supported only with FPCVT");
6320
6321 // If we have FCFIDS, then use it when converting to single-precision.
Hal Finkel93d75ea2013-04-02 03:29:51 +00006322 // Otherwise, convert to double-precision and then round.
Eric Christophercccae792015-01-30 22:02:31 +00006323 unsigned FCFOp = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
6324 ? (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDUS
6325 : PPCISD::FCFIDS)
6326 : (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDU
6327 : PPCISD::FCFID);
6328 MVT FCFTy = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
6329 ? MVT::f32
6330 : MVT::f64;
Hal Finkelf6d45f22013-04-01 17:52:07 +00006331
Owen Anderson9f944592009-08-11 20:47:22 +00006332 if (Op.getOperand(0).getValueType() == MVT::i64) {
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006333 SDValue SINT = Op.getOperand(0);
6334 // When converting to single-precision, we actually need to convert
6335 // to double-precision first and then round to single-precision.
6336 // To avoid double-rounding effects during that operation, we have
6337 // to prepare the input operand. Bits that might be truncated when
6338 // converting to double-precision are replaced by a bit that won't
6339 // be lost at this stage, but is below the single-precision rounding
6340 // position.
6341 //
6342 // However, if -enable-unsafe-fp-math is in effect, accept double
6343 // rounding to avoid the extra overhead.
6344 if (Op.getValueType() == MVT::f32 &&
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006345 !Subtarget.hasFPCVT() &&
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006346 !DAG.getTarget().Options.UnsafeFPMath) {
6347
6348 // Twiddle input to make sure the low 11 bits are zero. (If this
6349 // is the case, we are guaranteed the value will fit into the 53 bit
6350 // mantissa of an IEEE double-precision value without rounding.)
6351 // If any of those low 11 bits were not zero originally, make sure
6352 // bit 12 (value 2048) is set instead, so that the final rounding
6353 // to single-precision gets the correct result.
6354 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006355 SINT, DAG.getConstant(2047, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006356 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006357 Round, DAG.getConstant(2047, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006358 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
6359 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006360 Round, DAG.getConstant(-2048, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006361
6362 // However, we cannot use that value unconditionally: if the magnitude
6363 // of the input value is small, the bit-twiddling we did above might
6364 // end up visibly changing the output. Fortunately, in that case, we
6365 // don't need to twiddle bits since the original input will convert
6366 // exactly to double-precision floating-point already. Therefore,
6367 // construct a conditional to use the original value if the top 11
6368 // bits are all sign-bit copies, and use the rounded value computed
6369 // above otherwise.
6370 SDValue Cond = DAG.getNode(ISD::SRA, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006371 SINT, DAG.getConstant(53, dl, MVT::i32));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006372 Cond = DAG.getNode(ISD::ADD, dl, MVT::i64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006373 Cond, DAG.getConstant(1, dl, MVT::i64));
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006374 Cond = DAG.getSetCC(dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006375 Cond, DAG.getConstant(1, dl, MVT::i64), ISD::SETUGT);
Ulrich Weigandd34b5bd2012-10-18 13:16:11 +00006376
6377 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
6378 }
Hal Finkelf6d45f22013-04-01 17:52:07 +00006379
Hal Finkeled844c42015-01-06 22:31:02 +00006380 ReuseLoadInfo RLI;
6381 SDValue Bits;
6382
Hal Finkel6c392692015-01-09 01:34:30 +00006383 MachineFunction &MF = DAG.getMachineFunction();
Hal Finkeled844c42015-01-06 22:31:02 +00006384 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) {
6385 Bits = DAG.getLoad(MVT::f64, dl, RLI.Chain, RLI.Ptr, RLI.MPI, false,
6386 false, RLI.IsInvariant, RLI.Alignment, RLI.AAInfo,
6387 RLI.Ranges);
6388 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
Hal Finkel6c392692015-01-09 01:34:30 +00006389 } else if (Subtarget.hasLFIWAX() &&
6390 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) {
6391 MachineMemOperand *MMO =
6392 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6393 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6394 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6395 Bits = DAG.getMemIntrinsicNode(PPCISD::LFIWAX, dl,
6396 DAG.getVTList(MVT::f64, MVT::Other),
6397 Ops, MVT::i32, MMO);
6398 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6399 } else if (Subtarget.hasFPCVT() &&
6400 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) {
6401 MachineMemOperand *MMO =
6402 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6403 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6404 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6405 Bits = DAG.getMemIntrinsicNode(PPCISD::LFIWZX, dl,
6406 DAG.getVTList(MVT::f64, MVT::Other),
6407 Ops, MVT::i32, MMO);
6408 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6409 } else if (((Subtarget.hasLFIWAX() &&
6410 SINT.getOpcode() == ISD::SIGN_EXTEND) ||
6411 (Subtarget.hasFPCVT() &&
6412 SINT.getOpcode() == ISD::ZERO_EXTEND)) &&
6413 SINT.getOperand(0).getValueType() == MVT::i32) {
6414 MachineFrameInfo *FrameInfo = MF.getFrameInfo();
Mehdi Amini44ede332015-07-09 02:09:04 +00006415 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout());
Hal Finkel6c392692015-01-09 01:34:30 +00006416
6417 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false);
6418 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6419
6420 SDValue Store =
6421 DAG.getStore(DAG.getEntryNode(), dl, SINT.getOperand(0), FIdx,
6422 MachinePointerInfo::getFixedStack(FrameIdx),
6423 false, false, 0);
6424
6425 assert(cast<StoreSDNode>(Store)->getMemoryVT() == MVT::i32 &&
6426 "Expected an i32 store");
6427
6428 RLI.Ptr = FIdx;
6429 RLI.Chain = Store;
6430 RLI.MPI = MachinePointerInfo::getFixedStack(FrameIdx);
6431 RLI.Alignment = 4;
6432
6433 MachineMemOperand *MMO =
6434 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6435 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6436 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
6437 Bits = DAG.getMemIntrinsicNode(SINT.getOpcode() == ISD::ZERO_EXTEND ?
6438 PPCISD::LFIWZX : PPCISD::LFIWAX,
6439 dl, DAG.getVTList(MVT::f64, MVT::Other),
6440 Ops, MVT::i32, MMO);
Hal Finkeled844c42015-01-06 22:31:02 +00006441 } else
6442 Bits = DAG.getNode(ISD::BITCAST, dl, MVT::f64, SINT);
6443
Hal Finkelf6d45f22013-04-01 17:52:07 +00006444 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Bits);
6445
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006446 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT())
Scott Michelcf0da6c2009-02-17 22:15:04 +00006447 FP = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006448 MVT::f32, FP, DAG.getIntPtrConstant(0, dl));
Chris Lattner4211ca92006-04-14 06:01:58 +00006449 return FP;
6450 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006451
Owen Anderson9f944592009-08-11 20:47:22 +00006452 assert(Op.getOperand(0).getValueType() == MVT::i32 &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006453 "Unhandled INT_TO_FP type in custom expander!");
Chris Lattner4211ca92006-04-14 06:01:58 +00006454 // Since we only generate this in 64-bit mode, we can take advantage of
6455 // 64-bit registers. In particular, sign extend the input value into the
6456 // 64-bit register with extsw, store the WHOLE 64-bit value into the stack
6457 // then lfd it and fcfid it.
Dan Gohman48b185d2009-09-25 20:36:54 +00006458 MachineFunction &MF = DAG.getMachineFunction();
6459 MachineFrameInfo *FrameInfo = MF.getFrameInfo();
Mehdi Amini44ede332015-07-09 02:09:04 +00006460 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Scott Michelcf0da6c2009-02-17 22:15:04 +00006461
Hal Finkelbeb296b2013-03-31 10:12:51 +00006462 SDValue Ld;
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006463 if (Subtarget.hasLFIWAX() || Subtarget.hasFPCVT()) {
Hal Finkeled844c42015-01-06 22:31:02 +00006464 ReuseLoadInfo RLI;
6465 bool ReusingLoad;
6466 if (!(ReusingLoad = canReuseLoadAddress(Op.getOperand(0), MVT::i32, RLI,
6467 DAG))) {
6468 int FrameIdx = FrameInfo->CreateStackObject(4, 4, false);
6469 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00006470
Hal Finkeled844c42015-01-06 22:31:02 +00006471 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), FIdx,
6472 MachinePointerInfo::getFixedStack(FrameIdx),
6473 false, false, 0);
Hal Finkele53429a2013-03-31 01:58:02 +00006474
Hal Finkeled844c42015-01-06 22:31:02 +00006475 assert(cast<StoreSDNode>(Store)->getMemoryVT() == MVT::i32 &&
6476 "Expected an i32 store");
6477
6478 RLI.Ptr = FIdx;
6479 RLI.Chain = Store;
6480 RLI.MPI = MachinePointerInfo::getFixedStack(FrameIdx);
6481 RLI.Alignment = 4;
6482 }
6483
Hal Finkelbeb296b2013-03-31 10:12:51 +00006484 MachineMemOperand *MMO =
Hal Finkeled844c42015-01-06 22:31:02 +00006485 MF.getMachineMemOperand(RLI.MPI, MachineMemOperand::MOLoad, 4,
6486 RLI.Alignment, RLI.AAInfo, RLI.Ranges);
6487 SDValue Ops[] = { RLI.Chain, RLI.Ptr };
Hal Finkelf6d45f22013-04-01 17:52:07 +00006488 Ld = DAG.getMemIntrinsicNode(Op.getOpcode() == ISD::UINT_TO_FP ?
6489 PPCISD::LFIWZX : PPCISD::LFIWAX,
6490 dl, DAG.getVTList(MVT::f64, MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +00006491 Ops, MVT::i32, MMO);
Hal Finkeled844c42015-01-06 22:31:02 +00006492 if (ReusingLoad)
6493 spliceIntoChain(RLI.ResChain, Ld.getValue(1), DAG);
Hal Finkelbeb296b2013-03-31 10:12:51 +00006494 } else {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006495 assert(Subtarget.isPPC64() &&
Hal Finkelf6d45f22013-04-01 17:52:07 +00006496 "i32->FP without LFIWAX supported only on PPC64");
6497
Hal Finkelbeb296b2013-03-31 10:12:51 +00006498 int FrameIdx = FrameInfo->CreateStackObject(8, 8, false);
6499 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6500
6501 SDValue Ext64 = DAG.getNode(ISD::SIGN_EXTEND, dl, MVT::i64,
6502 Op.getOperand(0));
6503
6504 // STD the extended value into the stack slot.
6505 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Ext64, FIdx,
6506 MachinePointerInfo::getFixedStack(FrameIdx),
6507 false, false, 0);
6508
6509 // Load the value as a double.
6510 Ld = DAG.getLoad(MVT::f64, dl, Store, FIdx,
6511 MachinePointerInfo::getFixedStack(FrameIdx),
6512 false, false, false, 0);
6513 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006514
Chris Lattner4211ca92006-04-14 06:01:58 +00006515 // FCFID it and return it.
Hal Finkelf6d45f22013-04-01 17:52:07 +00006516 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Ld);
Eric Christopherb1aaebe2014-06-12 22:38:18 +00006517 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT())
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006518 FP = DAG.getNode(ISD::FP_ROUND, dl, MVT::f32, FP,
6519 DAG.getIntPtrConstant(0, dl));
Chris Lattner4211ca92006-04-14 06:01:58 +00006520 return FP;
6521}
6522
Dan Gohman21cea8a2010-04-17 15:26:15 +00006523SDValue PPCTargetLowering::LowerFLT_ROUNDS_(SDValue Op,
6524 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006525 SDLoc dl(Op);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006526 /*
6527 The rounding mode is in bits 30:31 of FPSR, and has the following
6528 settings:
6529 00 Round to nearest
6530 01 Round to 0
6531 10 Round to +inf
6532 11 Round to -inf
6533
6534 FLT_ROUNDS, on the other hand, expects the following:
6535 -1 Undefined
6536 0 Round to 0
6537 1 Round to nearest
6538 2 Round to +inf
6539 3 Round to -inf
6540
6541 To perform the conversion, we do:
6542 ((FPSCR & 0x3) ^ ((~FPSCR & 0x3) >> 1))
6543 */
6544
6545 MachineFunction &MF = DAG.getMachineFunction();
Owen Anderson53aa7a92009-08-10 22:56:29 +00006546 EVT VT = Op.getValueType();
Mehdi Amini44ede332015-07-09 02:09:04 +00006547 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006548
6549 // Save FP Control Word to register
Benjamin Kramerfdf362b2013-03-07 20:33:29 +00006550 EVT NodeTys[] = {
6551 MVT::f64, // return register
6552 MVT::Glue // unused in this context
6553 };
Craig Topper2d2aa0c2014-04-30 07:17:30 +00006554 SDValue Chain = DAG.getNode(PPCISD::MFFS, dl, NodeTys, None);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006555
6556 // Save FP register to stack slot
David Greene1fbe0542009-11-12 20:49:22 +00006557 int SSFI = MF.getFrameInfo()->CreateStackObject(8, 8, false);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006558 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT);
Dale Johannesen021052a2009-02-04 20:06:27 +00006559 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Chain,
Chris Lattner676c61d2010-09-21 18:41:36 +00006560 StackSlot, MachinePointerInfo(), false, false,0);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006561
6562 // Load FP Control Word from low 32 bits of stack slot.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006563 SDValue Four = DAG.getConstant(4, dl, PtrVT);
Dale Johannesen021052a2009-02-04 20:06:27 +00006564 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);
Chris Lattner7727d052010-09-21 06:44:06 +00006565 SDValue CWD = DAG.getLoad(MVT::i32, dl, Store, Addr, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00006566 false, false, false, 0);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006567
6568 // Transform as necessary
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006569 SDValue CWD1 =
Owen Anderson9f944592009-08-11 20:47:22 +00006570 DAG.getNode(ISD::AND, dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006571 CWD, DAG.getConstant(3, dl, MVT::i32));
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006572 SDValue CWD2 =
Owen Anderson9f944592009-08-11 20:47:22 +00006573 DAG.getNode(ISD::SRL, dl, MVT::i32,
6574 DAG.getNode(ISD::AND, dl, MVT::i32,
6575 DAG.getNode(ISD::XOR, dl, MVT::i32,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006576 CWD, DAG.getConstant(3, dl, MVT::i32)),
6577 DAG.getConstant(3, dl, MVT::i32)),
6578 DAG.getConstant(1, dl, MVT::i32));
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006579
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006580 SDValue RetVal =
Owen Anderson9f944592009-08-11 20:47:22 +00006581 DAG.getNode(ISD::XOR, dl, MVT::i32, CWD1, CWD2);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006582
Duncan Sands13237ac2008-06-06 12:08:01 +00006583 return DAG.getNode((VT.getSizeInBits() < 16 ?
Dale Johannesen021052a2009-02-04 20:06:27 +00006584 ISD::TRUNCATE : ISD::ZERO_EXTEND), dl, VT, RetVal);
Dale Johannesen5c94cb32008-01-18 19:55:37 +00006585}
6586
Dan Gohman21cea8a2010-04-17 15:26:15 +00006587SDValue PPCTargetLowering::LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00006588 EVT VT = Op.getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00006589 unsigned BitWidth = VT.getSizeInBits();
Andrew Trickef9de2a2013-05-25 02:42:55 +00006590 SDLoc dl(Op);
Dan Gohman8d2ead22008-03-07 20:36:53 +00006591 assert(Op.getNumOperands() == 3 &&
6592 VT == Op.getOperand(1).getValueType() &&
6593 "Unexpected SHL!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006594
Chris Lattner601b8652006-09-20 03:47:40 +00006595 // Expand into a bunch of logical ops. Note that these ops
Chris Lattner4211ca92006-04-14 06:01:58 +00006596 // depend on the PPC behavior for oversized shift amounts.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006597 SDValue Lo = Op.getOperand(0);
6598 SDValue Hi = Op.getOperand(1);
6599 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006600 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006601
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006602 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006603 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006604 SDValue Tmp2 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Amt);
6605 SDValue Tmp3 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Tmp1);
6606 SDValue Tmp4 = DAG.getNode(ISD::OR , dl, VT, Tmp2, Tmp3);
6607 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006608 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006609 SDValue Tmp6 = DAG.getNode(PPCISD::SHL, dl, VT, Lo, Tmp5);
6610 SDValue OutHi = DAG.getNode(ISD::OR, dl, VT, Tmp4, Tmp6);
6611 SDValue OutLo = DAG.getNode(PPCISD::SHL, dl, VT, Lo, Amt);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006612 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006613 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006614}
6615
Dan Gohman21cea8a2010-04-17 15:26:15 +00006616SDValue PPCTargetLowering::LowerSRL_PARTS(SDValue Op, SelectionDAG &DAG) const {
Owen Anderson53aa7a92009-08-10 22:56:29 +00006617 EVT VT = Op.getValueType();
Andrew Trickef9de2a2013-05-25 02:42:55 +00006618 SDLoc dl(Op);
Duncan Sands13237ac2008-06-06 12:08:01 +00006619 unsigned BitWidth = VT.getSizeInBits();
Dan Gohman8d2ead22008-03-07 20:36:53 +00006620 assert(Op.getNumOperands() == 3 &&
6621 VT == Op.getOperand(1).getValueType() &&
6622 "Unexpected SRL!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006623
Dan Gohman8d2ead22008-03-07 20:36:53 +00006624 // Expand into a bunch of logical ops. Note that these ops
Chris Lattner4211ca92006-04-14 06:01:58 +00006625 // depend on the PPC behavior for oversized shift amounts.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006626 SDValue Lo = Op.getOperand(0);
6627 SDValue Hi = Op.getOperand(1);
6628 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006629 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006630
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006631 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006632 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006633 SDValue Tmp2 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Amt);
6634 SDValue Tmp3 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Tmp1);
6635 SDValue Tmp4 = DAG.getNode(ISD::OR, dl, VT, Tmp2, Tmp3);
6636 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006637 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesen7ae8c8b2009-02-05 00:20:09 +00006638 SDValue Tmp6 = DAG.getNode(PPCISD::SRL, dl, VT, Hi, Tmp5);
6639 SDValue OutLo = DAG.getNode(ISD::OR, dl, VT, Tmp4, Tmp6);
6640 SDValue OutHi = DAG.getNode(PPCISD::SRL, dl, VT, Hi, Amt);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006641 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006642 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006643}
6644
Dan Gohman21cea8a2010-04-17 15:26:15 +00006645SDValue PPCTargetLowering::LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006646 SDLoc dl(Op);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006647 EVT VT = Op.getValueType();
Duncan Sands13237ac2008-06-06 12:08:01 +00006648 unsigned BitWidth = VT.getSizeInBits();
Dan Gohman8d2ead22008-03-07 20:36:53 +00006649 assert(Op.getNumOperands() == 3 &&
6650 VT == Op.getOperand(1).getValueType() &&
6651 "Unexpected SRA!");
Scott Michelcf0da6c2009-02-17 22:15:04 +00006652
Dan Gohman8d2ead22008-03-07 20:36:53 +00006653 // Expand into a bunch of logical ops, followed by a select_cc.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006654 SDValue Lo = Op.getOperand(0);
6655 SDValue Hi = Op.getOperand(1);
6656 SDValue Amt = Op.getOperand(2);
Owen Anderson53aa7a92009-08-10 22:56:29 +00006657 EVT AmtVT = Amt.getValueType();
Scott Michelcf0da6c2009-02-17 22:15:04 +00006658
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006659 SDValue Tmp1 = DAG.getNode(ISD::SUB, dl, AmtVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006660 DAG.getConstant(BitWidth, dl, AmtVT), Amt);
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006661 SDValue Tmp2 = DAG.getNode(PPCISD::SRL, dl, VT, Lo, Amt);
6662 SDValue Tmp3 = DAG.getNode(PPCISD::SHL, dl, VT, Hi, Tmp1);
6663 SDValue Tmp4 = DAG.getNode(ISD::OR, dl, VT, Tmp2, Tmp3);
6664 SDValue Tmp5 = DAG.getNode(ISD::ADD, dl, AmtVT, Amt,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006665 DAG.getConstant(-BitWidth, dl, AmtVT));
Dale Johannesenf2bb6f02009-02-04 01:48:28 +00006666 SDValue Tmp6 = DAG.getNode(PPCISD::SRA, dl, VT, Hi, Tmp5);
6667 SDValue OutHi = DAG.getNode(PPCISD::SRA, dl, VT, Hi, Amt);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006668 SDValue OutLo = DAG.getSelectCC(dl, Tmp5, DAG.getConstant(0, dl, AmtVT),
Duncan Sands13105742008-10-30 19:28:32 +00006669 Tmp4, Tmp6, ISD::SETLE);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006670 SDValue OutOps[] = { OutLo, OutHi };
Craig Topper64941d92014-04-27 19:20:57 +00006671 return DAG.getMergeValues(OutOps, dl);
Chris Lattner4211ca92006-04-14 06:01:58 +00006672}
6673
6674//===----------------------------------------------------------------------===//
6675// Vector related lowering.
6676//
6677
Chris Lattner2a099c02006-04-17 06:00:21 +00006678/// BuildSplatI - Build a canonical splati of Val with an element size of
6679/// SplatSize. Cast the result to VT.
Owen Anderson53aa7a92009-08-10 22:56:29 +00006680static SDValue BuildSplatI(int Val, unsigned SplatSize, EVT VT,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006681 SelectionDAG &DAG, SDLoc dl) {
Chris Lattner2a099c02006-04-17 06:00:21 +00006682 assert(Val >= -16 && Val <= 15 && "vsplti is out of range!");
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006683
Benjamin Kramer7149aab2015-03-01 18:09:56 +00006684 static const MVT VTys[] = { // canonical VT to use for each size.
Owen Anderson9f944592009-08-11 20:47:22 +00006685 MVT::v16i8, MVT::v8i16, MVT::Other, MVT::v4i32
Chris Lattner2a099c02006-04-17 06:00:21 +00006686 };
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006687
Owen Anderson9f944592009-08-11 20:47:22 +00006688 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1];
Scott Michelcf0da6c2009-02-17 22:15:04 +00006689
Chris Lattner09ed0ff2006-12-01 01:45:39 +00006690 // Force vspltis[hw] -1 to vspltisb -1 to canonicalize.
6691 if (Val == -1)
6692 SplatSize = 1;
Scott Michelcf0da6c2009-02-17 22:15:04 +00006693
Owen Anderson53aa7a92009-08-10 22:56:29 +00006694 EVT CanonicalVT = VTys[SplatSize-1];
Scott Michelcf0da6c2009-02-17 22:15:04 +00006695
Chris Lattner2a099c02006-04-17 06:00:21 +00006696 // Build a canonical splat for this value.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006697 SDValue Elt = DAG.getConstant(Val, dl, MVT::i32);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006698 SmallVector<SDValue, 8> Ops;
Duncan Sands13237ac2008-06-06 12:08:01 +00006699 Ops.assign(CanonicalVT.getVectorNumElements(), Elt);
Craig Topper48d114b2014-04-26 18:35:24 +00006700 SDValue Res = DAG.getNode(ISD::BUILD_VECTOR, dl, CanonicalVT, Ops);
Wesley Peck527da1b2010-11-23 03:31:01 +00006701 return DAG.getNode(ISD::BITCAST, dl, ReqVT, Res);
Chris Lattner2a099c02006-04-17 06:00:21 +00006702}
6703
Hal Finkelcf2e9082013-05-24 23:00:14 +00006704/// BuildIntrinsicOp - Return a unary operator intrinsic node with the
6705/// specified intrinsic ID.
6706static SDValue BuildIntrinsicOp(unsigned IID, SDValue Op,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006707 SelectionDAG &DAG, SDLoc dl,
Hal Finkelcf2e9082013-05-24 23:00:14 +00006708 EVT DestVT = MVT::Other) {
6709 if (DestVT == MVT::Other) DestVT = Op.getValueType();
6710 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006711 DAG.getConstant(IID, dl, MVT::i32), Op);
Hal Finkelcf2e9082013-05-24 23:00:14 +00006712}
6713
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006714/// BuildIntrinsicOp - Return a binary operator intrinsic node with the
Chris Lattner1b3806a2006-04-17 06:58:41 +00006715/// specified intrinsic ID.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006716static SDValue BuildIntrinsicOp(unsigned IID, SDValue LHS, SDValue RHS,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006717 SelectionDAG &DAG, SDLoc dl,
Owen Anderson9f944592009-08-11 20:47:22 +00006718 EVT DestVT = MVT::Other) {
6719 if (DestVT == MVT::Other) DestVT = LHS.getValueType();
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006720 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006721 DAG.getConstant(IID, dl, MVT::i32), LHS, RHS);
Chris Lattner1b3806a2006-04-17 06:58:41 +00006722}
6723
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006724/// BuildIntrinsicOp - Return a ternary operator intrinsic node with the
6725/// specified intrinsic ID.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006726static SDValue BuildIntrinsicOp(unsigned IID, SDValue Op0, SDValue Op1,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006727 SDValue Op2, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006728 SDLoc dl, EVT DestVT = MVT::Other) {
Owen Anderson9f944592009-08-11 20:47:22 +00006729 if (DestVT == MVT::Other) DestVT = Op0.getValueType();
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00006730 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, DestVT,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006731 DAG.getConstant(IID, dl, MVT::i32), Op0, Op1, Op2);
Chris Lattnera2cae1b2006-04-18 03:24:30 +00006732}
6733
6734
Chris Lattner264c9082006-04-17 17:55:10 +00006735/// BuildVSLDOI - Return a VECTOR_SHUFFLE that is a vsldoi of the specified
6736/// amount. The result has the specified value type.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00006737static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt,
Andrew Trickef9de2a2013-05-25 02:42:55 +00006738 EVT VT, SelectionDAG &DAG, SDLoc dl) {
Chris Lattner264c9082006-04-17 17:55:10 +00006739 // Force LHS/RHS to be the right type.
Wesley Peck527da1b2010-11-23 03:31:01 +00006740 LHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, LHS);
6741 RHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, RHS);
Duncan Sandsb0e39382008-07-21 10:20:31 +00006742
Nate Begeman8d6d4b92009-04-27 18:41:29 +00006743 int Ops[16];
Chris Lattner264c9082006-04-17 17:55:10 +00006744 for (unsigned i = 0; i != 16; ++i)
Nate Begeman8d6d4b92009-04-27 18:41:29 +00006745 Ops[i] = i + Amt;
Owen Anderson9f944592009-08-11 20:47:22 +00006746 SDValue T = DAG.getVectorShuffle(MVT::v16i8, dl, LHS, RHS, Ops);
Wesley Peck527da1b2010-11-23 03:31:01 +00006747 return DAG.getNode(ISD::BITCAST, dl, VT, T);
Chris Lattner264c9082006-04-17 17:55:10 +00006748}
6749
Chris Lattner19e90552006-04-14 05:19:18 +00006750// If this is a case we can't handle, return null and let the default
6751// expansion code take care of it. If we CAN select this case, and if it
6752// selects to a single instruction, return Op. Otherwise, if we can codegen
6753// this case more efficiently than a constant pool load, lower it to the
6754// sequence of ops that should be used.
Dan Gohman21cea8a2010-04-17 15:26:15 +00006755SDValue PPCTargetLowering::LowerBUILD_VECTOR(SDValue Op,
6756 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00006757 SDLoc dl(Op);
Bob Wilsond8ea0e12009-03-01 01:13:55 +00006758 BuildVectorSDNode *BVN = dyn_cast<BuildVectorSDNode>(Op.getNode());
Craig Toppere73658d2014-04-28 04:05:08 +00006759 assert(BVN && "Expected a BuildVectorSDNode in LowerBUILD_VECTOR");
Scott Michelbb878282009-02-25 03:12:50 +00006760
Hal Finkelc93a9a22015-02-25 01:06:45 +00006761 if (Subtarget.hasQPX() && Op.getValueType() == MVT::v4i1) {
6762 // We first build an i32 vector, load it into a QPX register,
6763 // then convert it to a floating-point vector and compare it
6764 // to a zero vector to get the boolean result.
6765 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
6766 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
6767 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
Mehdi Amini44ede332015-07-09 02:09:04 +00006768 EVT PtrVT = getPointerTy(DAG.getDataLayout());
Hal Finkelc93a9a22015-02-25 01:06:45 +00006769 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
6770
6771 assert(BVN->getNumOperands() == 4 &&
6772 "BUILD_VECTOR for v4i1 does not have 4 operands");
6773
6774 bool IsConst = true;
6775 for (unsigned i = 0; i < 4; ++i) {
6776 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF) continue;
6777 if (!isa<ConstantSDNode>(BVN->getOperand(i))) {
6778 IsConst = false;
6779 break;
6780 }
6781 }
6782
6783 if (IsConst) {
6784 Constant *One =
6785 ConstantFP::get(Type::getFloatTy(*DAG.getContext()), 1.0);
6786 Constant *NegOne =
6787 ConstantFP::get(Type::getFloatTy(*DAG.getContext()), -1.0);
6788
6789 SmallVector<Constant*, 4> CV(4, NegOne);
6790 for (unsigned i = 0; i < 4; ++i) {
6791 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF)
6792 CV[i] = UndefValue::get(Type::getFloatTy(*DAG.getContext()));
6793 else if (cast<ConstantSDNode>(BVN->getOperand(i))->
6794 getConstantIntValue()->isZero())
6795 continue;
6796 else
6797 CV[i] = One;
6798 }
6799
6800 Constant *CP = ConstantVector::get(CV);
Mehdi Amini44ede332015-07-09 02:09:04 +00006801 SDValue CPIdx = DAG.getConstantPool(CP, getPointerTy(DAG.getDataLayout()),
6802 16 /* alignment */);
6803
Hal Finkelc93a9a22015-02-25 01:06:45 +00006804 SmallVector<SDValue, 2> Ops;
6805 Ops.push_back(DAG.getEntryNode());
6806 Ops.push_back(CPIdx);
6807
6808 SmallVector<EVT, 2> ValueVTs;
6809 ValueVTs.push_back(MVT::v4i1);
6810 ValueVTs.push_back(MVT::Other); // chain
6811 SDVTList VTs = DAG.getVTList(ValueVTs);
6812
6813 return DAG.getMemIntrinsicNode(PPCISD::QVLFSb,
6814 dl, VTs, Ops, MVT::v4f32,
6815 MachinePointerInfo::getConstantPool());
6816 }
6817
6818 SmallVector<SDValue, 4> Stores;
6819 for (unsigned i = 0; i < 4; ++i) {
6820 if (BVN->getOperand(i).getOpcode() == ISD::UNDEF) continue;
6821
6822 unsigned Offset = 4*i;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006823 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00006824 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
6825
6826 unsigned StoreSize = BVN->getOperand(i).getValueType().getStoreSize();
6827 if (StoreSize > 4) {
6828 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl,
6829 BVN->getOperand(i), Idx,
6830 PtrInfo.getWithOffset(Offset),
6831 MVT::i32, false, false, 0));
6832 } else {
6833 SDValue StoreValue = BVN->getOperand(i);
6834 if (StoreSize < 4)
6835 StoreValue = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, StoreValue);
6836
6837 Stores.push_back(DAG.getStore(DAG.getEntryNode(), dl,
6838 StoreValue, Idx,
6839 PtrInfo.getWithOffset(Offset),
6840 false, false, 0));
6841 }
6842 }
6843
6844 SDValue StoreChain;
6845 if (!Stores.empty())
6846 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
6847 else
6848 StoreChain = DAG.getEntryNode();
6849
6850 // Now load from v4i32 into the QPX register; this will extend it to
6851 // v4i64 but not yet convert it to a floating point. Nevertheless, this
6852 // is typed as v4f64 because the QPX register integer states are not
6853 // explicitly represented.
6854
6855 SmallVector<SDValue, 2> Ops;
6856 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006857 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvlfiwz, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00006858 Ops.push_back(FIdx);
6859
6860 SmallVector<EVT, 2> ValueVTs;
6861 ValueVTs.push_back(MVT::v4f64);
6862 ValueVTs.push_back(MVT::Other); // chain
6863 SDVTList VTs = DAG.getVTList(ValueVTs);
6864
6865 SDValue LoadedVect = DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN,
6866 dl, VTs, Ops, MVT::v4i32, PtrInfo);
6867 LoadedVect = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006868 DAG.getConstant(Intrinsic::ppc_qpx_qvfcfidu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00006869 LoadedVect);
6870
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006871 SDValue FPZeros = DAG.getConstantFP(0.0, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00006872 FPZeros = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
6873 FPZeros, FPZeros, FPZeros, FPZeros);
6874
6875 return DAG.getSetCC(dl, MVT::v4i1, LoadedVect, FPZeros, ISD::SETEQ);
6876 }
6877
6878 // All other QPX vectors are handled by generic code.
6879 if (Subtarget.hasQPX())
6880 return SDValue();
6881
Bob Wilson85cefe82009-03-02 23:24:16 +00006882 // Check if this is a splat of a constant value.
6883 APInt APSplatBits, APSplatUndef;
6884 unsigned SplatBitSize;
Bob Wilsond8ea0e12009-03-01 01:13:55 +00006885 bool HasAnyUndefs;
Bob Wilson530e0382009-03-03 19:26:27 +00006886 if (! BVN->isConstantSplat(APSplatBits, APSplatUndef, SplatBitSize,
Bill Schmidt91dd7652015-04-03 13:48:24 +00006887 HasAnyUndefs, 0, !Subtarget.isLittleEndian()) ||
6888 SplatBitSize > 32)
Bob Wilson530e0382009-03-03 19:26:27 +00006889 return SDValue();
Evan Chenga49de9d2009-02-25 22:49:59 +00006890
Bob Wilson530e0382009-03-03 19:26:27 +00006891 unsigned SplatBits = APSplatBits.getZExtValue();
6892 unsigned SplatUndef = APSplatUndef.getZExtValue();
6893 unsigned SplatSize = SplatBitSize / 8;
Scott Michelcf0da6c2009-02-17 22:15:04 +00006894
Bob Wilson530e0382009-03-03 19:26:27 +00006895 // First, handle single instruction cases.
6896
6897 // All zeros?
6898 if (SplatBits == 0) {
6899 // Canonicalize all zero vectors to be v4i32.
Owen Anderson9f944592009-08-11 20:47:22 +00006900 if (Op.getValueType() != MVT::v4i32 || HasAnyUndefs) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006901 SDValue Z = DAG.getConstant(0, dl, MVT::i32);
Owen Anderson9f944592009-08-11 20:47:22 +00006902 Z = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32, Z, Z, Z, Z);
Wesley Peck527da1b2010-11-23 03:31:01 +00006903 Op = DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Z);
Chris Lattner19e90552006-04-14 05:19:18 +00006904 }
Bob Wilson530e0382009-03-03 19:26:27 +00006905 return Op;
6906 }
Chris Lattnerfa5aa392006-04-16 01:01:29 +00006907
Bob Wilson530e0382009-03-03 19:26:27 +00006908 // If the sign extended value is in the range [-16,15], use VSPLTI[bhw].
6909 int32_t SextVal= (int32_t(SplatBits << (32-SplatBitSize)) >>
6910 (32-SplatBitSize));
6911 if (SextVal >= -16 && SextVal <= 15)
6912 return BuildSplatI(SextVal, SplatSize, Op.getValueType(), DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00006913
6914
Bob Wilson530e0382009-03-03 19:26:27 +00006915 // Two instruction sequences.
Scott Michelcf0da6c2009-02-17 22:15:04 +00006916
Bob Wilson530e0382009-03-03 19:26:27 +00006917 // If this value is in the range [-32,30] and is even, use:
Bill Schmidtc6cbecc2013-02-20 20:41:42 +00006918 // VSPLTI[bhw](val/2) + VSPLTI[bhw](val/2)
6919 // If this value is in the range [17,31] and is odd, use:
6920 // VSPLTI[bhw](val-16) - VSPLTI[bhw](-16)
6921 // If this value is in the range [-31,-17] and is odd, use:
6922 // VSPLTI[bhw](val+16) + VSPLTI[bhw](-16)
6923 // Note the last two are three-instruction sequences.
6924 if (SextVal >= -32 && SextVal <= 31) {
6925 // To avoid having these optimizations undone by constant folding,
6926 // we convert to a pseudo that will be expanded later into one of
6927 // the above forms.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006928 SDValue Elt = DAG.getConstant(SextVal, dl, MVT::i32);
Bill Schmidt71dddd52014-05-27 15:57:51 +00006929 EVT VT = (SplatSize == 1 ? MVT::v16i8 :
6930 (SplatSize == 2 ? MVT::v8i16 : MVT::v4i32));
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00006931 SDValue EltSize = DAG.getConstant(SplatSize, dl, MVT::i32);
Bill Schmidt71dddd52014-05-27 15:57:51 +00006932 SDValue RetVal = DAG.getNode(PPCISD::VADD_SPLAT, dl, VT, Elt, EltSize);
6933 if (VT == Op.getValueType())
6934 return RetVal;
6935 else
6936 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), RetVal);
Bob Wilson530e0382009-03-03 19:26:27 +00006937 }
6938
6939 // If this is 0x8000_0000 x 4, turn into vspltisw + vslw. If it is
6940 // 0x7FFF_FFFF x 4, turn it into not(0x8000_0000). This is important
6941 // for fneg/fabs.
6942 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) {
6943 // Make -1 and vspltisw -1:
Owen Anderson9f944592009-08-11 20:47:22 +00006944 SDValue OnesV = BuildSplatI(-1, 4, MVT::v4i32, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006945
6946 // Make the VSLW intrinsic, computing 0x8000_0000.
6947 SDValue Res = BuildIntrinsicOp(Intrinsic::ppc_altivec_vslw, OnesV,
6948 OnesV, DAG, dl);
6949
6950 // xor by OnesV to invert it.
Owen Anderson9f944592009-08-11 20:47:22 +00006951 Res = DAG.getNode(ISD::XOR, dl, MVT::v4i32, Res, OnesV);
Wesley Peck527da1b2010-11-23 03:31:01 +00006952 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Bob Wilson530e0382009-03-03 19:26:27 +00006953 }
6954
6955 // Check to see if this is a wide variety of vsplti*, binop self cases.
6956 static const signed char SplatCsts[] = {
6957 -1, 1, -2, 2, -3, 3, -4, 4, -5, 5, -6, 6, -7, 7,
6958 -8, 8, -9, 9, -10, 10, -11, 11, -12, 12, -13, 13, 14, -14, 15, -15, -16
6959 };
6960
6961 for (unsigned idx = 0; idx < array_lengthof(SplatCsts); ++idx) {
6962 // Indirect through the SplatCsts array so that we favor 'vsplti -1' for
6963 // cases which are ambiguous (e.g. formation of 0x8000_0000). 'vsplti -1'
6964 int i = SplatCsts[idx];
6965
6966 // Figure out what shift amount will be used by altivec if shifted by i in
6967 // this splat size.
6968 unsigned TypeShiftAmt = i & (SplatBitSize-1);
6969
6970 // vsplti + shl self.
Richard Smith228e6d42012-08-24 23:29:28 +00006971 if (SextVal == (int)((unsigned)i << TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006972 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006973 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6974 Intrinsic::ppc_altivec_vslb, Intrinsic::ppc_altivec_vslh, 0,
6975 Intrinsic::ppc_altivec_vslw
6976 };
6977 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006978 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner2a099c02006-04-17 06:00:21 +00006979 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00006980
Bob Wilson530e0382009-03-03 19:26:27 +00006981 // vsplti + srl self.
6982 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006983 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006984 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6985 Intrinsic::ppc_altivec_vsrb, Intrinsic::ppc_altivec_vsrh, 0,
6986 Intrinsic::ppc_altivec_vsrw
6987 };
6988 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00006989 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner1b3806a2006-04-17 06:58:41 +00006990 }
6991
Bob Wilson530e0382009-03-03 19:26:27 +00006992 // vsplti + sra self.
6993 if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
Owen Anderson9f944592009-08-11 20:47:22 +00006994 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00006995 static const unsigned IIDs[] = { // Intrinsic to use for each size.
6996 Intrinsic::ppc_altivec_vsrab, Intrinsic::ppc_altivec_vsrah, 0,
6997 Intrinsic::ppc_altivec_vsraw
6998 };
6999 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00007000 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Chris Lattner1b3806a2006-04-17 06:58:41 +00007001 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007002
Bob Wilson530e0382009-03-03 19:26:27 +00007003 // vsplti + rol self.
7004 if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
7005 ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {
Owen Anderson9f944592009-08-11 20:47:22 +00007006 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00007007 static const unsigned IIDs[] = { // Intrinsic to use for each size.
7008 Intrinsic::ppc_altivec_vrlb, Intrinsic::ppc_altivec_vrlh, 0,
7009 Intrinsic::ppc_altivec_vrlw
7010 };
7011 Res = BuildIntrinsicOp(IIDs[SplatSize-1], Res, Res, DAG, dl);
Wesley Peck527da1b2010-11-23 03:31:01 +00007012 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Res);
Bob Wilson530e0382009-03-03 19:26:27 +00007013 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007014
Bob Wilson530e0382009-03-03 19:26:27 +00007015 // t = vsplti c, result = vsldoi t, t, 1
Richard Smith228e6d42012-08-24 23:29:28 +00007016 if (SextVal == (int)(((unsigned)i << 8) | (i < 0 ? 0xFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00007017 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bill Schmidt1e77bb12015-07-15 15:45:30 +00007018 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1;
7019 return BuildVSLDOI(T, T, Amt, Op.getValueType(), DAG, dl);
Chris Lattnere54133c2006-04-17 18:09:22 +00007020 }
Bob Wilson530e0382009-03-03 19:26:27 +00007021 // t = vsplti c, result = vsldoi t, t, 2
Richard Smith228e6d42012-08-24 23:29:28 +00007022 if (SextVal == (int)(((unsigned)i << 16) | (i < 0 ? 0xFFFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00007023 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bill Schmidt1e77bb12015-07-15 15:45:30 +00007024 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2;
7025 return BuildVSLDOI(T, T, Amt, Op.getValueType(), DAG, dl);
Chris Lattner19e90552006-04-14 05:19:18 +00007026 }
Bob Wilson530e0382009-03-03 19:26:27 +00007027 // t = vsplti c, result = vsldoi t, t, 3
Richard Smith228e6d42012-08-24 23:29:28 +00007028 if (SextVal == (int)(((unsigned)i << 24) | (i < 0 ? 0xFFFFFF : 0))) {
Owen Anderson9f944592009-08-11 20:47:22 +00007029 SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
Bill Schmidt1e77bb12015-07-15 15:45:30 +00007030 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3;
7031 return BuildVSLDOI(T, T, Amt, Op.getValueType(), DAG, dl);
Bob Wilson530e0382009-03-03 19:26:27 +00007032 }
7033 }
7034
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007035 return SDValue();
Chris Lattner19e90552006-04-14 05:19:18 +00007036}
7037
Chris Lattner071ad012006-04-17 05:28:54 +00007038/// GeneratePerfectShuffle - Given an entry in the perfect-shuffle table, emit
7039/// the specified operations to build the shuffle.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007040static SDValue GeneratePerfectShuffle(unsigned PFEntry, SDValue LHS,
Scott Michelcf0da6c2009-02-17 22:15:04 +00007041 SDValue RHS, SelectionDAG &DAG,
Andrew Trickef9de2a2013-05-25 02:42:55 +00007042 SDLoc dl) {
Chris Lattner071ad012006-04-17 05:28:54 +00007043 unsigned OpNum = (PFEntry >> 26) & 0x0F;
Bill Wendling95e1af22008-09-17 00:30:57 +00007044 unsigned LHSID = (PFEntry >> 13) & ((1 << 13)-1);
Chris Lattner071ad012006-04-17 05:28:54 +00007045 unsigned RHSID = (PFEntry >> 0) & ((1 << 13)-1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007046
Chris Lattner071ad012006-04-17 05:28:54 +00007047 enum {
Chris Lattnerd2ca9ab2006-05-16 04:20:24 +00007048 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 +00007049 OP_VMRGHW,
7050 OP_VMRGLW,
7051 OP_VSPLTISW0,
7052 OP_VSPLTISW1,
7053 OP_VSPLTISW2,
7054 OP_VSPLTISW3,
7055 OP_VSLDOI4,
7056 OP_VSLDOI8,
Chris Lattneraa2372562006-05-24 17:04:05 +00007057 OP_VSLDOI12
Chris Lattner071ad012006-04-17 05:28:54 +00007058 };
Scott Michelcf0da6c2009-02-17 22:15:04 +00007059
Chris Lattner071ad012006-04-17 05:28:54 +00007060 if (OpNum == OP_COPY) {
7061 if (LHSID == (1*9+2)*9+3) return LHS;
7062 assert(LHSID == ((4*9+5)*9+6)*9+7 && "Illegal OP_COPY!");
7063 return RHS;
7064 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007065
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007066 SDValue OpLHS, OpRHS;
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007067 OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
7068 OpRHS = GeneratePerfectShuffle(PerfectShuffleTable[RHSID], LHS, RHS, DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007069
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007070 int ShufIdxs[16];
Chris Lattner071ad012006-04-17 05:28:54 +00007071 switch (OpNum) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007072 default: llvm_unreachable("Unknown i32 permute!");
Chris Lattner071ad012006-04-17 05:28:54 +00007073 case OP_VMRGHW:
7074 ShufIdxs[ 0] = 0; ShufIdxs[ 1] = 1; ShufIdxs[ 2] = 2; ShufIdxs[ 3] = 3;
7075 ShufIdxs[ 4] = 16; ShufIdxs[ 5] = 17; ShufIdxs[ 6] = 18; ShufIdxs[ 7] = 19;
7076 ShufIdxs[ 8] = 4; ShufIdxs[ 9] = 5; ShufIdxs[10] = 6; ShufIdxs[11] = 7;
7077 ShufIdxs[12] = 20; ShufIdxs[13] = 21; ShufIdxs[14] = 22; ShufIdxs[15] = 23;
7078 break;
7079 case OP_VMRGLW:
7080 ShufIdxs[ 0] = 8; ShufIdxs[ 1] = 9; ShufIdxs[ 2] = 10; ShufIdxs[ 3] = 11;
7081 ShufIdxs[ 4] = 24; ShufIdxs[ 5] = 25; ShufIdxs[ 6] = 26; ShufIdxs[ 7] = 27;
7082 ShufIdxs[ 8] = 12; ShufIdxs[ 9] = 13; ShufIdxs[10] = 14; ShufIdxs[11] = 15;
7083 ShufIdxs[12] = 28; ShufIdxs[13] = 29; ShufIdxs[14] = 30; ShufIdxs[15] = 31;
7084 break;
7085 case OP_VSPLTISW0:
7086 for (unsigned i = 0; i != 16; ++i)
7087 ShufIdxs[i] = (i&3)+0;
7088 break;
7089 case OP_VSPLTISW1:
7090 for (unsigned i = 0; i != 16; ++i)
7091 ShufIdxs[i] = (i&3)+4;
7092 break;
7093 case OP_VSPLTISW2:
7094 for (unsigned i = 0; i != 16; ++i)
7095 ShufIdxs[i] = (i&3)+8;
7096 break;
7097 case OP_VSPLTISW3:
7098 for (unsigned i = 0; i != 16; ++i)
7099 ShufIdxs[i] = (i&3)+12;
7100 break;
7101 case OP_VSLDOI4:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007102 return BuildVSLDOI(OpLHS, OpRHS, 4, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007103 case OP_VSLDOI8:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007104 return BuildVSLDOI(OpLHS, OpRHS, 8, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007105 case OP_VSLDOI12:
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007106 return BuildVSLDOI(OpLHS, OpRHS, 12, OpLHS.getValueType(), DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007107 }
Owen Anderson53aa7a92009-08-10 22:56:29 +00007108 EVT VT = OpLHS.getValueType();
Wesley Peck527da1b2010-11-23 03:31:01 +00007109 OpLHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OpLHS);
7110 OpRHS = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OpRHS);
Owen Anderson9f944592009-08-11 20:47:22 +00007111 SDValue T = DAG.getVectorShuffle(MVT::v16i8, dl, OpLHS, OpRHS, ShufIdxs);
Wesley Peck527da1b2010-11-23 03:31:01 +00007112 return DAG.getNode(ISD::BITCAST, dl, VT, T);
Chris Lattner071ad012006-04-17 05:28:54 +00007113}
7114
Chris Lattner19e90552006-04-14 05:19:18 +00007115/// LowerVECTOR_SHUFFLE - Return the code we lower for VECTOR_SHUFFLE. If this
7116/// is a shuffle we can handle in a single instruction, return it. Otherwise,
7117/// return the code it can be lowered into. Worst case, it can always be
7118/// lowered into a vperm.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007119SDValue PPCTargetLowering::LowerVECTOR_SHUFFLE(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007120 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007121 SDLoc dl(Op);
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007122 SDValue V1 = Op.getOperand(0);
7123 SDValue V2 = Op.getOperand(1);
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007124 ShuffleVectorSDNode *SVOp = cast<ShuffleVectorSDNode>(Op);
Owen Anderson53aa7a92009-08-10 22:56:29 +00007125 EVT VT = Op.getValueType();
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007126 bool isLittleEndian = Subtarget.isLittleEndian();
Scott Michelcf0da6c2009-02-17 22:15:04 +00007127
Hal Finkelc93a9a22015-02-25 01:06:45 +00007128 if (Subtarget.hasQPX()) {
7129 if (VT.getVectorNumElements() != 4)
7130 return SDValue();
7131
7132 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
7133
7134 int AlignIdx = PPC::isQVALIGNIShuffleMask(SVOp);
7135 if (AlignIdx != -1) {
7136 return DAG.getNode(PPCISD::QVALIGNI, dl, VT, V1, V2,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007137 DAG.getConstant(AlignIdx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007138 } else if (SVOp->isSplat()) {
7139 int SplatIdx = SVOp->getSplatIndex();
7140 if (SplatIdx >= 4) {
7141 std::swap(V1, V2);
7142 SplatIdx -= 4;
7143 }
7144
7145 // FIXME: If SplatIdx == 0 and the input came from a load, then there is
7146 // nothing to do.
7147
7148 return DAG.getNode(PPCISD::QVESPLATI, dl, VT, V1,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007149 DAG.getConstant(SplatIdx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007150 }
7151
7152 // Lower this into a qvgpci/qvfperm pair.
7153
7154 // Compute the qvgpci literal
7155 unsigned idx = 0;
7156 for (unsigned i = 0; i < 4; ++i) {
7157 int m = SVOp->getMaskElt(i);
7158 unsigned mm = m >= 0 ? (unsigned) m : i;
7159 idx |= mm << (3-i)*3;
7160 }
7161
7162 SDValue V3 = DAG.getNode(PPCISD::QVGPCI, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007163 DAG.getConstant(idx, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007164 return DAG.getNode(PPCISD::QVFPERM, dl, VT, V1, V2, V3);
7165 }
7166
Chris Lattner19e90552006-04-14 05:19:18 +00007167 // Cases that are handled by instructions that take permute immediates
7168 // (such as vsplt*) should be left as VECTOR_SHUFFLE nodes so they can be
7169 // selected by the instruction selector.
7170 if (V2.getOpcode() == ISD::UNDEF) {
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007171 if (PPC::isSplatShuffleMask(SVOp, 1) ||
7172 PPC::isSplatShuffleMask(SVOp, 2) ||
7173 PPC::isSplatShuffleMask(SVOp, 4) ||
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00007174 PPC::isVPKUWUMShuffleMask(SVOp, 1, DAG) ||
7175 PPC::isVPKUHUMShuffleMask(SVOp, 1, DAG) ||
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00007176 PPC::isVPKUDUMShuffleMask(SVOp, 1, DAG) ||
Bill Schmidt42a69362014-08-05 20:47:25 +00007177 PPC::isVSLDOIShuffleMask(SVOp, 1, DAG) != -1 ||
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007178 PPC::isVMRGLShuffleMask(SVOp, 1, 1, DAG) ||
7179 PPC::isVMRGLShuffleMask(SVOp, 2, 1, DAG) ||
7180 PPC::isVMRGLShuffleMask(SVOp, 4, 1, DAG) ||
7181 PPC::isVMRGHShuffleMask(SVOp, 1, 1, DAG) ||
7182 PPC::isVMRGHShuffleMask(SVOp, 2, 1, DAG) ||
Kit Barton13894c72015-06-25 15:17:40 +00007183 PPC::isVMRGHShuffleMask(SVOp, 4, 1, DAG) ||
7184 PPC::isVMRGEOShuffleMask(SVOp, true, 1, DAG) ||
7185 PPC::isVMRGEOShuffleMask(SVOp, false, 1, DAG)) {
Chris Lattner19e90552006-04-14 05:19:18 +00007186 return Op;
7187 }
7188 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007189
Chris Lattner19e90552006-04-14 05:19:18 +00007190 // Altivec has a variety of "shuffle immediates" that take two vector inputs
7191 // and produce a fixed permutation. If any of these match, do not lower to
7192 // VPERM.
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007193 unsigned int ShuffleKind = isLittleEndian ? 2 : 0;
Ulrich Weigandcc9909b2014-08-04 13:53:40 +00007194 if (PPC::isVPKUWUMShuffleMask(SVOp, ShuffleKind, DAG) ||
7195 PPC::isVPKUHUMShuffleMask(SVOp, ShuffleKind, DAG) ||
Bill Schmidt5ed84cd2015-05-16 01:02:12 +00007196 PPC::isVPKUDUMShuffleMask(SVOp, ShuffleKind, DAG) ||
Bill Schmidt42a69362014-08-05 20:47:25 +00007197 PPC::isVSLDOIShuffleMask(SVOp, ShuffleKind, DAG) != -1 ||
Bill Schmidtc9fa5dd2014-07-25 01:55:55 +00007198 PPC::isVMRGLShuffleMask(SVOp, 1, ShuffleKind, DAG) ||
7199 PPC::isVMRGLShuffleMask(SVOp, 2, ShuffleKind, DAG) ||
7200 PPC::isVMRGLShuffleMask(SVOp, 4, ShuffleKind, DAG) ||
7201 PPC::isVMRGHShuffleMask(SVOp, 1, ShuffleKind, DAG) ||
7202 PPC::isVMRGHShuffleMask(SVOp, 2, ShuffleKind, DAG) ||
Kit Barton13894c72015-06-25 15:17:40 +00007203 PPC::isVMRGHShuffleMask(SVOp, 4, ShuffleKind, DAG) ||
7204 PPC::isVMRGEOShuffleMask(SVOp, true, ShuffleKind, DAG) ||
7205 PPC::isVMRGEOShuffleMask(SVOp, false, ShuffleKind, DAG))
Chris Lattner19e90552006-04-14 05:19:18 +00007206 return Op;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007207
Chris Lattner071ad012006-04-17 05:28:54 +00007208 // Check to see if this is a shuffle of 4-byte values. If so, we can use our
7209 // perfect shuffle table to emit an optimal matching sequence.
Benjamin Kramer339ced42012-01-15 13:16:05 +00007210 ArrayRef<int> PermMask = SVOp->getMask();
Wesley Peck527da1b2010-11-23 03:31:01 +00007211
Chris Lattner071ad012006-04-17 05:28:54 +00007212 unsigned PFIndexes[4];
7213 bool isFourElementShuffle = true;
7214 for (unsigned i = 0; i != 4 && isFourElementShuffle; ++i) { // Element number
7215 unsigned EltNo = 8; // Start out undef.
7216 for (unsigned j = 0; j != 4; ++j) { // Intra-element byte.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007217 if (PermMask[i*4+j] < 0)
Chris Lattner071ad012006-04-17 05:28:54 +00007218 continue; // Undef, ignore it.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007219
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007220 unsigned ByteSource = PermMask[i*4+j];
Chris Lattner071ad012006-04-17 05:28:54 +00007221 if ((ByteSource & 3) != j) {
7222 isFourElementShuffle = false;
7223 break;
7224 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007225
Chris Lattner071ad012006-04-17 05:28:54 +00007226 if (EltNo == 8) {
7227 EltNo = ByteSource/4;
7228 } else if (EltNo != ByteSource/4) {
7229 isFourElementShuffle = false;
7230 break;
7231 }
7232 }
7233 PFIndexes[i] = EltNo;
7234 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007235
7236 // If this shuffle can be expressed as a shuffle of 4-byte elements, use the
Chris Lattner071ad012006-04-17 05:28:54 +00007237 // perfect shuffle vector to determine if it is cost effective to do this as
7238 // discrete instructions, or whether we should use a vperm.
Bill Schmidtf910a062014-06-10 14:35:01 +00007239 // For now, we skip this for little endian until such time as we have a
7240 // little-endian perfect shuffle table.
7241 if (isFourElementShuffle && !isLittleEndian) {
Chris Lattner071ad012006-04-17 05:28:54 +00007242 // Compute the index in the perfect shuffle table.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007243 unsigned PFTableIndex =
Chris Lattner071ad012006-04-17 05:28:54 +00007244 PFIndexes[0]*9*9*9+PFIndexes[1]*9*9+PFIndexes[2]*9+PFIndexes[3];
Scott Michelcf0da6c2009-02-17 22:15:04 +00007245
Chris Lattner071ad012006-04-17 05:28:54 +00007246 unsigned PFEntry = PerfectShuffleTable[PFTableIndex];
7247 unsigned Cost = (PFEntry >> 30);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007248
Chris Lattner071ad012006-04-17 05:28:54 +00007249 // Determining when to avoid vperm is tricky. Many things affect the cost
7250 // of vperm, particularly how many times the perm mask needs to be computed.
7251 // For example, if the perm mask can be hoisted out of a loop or is already
7252 // used (perhaps because there are multiple permutes with the same shuffle
7253 // mask?) the vperm has a cost of 1. OTOH, hoisting the permute mask out of
7254 // the loop requires an extra register.
7255 //
7256 // As a compromise, we only emit discrete instructions if the shuffle can be
Scott Michelcf0da6c2009-02-17 22:15:04 +00007257 // generated in 3 or fewer operations. When we have loop information
Chris Lattner071ad012006-04-17 05:28:54 +00007258 // available, if this block is within a loop, we should avoid using vperm
7259 // for 3-operation perms and use a constant pool load instead.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007260 if (Cost < 3)
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007261 return GeneratePerfectShuffle(PFEntry, V1, V2, DAG, dl);
Chris Lattner071ad012006-04-17 05:28:54 +00007262 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007263
Chris Lattner19e90552006-04-14 05:19:18 +00007264 // Lower this to a VPERM(V1, V2, V3) expression, where V3 is a constant
7265 // vector that will get spilled to the constant pool.
7266 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007267
Chris Lattner19e90552006-04-14 05:19:18 +00007268 // The SHUFFLE_VECTOR mask is almost exactly what we want for vperm, except
7269 // that it is in input element units, not in bytes. Convert now.
Bill Schmidt4aedff82014-06-06 14:06:26 +00007270
7271 // For little endian, the order of the input vectors is reversed, and
7272 // the permutation mask is complemented with respect to 31. This is
7273 // necessary to produce proper semantics with the big-endian-biased vperm
7274 // instruction.
Owen Anderson53aa7a92009-08-10 22:56:29 +00007275 EVT EltVT = V1.getValueType().getVectorElementType();
Duncan Sands13237ac2008-06-06 12:08:01 +00007276 unsigned BytesPerElement = EltVT.getSizeInBits()/8;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007277
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007278 SmallVector<SDValue, 16> ResultMask;
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007279 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i) {
7280 unsigned SrcElt = PermMask[i] < 0 ? 0 : PermMask[i];
Scott Michelcf0da6c2009-02-17 22:15:04 +00007281
Chris Lattner19e90552006-04-14 05:19:18 +00007282 for (unsigned j = 0; j != BytesPerElement; ++j)
Bill Schmidt4aedff82014-06-06 14:06:26 +00007283 if (isLittleEndian)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007284 ResultMask.push_back(DAG.getConstant(31 - (SrcElt*BytesPerElement + j),
7285 dl, MVT::i32));
Bill Schmidt4aedff82014-06-06 14:06:26 +00007286 else
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007287 ResultMask.push_back(DAG.getConstant(SrcElt*BytesPerElement + j, dl,
Bill Schmidt4aedff82014-06-06 14:06:26 +00007288 MVT::i32));
Chris Lattner19e90552006-04-14 05:19:18 +00007289 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007290
Owen Anderson9f944592009-08-11 20:47:22 +00007291 SDValue VPermMask = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v16i8,
Craig Topper48d114b2014-04-26 18:35:24 +00007292 ResultMask);
Bill Schmidt4aedff82014-06-06 14:06:26 +00007293 if (isLittleEndian)
7294 return DAG.getNode(PPCISD::VPERM, dl, V1.getValueType(),
7295 V2, V1, VPermMask);
7296 else
7297 return DAG.getNode(PPCISD::VPERM, dl, V1.getValueType(),
7298 V1, V2, VPermMask);
Chris Lattner19e90552006-04-14 05:19:18 +00007299}
7300
Chris Lattner9754d142006-04-18 17:59:36 +00007301/// getAltivecCompareInfo - Given an intrinsic, return false if it is not an
7302/// altivec comparison. If it is, return true and fill in Opc/isDot with
7303/// information about the intrinsic.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007304static bool getAltivecCompareInfo(SDValue Intrin, int &CompareOpc,
Kit Barton0cfa7b72015-03-03 19:55:45 +00007305 bool &isDot, const PPCSubtarget &Subtarget) {
Dan Gohmaneffb8942008-09-12 16:56:44 +00007306 unsigned IntrinsicID =
7307 cast<ConstantSDNode>(Intrin.getOperand(0))->getZExtValue();
Chris Lattner9754d142006-04-18 17:59:36 +00007308 CompareOpc = -1;
7309 isDot = false;
7310 switch (IntrinsicID) {
7311 default: return false;
7312 // Comparison predicates.
Chris Lattner4211ca92006-04-14 06:01:58 +00007313 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break;
7314 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break;
7315 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break;
7316 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break;
7317 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007318 case Intrinsic::ppc_altivec_vcmpequd_p:
7319 if (Subtarget.hasP8Altivec()) {
7320 CompareOpc = 199;
7321 isDot = 1;
7322 }
7323 else
7324 return false;
7325
7326 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007327 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break;
7328 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break;
7329 case Intrinsic::ppc_altivec_vcmpgtsb_p: CompareOpc = 774; isDot = 1; break;
7330 case Intrinsic::ppc_altivec_vcmpgtsh_p: CompareOpc = 838; isDot = 1; break;
7331 case Intrinsic::ppc_altivec_vcmpgtsw_p: CompareOpc = 902; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007332 case Intrinsic::ppc_altivec_vcmpgtsd_p:
7333 if (Subtarget.hasP8Altivec()) {
7334 CompareOpc = 967;
7335 isDot = 1;
7336 }
7337 else
7338 return false;
7339
7340 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007341 case Intrinsic::ppc_altivec_vcmpgtub_p: CompareOpc = 518; isDot = 1; break;
7342 case Intrinsic::ppc_altivec_vcmpgtuh_p: CompareOpc = 582; isDot = 1; break;
7343 case Intrinsic::ppc_altivec_vcmpgtuw_p: CompareOpc = 646; isDot = 1; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007344 case Intrinsic::ppc_altivec_vcmpgtud_p:
7345 if (Subtarget.hasP8Altivec()) {
7346 CompareOpc = 711;
7347 isDot = 1;
7348 }
7349 else
7350 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +00007351
Kit Barton0cfa7b72015-03-03 19:55:45 +00007352 break;
7353
Chris Lattner4211ca92006-04-14 06:01:58 +00007354 // Normal Comparisons.
7355 case Intrinsic::ppc_altivec_vcmpbfp: CompareOpc = 966; isDot = 0; break;
7356 case Intrinsic::ppc_altivec_vcmpeqfp: CompareOpc = 198; isDot = 0; break;
7357 case Intrinsic::ppc_altivec_vcmpequb: CompareOpc = 6; isDot = 0; break;
7358 case Intrinsic::ppc_altivec_vcmpequh: CompareOpc = 70; isDot = 0; break;
7359 case Intrinsic::ppc_altivec_vcmpequw: CompareOpc = 134; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007360 case Intrinsic::ppc_altivec_vcmpequd:
7361 if (Subtarget.hasP8Altivec()) {
7362 CompareOpc = 199;
7363 isDot = 0;
7364 }
7365 else
7366 return false;
7367
7368 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007369 case Intrinsic::ppc_altivec_vcmpgefp: CompareOpc = 454; isDot = 0; break;
7370 case Intrinsic::ppc_altivec_vcmpgtfp: CompareOpc = 710; isDot = 0; break;
7371 case Intrinsic::ppc_altivec_vcmpgtsb: CompareOpc = 774; isDot = 0; break;
7372 case Intrinsic::ppc_altivec_vcmpgtsh: CompareOpc = 838; isDot = 0; break;
7373 case Intrinsic::ppc_altivec_vcmpgtsw: CompareOpc = 902; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007374 case Intrinsic::ppc_altivec_vcmpgtsd:
7375 if (Subtarget.hasP8Altivec()) {
7376 CompareOpc = 967;
7377 isDot = 0;
7378 }
7379 else
7380 return false;
7381
7382 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007383 case Intrinsic::ppc_altivec_vcmpgtub: CompareOpc = 518; isDot = 0; break;
7384 case Intrinsic::ppc_altivec_vcmpgtuh: CompareOpc = 582; isDot = 0; break;
7385 case Intrinsic::ppc_altivec_vcmpgtuw: CompareOpc = 646; isDot = 0; break;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007386 case Intrinsic::ppc_altivec_vcmpgtud:
7387 if (Subtarget.hasP8Altivec()) {
7388 CompareOpc = 711;
7389 isDot = 0;
7390 }
7391 else
7392 return false;
7393
7394 break;
Chris Lattner4211ca92006-04-14 06:01:58 +00007395 }
Chris Lattner9754d142006-04-18 17:59:36 +00007396 return true;
7397}
7398
7399/// LowerINTRINSIC_WO_CHAIN - If this is an intrinsic that we want to custom
7400/// lower, do it, otherwise return null.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007401SDValue PPCTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007402 SelectionDAG &DAG) const {
Chris Lattner9754d142006-04-18 17:59:36 +00007403 // If this is a lowered altivec predicate compare, CompareOpc is set to the
7404 // opcode number of the comparison.
Andrew Trickef9de2a2013-05-25 02:42:55 +00007405 SDLoc dl(Op);
Chris Lattner9754d142006-04-18 17:59:36 +00007406 int CompareOpc;
7407 bool isDot;
Kit Barton0cfa7b72015-03-03 19:55:45 +00007408 if (!getAltivecCompareInfo(Op, CompareOpc, isDot, Subtarget))
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007409 return SDValue(); // Don't custom lower most intrinsics.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007410
Chris Lattner9754d142006-04-18 17:59:36 +00007411 // If this is a non-dot comparison, make the VCMP node and we are done.
Chris Lattner4211ca92006-04-14 06:01:58 +00007412 if (!isDot) {
Dale Johannesenf80493b2009-02-05 22:07:54 +00007413 SDValue Tmp = DAG.getNode(PPCISD::VCMP, dl, Op.getOperand(2).getValueType(),
Chris Lattner9fa851b2010-03-14 22:44:11 +00007414 Op.getOperand(1), Op.getOperand(2),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007415 DAG.getConstant(CompareOpc, dl, MVT::i32));
Wesley Peck527da1b2010-11-23 03:31:01 +00007416 return DAG.getNode(ISD::BITCAST, dl, Op.getValueType(), Tmp);
Chris Lattner4211ca92006-04-14 06:01:58 +00007417 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007418
Chris Lattner4211ca92006-04-14 06:01:58 +00007419 // Create the PPCISD altivec 'dot' comparison node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007420 SDValue Ops[] = {
Chris Lattnerd66f14e2006-08-11 17:18:05 +00007421 Op.getOperand(2), // LHS
7422 Op.getOperand(3), // RHS
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007423 DAG.getConstant(CompareOpc, dl, MVT::i32)
Chris Lattnerd66f14e2006-08-11 17:18:05 +00007424 };
Benjamin Kramerfdf362b2013-03-07 20:33:29 +00007425 EVT VTs[] = { Op.getOperand(2).getValueType(), MVT::Glue };
Craig Topper48d114b2014-04-26 18:35:24 +00007426 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007427
Chris Lattner4211ca92006-04-14 06:01:58 +00007428 // Now that we have the comparison, emit a copy from the CR to a GPR.
7429 // This is flagged to the above dot comparison.
Ulrich Weigandd5ebc622013-07-03 17:05:42 +00007430 SDValue Flags = DAG.getNode(PPCISD::MFOCRF, dl, MVT::i32,
Owen Anderson9f944592009-08-11 20:47:22 +00007431 DAG.getRegister(PPC::CR6, MVT::i32),
Scott Michelcf0da6c2009-02-17 22:15:04 +00007432 CompNode.getValue(1));
7433
Chris Lattner4211ca92006-04-14 06:01:58 +00007434 // Unpack the result based on how the target uses it.
7435 unsigned BitNo; // Bit # of CR6.
7436 bool InvertBit; // Invert result?
Dan Gohmaneffb8942008-09-12 16:56:44 +00007437 switch (cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue()) {
Chris Lattner4211ca92006-04-14 06:01:58 +00007438 default: // Can't happen, don't crash on invalid number though.
7439 case 0: // Return the value of the EQ bit of CR6.
7440 BitNo = 0; InvertBit = false;
7441 break;
7442 case 1: // Return the inverted value of the EQ bit of CR6.
7443 BitNo = 0; InvertBit = true;
7444 break;
7445 case 2: // Return the value of the LT bit of CR6.
7446 BitNo = 2; InvertBit = false;
7447 break;
7448 case 3: // Return the inverted value of the LT bit of CR6.
7449 BitNo = 2; InvertBit = true;
7450 break;
7451 }
Scott Michelcf0da6c2009-02-17 22:15:04 +00007452
Chris Lattner4211ca92006-04-14 06:01:58 +00007453 // Shift the bit into the low position.
Owen Anderson9f944592009-08-11 20:47:22 +00007454 Flags = DAG.getNode(ISD::SRL, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007455 DAG.getConstant(8 - (3 - BitNo), dl, MVT::i32));
Chris Lattner4211ca92006-04-14 06:01:58 +00007456 // Isolate the bit.
Owen Anderson9f944592009-08-11 20:47:22 +00007457 Flags = DAG.getNode(ISD::AND, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007458 DAG.getConstant(1, dl, MVT::i32));
Scott Michelcf0da6c2009-02-17 22:15:04 +00007459
Chris Lattner4211ca92006-04-14 06:01:58 +00007460 // If we are supposed to, toggle the bit.
7461 if (InvertBit)
Owen Anderson9f944592009-08-11 20:47:22 +00007462 Flags = DAG.getNode(ISD::XOR, dl, MVT::i32, Flags,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007463 DAG.getConstant(1, dl, MVT::i32));
Chris Lattner4211ca92006-04-14 06:01:58 +00007464 return Flags;
7465}
7466
Hal Finkel5c0d1452014-03-30 13:22:59 +00007467SDValue PPCTargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op,
7468 SelectionDAG &DAG) const {
7469 SDLoc dl(Op);
7470 // For v2i64 (VSX), we can pattern patch the v2i32 case (using fp <-> int
7471 // instructions), but for smaller types, we need to first extend up to v2i32
7472 // before doing going farther.
7473 if (Op.getValueType() == MVT::v2i64) {
7474 EVT ExtVT = cast<VTSDNode>(Op.getOperand(1))->getVT();
7475 if (ExtVT != MVT::v2i32) {
7476 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, Op.getOperand(0));
7477 Op = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::v4i32, Op,
7478 DAG.getValueType(EVT::getVectorVT(*DAG.getContext(),
7479 ExtVT.getVectorElementType(), 4)));
7480 Op = DAG.getNode(ISD::BITCAST, dl, MVT::v2i64, Op);
7481 Op = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, MVT::v2i64, Op,
7482 DAG.getValueType(MVT::v2i32));
7483 }
7484
7485 return Op;
7486 }
7487
7488 return SDValue();
7489}
7490
Scott Michelcf0da6c2009-02-17 22:15:04 +00007491SDValue PPCTargetLowering::LowerSCALAR_TO_VECTOR(SDValue Op,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007492 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007493 SDLoc dl(Op);
Chris Lattner4211ca92006-04-14 06:01:58 +00007494 // Create a stack slot that is 16-byte aligned.
7495 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
David Greene1fbe0542009-11-12 20:49:22 +00007496 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
Mehdi Amini44ede332015-07-09 02:09:04 +00007497 EVT PtrVT = getPointerTy(DAG.getDataLayout());
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007498 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007499
Chris Lattner4211ca92006-04-14 06:01:58 +00007500 // Store the input value into Value#0 of the stack slot.
Dale Johannesen021052a2009-02-04 20:06:27 +00007501 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl,
Chris Lattner676c61d2010-09-21 18:41:36 +00007502 Op.getOperand(0), FIdx, MachinePointerInfo(),
David Greene87a5abe2010-02-15 16:56:53 +00007503 false, false, 0);
Chris Lattner4211ca92006-04-14 06:01:58 +00007504 // Load it out.
Chris Lattner7727d052010-09-21 06:44:06 +00007505 return DAG.getLoad(Op.getValueType(), dl, Store, FIdx, MachinePointerInfo(),
Pete Cooper82cd9e82011-11-08 18:42:53 +00007506 false, false, false, 0);
Chris Lattner4211ca92006-04-14 06:01:58 +00007507}
7508
Hal Finkelc93a9a22015-02-25 01:06:45 +00007509SDValue PPCTargetLowering::LowerEXTRACT_VECTOR_ELT(SDValue Op,
7510 SelectionDAG &DAG) const {
7511 SDLoc dl(Op);
7512 SDNode *N = Op.getNode();
7513
7514 assert(N->getOperand(0).getValueType() == MVT::v4i1 &&
7515 "Unknown extract_vector_elt type");
7516
7517 SDValue Value = N->getOperand(0);
7518
7519 // The first part of this is like the store lowering except that we don't
7520 // need to track the chain.
7521
7522 // The values are now known to be -1 (false) or 1 (true). To convert this
7523 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
7524 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
7525 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
7526
7527 // FIXME: We can make this an f32 vector, but the BUILD_VECTOR code needs to
7528 // understand how to form the extending load.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007529 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007530 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
7531 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
7532
7533 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
7534
7535 // Now convert to an integer and store.
7536 Value = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007537 DAG.getConstant(Intrinsic::ppc_qpx_qvfctiwu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00007538 Value);
7539
7540 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
7541 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
7542 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
Mehdi Amini44ede332015-07-09 02:09:04 +00007543 EVT PtrVT = getPointerTy(DAG.getDataLayout());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007544 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
7545
7546 SDValue StoreChain = DAG.getEntryNode();
7547 SmallVector<SDValue, 2> Ops;
7548 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007549 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvstfiw, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007550 Ops.push_back(Value);
7551 Ops.push_back(FIdx);
7552
7553 SmallVector<EVT, 2> ValueVTs;
7554 ValueVTs.push_back(MVT::Other); // chain
7555 SDVTList VTs = DAG.getVTList(ValueVTs);
7556
7557 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID,
7558 dl, VTs, Ops, MVT::v4i32, PtrInfo);
7559
7560 // Extract the value requested.
7561 unsigned Offset = 4*cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007562 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007563 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
7564
7565 SDValue IntVal = DAG.getLoad(MVT::i32, dl, StoreChain, Idx,
7566 PtrInfo.getWithOffset(Offset),
7567 false, false, false, 0);
7568
7569 if (!Subtarget.useCRBits())
7570 return IntVal;
7571
7572 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, IntVal);
7573}
7574
7575/// Lowering for QPX v4i1 loads
7576SDValue PPCTargetLowering::LowerVectorLoad(SDValue Op,
7577 SelectionDAG &DAG) const {
7578 SDLoc dl(Op);
7579 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode());
7580 SDValue LoadChain = LN->getChain();
7581 SDValue BasePtr = LN->getBasePtr();
7582
7583 if (Op.getValueType() == MVT::v4f64 ||
7584 Op.getValueType() == MVT::v4f32) {
7585 EVT MemVT = LN->getMemoryVT();
7586 unsigned Alignment = LN->getAlignment();
7587
7588 // If this load is properly aligned, then it is legal.
7589 if (Alignment >= MemVT.getStoreSize())
7590 return Op;
7591
7592 EVT ScalarVT = Op.getValueType().getScalarType(),
7593 ScalarMemVT = MemVT.getScalarType();
7594 unsigned Stride = ScalarMemVT.getStoreSize();
7595
7596 SmallVector<SDValue, 8> Vals, LoadChains;
7597 for (unsigned Idx = 0; Idx < 4; ++Idx) {
7598 SDValue Load;
7599 if (ScalarVT != ScalarMemVT)
7600 Load =
7601 DAG.getExtLoad(LN->getExtensionType(), dl, ScalarVT, LoadChain,
7602 BasePtr,
7603 LN->getPointerInfo().getWithOffset(Idx*Stride),
7604 ScalarMemVT, LN->isVolatile(), LN->isNonTemporal(),
7605 LN->isInvariant(), MinAlign(Alignment, Idx*Stride),
7606 LN->getAAInfo());
7607 else
7608 Load =
7609 DAG.getLoad(ScalarVT, dl, LoadChain, BasePtr,
7610 LN->getPointerInfo().getWithOffset(Idx*Stride),
7611 LN->isVolatile(), LN->isNonTemporal(),
7612 LN->isInvariant(), MinAlign(Alignment, Idx*Stride),
7613 LN->getAAInfo());
7614
7615 if (Idx == 0 && LN->isIndexed()) {
7616 assert(LN->getAddressingMode() == ISD::PRE_INC &&
7617 "Unknown addressing mode on vector load");
7618 Load = DAG.getIndexedLoad(Load, dl, BasePtr, LN->getOffset(),
7619 LN->getAddressingMode());
7620 }
7621
7622 Vals.push_back(Load);
7623 LoadChains.push_back(Load.getValue(1));
7624
7625 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007626 DAG.getConstant(Stride, dl,
7627 BasePtr.getValueType()));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007628 }
7629
7630 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
7631 SDValue Value = DAG.getNode(ISD::BUILD_VECTOR, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007632 Op.getValueType(), Vals);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007633
7634 if (LN->isIndexed()) {
7635 SDValue RetOps[] = { Value, Vals[0].getValue(1), TF };
7636 return DAG.getMergeValues(RetOps, dl);
7637 }
7638
7639 SDValue RetOps[] = { Value, TF };
7640 return DAG.getMergeValues(RetOps, dl);
7641 }
7642
7643 assert(Op.getValueType() == MVT::v4i1 && "Unknown load to lower");
7644 assert(LN->isUnindexed() && "Indexed v4i1 loads are not supported");
7645
7646 // To lower v4i1 from a byte array, we load the byte elements of the
7647 // vector and then reuse the BUILD_VECTOR logic.
7648
7649 SmallVector<SDValue, 4> VectElmts, VectElmtChains;
7650 for (unsigned i = 0; i < 4; ++i) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007651 SDValue Idx = DAG.getConstant(i, dl, BasePtr.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007652 Idx = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr, Idx);
7653
7654 VectElmts.push_back(DAG.getExtLoad(ISD::EXTLOAD,
7655 dl, MVT::i32, LoadChain, Idx,
7656 LN->getPointerInfo().getWithOffset(i),
7657 MVT::i8 /* memory type */,
7658 LN->isVolatile(), LN->isNonTemporal(),
7659 LN->isInvariant(),
7660 1 /* alignment */, LN->getAAInfo()));
7661 VectElmtChains.push_back(VectElmts[i].getValue(1));
7662 }
7663
7664 LoadChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, VectElmtChains);
7665 SDValue Value = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i1, VectElmts);
7666
7667 SDValue RVals[] = { Value, LoadChain };
7668 return DAG.getMergeValues(RVals, dl);
7669}
7670
7671/// Lowering for QPX v4i1 stores
7672SDValue PPCTargetLowering::LowerVectorStore(SDValue Op,
7673 SelectionDAG &DAG) const {
7674 SDLoc dl(Op);
7675 StoreSDNode *SN = cast<StoreSDNode>(Op.getNode());
7676 SDValue StoreChain = SN->getChain();
7677 SDValue BasePtr = SN->getBasePtr();
7678 SDValue Value = SN->getValue();
7679
7680 if (Value.getValueType() == MVT::v4f64 ||
7681 Value.getValueType() == MVT::v4f32) {
7682 EVT MemVT = SN->getMemoryVT();
7683 unsigned Alignment = SN->getAlignment();
7684
7685 // If this store is properly aligned, then it is legal.
7686 if (Alignment >= MemVT.getStoreSize())
7687 return Op;
7688
7689 EVT ScalarVT = Value.getValueType().getScalarType(),
7690 ScalarMemVT = MemVT.getScalarType();
7691 unsigned Stride = ScalarMemVT.getStoreSize();
7692
7693 SmallVector<SDValue, 8> Stores;
7694 for (unsigned Idx = 0; Idx < 4; ++Idx) {
Mehdi Amini44ede332015-07-09 02:09:04 +00007695 SDValue Ex = DAG.getNode(
7696 ISD::EXTRACT_VECTOR_ELT, dl, ScalarVT, Value,
7697 DAG.getConstant(Idx, dl, getVectorIdxTy(DAG.getDataLayout())));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007698 SDValue Store;
7699 if (ScalarVT != ScalarMemVT)
7700 Store =
7701 DAG.getTruncStore(StoreChain, dl, Ex, BasePtr,
7702 SN->getPointerInfo().getWithOffset(Idx*Stride),
7703 ScalarMemVT, SN->isVolatile(), SN->isNonTemporal(),
7704 MinAlign(Alignment, Idx*Stride), SN->getAAInfo());
7705 else
7706 Store =
7707 DAG.getStore(StoreChain, dl, Ex, BasePtr,
7708 SN->getPointerInfo().getWithOffset(Idx*Stride),
7709 SN->isVolatile(), SN->isNonTemporal(),
7710 MinAlign(Alignment, Idx*Stride), SN->getAAInfo());
7711
7712 if (Idx == 0 && SN->isIndexed()) {
7713 assert(SN->getAddressingMode() == ISD::PRE_INC &&
7714 "Unknown addressing mode on vector store");
7715 Store = DAG.getIndexedStore(Store, dl, BasePtr, SN->getOffset(),
7716 SN->getAddressingMode());
7717 }
7718
7719 BasePtr = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007720 DAG.getConstant(Stride, dl,
7721 BasePtr.getValueType()));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007722 Stores.push_back(Store);
7723 }
7724
7725 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
7726
7727 if (SN->isIndexed()) {
7728 SDValue RetOps[] = { TF, Stores[0].getValue(1) };
7729 return DAG.getMergeValues(RetOps, dl);
7730 }
7731
7732 return TF;
7733 }
7734
7735 assert(SN->isUnindexed() && "Indexed v4i1 stores are not supported");
7736 assert(Value.getValueType() == MVT::v4i1 && "Unknown store to lower");
7737
7738 // The values are now known to be -1 (false) or 1 (true). To convert this
7739 // into 0 (false) and 1 (true), add 1 and then divide by 2 (multiply by 0.5).
7740 // This can be done with an fma and the 0.5 constant: (V+1.0)*0.5 = 0.5*V+0.5
7741 Value = DAG.getNode(PPCISD::QBFLT, dl, MVT::v4f64, Value);
7742
7743 // FIXME: We can make this an f32 vector, but the BUILD_VECTOR code needs to
7744 // understand how to form the extending load.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007745 SDValue FPHalfs = DAG.getConstantFP(0.5, dl, MVT::f64);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007746 FPHalfs = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4f64,
7747 FPHalfs, FPHalfs, FPHalfs, FPHalfs);
7748
7749 Value = DAG.getNode(ISD::FMA, dl, MVT::v4f64, Value, FPHalfs, FPHalfs);
7750
7751 // Now convert to an integer and store.
7752 Value = DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, MVT::v4f64,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007753 DAG.getConstant(Intrinsic::ppc_qpx_qvfctiwu, dl, MVT::i32),
Hal Finkelc93a9a22015-02-25 01:06:45 +00007754 Value);
7755
7756 MachineFrameInfo *FrameInfo = DAG.getMachineFunction().getFrameInfo();
7757 int FrameIdx = FrameInfo->CreateStackObject(16, 16, false);
7758 MachinePointerInfo PtrInfo = MachinePointerInfo::getFixedStack(FrameIdx);
Mehdi Amini44ede332015-07-09 02:09:04 +00007759 EVT PtrVT = getPointerTy(DAG.getDataLayout());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007760 SDValue FIdx = DAG.getFrameIndex(FrameIdx, PtrVT);
7761
7762 SmallVector<SDValue, 2> Ops;
7763 Ops.push_back(StoreChain);
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007764 Ops.push_back(DAG.getConstant(Intrinsic::ppc_qpx_qvstfiw, dl, MVT::i32));
Hal Finkelc93a9a22015-02-25 01:06:45 +00007765 Ops.push_back(Value);
7766 Ops.push_back(FIdx);
7767
7768 SmallVector<EVT, 2> ValueVTs;
7769 ValueVTs.push_back(MVT::Other); // chain
7770 SDVTList VTs = DAG.getVTList(ValueVTs);
7771
7772 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID,
7773 dl, VTs, Ops, MVT::v4i32, PtrInfo);
7774
7775 // Move data into the byte array.
7776 SmallVector<SDValue, 4> Loads, LoadChains;
7777 for (unsigned i = 0; i < 4; ++i) {
7778 unsigned Offset = 4*i;
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007779 SDValue Idx = DAG.getConstant(Offset, dl, FIdx.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007780 Idx = DAG.getNode(ISD::ADD, dl, FIdx.getValueType(), FIdx, Idx);
7781
7782 Loads.push_back(DAG.getLoad(MVT::i32, dl, StoreChain, Idx,
7783 PtrInfo.getWithOffset(Offset),
7784 false, false, false, 0));
7785 LoadChains.push_back(Loads[i].getValue(1));
7786 }
7787
7788 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
7789
7790 SmallVector<SDValue, 4> Stores;
7791 for (unsigned i = 0; i < 4; ++i) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007792 SDValue Idx = DAG.getConstant(i, dl, BasePtr.getValueType());
Hal Finkelc93a9a22015-02-25 01:06:45 +00007793 Idx = DAG.getNode(ISD::ADD, dl, BasePtr.getValueType(), BasePtr, Idx);
7794
7795 Stores.push_back(DAG.getTruncStore(StoreChain, dl, Loads[i], Idx,
7796 SN->getPointerInfo().getWithOffset(i),
7797 MVT::i8 /* memory type */,
7798 SN->isNonTemporal(), SN->isVolatile(),
7799 1 /* alignment */, SN->getAAInfo()));
7800 }
7801
7802 StoreChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
7803
7804 return StoreChain;
7805}
7806
Dan Gohman21cea8a2010-04-17 15:26:15 +00007807SDValue PPCTargetLowering::LowerMUL(SDValue Op, SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007808 SDLoc dl(Op);
Owen Anderson9f944592009-08-11 20:47:22 +00007809 if (Op.getValueType() == MVT::v4i32) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007810 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007811
Owen Anderson9f944592009-08-11 20:47:22 +00007812 SDValue Zero = BuildSplatI( 0, 1, MVT::v4i32, DAG, dl);
7813 SDValue Neg16 = BuildSplatI(-16, 4, MVT::v4i32, DAG, dl);//+16 as shift amt.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007814
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007815 SDValue RHSSwap = // = vrlw RHS, 16
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007816 BuildIntrinsicOp(Intrinsic::ppc_altivec_vrlw, RHS, Neg16, DAG, dl);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007817
Chris Lattner7e4398742006-04-18 03:43:48 +00007818 // Shrinkify inputs to v8i16.
Wesley Peck527da1b2010-11-23 03:31:01 +00007819 LHS = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, LHS);
7820 RHS = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, RHS);
7821 RHSSwap = DAG.getNode(ISD::BITCAST, dl, MVT::v8i16, RHSSwap);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007822
Chris Lattner7e4398742006-04-18 03:43:48 +00007823 // Low parts multiplied together, generating 32-bit results (we ignore the
7824 // top parts).
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007825 SDValue LoProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmulouh,
Owen Anderson9f944592009-08-11 20:47:22 +00007826 LHS, RHS, DAG, dl, MVT::v4i32);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007827
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007828 SDValue HiProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmsumuhm,
Owen Anderson9f944592009-08-11 20:47:22 +00007829 LHS, RHSSwap, Zero, DAG, dl, MVT::v4i32);
Chris Lattner7e4398742006-04-18 03:43:48 +00007830 // Shift the high parts up 16 bits.
Scott Michelcf0da6c2009-02-17 22:15:04 +00007831 HiProd = BuildIntrinsicOp(Intrinsic::ppc_altivec_vslw, HiProd,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007832 Neg16, DAG, dl);
Owen Anderson9f944592009-08-11 20:47:22 +00007833 return DAG.getNode(ISD::ADD, dl, MVT::v4i32, LoProd, HiProd);
7834 } else if (Op.getValueType() == MVT::v8i16) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007835 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007836
Owen Anderson9f944592009-08-11 20:47:22 +00007837 SDValue Zero = BuildSplatI(0, 1, MVT::v8i16, DAG, dl);
Chris Lattner7e4398742006-04-18 03:43:48 +00007838
Chris Lattner96d50482006-04-18 04:28:57 +00007839 return BuildIntrinsicOp(Intrinsic::ppc_altivec_vmladduhm,
Dale Johannesen9f3f72f2009-02-06 01:31:28 +00007840 LHS, RHS, Zero, DAG, dl);
Owen Anderson9f944592009-08-11 20:47:22 +00007841 } else if (Op.getValueType() == MVT::v16i8) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007842 SDValue LHS = Op.getOperand(0), RHS = Op.getOperand(1);
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007843 bool isLittleEndian = Subtarget.isLittleEndian();
Scott Michelcf0da6c2009-02-17 22:15:04 +00007844
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007845 // Multiply the even 8-bit parts, producing 16-bit sums.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007846 SDValue EvenParts = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmuleub,
Owen Anderson9f944592009-08-11 20:47:22 +00007847 LHS, RHS, DAG, dl, MVT::v8i16);
Wesley Peck527da1b2010-11-23 03:31:01 +00007848 EvenParts = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, EvenParts);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007849
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007850 // Multiply the odd 8-bit parts, producing 16-bit sums.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +00007851 SDValue OddParts = BuildIntrinsicOp(Intrinsic::ppc_altivec_vmuloub,
Owen Anderson9f944592009-08-11 20:47:22 +00007852 LHS, RHS, DAG, dl, MVT::v8i16);
Wesley Peck527da1b2010-11-23 03:31:01 +00007853 OddParts = DAG.getNode(ISD::BITCAST, dl, MVT::v16i8, OddParts);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007854
Bill Schmidt42995e82014-06-09 16:06:29 +00007855 // Merge the results together. Because vmuleub and vmuloub are
7856 // instructions with a big-endian bias, we must reverse the
7857 // element numbering and reverse the meaning of "odd" and "even"
7858 // when generating little endian code.
Nate Begeman8d6d4b92009-04-27 18:41:29 +00007859 int Ops[16];
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007860 for (unsigned i = 0; i != 8; ++i) {
Bill Schmidt42995e82014-06-09 16:06:29 +00007861 if (isLittleEndian) {
7862 Ops[i*2 ] = 2*i;
7863 Ops[i*2+1] = 2*i+16;
7864 } else {
7865 Ops[i*2 ] = 2*i+1;
7866 Ops[i*2+1] = 2*i+1+16;
7867 }
Chris Lattnerd6d82aa2006-04-18 03:57:35 +00007868 }
Bill Schmidt42995e82014-06-09 16:06:29 +00007869 if (isLittleEndian)
7870 return DAG.getVectorShuffle(MVT::v16i8, dl, OddParts, EvenParts, Ops);
7871 else
7872 return DAG.getVectorShuffle(MVT::v16i8, dl, EvenParts, OddParts, Ops);
Chris Lattner7e4398742006-04-18 03:43:48 +00007873 } else {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007874 llvm_unreachable("Unknown mul to lower!");
Chris Lattner7e4398742006-04-18 03:43:48 +00007875 }
Chris Lattnera2cae1b2006-04-18 03:24:30 +00007876}
7877
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007878/// LowerOperation - Provide custom lowering hooks for some operations.
7879///
Dan Gohman21cea8a2010-04-17 15:26:15 +00007880SDValue PPCTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const {
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007881 switch (Op.getOpcode()) {
Torok Edwinfbcc6632009-07-14 16:55:14 +00007882 default: llvm_unreachable("Wasn't expecting to be able to lower this!");
Chris Lattner4211ca92006-04-14 06:01:58 +00007883 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
Bob Wilsonf84f7102009-11-04 21:31:18 +00007884 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007885 case ISD::GlobalAddress: return LowerGlobalAddress(Op, DAG);
Roman Divackye3f15c982012-06-04 17:36:38 +00007886 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
Nate Begeman4ca2ea52006-04-22 18:53:45 +00007887 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007888 case ISD::SETCC: return LowerSETCC(Op, DAG);
Duncan Sandsa0984362011-09-06 13:37:06 +00007889 case ISD::INIT_TRAMPOLINE: return LowerINIT_TRAMPOLINE(Op, DAG);
7890 case ISD::ADJUST_TRAMPOLINE: return LowerADJUST_TRAMPOLINE(Op, DAG);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007891 case ISD::VASTART:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007892 return LowerVASTART(Op, DAG, Subtarget);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007893
7894 case ISD::VAARG:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007895 return LowerVAARG(Op, DAG, Subtarget);
Nicolas Geoffray23710a72007-04-03 13:59:52 +00007896
Roman Divackyc3825df2013-07-25 21:36:47 +00007897 case ISD::VACOPY:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007898 return LowerVACOPY(Op, DAG, Subtarget);
Roman Divackyc3825df2013-07-25 21:36:47 +00007899
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007900 case ISD::STACKRESTORE: return LowerSTACKRESTORE(Op, DAG, Subtarget);
Chris Lattner43df5b32007-02-25 05:34:32 +00007901 case ISD::DYNAMIC_STACKALLOC:
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007902 return LowerDYNAMIC_STACKALLOC(Op, DAG, Subtarget);
Evan Cheng51096af2008-04-19 01:30:48 +00007903
Hal Finkel756810f2013-03-21 21:37:52 +00007904 case ISD::EH_SJLJ_SETJMP: return lowerEH_SJLJ_SETJMP(Op, DAG);
7905 case ISD::EH_SJLJ_LONGJMP: return lowerEH_SJLJ_LONGJMP(Op, DAG);
7906
Hal Finkel940ab932014-02-28 00:27:01 +00007907 case ISD::LOAD: return LowerLOAD(Op, DAG);
7908 case ISD::STORE: return LowerSTORE(Op, DAG);
7909 case ISD::TRUNCATE: return LowerTRUNCATE(Op, DAG);
Chris Lattner4211ca92006-04-14 06:01:58 +00007910 case ISD::SELECT_CC: return LowerSELECT_CC(Op, DAG);
Dale Johannesen37bc85f2009-06-04 20:53:52 +00007911 case ISD::FP_TO_UINT:
7912 case ISD::FP_TO_SINT: return LowerFP_TO_INT(Op, DAG,
Hal Finkeled844c42015-01-06 22:31:02 +00007913 SDLoc(Op));
Hal Finkelf6d45f22013-04-01 17:52:07 +00007914 case ISD::UINT_TO_FP:
7915 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG);
Dan Gohman9ba4d762008-01-31 00:41:03 +00007916 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
Chris Lattner4a66d692006-03-22 05:30:33 +00007917
Chris Lattner4211ca92006-04-14 06:01:58 +00007918 // Lower 64-bit shifts.
Chris Lattner601b8652006-09-20 03:47:40 +00007919 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG);
7920 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG);
7921 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG);
Chris Lattner4a66d692006-03-22 05:30:33 +00007922
Chris Lattner4211ca92006-04-14 06:01:58 +00007923 // Vector-related lowering.
7924 case ISD::BUILD_VECTOR: return LowerBUILD_VECTOR(Op, DAG);
7925 case ISD::VECTOR_SHUFFLE: return LowerVECTOR_SHUFFLE(Op, DAG);
7926 case ISD::INTRINSIC_WO_CHAIN: return LowerINTRINSIC_WO_CHAIN(Op, DAG);
7927 case ISD::SCALAR_TO_VECTOR: return LowerSCALAR_TO_VECTOR(Op, DAG);
Hal Finkel5c0d1452014-03-30 13:22:59 +00007928 case ISD::SIGN_EXTEND_INREG: return LowerSIGN_EXTEND_INREG(Op, DAG);
Hal Finkelc93a9a22015-02-25 01:06:45 +00007929 case ISD::EXTRACT_VECTOR_ELT: return LowerEXTRACT_VECTOR_ELT(Op, DAG);
Chris Lattnera2cae1b2006-04-18 03:24:30 +00007930 case ISD::MUL: return LowerMUL(Op, DAG);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007931
Hal Finkel25c19922013-05-15 21:37:41 +00007932 // For counter-based loop handling.
7933 case ISD::INTRINSIC_W_CHAIN: return SDValue();
7934
Chris Lattnerf6a81562007-12-08 06:59:59 +00007935 // Frame & Return address.
7936 case ISD::RETURNADDR: return LowerRETURNADDR(Op, DAG);
Nicolas Geoffray75ab9792007-03-01 13:11:38 +00007937 case ISD::FRAMEADDR: return LowerFRAMEADDR(Op, DAG);
Chris Lattnere675a082005-08-31 20:23:54 +00007938 }
Chris Lattnerf3d06c62005-08-26 00:52:45 +00007939}
7940
Duncan Sands6ed40142008-12-01 11:39:25 +00007941void PPCTargetLowering::ReplaceNodeResults(SDNode *N,
7942 SmallVectorImpl<SDValue>&Results,
Dan Gohman21cea8a2010-04-17 15:26:15 +00007943 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +00007944 SDLoc dl(N);
Chris Lattner57ee7c62007-11-28 18:44:47 +00007945 switch (N->getOpcode()) {
Duncan Sands4068a7f2008-10-28 15:00:32 +00007946 default:
Craig Toppere55c5562012-02-07 02:50:20 +00007947 llvm_unreachable("Do not know how to custom type legalize this operation!");
Hal Finkelbbdee932014-12-02 22:01:00 +00007948 case ISD::READCYCLECOUNTER: {
7949 SDVTList VTs = DAG.getVTList(MVT::i32, MVT::i32, MVT::Other);
7950 SDValue RTB = DAG.getNode(PPCISD::READ_TIME_BASE, dl, VTs, N->getOperand(0));
7951
7952 Results.push_back(RTB);
7953 Results.push_back(RTB.getValue(1));
7954 Results.push_back(RTB.getValue(2));
7955 break;
7956 }
Hal Finkel25c19922013-05-15 21:37:41 +00007957 case ISD::INTRINSIC_W_CHAIN: {
7958 if (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() !=
7959 Intrinsic::ppc_is_decremented_ctr_nonzero)
7960 break;
7961
7962 assert(N->getValueType(0) == MVT::i1 &&
7963 "Unexpected result type for CTR decrement intrinsic");
Mehdi Amini44ede332015-07-09 02:09:04 +00007964 EVT SVT = getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(),
7965 N->getValueType(0));
Hal Finkel25c19922013-05-15 21:37:41 +00007966 SDVTList VTs = DAG.getVTList(SVT, MVT::Other);
7967 SDValue NewInt = DAG.getNode(N->getOpcode(), dl, VTs, N->getOperand(0),
7968 N->getOperand(1));
7969
7970 Results.push_back(NewInt);
7971 Results.push_back(NewInt.getValue(1));
7972 break;
7973 }
Roman Divacky4394e682011-06-28 15:30:42 +00007974 case ISD::VAARG: {
Eric Christophercccae792015-01-30 22:02:31 +00007975 if (!Subtarget.isSVR4ABI() || Subtarget.isPPC64())
Roman Divacky4394e682011-06-28 15:30:42 +00007976 return;
7977
7978 EVT VT = N->getValueType(0);
7979
7980 if (VT == MVT::i64) {
Eric Christopherb1aaebe2014-06-12 22:38:18 +00007981 SDValue NewNode = LowerVAARG(SDValue(N, 1), DAG, Subtarget);
Roman Divacky4394e682011-06-28 15:30:42 +00007982
7983 Results.push_back(NewNode);
7984 Results.push_back(NewNode.getValue(1));
7985 }
7986 return;
7987 }
Duncan Sands6ed40142008-12-01 11:39:25 +00007988 case ISD::FP_ROUND_INREG: {
Owen Anderson9f944592009-08-11 20:47:22 +00007989 assert(N->getValueType(0) == MVT::ppcf128);
7990 assert(N->getOperand(0).getValueType() == MVT::ppcf128);
Scott Michelcf0da6c2009-02-17 22:15:04 +00007991 SDValue Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00007992 MVT::f64, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007993 DAG.getIntPtrConstant(0, dl));
Dale Johannesenf80493b2009-02-05 22:07:54 +00007994 SDValue Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, dl,
Owen Anderson9f944592009-08-11 20:47:22 +00007995 MVT::f64, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00007996 DAG.getIntPtrConstant(1, dl));
Duncan Sands6ed40142008-12-01 11:39:25 +00007997
Ulrich Weigand874fc622013-03-26 10:56:22 +00007998 // Add the two halves of the long double in round-to-zero mode.
7999 SDValue FPreg = DAG.getNode(PPCISD::FADDRTZ, dl, MVT::f64, Lo, Hi);
Duncan Sands6ed40142008-12-01 11:39:25 +00008000
8001 // We know the low half is about to be thrown away, so just use something
8002 // convenient.
Owen Anderson9f944592009-08-11 20:47:22 +00008003 Results.push_back(DAG.getNode(ISD::BUILD_PAIR, dl, MVT::ppcf128,
Dale Johannesenf80493b2009-02-05 22:07:54 +00008004 FPreg, FPreg));
Duncan Sands6ed40142008-12-01 11:39:25 +00008005 return;
Duncan Sands2a287912008-07-19 16:26:02 +00008006 }
Duncan Sands6ed40142008-12-01 11:39:25 +00008007 case ISD::FP_TO_SINT:
Hal Finkel93138502015-04-10 03:39:00 +00008008 case ISD::FP_TO_UINT:
Bill Schmidt41221692013-07-09 18:50:20 +00008009 // LowerFP_TO_INT() can only handle f32 and f64.
8010 if (N->getOperand(0).getValueType() == MVT::ppcf128)
8011 return;
Dale Johannesen37bc85f2009-06-04 20:53:52 +00008012 Results.push_back(LowerFP_TO_INT(SDValue(N, 0), DAG, dl));
Duncan Sands6ed40142008-12-01 11:39:25 +00008013 return;
Chris Lattner57ee7c62007-11-28 18:44:47 +00008014 }
8015}
8016
8017
Chris Lattner4211ca92006-04-14 06:01:58 +00008018//===----------------------------------------------------------------------===//
8019// Other Lowering Code
8020//===----------------------------------------------------------------------===//
8021
Robin Morisset22129962014-09-23 20:46:49 +00008022static Instruction* callIntrinsic(IRBuilder<> &Builder, Intrinsic::ID Id) {
8023 Module *M = Builder.GetInsertBlock()->getParent()->getParent();
8024 Function *Func = Intrinsic::getDeclaration(M, Id);
David Blaikieff6409d2015-05-18 22:13:54 +00008025 return Builder.CreateCall(Func, {});
Robin Morisset22129962014-09-23 20:46:49 +00008026}
8027
8028// The mappings for emitLeading/TrailingFence is taken from
8029// http://www.cl.cam.ac.uk/~pes20/cpp/cpp0xmappings.html
8030Instruction* PPCTargetLowering::emitLeadingFence(IRBuilder<> &Builder,
8031 AtomicOrdering Ord, bool IsStore,
8032 bool IsLoad) const {
8033 if (Ord == SequentiallyConsistent)
8034 return callIntrinsic(Builder, Intrinsic::ppc_sync);
David Blaikieff6409d2015-05-18 22:13:54 +00008035 if (isAtLeastRelease(Ord))
Robin Morisset22129962014-09-23 20:46:49 +00008036 return callIntrinsic(Builder, Intrinsic::ppc_lwsync);
David Blaikieff6409d2015-05-18 22:13:54 +00008037 return nullptr;
Robin Morisset22129962014-09-23 20:46:49 +00008038}
8039
8040Instruction* PPCTargetLowering::emitTrailingFence(IRBuilder<> &Builder,
8041 AtomicOrdering Ord, bool IsStore,
8042 bool IsLoad) const {
8043 if (IsLoad && isAtLeastAcquire(Ord))
8044 return callIntrinsic(Builder, Intrinsic::ppc_lwsync);
8045 // FIXME: this is too conservative, a dependent branch + isync is enough.
8046 // See http://www.cl.cam.ac.uk/~pes20/cpp/cpp0xmappings.html and
8047 // http://www.rdrop.com/users/paulmck/scalability/paper/N2745r.2011.03.04a.html
8048 // and http://www.cl.cam.ac.uk/~pes20/cppppc/ for justification.
David Blaikieff6409d2015-05-18 22:13:54 +00008049 return nullptr;
Robin Morisset22129962014-09-23 20:46:49 +00008050}
8051
Chris Lattner9b577f12005-08-26 21:23:58 +00008052MachineBasicBlock *
Dale Johannesend4eb0522008-08-25 22:34:37 +00008053PPCTargetLowering::EmitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB,
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008054 unsigned AtomicSize,
8055 unsigned BinOpcode) const {
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008056 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
Eric Christophercccae792015-01-30 22:02:31 +00008057 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Dale Johannesend4eb0522008-08-25 22:34:37 +00008058
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008059 auto LoadMnemonic = PPC::LDARX;
8060 auto StoreMnemonic = PPC::STDCX;
8061 switch (AtomicSize) {
8062 default:
8063 llvm_unreachable("Unexpected size of atomic entity");
8064 case 1:
8065 LoadMnemonic = PPC::LBARX;
8066 StoreMnemonic = PPC::STBCX;
8067 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
8068 break;
8069 case 2:
8070 LoadMnemonic = PPC::LHARX;
8071 StoreMnemonic = PPC::STHCX;
8072 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
8073 break;
8074 case 4:
8075 LoadMnemonic = PPC::LWARX;
8076 StoreMnemonic = PPC::STWCX;
8077 break;
8078 case 8:
8079 LoadMnemonic = PPC::LDARX;
8080 StoreMnemonic = PPC::STDCX;
8081 break;
8082 }
8083
Dale Johannesend4eb0522008-08-25 22:34:37 +00008084 const BasicBlock *LLVM_BB = BB->getBasicBlock();
8085 MachineFunction *F = BB->getParent();
8086 MachineFunction::iterator It = BB;
8087 ++It;
8088
8089 unsigned dest = MI->getOperand(0).getReg();
8090 unsigned ptrA = MI->getOperand(1).getReg();
8091 unsigned ptrB = MI->getOperand(2).getReg();
8092 unsigned incr = MI->getOperand(3).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008093 DebugLoc dl = MI->getDebugLoc();
Dale Johannesend4eb0522008-08-25 22:34:37 +00008094
8095 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB);
8096 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8097 F->insert(It, loopMBB);
8098 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008099 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008100 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008101 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008102
8103 MachineRegisterInfo &RegInfo = F->getRegInfo();
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008104 unsigned TmpReg = (!BinOpcode) ? incr :
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008105 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass
Craig Topper61e88f42014-11-21 05:58:21 +00008106 : &PPC::GPRCRegClass);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008107
8108 // thisMBB:
8109 // ...
8110 // fallthrough --> loopMBB
8111 BB->addSuccessor(loopMBB);
8112
8113 // loopMBB:
8114 // l[wd]arx dest, ptr
8115 // add r0, dest, incr
8116 // st[wd]cx. r0, ptr
8117 // bne- loopMBB
8118 // fallthrough --> exitMBB
8119 BB = loopMBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008120 BuildMI(BB, dl, TII->get(LoadMnemonic), dest)
Dale Johannesend4eb0522008-08-25 22:34:37 +00008121 .addReg(ptrA).addReg(ptrB);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008122 if (BinOpcode)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008123 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg).addReg(incr).addReg(dest);
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008124 BuildMI(BB, dl, TII->get(StoreMnemonic))
Dale Johannesend4eb0522008-08-25 22:34:37 +00008125 .addReg(TmpReg).addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008126 BuildMI(BB, dl, TII->get(PPC::BCC))
Scott Michelcf0da6c2009-02-17 22:15:04 +00008127 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008128 BB->addSuccessor(loopMBB);
8129 BB->addSuccessor(exitMBB);
8130
8131 // exitMBB:
8132 // ...
8133 BB = exitMBB;
8134 return BB;
8135}
8136
8137MachineBasicBlock *
Scott Michelcf0da6c2009-02-17 22:15:04 +00008138PPCTargetLowering::EmitPartwordAtomicBinary(MachineInstr *MI,
Dale Johannesena32affb2008-08-28 17:53:09 +00008139 MachineBasicBlock *BB,
8140 bool is8bit, // operation
Dan Gohman747e55b2009-02-07 16:15:20 +00008141 unsigned BinOpcode) const {
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008142 // If we support part-word atomic mnemonics, just use them
8143 if (Subtarget.hasPartwordAtomics())
8144 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode);
8145
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008146 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
Eric Christophercccae792015-01-30 22:02:31 +00008147 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Dale Johannesena32affb2008-08-28 17:53:09 +00008148 // In 64 bit mode we have to use 64 bits for addresses, even though the
8149 // lwarx/stwcx are 32 bits. With the 32-bit atomics we can use address
8150 // registers without caring whether they're 32 or 64, but here we're
8151 // doing actual arithmetic on the addresses.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008152 bool is64bit = Subtarget.isPPC64();
Hal Finkelf70c41e2013-03-21 23:45:03 +00008153 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO;
Dale Johannesena32affb2008-08-28 17:53:09 +00008154
8155 const BasicBlock *LLVM_BB = BB->getBasicBlock();
8156 MachineFunction *F = BB->getParent();
8157 MachineFunction::iterator It = BB;
8158 ++It;
8159
8160 unsigned dest = MI->getOperand(0).getReg();
8161 unsigned ptrA = MI->getOperand(1).getReg();
8162 unsigned ptrB = MI->getOperand(2).getReg();
8163 unsigned incr = MI->getOperand(3).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008164 DebugLoc dl = MI->getDebugLoc();
Dale Johannesena32affb2008-08-28 17:53:09 +00008165
8166 MachineBasicBlock *loopMBB = F->CreateMachineBasicBlock(LLVM_BB);
8167 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8168 F->insert(It, loopMBB);
8169 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008170 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008171 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008172 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesena32affb2008-08-28 17:53:09 +00008173
8174 MachineRegisterInfo &RegInfo = F->getRegInfo();
Craig Topper61e88f42014-11-21 05:58:21 +00008175 const TargetRegisterClass *RC = is64bit ? &PPC::G8RCRegClass
8176 : &PPC::GPRCRegClass;
Dale Johannesena32affb2008-08-28 17:53:09 +00008177 unsigned PtrReg = RegInfo.createVirtualRegister(RC);
8178 unsigned Shift1Reg = RegInfo.createVirtualRegister(RC);
8179 unsigned ShiftReg = RegInfo.createVirtualRegister(RC);
8180 unsigned Incr2Reg = RegInfo.createVirtualRegister(RC);
8181 unsigned MaskReg = RegInfo.createVirtualRegister(RC);
8182 unsigned Mask2Reg = RegInfo.createVirtualRegister(RC);
8183 unsigned Mask3Reg = RegInfo.createVirtualRegister(RC);
8184 unsigned Tmp2Reg = RegInfo.createVirtualRegister(RC);
8185 unsigned Tmp3Reg = RegInfo.createVirtualRegister(RC);
8186 unsigned Tmp4Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008187 unsigned TmpDestReg = RegInfo.createVirtualRegister(RC);
Dale Johannesena32affb2008-08-28 17:53:09 +00008188 unsigned Ptr1Reg;
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008189 unsigned TmpReg = (!BinOpcode) ? Incr2Reg : RegInfo.createVirtualRegister(RC);
Dale Johannesena32affb2008-08-28 17:53:09 +00008190
8191 // thisMBB:
8192 // ...
8193 // fallthrough --> loopMBB
8194 BB->addSuccessor(loopMBB);
8195
8196 // The 4-byte load must be aligned, while a char or short may be
8197 // anywhere in the word. Hence all this nasty bookkeeping code.
8198 // add ptr1, ptrA, ptrB [copy if ptrA==0]
8199 // rlwinm shift1, ptr1, 3, 27, 28 [3, 27, 27]
Dale Johannesenbc698292008-09-02 20:30:23 +00008200 // xori shift, shift1, 24 [16]
Dale Johannesena32affb2008-08-28 17:53:09 +00008201 // rlwinm ptr, ptr1, 0, 0, 29
8202 // slw incr2, incr, shift
8203 // li mask2, 255 [li mask3, 0; ori mask2, mask3, 65535]
8204 // slw mask, mask2, shift
8205 // loopMBB:
Dale Johannesen340d2642008-08-30 00:08:53 +00008206 // lwarx tmpDest, ptr
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008207 // add tmp, tmpDest, incr2
8208 // andc tmp2, tmpDest, mask
Dale Johannesena32affb2008-08-28 17:53:09 +00008209 // and tmp3, tmp, mask
8210 // or tmp4, tmp3, tmp2
Dale Johannesen340d2642008-08-30 00:08:53 +00008211 // stwcx. tmp4, ptr
Dale Johannesena32affb2008-08-28 17:53:09 +00008212 // bne- loopMBB
8213 // fallthrough --> exitMBB
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008214 // srw dest, tmpDest, shift
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008215 if (ptrA != ZeroReg) {
Dale Johannesena32affb2008-08-28 17:53:09 +00008216 Ptr1Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008217 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008218 .addReg(ptrA).addReg(ptrB);
8219 } else {
8220 Ptr1Reg = ptrB;
8221 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008222 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008223 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008224 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008225 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
8226 if (is64bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008227 BuildMI(BB, dl, TII->get(PPC::RLDICR), PtrReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008228 .addReg(Ptr1Reg).addImm(0).addImm(61);
8229 else
Dale Johannesene9f623e2009-02-13 02:27:39 +00008230 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008231 .addReg(Ptr1Reg).addImm(0).addImm(0).addImm(29);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008232 BuildMI(BB, dl, TII->get(PPC::SLW), Incr2Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008233 .addReg(incr).addReg(ShiftReg);
8234 if (is8bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008235 BuildMI(BB, dl, TII->get(PPC::LI), Mask2Reg).addImm(255);
Dale Johannesena32affb2008-08-28 17:53:09 +00008236 else {
Dale Johannesene9f623e2009-02-13 02:27:39 +00008237 BuildMI(BB, dl, TII->get(PPC::LI), Mask3Reg).addImm(0);
8238 BuildMI(BB, dl, TII->get(PPC::ORI),Mask2Reg).addReg(Mask3Reg).addImm(65535);
Dale Johannesena32affb2008-08-28 17:53:09 +00008239 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008240 BuildMI(BB, dl, TII->get(PPC::SLW), MaskReg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008241 .addReg(Mask2Reg).addReg(ShiftReg);
8242
8243 BB = loopMBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008244 BuildMI(BB, dl, TII->get(PPC::LWARX), TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008245 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008246 if (BinOpcode)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008247 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg)
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008248 .addReg(Incr2Reg).addReg(TmpDestReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008249 BuildMI(BB, dl, TII->get(is64bit ? PPC::ANDC8 : PPC::ANDC), Tmp2Reg)
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008250 .addReg(TmpDestReg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008251 BuildMI(BB, dl, TII->get(is64bit ? PPC::AND8 : PPC::AND), Tmp3Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008252 .addReg(TmpReg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008253 BuildMI(BB, dl, TII->get(is64bit ? PPC::OR8 : PPC::OR), Tmp4Reg)
Dale Johannesena32affb2008-08-28 17:53:09 +00008254 .addReg(Tmp3Reg).addReg(Tmp2Reg);
Bill Schmidt3581cd42013-04-02 18:37:08 +00008255 BuildMI(BB, dl, TII->get(PPC::STWCX))
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008256 .addReg(Tmp4Reg).addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008257 BuildMI(BB, dl, TII->get(PPC::BCC))
Scott Michelcf0da6c2009-02-17 22:15:04 +00008258 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loopMBB);
Dale Johannesena32affb2008-08-28 17:53:09 +00008259 BB->addSuccessor(loopMBB);
8260 BB->addSuccessor(exitMBB);
8261
8262 // exitMBB:
8263 // ...
8264 BB = exitMBB;
Jakob Stoklund Olesen13ce2362011-04-04 17:57:29 +00008265 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW), dest).addReg(TmpDestReg)
8266 .addReg(ShiftReg);
Dale Johannesena32affb2008-08-28 17:53:09 +00008267 return BB;
8268}
8269
Hal Finkel756810f2013-03-21 21:37:52 +00008270llvm::MachineBasicBlock*
8271PPCTargetLowering::emitEHSjLjSetJmp(MachineInstr *MI,
8272 MachineBasicBlock *MBB) const {
8273 DebugLoc DL = MI->getDebugLoc();
Eric Christophercccae792015-01-30 22:02:31 +00008274 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel756810f2013-03-21 21:37:52 +00008275
8276 MachineFunction *MF = MBB->getParent();
8277 MachineRegisterInfo &MRI = MF->getRegInfo();
8278
8279 const BasicBlock *BB = MBB->getBasicBlock();
8280 MachineFunction::iterator I = MBB;
8281 ++I;
8282
8283 // Memory Reference
8284 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
8285 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
8286
8287 unsigned DstReg = MI->getOperand(0).getReg();
8288 const TargetRegisterClass *RC = MRI.getRegClass(DstReg);
8289 assert(RC->hasType(MVT::i32) && "Invalid destination!");
8290 unsigned mainDstReg = MRI.createVirtualRegister(RC);
8291 unsigned restoreDstReg = MRI.createVirtualRegister(RC);
8292
Mehdi Amini44ede332015-07-09 02:09:04 +00008293 MVT PVT = getPointerTy(MF->getDataLayout());
Hal Finkel756810f2013-03-21 21:37:52 +00008294 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
8295 "Invalid Pointer Size!");
8296 // For v = setjmp(buf), we generate
8297 //
8298 // thisMBB:
8299 // SjLjSetup mainMBB
8300 // bl mainMBB
8301 // v_restore = 1
8302 // b sinkMBB
8303 //
8304 // mainMBB:
8305 // buf[LabelOffset] = LR
8306 // v_main = 0
8307 //
8308 // sinkMBB:
8309 // v = phi(main, restore)
8310 //
8311
8312 MachineBasicBlock *thisMBB = MBB;
8313 MachineBasicBlock *mainMBB = MF->CreateMachineBasicBlock(BB);
8314 MachineBasicBlock *sinkMBB = MF->CreateMachineBasicBlock(BB);
8315 MF->insert(I, mainMBB);
8316 MF->insert(I, sinkMBB);
8317
8318 MachineInstrBuilder MIB;
8319
8320 // Transfer the remainder of BB and its successor edges to sinkMBB.
8321 sinkMBB->splice(sinkMBB->begin(), MBB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008322 std::next(MachineBasicBlock::iterator(MI)), MBB->end());
Hal Finkel756810f2013-03-21 21:37:52 +00008323 sinkMBB->transferSuccessorsAndUpdatePHIs(MBB);
8324
8325 // Note that the structure of the jmp_buf used here is not compatible
8326 // with that used by libc, and is not designed to be. Specifically, it
8327 // stores only those 'reserved' registers that LLVM does not otherwise
8328 // understand how to spill. Also, by convention, by the time this
8329 // intrinsic is called, Clang has already stored the frame address in the
8330 // first slot of the buffer and stack address in the third. Following the
8331 // X86 target code, we'll store the jump address in the second slot. We also
8332 // need to save the TOC pointer (R2) to handle jumps between shared
8333 // libraries, and that will be stored in the fourth slot. The thread
8334 // identifier (R13) is not affected.
8335
8336 // thisMBB:
8337 const int64_t LabelOffset = 1 * PVT.getStoreSize();
8338 const int64_t TOCOffset = 3 * PVT.getStoreSize();
Hal Finkelf05d6c72013-07-17 23:50:51 +00008339 const int64_t BPOffset = 4 * PVT.getStoreSize();
Hal Finkel756810f2013-03-21 21:37:52 +00008340
8341 // Prepare IP either in reg.
8342 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
8343 unsigned LabelReg = MRI.createVirtualRegister(PtrRC);
8344 unsigned BufReg = MI->getOperand(1).getReg();
8345
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008346 if (Subtarget.isPPC64() && Subtarget.isSVR4ABI()) {
Hal Finkele6698d52015-02-01 15:03:28 +00008347 setUsesTOCBasePtr(*MBB->getParent());
Hal Finkel756810f2013-03-21 21:37:52 +00008348 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
8349 .addReg(PPC::X2)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008350 .addImm(TOCOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008351 .addReg(BufReg);
Hal Finkel756810f2013-03-21 21:37:52 +00008352 MIB.setMemRefs(MMOBegin, MMOEnd);
8353 }
8354
Hal Finkelf05d6c72013-07-17 23:50:51 +00008355 // Naked functions never have a base pointer, and so we use r1. For all
8356 // other functions, this decision must be delayed until during PEI.
8357 unsigned BaseReg;
Duncan P. N. Exon Smith5bedaf932015-02-14 02:54:07 +00008358 if (MF->getFunction()->hasFnAttribute(Attribute::Naked))
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008359 BaseReg = Subtarget.isPPC64() ? PPC::X1 : PPC::R1;
Hal Finkelf05d6c72013-07-17 23:50:51 +00008360 else
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008361 BaseReg = Subtarget.isPPC64() ? PPC::BP8 : PPC::BP;
Hal Finkelf05d6c72013-07-17 23:50:51 +00008362
8363 MIB = BuildMI(*thisMBB, MI, DL,
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008364 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW))
Eric Christophercccae792015-01-30 22:02:31 +00008365 .addReg(BaseReg)
8366 .addImm(BPOffset)
8367 .addReg(BufReg);
Hal Finkelf05d6c72013-07-17 23:50:51 +00008368 MIB.setMemRefs(MMOBegin, MMOEnd);
8369
Hal Finkel756810f2013-03-21 21:37:52 +00008370 // Setup
Hal Finkele5680b32013-04-04 22:55:54 +00008371 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
Eric Christophercccae792015-01-30 22:02:31 +00008372 const PPCRegisterInfo *TRI = Subtarget.getRegisterInfo();
Bill Wendling5e7656b2013-06-07 07:55:53 +00008373 MIB.addRegMask(TRI->getNoPreservedMask());
Hal Finkel756810f2013-03-21 21:37:52 +00008374
8375 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
8376
8377 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup))
8378 .addMBB(mainMBB);
8379 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB);
8380
8381 thisMBB->addSuccessor(mainMBB, /* weight */ 0);
8382 thisMBB->addSuccessor(sinkMBB, /* weight */ 1);
8383
8384 // mainMBB:
8385 // mainDstReg = 0
Eric Christophercccae792015-01-30 22:02:31 +00008386 MIB =
8387 BuildMI(mainMBB, DL,
8388 TII->get(Subtarget.isPPC64() ? PPC::MFLR8 : PPC::MFLR), LabelReg);
Hal Finkel756810f2013-03-21 21:37:52 +00008389
8390 // Store IP
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008391 if (Subtarget.isPPC64()) {
Hal Finkel756810f2013-03-21 21:37:52 +00008392 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STD))
8393 .addReg(LabelReg)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008394 .addImm(LabelOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008395 .addReg(BufReg);
8396 } else {
8397 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW))
8398 .addReg(LabelReg)
8399 .addImm(LabelOffset)
8400 .addReg(BufReg);
8401 }
8402
8403 MIB.setMemRefs(MMOBegin, MMOEnd);
8404
8405 BuildMI(mainMBB, DL, TII->get(PPC::LI), mainDstReg).addImm(0);
8406 mainMBB->addSuccessor(sinkMBB);
8407
8408 // sinkMBB:
8409 BuildMI(*sinkMBB, sinkMBB->begin(), DL,
8410 TII->get(PPC::PHI), DstReg)
8411 .addReg(mainDstReg).addMBB(mainMBB)
8412 .addReg(restoreDstReg).addMBB(thisMBB);
8413
8414 MI->eraseFromParent();
8415 return sinkMBB;
8416}
8417
8418MachineBasicBlock *
8419PPCTargetLowering::emitEHSjLjLongJmp(MachineInstr *MI,
8420 MachineBasicBlock *MBB) const {
8421 DebugLoc DL = MI->getDebugLoc();
Eric Christophercccae792015-01-30 22:02:31 +00008422 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel756810f2013-03-21 21:37:52 +00008423
8424 MachineFunction *MF = MBB->getParent();
8425 MachineRegisterInfo &MRI = MF->getRegInfo();
8426
8427 // Memory Reference
8428 MachineInstr::mmo_iterator MMOBegin = MI->memoperands_begin();
8429 MachineInstr::mmo_iterator MMOEnd = MI->memoperands_end();
8430
Mehdi Amini44ede332015-07-09 02:09:04 +00008431 MVT PVT = getPointerTy(MF->getDataLayout());
Hal Finkel756810f2013-03-21 21:37:52 +00008432 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
8433 "Invalid Pointer Size!");
8434
8435 const TargetRegisterClass *RC =
8436 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass;
8437 unsigned Tmp = MRI.createVirtualRegister(RC);
8438 // Since FP is only updated here but NOT referenced, it's treated as GPR.
8439 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31;
8440 unsigned SP = (PVT == MVT::i64) ? PPC::X1 : PPC::R1;
Eric Christophercccae792015-01-30 22:02:31 +00008441 unsigned BP =
8442 (PVT == MVT::i64)
8443 ? PPC::X30
8444 : (Subtarget.isSVR4ABI() &&
8445 MF->getTarget().getRelocationModel() == Reloc::PIC_
8446 ? PPC::R29
8447 : PPC::R30);
Hal Finkel756810f2013-03-21 21:37:52 +00008448
8449 MachineInstrBuilder MIB;
8450
8451 const int64_t LabelOffset = 1 * PVT.getStoreSize();
8452 const int64_t SPOffset = 2 * PVT.getStoreSize();
8453 const int64_t TOCOffset = 3 * PVT.getStoreSize();
Hal Finkelf05d6c72013-07-17 23:50:51 +00008454 const int64_t BPOffset = 4 * PVT.getStoreSize();
Hal Finkel756810f2013-03-21 21:37:52 +00008455
8456 unsigned BufReg = MI->getOperand(0).getReg();
8457
8458 // Reload FP (the jumped-to function may not have had a
8459 // frame pointer, and if so, then its r31 will be restored
8460 // as necessary).
8461 if (PVT == MVT::i64) {
8462 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), FP)
8463 .addImm(0)
8464 .addReg(BufReg);
8465 } else {
8466 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), FP)
8467 .addImm(0)
8468 .addReg(BufReg);
8469 }
8470 MIB.setMemRefs(MMOBegin, MMOEnd);
8471
8472 // Reload IP
8473 if (PVT == MVT::i64) {
8474 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), Tmp)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008475 .addImm(LabelOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008476 .addReg(BufReg);
8477 } else {
8478 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), Tmp)
8479 .addImm(LabelOffset)
8480 .addReg(BufReg);
8481 }
8482 MIB.setMemRefs(MMOBegin, MMOEnd);
8483
8484 // Reload SP
8485 if (PVT == MVT::i64) {
8486 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), SP)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008487 .addImm(SPOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008488 .addReg(BufReg);
8489 } else {
8490 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), SP)
8491 .addImm(SPOffset)
8492 .addReg(BufReg);
8493 }
8494 MIB.setMemRefs(MMOBegin, MMOEnd);
8495
Hal Finkelf05d6c72013-07-17 23:50:51 +00008496 // Reload BP
8497 if (PVT == MVT::i64) {
8498 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), BP)
8499 .addImm(BPOffset)
8500 .addReg(BufReg);
8501 } else {
8502 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LWZ), BP)
8503 .addImm(BPOffset)
8504 .addReg(BufReg);
8505 }
8506 MIB.setMemRefs(MMOBegin, MMOEnd);
Hal Finkel756810f2013-03-21 21:37:52 +00008507
8508 // Reload TOC
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008509 if (PVT == MVT::i64 && Subtarget.isSVR4ABI()) {
Hal Finkele6698d52015-02-01 15:03:28 +00008510 setUsesTOCBasePtr(*MBB->getParent());
Hal Finkel756810f2013-03-21 21:37:52 +00008511 MIB = BuildMI(*MBB, MI, DL, TII->get(PPC::LD), PPC::X2)
Ulrich Weigand9d980cb2013-05-16 17:58:02 +00008512 .addImm(TOCOffset)
Hal Finkel756810f2013-03-21 21:37:52 +00008513 .addReg(BufReg);
8514
8515 MIB.setMemRefs(MMOBegin, MMOEnd);
8516 }
8517
8518 // Jump
8519 BuildMI(*MBB, MI, DL,
8520 TII->get(PVT == MVT::i64 ? PPC::MTCTR8 : PPC::MTCTR)).addReg(Tmp);
8521 BuildMI(*MBB, MI, DL, TII->get(PVT == MVT::i64 ? PPC::BCTR8 : PPC::BCTR));
8522
8523 MI->eraseFromParent();
8524 return MBB;
8525}
8526
Dale Johannesena32affb2008-08-28 17:53:09 +00008527MachineBasicBlock *
Evan Cheng29cfb672008-01-30 18:18:23 +00008528PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
Dan Gohman25c16532010-05-01 00:01:06 +00008529 MachineBasicBlock *BB) const {
Hal Finkel934361a2015-01-14 01:07:51 +00008530 if (MI->getOpcode() == TargetOpcode::STACKMAP ||
Hal Finkelaf519932015-01-19 07:20:27 +00008531 MI->getOpcode() == TargetOpcode::PATCHPOINT) {
8532 if (Subtarget.isPPC64() && Subtarget.isSVR4ABI() &&
8533 MI->getOpcode() == TargetOpcode::PATCHPOINT) {
8534 // Call lowering should have added an r2 operand to indicate a dependence
8535 // on the TOC base pointer value. It can't however, because there is no
8536 // way to mark the dependence as implicit there, and so the stackmap code
8537 // will confuse it with a regular operand. Instead, add the dependence
8538 // here.
Hal Finkele6698d52015-02-01 15:03:28 +00008539 setUsesTOCBasePtr(*BB->getParent());
Hal Finkelaf519932015-01-19 07:20:27 +00008540 MI->addOperand(MachineOperand::CreateReg(PPC::X2, false, true));
8541 }
8542
Hal Finkel934361a2015-01-14 01:07:51 +00008543 return emitPatchPoint(MI, BB);
Hal Finkelaf519932015-01-19 07:20:27 +00008544 }
Hal Finkel934361a2015-01-14 01:07:51 +00008545
Hal Finkel756810f2013-03-21 21:37:52 +00008546 if (MI->getOpcode() == PPC::EH_SjLj_SetJmp32 ||
8547 MI->getOpcode() == PPC::EH_SjLj_SetJmp64) {
8548 return emitEHSjLjSetJmp(MI, BB);
8549 } else if (MI->getOpcode() == PPC::EH_SjLj_LongJmp32 ||
8550 MI->getOpcode() == PPC::EH_SjLj_LongJmp64) {
8551 return emitEHSjLjLongJmp(MI, BB);
8552 }
8553
Eric Christophercccae792015-01-30 22:02:31 +00008554 const TargetInstrInfo *TII = Subtarget.getInstrInfo();
Evan Cheng32e376f2008-07-12 02:23:19 +00008555
8556 // To "insert" these instructions we actually have to insert their
8557 // control-flow patterns.
Chris Lattner9b577f12005-08-26 21:23:58 +00008558 const BasicBlock *LLVM_BB = BB->getBasicBlock();
Dan Gohman3b460302008-07-07 23:14:23 +00008559 MachineFunction::iterator It = BB;
Chris Lattner9b577f12005-08-26 21:23:58 +00008560 ++It;
Evan Cheng32e376f2008-07-12 02:23:19 +00008561
Dan Gohman3b460302008-07-07 23:14:23 +00008562 MachineFunction *F = BB->getParent();
Evan Cheng32e376f2008-07-12 02:23:19 +00008563
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008564 if (Subtarget.hasISEL() && (MI->getOpcode() == PPC::SELECT_CC_I4 ||
Eric Christophercccae792015-01-30 22:02:31 +00008565 MI->getOpcode() == PPC::SELECT_CC_I8 ||
8566 MI->getOpcode() == PPC::SELECT_I4 ||
8567 MI->getOpcode() == PPC::SELECT_I8)) {
Hal Finkeled6a2852013-04-05 23:29:01 +00008568 SmallVector<MachineOperand, 2> Cond;
Hal Finkel940ab932014-02-28 00:27:01 +00008569 if (MI->getOpcode() == PPC::SELECT_CC_I4 ||
8570 MI->getOpcode() == PPC::SELECT_CC_I8)
8571 Cond.push_back(MI->getOperand(4));
8572 else
8573 Cond.push_back(MachineOperand::CreateImm(PPC::PRED_BIT_SET));
Hal Finkeled6a2852013-04-05 23:29:01 +00008574 Cond.push_back(MI->getOperand(1));
8575
Hal Finkel460e94d2012-06-22 23:10:08 +00008576 DebugLoc dl = MI->getDebugLoc();
Bill Wendling5e7656b2013-06-07 07:55:53 +00008577 TII->insertSelect(*BB, MI, dl, MI->getOperand(0).getReg(),
8578 Cond, MI->getOperand(2).getReg(),
8579 MI->getOperand(3).getReg());
Hal Finkel460e94d2012-06-22 23:10:08 +00008580 } else if (MI->getOpcode() == PPC::SELECT_CC_I4 ||
8581 MI->getOpcode() == PPC::SELECT_CC_I8 ||
8582 MI->getOpcode() == PPC::SELECT_CC_F4 ||
8583 MI->getOpcode() == PPC::SELECT_CC_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008584 MI->getOpcode() == PPC::SELECT_CC_QFRC ||
8585 MI->getOpcode() == PPC::SELECT_CC_QSRC ||
8586 MI->getOpcode() == PPC::SELECT_CC_QBRC ||
Hal Finkel940ab932014-02-28 00:27:01 +00008587 MI->getOpcode() == PPC::SELECT_CC_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008588 MI->getOpcode() == PPC::SELECT_CC_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008589 MI->getOpcode() == PPC::SELECT_CC_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008590 MI->getOpcode() == PPC::SELECT_CC_VSRC ||
Hal Finkel940ab932014-02-28 00:27:01 +00008591 MI->getOpcode() == PPC::SELECT_I4 ||
8592 MI->getOpcode() == PPC::SELECT_I8 ||
8593 MI->getOpcode() == PPC::SELECT_F4 ||
8594 MI->getOpcode() == PPC::SELECT_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008595 MI->getOpcode() == PPC::SELECT_QFRC ||
8596 MI->getOpcode() == PPC::SELECT_QSRC ||
8597 MI->getOpcode() == PPC::SELECT_QBRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008598 MI->getOpcode() == PPC::SELECT_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008599 MI->getOpcode() == PPC::SELECT_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008600 MI->getOpcode() == PPC::SELECT_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008601 MI->getOpcode() == PPC::SELECT_VSRC) {
Evan Cheng32e376f2008-07-12 02:23:19 +00008602 // The incoming instruction knows the destination vreg to set, the
8603 // condition code register to branch on, the true/false values to
8604 // select between, and a branch opcode to use.
8605
8606 // thisMBB:
8607 // ...
8608 // TrueVal = ...
8609 // cmpTY ccX, r1, r2
8610 // bCC copy1MBB
8611 // fallthrough --> copy0MBB
8612 MachineBasicBlock *thisMBB = BB;
8613 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB);
8614 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008615 DebugLoc dl = MI->getDebugLoc();
Evan Cheng32e376f2008-07-12 02:23:19 +00008616 F->insert(It, copy0MBB);
8617 F->insert(It, sinkMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008618
8619 // Transfer the remainder of BB and its successor edges to sinkMBB.
8620 sinkMBB->splice(sinkMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008621 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008622 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
8623
Evan Cheng32e376f2008-07-12 02:23:19 +00008624 // Next, add the true and fallthrough blocks as its successors.
8625 BB->addSuccessor(copy0MBB);
8626 BB->addSuccessor(sinkMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008627
Hal Finkel940ab932014-02-28 00:27:01 +00008628 if (MI->getOpcode() == PPC::SELECT_I4 ||
8629 MI->getOpcode() == PPC::SELECT_I8 ||
8630 MI->getOpcode() == PPC::SELECT_F4 ||
8631 MI->getOpcode() == PPC::SELECT_F8 ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00008632 MI->getOpcode() == PPC::SELECT_QFRC ||
8633 MI->getOpcode() == PPC::SELECT_QSRC ||
8634 MI->getOpcode() == PPC::SELECT_QBRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008635 MI->getOpcode() == PPC::SELECT_VRRC ||
Bill Schmidt9c54bbd2014-10-22 16:58:20 +00008636 MI->getOpcode() == PPC::SELECT_VSFRC ||
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +00008637 MI->getOpcode() == PPC::SELECT_VSSRC ||
Bill Schmidt61e65232014-10-22 13:13:40 +00008638 MI->getOpcode() == PPC::SELECT_VSRC) {
Hal Finkel940ab932014-02-28 00:27:01 +00008639 BuildMI(BB, dl, TII->get(PPC::BC))
8640 .addReg(MI->getOperand(1).getReg()).addMBB(sinkMBB);
8641 } else {
8642 unsigned SelectPred = MI->getOperand(4).getImm();
8643 BuildMI(BB, dl, TII->get(PPC::BCC))
8644 .addImm(SelectPred).addReg(MI->getOperand(1).getReg()).addMBB(sinkMBB);
8645 }
Dan Gohman34396292010-07-06 20:24:04 +00008646
Evan Cheng32e376f2008-07-12 02:23:19 +00008647 // copy0MBB:
8648 // %FalseValue = ...
8649 // # fallthrough to sinkMBB
8650 BB = copy0MBB;
Scott Michelcf0da6c2009-02-17 22:15:04 +00008651
Evan Cheng32e376f2008-07-12 02:23:19 +00008652 // Update machine-CFG edges
8653 BB->addSuccessor(sinkMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008654
Evan Cheng32e376f2008-07-12 02:23:19 +00008655 // sinkMBB:
8656 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
8657 // ...
8658 BB = sinkMBB;
Dan Gohman34396292010-07-06 20:24:04 +00008659 BuildMI(*BB, BB->begin(), dl,
8660 TII->get(PPC::PHI), MI->getOperand(0).getReg())
Evan Cheng32e376f2008-07-12 02:23:19 +00008661 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB)
8662 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
Hal Finkelbbdee932014-12-02 22:01:00 +00008663 } else if (MI->getOpcode() == PPC::ReadTB) {
8664 // To read the 64-bit time-base register on a 32-bit target, we read the
8665 // two halves. Should the counter have wrapped while it was being read, we
8666 // need to try again.
8667 // ...
8668 // readLoop:
8669 // mfspr Rx,TBU # load from TBU
8670 // mfspr Ry,TB # load from TB
8671 // mfspr Rz,TBU # load from TBU
8672 // cmpw crX,Rx,Rz # check if ‘old’=’new’
8673 // bne readLoop # branch if they're not equal
8674 // ...
8675
8676 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB);
8677 MachineBasicBlock *sinkMBB = F->CreateMachineBasicBlock(LLVM_BB);
8678 DebugLoc dl = MI->getDebugLoc();
8679 F->insert(It, readMBB);
8680 F->insert(It, sinkMBB);
8681
8682 // Transfer the remainder of BB and its successor edges to sinkMBB.
8683 sinkMBB->splice(sinkMBB->begin(), BB,
8684 std::next(MachineBasicBlock::iterator(MI)), BB->end());
8685 sinkMBB->transferSuccessorsAndUpdatePHIs(BB);
8686
8687 BB->addSuccessor(readMBB);
8688 BB = readMBB;
8689
8690 MachineRegisterInfo &RegInfo = F->getRegInfo();
8691 unsigned ReadAgainReg = RegInfo.createVirtualRegister(&PPC::GPRCRegClass);
8692 unsigned LoReg = MI->getOperand(0).getReg();
8693 unsigned HiReg = MI->getOperand(1).getReg();
8694
8695 BuildMI(BB, dl, TII->get(PPC::MFSPR), HiReg).addImm(269);
8696 BuildMI(BB, dl, TII->get(PPC::MFSPR), LoReg).addImm(268);
8697 BuildMI(BB, dl, TII->get(PPC::MFSPR), ReadAgainReg).addImm(269);
8698
8699 unsigned CmpReg = RegInfo.createVirtualRegister(&PPC::CRRCRegClass);
8700
8701 BuildMI(BB, dl, TII->get(PPC::CMPW), CmpReg)
8702 .addReg(HiReg).addReg(ReadAgainReg);
8703 BuildMI(BB, dl, TII->get(PPC::BCC))
8704 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB);
8705
8706 BB->addSuccessor(readMBB);
8707 BB->addSuccessor(sinkMBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008708 }
Dale Johannesena32affb2008-08-28 17:53:09 +00008709 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I8)
8710 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::ADD4);
8711 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I16)
8712 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::ADD4);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008713 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008714 BB = EmitAtomicBinary(MI, BB, 4, PPC::ADD4);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008715 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_ADD_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008716 BB = EmitAtomicBinary(MI, BB, 8, PPC::ADD8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008717
8718 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I8)
8719 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::AND);
8720 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I16)
8721 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::AND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008722 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008723 BB = EmitAtomicBinary(MI, BB, 4, PPC::AND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008724 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_AND_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008725 BB = EmitAtomicBinary(MI, BB, 8, PPC::AND8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008726
8727 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I8)
8728 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::OR);
8729 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I16)
8730 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::OR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008731 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008732 BB = EmitAtomicBinary(MI, BB, 4, PPC::OR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008733 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_OR_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008734 BB = EmitAtomicBinary(MI, BB, 8, PPC::OR8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008735
8736 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I8)
8737 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::XOR);
8738 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I16)
8739 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::XOR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008740 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008741 BB = EmitAtomicBinary(MI, BB, 4, PPC::XOR);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008742 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_XOR_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008743 BB = EmitAtomicBinary(MI, BB, 8, PPC::XOR8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008744
8745 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I8)
Ulrich Weigand862d8b82014-07-08 16:16:02 +00008746 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::NAND);
Dale Johannesena32affb2008-08-28 17:53:09 +00008747 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I16)
Ulrich Weigand862d8b82014-07-08 16:16:02 +00008748 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::NAND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008749 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008750 BB = EmitAtomicBinary(MI, BB, 4, PPC::NAND);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008751 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_NAND_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008752 BB = EmitAtomicBinary(MI, BB, 8, PPC::NAND8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008753
8754 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I8)
8755 BB = EmitPartwordAtomicBinary(MI, BB, true, PPC::SUBF);
8756 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I16)
8757 BB = EmitPartwordAtomicBinary(MI, BB, false, PPC::SUBF);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008758 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008759 BB = EmitAtomicBinary(MI, BB, 4, PPC::SUBF);
Dale Johannesend4eb0522008-08-25 22:34:37 +00008760 else if (MI->getOpcode() == PPC::ATOMIC_LOAD_SUB_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008761 BB = EmitAtomicBinary(MI, BB, 8, PPC::SUBF8);
Dale Johannesena32affb2008-08-28 17:53:09 +00008762
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008763 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I8)
8764 BB = EmitPartwordAtomicBinary(MI, BB, true, 0);
8765 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I16)
8766 BB = EmitPartwordAtomicBinary(MI, BB, false, 0);
8767 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I32)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008768 BB = EmitAtomicBinary(MI, BB, 4, 0);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008769 else if (MI->getOpcode() == PPC::ATOMIC_SWAP_I64)
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008770 BB = EmitAtomicBinary(MI, BB, 8, 0);
Dale Johannesenf0a88d62008-08-29 18:29:46 +00008771
Evan Cheng32e376f2008-07-12 02:23:19 +00008772 else if (MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I32 ||
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008773 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64 ||
8774 (Subtarget.hasPartwordAtomics() &&
8775 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8) ||
8776 (Subtarget.hasPartwordAtomics() &&
8777 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I16)) {
Evan Cheng32e376f2008-07-12 02:23:19 +00008778 bool is64bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I64;
8779
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008780 auto LoadMnemonic = PPC::LDARX;
8781 auto StoreMnemonic = PPC::STDCX;
8782 switch(MI->getOpcode()) {
8783 default:
8784 llvm_unreachable("Compare and swap of unknown size");
8785 case PPC::ATOMIC_CMP_SWAP_I8:
8786 LoadMnemonic = PPC::LBARX;
8787 StoreMnemonic = PPC::STBCX;
8788 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
8789 break;
8790 case PPC::ATOMIC_CMP_SWAP_I16:
8791 LoadMnemonic = PPC::LHARX;
8792 StoreMnemonic = PPC::STHCX;
8793 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
8794 break;
8795 case PPC::ATOMIC_CMP_SWAP_I32:
8796 LoadMnemonic = PPC::LWARX;
8797 StoreMnemonic = PPC::STWCX;
8798 break;
8799 case PPC::ATOMIC_CMP_SWAP_I64:
8800 LoadMnemonic = PPC::LDARX;
8801 StoreMnemonic = PPC::STDCX;
8802 break;
8803 }
Evan Cheng32e376f2008-07-12 02:23:19 +00008804 unsigned dest = MI->getOperand(0).getReg();
8805 unsigned ptrA = MI->getOperand(1).getReg();
8806 unsigned ptrB = MI->getOperand(2).getReg();
8807 unsigned oldval = MI->getOperand(3).getReg();
8808 unsigned newval = MI->getOperand(4).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008809 DebugLoc dl = MI->getDebugLoc();
Evan Cheng32e376f2008-07-12 02:23:19 +00008810
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008811 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB);
8812 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB);
8813 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008814 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008815 F->insert(It, loop1MBB);
8816 F->insert(It, loop2MBB);
8817 F->insert(It, midMBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008818 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008819 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008820 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008821 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008822
8823 // thisMBB:
8824 // ...
8825 // fallthrough --> loopMBB
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008826 BB->addSuccessor(loop1MBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008827
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008828 // loop1MBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008829 // l[bhwd]arx dest, ptr
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008830 // cmp[wd] dest, oldval
8831 // bne- midMBB
8832 // loop2MBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008833 // st[bhwd]cx. newval, ptr
Evan Cheng32e376f2008-07-12 02:23:19 +00008834 // bne- loopMBB
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008835 // b exitBB
8836 // midMBB:
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008837 // st[bhwd]cx. dest, ptr
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008838 // exitBB:
8839 BB = loop1MBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008840 BuildMI(BB, dl, TII->get(LoadMnemonic), dest)
Evan Cheng32e376f2008-07-12 02:23:19 +00008841 .addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008842 BuildMI(BB, dl, TII->get(is64bit ? PPC::CMPD : PPC::CMPW), PPC::CR0)
Evan Cheng32e376f2008-07-12 02:23:19 +00008843 .addReg(oldval).addReg(dest);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008844 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008845 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8846 BB->addSuccessor(loop2MBB);
8847 BB->addSuccessor(midMBB);
8848
8849 BB = loop2MBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008850 BuildMI(BB, dl, TII->get(StoreMnemonic))
Evan Cheng32e376f2008-07-12 02:23:19 +00008851 .addReg(newval).addReg(ptrA).addReg(ptrB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008852 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008853 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008854 BuildMI(BB, dl, TII->get(PPC::B)).addMBB(exitMBB);
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008855 BB->addSuccessor(loop1MBB);
Evan Cheng32e376f2008-07-12 02:23:19 +00008856 BB->addSuccessor(exitMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00008857
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008858 BB = midMBB;
Nemanja Ivanovic0adf26b2015-03-10 20:51:07 +00008859 BuildMI(BB, dl, TII->get(StoreMnemonic))
Dale Johannesen166d6cb2008-08-25 18:53:26 +00008860 .addReg(dest).addReg(ptrA).addReg(ptrB);
8861 BB->addSuccessor(exitMBB);
8862
Evan Cheng32e376f2008-07-12 02:23:19 +00008863 // exitMBB:
8864 // ...
8865 BB = exitMBB;
Dale Johannesen340d2642008-08-30 00:08:53 +00008866 } else if (MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8 ||
8867 MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I16) {
8868 // We must use 64-bit registers for addresses when targeting 64-bit,
8869 // since we're actually doing arithmetic on them. Other registers
8870 // can be 32-bit.
Eric Christopherb1aaebe2014-06-12 22:38:18 +00008871 bool is64bit = Subtarget.isPPC64();
Dale Johannesen340d2642008-08-30 00:08:53 +00008872 bool is8bit = MI->getOpcode() == PPC::ATOMIC_CMP_SWAP_I8;
8873
8874 unsigned dest = MI->getOperand(0).getReg();
8875 unsigned ptrA = MI->getOperand(1).getReg();
8876 unsigned ptrB = MI->getOperand(2).getReg();
8877 unsigned oldval = MI->getOperand(3).getReg();
8878 unsigned newval = MI->getOperand(4).getReg();
Dale Johannesene9f623e2009-02-13 02:27:39 +00008879 DebugLoc dl = MI->getDebugLoc();
Dale Johannesen340d2642008-08-30 00:08:53 +00008880
8881 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB);
8882 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB);
8883 MachineBasicBlock *midMBB = F->CreateMachineBasicBlock(LLVM_BB);
8884 MachineBasicBlock *exitMBB = F->CreateMachineBasicBlock(LLVM_BB);
8885 F->insert(It, loop1MBB);
8886 F->insert(It, loop2MBB);
8887 F->insert(It, midMBB);
8888 F->insert(It, exitMBB);
Dan Gohman34396292010-07-06 20:24:04 +00008889 exitMBB->splice(exitMBB->begin(), BB,
Benjamin Kramerb6d0bd42014-03-02 12:27:27 +00008890 std::next(MachineBasicBlock::iterator(MI)), BB->end());
Dan Gohman34396292010-07-06 20:24:04 +00008891 exitMBB->transferSuccessorsAndUpdatePHIs(BB);
Dale Johannesen340d2642008-08-30 00:08:53 +00008892
8893 MachineRegisterInfo &RegInfo = F->getRegInfo();
Craig Topper61e88f42014-11-21 05:58:21 +00008894 const TargetRegisterClass *RC = is64bit ? &PPC::G8RCRegClass
8895 : &PPC::GPRCRegClass;
Dale Johannesen340d2642008-08-30 00:08:53 +00008896 unsigned PtrReg = RegInfo.createVirtualRegister(RC);
8897 unsigned Shift1Reg = RegInfo.createVirtualRegister(RC);
8898 unsigned ShiftReg = RegInfo.createVirtualRegister(RC);
8899 unsigned NewVal2Reg = RegInfo.createVirtualRegister(RC);
8900 unsigned NewVal3Reg = RegInfo.createVirtualRegister(RC);
8901 unsigned OldVal2Reg = RegInfo.createVirtualRegister(RC);
8902 unsigned OldVal3Reg = RegInfo.createVirtualRegister(RC);
8903 unsigned MaskReg = RegInfo.createVirtualRegister(RC);
8904 unsigned Mask2Reg = RegInfo.createVirtualRegister(RC);
8905 unsigned Mask3Reg = RegInfo.createVirtualRegister(RC);
8906 unsigned Tmp2Reg = RegInfo.createVirtualRegister(RC);
8907 unsigned Tmp4Reg = RegInfo.createVirtualRegister(RC);
8908 unsigned TmpDestReg = RegInfo.createVirtualRegister(RC);
8909 unsigned Ptr1Reg;
8910 unsigned TmpReg = RegInfo.createVirtualRegister(RC);
Hal Finkelf70c41e2013-03-21 23:45:03 +00008911 unsigned ZeroReg = is64bit ? PPC::ZERO8 : PPC::ZERO;
Dale Johannesen340d2642008-08-30 00:08:53 +00008912 // thisMBB:
8913 // ...
8914 // fallthrough --> loopMBB
8915 BB->addSuccessor(loop1MBB);
8916
8917 // The 4-byte load must be aligned, while a char or short may be
8918 // anywhere in the word. Hence all this nasty bookkeeping code.
8919 // add ptr1, ptrA, ptrB [copy if ptrA==0]
8920 // rlwinm shift1, ptr1, 3, 27, 28 [3, 27, 27]
Dale Johannesenbc698292008-09-02 20:30:23 +00008921 // xori shift, shift1, 24 [16]
Dale Johannesen340d2642008-08-30 00:08:53 +00008922 // rlwinm ptr, ptr1, 0, 0, 29
8923 // slw newval2, newval, shift
8924 // slw oldval2, oldval,shift
8925 // li mask2, 255 [li mask3, 0; ori mask2, mask3, 65535]
8926 // slw mask, mask2, shift
8927 // and newval3, newval2, mask
8928 // and oldval3, oldval2, mask
8929 // loop1MBB:
8930 // lwarx tmpDest, ptr
8931 // and tmp, tmpDest, mask
8932 // cmpw tmp, oldval3
8933 // bne- midMBB
8934 // loop2MBB:
8935 // andc tmp2, tmpDest, mask
8936 // or tmp4, tmp2, newval3
8937 // stwcx. tmp4, ptr
8938 // bne- loop1MBB
8939 // b exitBB
8940 // midMBB:
8941 // stwcx. tmpDest, ptr
8942 // exitBB:
8943 // srw dest, tmpDest, shift
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008944 if (ptrA != ZeroReg) {
Dale Johannesen340d2642008-08-30 00:08:53 +00008945 Ptr1Reg = RegInfo.createVirtualRegister(RC);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008946 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008947 .addReg(ptrA).addReg(ptrB);
8948 } else {
8949 Ptr1Reg = ptrB;
8950 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008951 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008952 .addImm(3).addImm(27).addImm(is8bit ? 28 : 27);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008953 BuildMI(BB, dl, TII->get(is64bit ? PPC::XORI8 : PPC::XORI), ShiftReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008954 .addReg(Shift1Reg).addImm(is8bit ? 24 : 16);
8955 if (is64bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008956 BuildMI(BB, dl, TII->get(PPC::RLDICR), PtrReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008957 .addReg(Ptr1Reg).addImm(0).addImm(61);
8958 else
Dale Johannesene9f623e2009-02-13 02:27:39 +00008959 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008960 .addReg(Ptr1Reg).addImm(0).addImm(0).addImm(29);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008961 BuildMI(BB, dl, TII->get(PPC::SLW), NewVal2Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008962 .addReg(newval).addReg(ShiftReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008963 BuildMI(BB, dl, TII->get(PPC::SLW), OldVal2Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008964 .addReg(oldval).addReg(ShiftReg);
8965 if (is8bit)
Dale Johannesene9f623e2009-02-13 02:27:39 +00008966 BuildMI(BB, dl, TII->get(PPC::LI), Mask2Reg).addImm(255);
Dale Johannesen340d2642008-08-30 00:08:53 +00008967 else {
Dale Johannesene9f623e2009-02-13 02:27:39 +00008968 BuildMI(BB, dl, TII->get(PPC::LI), Mask3Reg).addImm(0);
8969 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
8970 .addReg(Mask3Reg).addImm(65535);
Dale Johannesen340d2642008-08-30 00:08:53 +00008971 }
Dale Johannesene9f623e2009-02-13 02:27:39 +00008972 BuildMI(BB, dl, TII->get(PPC::SLW), MaskReg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008973 .addReg(Mask2Reg).addReg(ShiftReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008974 BuildMI(BB, dl, TII->get(PPC::AND), NewVal3Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008975 .addReg(NewVal2Reg).addReg(MaskReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008976 BuildMI(BB, dl, TII->get(PPC::AND), OldVal3Reg)
Dale Johannesen340d2642008-08-30 00:08:53 +00008977 .addReg(OldVal2Reg).addReg(MaskReg);
8978
8979 BB = loop1MBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008980 BuildMI(BB, dl, TII->get(PPC::LWARX), TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008981 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008982 BuildMI(BB, dl, TII->get(PPC::AND),TmpReg)
8983 .addReg(TmpDestReg).addReg(MaskReg);
8984 BuildMI(BB, dl, TII->get(PPC::CMPW), PPC::CR0)
Dale Johannesen340d2642008-08-30 00:08:53 +00008985 .addReg(TmpReg).addReg(OldVal3Reg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008986 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen340d2642008-08-30 00:08:53 +00008987 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(midMBB);
8988 BB->addSuccessor(loop2MBB);
8989 BB->addSuccessor(midMBB);
8990
8991 BB = loop2MBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00008992 BuildMI(BB, dl, TII->get(PPC::ANDC),Tmp2Reg)
8993 .addReg(TmpDestReg).addReg(MaskReg);
8994 BuildMI(BB, dl, TII->get(PPC::OR),Tmp4Reg)
8995 .addReg(Tmp2Reg).addReg(NewVal3Reg);
8996 BuildMI(BB, dl, TII->get(PPC::STWCX)).addReg(Tmp4Reg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00008997 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesene9f623e2009-02-13 02:27:39 +00008998 BuildMI(BB, dl, TII->get(PPC::BCC))
Dale Johannesen340d2642008-08-30 00:08:53 +00008999 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB);
Dale Johannesene9f623e2009-02-13 02:27:39 +00009000 BuildMI(BB, dl, TII->get(PPC::B)).addMBB(exitMBB);
Dale Johannesen340d2642008-08-30 00:08:53 +00009001 BB->addSuccessor(loop1MBB);
9002 BB->addSuccessor(exitMBB);
Scott Michelcf0da6c2009-02-17 22:15:04 +00009003
Dale Johannesen340d2642008-08-30 00:08:53 +00009004 BB = midMBB;
Dale Johannesene9f623e2009-02-13 02:27:39 +00009005 BuildMI(BB, dl, TII->get(PPC::STWCX)).addReg(TmpDestReg)
Jakob Stoklund Olesen7067bff2011-04-04 17:07:06 +00009006 .addReg(ZeroReg).addReg(PtrReg);
Dale Johannesen340d2642008-08-30 00:08:53 +00009007 BB->addSuccessor(exitMBB);
9008
9009 // exitMBB:
9010 // ...
9011 BB = exitMBB;
Jakob Stoklund Olesen13ce2362011-04-04 17:57:29 +00009012 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW),dest).addReg(TmpReg)
9013 .addReg(ShiftReg);
Ulrich Weigand874fc622013-03-26 10:56:22 +00009014 } else if (MI->getOpcode() == PPC::FADDrtz) {
9015 // This pseudo performs an FADD with rounding mode temporarily forced
9016 // to round-to-zero. We emit this via custom inserter since the FPSCR
9017 // is not modeled at the SelectionDAG level.
9018 unsigned Dest = MI->getOperand(0).getReg();
9019 unsigned Src1 = MI->getOperand(1).getReg();
9020 unsigned Src2 = MI->getOperand(2).getReg();
9021 DebugLoc dl = MI->getDebugLoc();
9022
9023 MachineRegisterInfo &RegInfo = F->getRegInfo();
9024 unsigned MFFSReg = RegInfo.createVirtualRegister(&PPC::F8RCRegClass);
9025
9026 // Save FPSCR value.
9027 BuildMI(*BB, MI, dl, TII->get(PPC::MFFS), MFFSReg);
9028
9029 // Set rounding mode to round-to-zero.
9030 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSB1)).addImm(31);
9031 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSB0)).addImm(30);
9032
9033 // Perform addition.
9034 BuildMI(*BB, MI, dl, TII->get(PPC::FADD), Dest).addReg(Src1).addReg(Src2);
9035
9036 // Restore FPSCR value.
Hal Finkel64202162015-01-15 01:00:53 +00009037 BuildMI(*BB, MI, dl, TII->get(PPC::MTFSFb)).addImm(1).addReg(MFFSReg);
Hal Finkel940ab932014-02-28 00:27:01 +00009038 } else if (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT ||
9039 MI->getOpcode() == PPC::ANDIo_1_GT_BIT ||
9040 MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8 ||
9041 MI->getOpcode() == PPC::ANDIo_1_GT_BIT8) {
9042 unsigned Opcode = (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8 ||
9043 MI->getOpcode() == PPC::ANDIo_1_GT_BIT8) ?
9044 PPC::ANDIo8 : PPC::ANDIo;
9045 bool isEQ = (MI->getOpcode() == PPC::ANDIo_1_EQ_BIT ||
9046 MI->getOpcode() == PPC::ANDIo_1_EQ_BIT8);
9047
9048 MachineRegisterInfo &RegInfo = F->getRegInfo();
9049 unsigned Dest = RegInfo.createVirtualRegister(Opcode == PPC::ANDIo ?
9050 &PPC::GPRCRegClass :
9051 &PPC::G8RCRegClass);
9052
9053 DebugLoc dl = MI->getDebugLoc();
9054 BuildMI(*BB, MI, dl, TII->get(Opcode), Dest)
9055 .addReg(MI->getOperand(1).getReg()).addImm(1);
9056 BuildMI(*BB, MI, dl, TII->get(TargetOpcode::COPY),
9057 MI->getOperand(0).getReg())
9058 .addReg(isEQ ? PPC::CR0EQ : PPC::CR0GT);
Kit Barton535e69d2015-03-25 19:36:23 +00009059 } else if (MI->getOpcode() == PPC::TCHECK_RET) {
9060 DebugLoc Dl = MI->getDebugLoc();
9061 MachineRegisterInfo &RegInfo = F->getRegInfo();
9062 unsigned CRReg = RegInfo.createVirtualRegister(&PPC::CRRCRegClass);
9063 BuildMI(*BB, MI, Dl, TII->get(PPC::TCHECK), CRReg);
9064 return BB;
Dale Johannesen340d2642008-08-30 00:08:53 +00009065 } else {
Torok Edwinfbcc6632009-07-14 16:55:14 +00009066 llvm_unreachable("Unexpected instr type to insert");
Evan Cheng32e376f2008-07-12 02:23:19 +00009067 }
Chris Lattner9b577f12005-08-26 21:23:58 +00009068
Dan Gohman34396292010-07-06 20:24:04 +00009069 MI->eraseFromParent(); // The pseudo instruction is gone now.
Chris Lattner9b577f12005-08-26 21:23:58 +00009070 return BB;
9071}
9072
Chris Lattner4211ca92006-04-14 06:01:58 +00009073//===----------------------------------------------------------------------===//
9074// Target Optimization Hooks
9075//===----------------------------------------------------------------------===//
9076
Hal Finkelcbf08922015-07-12 02:33:57 +00009077static std::string getRecipOp(const char *Base, EVT VT) {
9078 std::string RecipOp(Base);
9079 if (VT.getScalarType() == MVT::f64)
9080 RecipOp += "d";
9081 else
9082 RecipOp += "f";
9083
9084 if (VT.isVector())
9085 RecipOp = "vec-" + RecipOp;
9086
9087 return RecipOp;
9088}
9089
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009090SDValue PPCTargetLowering::getRsqrtEstimate(SDValue Operand,
9091 DAGCombinerInfo &DCI,
Sanjay Patel957efc232014-10-24 17:02:16 +00009092 unsigned &RefinementSteps,
9093 bool &UseOneConstNR) const {
Sanjay Patelbdf1e382014-09-26 23:01:47 +00009094 EVT VT = Operand.getValueType();
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009095 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) ||
Eric Christophercccae792015-01-30 22:02:31 +00009096 (VT == MVT::f64 && Subtarget.hasFRSQRTE()) ||
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009097 (VT == MVT::v4f32 && Subtarget.hasAltivec()) ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00009098 (VT == MVT::v2f64 && Subtarget.hasVSX()) ||
9099 (VT == MVT::v4f32 && Subtarget.hasQPX()) ||
9100 (VT == MVT::v4f64 && Subtarget.hasQPX())) {
Hal Finkelcbf08922015-07-12 02:33:57 +00009101 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals;
9102 std::string RecipOp = getRecipOp("sqrt", VT);
9103 if (!Recips.isEnabled(RecipOp))
9104 return SDValue();
9105
9106 RefinementSteps = Recips.getRefinementSteps(RecipOp);
Sanjay Patel957efc232014-10-24 17:02:16 +00009107 UseOneConstNR = true;
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009108 return DCI.DAG.getNode(PPCISD::FRSQRTE, SDLoc(Operand), VT, Operand);
Hal Finkel2e103312013-04-03 04:01:11 +00009109 }
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009110 return SDValue();
9111}
9112
9113SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand,
9114 DAGCombinerInfo &DCI,
9115 unsigned &RefinementSteps) const {
9116 EVT VT = Operand.getValueType();
9117 if ((VT == MVT::f32 && Subtarget.hasFRES()) ||
Eric Christophercccae792015-01-30 22:02:31 +00009118 (VT == MVT::f64 && Subtarget.hasFRE()) ||
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009119 (VT == MVT::v4f32 && Subtarget.hasAltivec()) ||
Hal Finkelc93a9a22015-02-25 01:06:45 +00009120 (VT == MVT::v2f64 && Subtarget.hasVSX()) ||
9121 (VT == MVT::v4f32 && Subtarget.hasQPX()) ||
9122 (VT == MVT::v4f64 && Subtarget.hasQPX())) {
Hal Finkelcbf08922015-07-12 02:33:57 +00009123 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals;
9124 std::string RecipOp = getRecipOp("div", VT);
9125 if (!Recips.isEnabled(RecipOp))
9126 return SDValue();
9127
9128 RefinementSteps = Recips.getRefinementSteps(RecipOp);
Sanjay Patel8fde95c2014-09-30 20:28:48 +00009129 return DCI.DAG.getNode(PPCISD::FRE, SDLoc(Operand), VT, Operand);
9130 }
9131 return SDValue();
Hal Finkel2e103312013-04-03 04:01:11 +00009132}
9133
Sanjay Patel1dd15592015-07-28 23:05:48 +00009134unsigned PPCTargetLowering::combineRepeatedFPDivisors() const {
Hal Finkel360f2132014-11-24 23:45:21 +00009135 // Note: This functionality is used only when unsafe-fp-math is enabled, and
9136 // on cores with reciprocal estimates (which are used when unsafe-fp-math is
9137 // enabled for division), this functionality is redundant with the default
9138 // combiner logic (once the division -> reciprocal/multiply transformation
9139 // has taken place). As a result, this matters more for older cores than for
9140 // newer ones.
9141
9142 // Combine multiple FDIVs with the same divisor into multiple FMULs by the
9143 // reciprocal if there are two or more FDIVs (for embedded cores with only
9144 // one FP pipeline) for three or more FDIVs (for generic OOO cores).
9145 switch (Subtarget.getDarwinDirective()) {
9146 default:
Sanjay Patel1dd15592015-07-28 23:05:48 +00009147 return 3;
Hal Finkel360f2132014-11-24 23:45:21 +00009148 case PPC::DIR_440:
9149 case PPC::DIR_A2:
9150 case PPC::DIR_E500mc:
9151 case PPC::DIR_E5500:
Sanjay Patel1dd15592015-07-28 23:05:48 +00009152 return 2;
Hal Finkel360f2132014-11-24 23:45:21 +00009153 }
9154}
9155
Hal Finkel3604bf72014-08-01 01:02:01 +00009156static bool isConsecutiveLSLoc(SDValue Loc, EVT VT, LSBaseSDNode *Base,
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009157 unsigned Bytes, int Dist,
9158 SelectionDAG &DAG) {
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009159 if (VT.getSizeInBits() / 8 != Bytes)
9160 return false;
9161
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009162 SDValue BaseLoc = Base->getBasePtr();
9163 if (Loc.getOpcode() == ISD::FrameIndex) {
9164 if (BaseLoc.getOpcode() != ISD::FrameIndex)
9165 return false;
9166 const MachineFrameInfo *MFI = DAG.getMachineFunction().getFrameInfo();
9167 int FI = cast<FrameIndexSDNode>(Loc)->getIndex();
9168 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex();
9169 int FS = MFI->getObjectSize(FI);
9170 int BFS = MFI->getObjectSize(BFI);
9171 if (FS != BFS || FS != (int)Bytes) return false;
9172 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
9173 }
9174
9175 // Handle X+C
9176 if (DAG.isBaseWithConstantOffset(Loc) && Loc.getOperand(0) == BaseLoc &&
9177 cast<ConstantSDNode>(Loc.getOperand(1))->getSExtValue() == Dist*Bytes)
9178 return true;
9179
9180 const TargetLowering &TLI = DAG.getTargetLoweringInfo();
Craig Topper062a2ba2014-04-25 05:30:21 +00009181 const GlobalValue *GV1 = nullptr;
9182 const GlobalValue *GV2 = nullptr;
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009183 int64_t Offset1 = 0;
9184 int64_t Offset2 = 0;
9185 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
9186 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
9187 if (isGA1 && isGA2 && GV1 == GV2)
9188 return Offset1 == (Offset2 + Dist*Bytes);
9189 return false;
9190}
9191
Hal Finkel3604bf72014-08-01 01:02:01 +00009192// Like SelectionDAG::isConsecutiveLoad, but also works for stores, and does
9193// not enforce equality of the chain operands.
9194static bool isConsecutiveLS(SDNode *N, LSBaseSDNode *Base,
9195 unsigned Bytes, int Dist,
9196 SelectionDAG &DAG) {
9197 if (LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(N)) {
9198 EVT VT = LS->getMemoryVT();
9199 SDValue Loc = LS->getBasePtr();
9200 return isConsecutiveLSLoc(Loc, VT, Base, Bytes, Dist, DAG);
9201 }
9202
9203 if (N->getOpcode() == ISD::INTRINSIC_W_CHAIN) {
9204 EVT VT;
9205 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
9206 default: return false;
Hal Finkelc93a9a22015-02-25 01:06:45 +00009207 case Intrinsic::ppc_qpx_qvlfd:
9208 case Intrinsic::ppc_qpx_qvlfda:
9209 VT = MVT::v4f64;
9210 break;
9211 case Intrinsic::ppc_qpx_qvlfs:
9212 case Intrinsic::ppc_qpx_qvlfsa:
9213 VT = MVT::v4f32;
9214 break;
9215 case Intrinsic::ppc_qpx_qvlfcd:
9216 case Intrinsic::ppc_qpx_qvlfcda:
9217 VT = MVT::v2f64;
9218 break;
9219 case Intrinsic::ppc_qpx_qvlfcs:
9220 case Intrinsic::ppc_qpx_qvlfcsa:
9221 VT = MVT::v2f32;
9222 break;
9223 case Intrinsic::ppc_qpx_qvlfiwa:
9224 case Intrinsic::ppc_qpx_qvlfiwz:
Hal Finkel3604bf72014-08-01 01:02:01 +00009225 case Intrinsic::ppc_altivec_lvx:
9226 case Intrinsic::ppc_altivec_lvxl:
Bill Schmidt72954782014-11-12 04:19:40 +00009227 case Intrinsic::ppc_vsx_lxvw4x:
Hal Finkel3604bf72014-08-01 01:02:01 +00009228 VT = MVT::v4i32;
9229 break;
Bill Schmidt72954782014-11-12 04:19:40 +00009230 case Intrinsic::ppc_vsx_lxvd2x:
9231 VT = MVT::v2f64;
9232 break;
Hal Finkel3604bf72014-08-01 01:02:01 +00009233 case Intrinsic::ppc_altivec_lvebx:
9234 VT = MVT::i8;
9235 break;
9236 case Intrinsic::ppc_altivec_lvehx:
9237 VT = MVT::i16;
9238 break;
9239 case Intrinsic::ppc_altivec_lvewx:
9240 VT = MVT::i32;
9241 break;
9242 }
9243
9244 return isConsecutiveLSLoc(N->getOperand(2), VT, Base, Bytes, Dist, DAG);
9245 }
9246
9247 if (N->getOpcode() == ISD::INTRINSIC_VOID) {
9248 EVT VT;
9249 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
9250 default: return false;
Hal Finkelc93a9a22015-02-25 01:06:45 +00009251 case Intrinsic::ppc_qpx_qvstfd:
9252 case Intrinsic::ppc_qpx_qvstfda:
9253 VT = MVT::v4f64;
9254 break;
9255 case Intrinsic::ppc_qpx_qvstfs:
9256 case Intrinsic::ppc_qpx_qvstfsa:
9257 VT = MVT::v4f32;
9258 break;
9259 case Intrinsic::ppc_qpx_qvstfcd:
9260 case Intrinsic::ppc_qpx_qvstfcda:
9261 VT = MVT::v2f64;
9262 break;
9263 case Intrinsic::ppc_qpx_qvstfcs:
9264 case Intrinsic::ppc_qpx_qvstfcsa:
9265 VT = MVT::v2f32;
9266 break;
9267 case Intrinsic::ppc_qpx_qvstfiw:
9268 case Intrinsic::ppc_qpx_qvstfiwa:
Hal Finkel3604bf72014-08-01 01:02:01 +00009269 case Intrinsic::ppc_altivec_stvx:
9270 case Intrinsic::ppc_altivec_stvxl:
Bill Schmidt72954782014-11-12 04:19:40 +00009271 case Intrinsic::ppc_vsx_stxvw4x:
Hal Finkel3604bf72014-08-01 01:02:01 +00009272 VT = MVT::v4i32;
9273 break;
Bill Schmidt72954782014-11-12 04:19:40 +00009274 case Intrinsic::ppc_vsx_stxvd2x:
9275 VT = MVT::v2f64;
9276 break;
Hal Finkel3604bf72014-08-01 01:02:01 +00009277 case Intrinsic::ppc_altivec_stvebx:
9278 VT = MVT::i8;
9279 break;
9280 case Intrinsic::ppc_altivec_stvehx:
9281 VT = MVT::i16;
9282 break;
9283 case Intrinsic::ppc_altivec_stvewx:
9284 VT = MVT::i32;
9285 break;
9286 }
9287
9288 return isConsecutiveLSLoc(N->getOperand(3), VT, Base, Bytes, Dist, DAG);
9289 }
9290
9291 return false;
9292}
9293
Hal Finkel7d8a6912013-05-26 18:08:30 +00009294// Return true is there is a nearyby consecutive load to the one provided
9295// (regardless of alignment). We search up and down the chain, looking though
Matt Arsenault57e74d22014-07-29 00:02:40 +00009296// token factors and other loads (but nothing else). As a result, a true result
9297// indicates that it is safe to create a new consecutive load adjacent to the
9298// load provided.
Hal Finkel7d8a6912013-05-26 18:08:30 +00009299static bool findConsecutiveLoad(LoadSDNode *LD, SelectionDAG &DAG) {
9300 SDValue Chain = LD->getChain();
9301 EVT VT = LD->getMemoryVT();
9302
9303 SmallSet<SDNode *, 16> LoadRoots;
9304 SmallVector<SDNode *, 8> Queue(1, Chain.getNode());
9305 SmallSet<SDNode *, 16> Visited;
9306
9307 // First, search up the chain, branching to follow all token-factor operands.
9308 // If we find a consecutive load, then we're done, otherwise, record all
9309 // nodes just above the top-level loads and token factors.
9310 while (!Queue.empty()) {
9311 SDNode *ChainNext = Queue.pop_back_val();
David Blaikie70573dc2014-11-19 07:49:26 +00009312 if (!Visited.insert(ChainNext).second)
Hal Finkel7d8a6912013-05-26 18:08:30 +00009313 continue;
9314
Hal Finkel3604bf72014-08-01 01:02:01 +00009315 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(ChainNext)) {
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009316 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG))
Hal Finkel7d8a6912013-05-26 18:08:30 +00009317 return true;
9318
9319 if (!Visited.count(ChainLD->getChain().getNode()))
9320 Queue.push_back(ChainLD->getChain().getNode());
9321 } else if (ChainNext->getOpcode() == ISD::TokenFactor) {
Craig Topper66e588b2014-06-29 00:40:57 +00009322 for (const SDUse &O : ChainNext->ops())
9323 if (!Visited.count(O.getNode()))
9324 Queue.push_back(O.getNode());
Hal Finkel7d8a6912013-05-26 18:08:30 +00009325 } else
9326 LoadRoots.insert(ChainNext);
9327 }
9328
9329 // Second, search down the chain, starting from the top-level nodes recorded
9330 // in the first phase. These top-level nodes are the nodes just above all
9331 // loads and token factors. Starting with their uses, recursively look though
9332 // all loads (just the chain uses) and token factors to find a consecutive
9333 // load.
9334 Visited.clear();
9335 Queue.clear();
9336
9337 for (SmallSet<SDNode *, 16>::iterator I = LoadRoots.begin(),
9338 IE = LoadRoots.end(); I != IE; ++I) {
9339 Queue.push_back(*I);
9340
9341 while (!Queue.empty()) {
9342 SDNode *LoadRoot = Queue.pop_back_val();
David Blaikie70573dc2014-11-19 07:49:26 +00009343 if (!Visited.insert(LoadRoot).second)
Hal Finkel7d8a6912013-05-26 18:08:30 +00009344 continue;
9345
Hal Finkel3604bf72014-08-01 01:02:01 +00009346 if (MemSDNode *ChainLD = dyn_cast<MemSDNode>(LoadRoot))
Hal Finkel8ebfe6c2013-05-27 02:06:39 +00009347 if (isConsecutiveLS(ChainLD, LD, VT.getStoreSize(), 1, DAG))
Hal Finkel7d8a6912013-05-26 18:08:30 +00009348 return true;
9349
9350 for (SDNode::use_iterator UI = LoadRoot->use_begin(),
9351 UE = LoadRoot->use_end(); UI != UE; ++UI)
Hal Finkel3604bf72014-08-01 01:02:01 +00009352 if (((isa<MemSDNode>(*UI) &&
9353 cast<MemSDNode>(*UI)->getChain().getNode() == LoadRoot) ||
Hal Finkel7d8a6912013-05-26 18:08:30 +00009354 UI->getOpcode() == ISD::TokenFactor) && !Visited.count(*UI))
9355 Queue.push_back(*UI);
9356 }
9357 }
9358
9359 return false;
9360}
9361
Hal Finkel940ab932014-02-28 00:27:01 +00009362SDValue PPCTargetLowering::DAGCombineTruncBoolExt(SDNode *N,
9363 DAGCombinerInfo &DCI) const {
9364 SelectionDAG &DAG = DCI.DAG;
9365 SDLoc dl(N);
9366
Eric Christophercccae792015-01-30 22:02:31 +00009367 assert(Subtarget.useCRBits() && "Expecting to be tracking CR bits");
Hal Finkel940ab932014-02-28 00:27:01 +00009368 // If we're tracking CR bits, we need to be careful that we don't have:
9369 // trunc(binary-ops(zext(x), zext(y)))
9370 // or
9371 // trunc(binary-ops(binary-ops(zext(x), zext(y)), ...)
9372 // such that we're unnecessarily moving things into GPRs when it would be
9373 // better to keep them in CR bits.
9374
9375 // Note that trunc here can be an actual i1 trunc, or can be the effective
9376 // truncation that comes from a setcc or select_cc.
9377 if (N->getOpcode() == ISD::TRUNCATE &&
9378 N->getValueType(0) != MVT::i1)
9379 return SDValue();
9380
9381 if (N->getOperand(0).getValueType() != MVT::i32 &&
9382 N->getOperand(0).getValueType() != MVT::i64)
9383 return SDValue();
9384
9385 if (N->getOpcode() == ISD::SETCC ||
9386 N->getOpcode() == ISD::SELECT_CC) {
9387 // If we're looking at a comparison, then we need to make sure that the
9388 // high bits (all except for the first) don't matter the result.
9389 ISD::CondCode CC =
9390 cast<CondCodeSDNode>(N->getOperand(
9391 N->getOpcode() == ISD::SETCC ? 2 : 4))->get();
9392 unsigned OpBits = N->getOperand(0).getValueSizeInBits();
9393
9394 if (ISD::isSignedIntSetCC(CC)) {
9395 if (DAG.ComputeNumSignBits(N->getOperand(0)) != OpBits ||
9396 DAG.ComputeNumSignBits(N->getOperand(1)) != OpBits)
9397 return SDValue();
9398 } else if (ISD::isUnsignedIntSetCC(CC)) {
9399 if (!DAG.MaskedValueIsZero(N->getOperand(0),
9400 APInt::getHighBitsSet(OpBits, OpBits-1)) ||
9401 !DAG.MaskedValueIsZero(N->getOperand(1),
9402 APInt::getHighBitsSet(OpBits, OpBits-1)))
9403 return SDValue();
9404 } else {
9405 // This is neither a signed nor an unsigned comparison, just make sure
9406 // that the high bits are equal.
9407 APInt Op1Zero, Op1One;
9408 APInt Op2Zero, Op2One;
Jay Foada0653a32014-05-14 21:14:37 +00009409 DAG.computeKnownBits(N->getOperand(0), Op1Zero, Op1One);
9410 DAG.computeKnownBits(N->getOperand(1), Op2Zero, Op2One);
Hal Finkel940ab932014-02-28 00:27:01 +00009411
9412 // We don't really care about what is known about the first bit (if
9413 // anything), so clear it in all masks prior to comparing them.
9414 Op1Zero.clearBit(0); Op1One.clearBit(0);
9415 Op2Zero.clearBit(0); Op2One.clearBit(0);
9416
9417 if (Op1Zero != Op2Zero || Op1One != Op2One)
9418 return SDValue();
9419 }
9420 }
9421
9422 // We now know that the higher-order bits are irrelevant, we just need to
9423 // make sure that all of the intermediate operations are bit operations, and
9424 // all inputs are extensions.
9425 if (N->getOperand(0).getOpcode() != ISD::AND &&
9426 N->getOperand(0).getOpcode() != ISD::OR &&
9427 N->getOperand(0).getOpcode() != ISD::XOR &&
9428 N->getOperand(0).getOpcode() != ISD::SELECT &&
9429 N->getOperand(0).getOpcode() != ISD::SELECT_CC &&
9430 N->getOperand(0).getOpcode() != ISD::TRUNCATE &&
9431 N->getOperand(0).getOpcode() != ISD::SIGN_EXTEND &&
9432 N->getOperand(0).getOpcode() != ISD::ZERO_EXTEND &&
9433 N->getOperand(0).getOpcode() != ISD::ANY_EXTEND)
9434 return SDValue();
9435
9436 if ((N->getOpcode() == ISD::SETCC || N->getOpcode() == ISD::SELECT_CC) &&
9437 N->getOperand(1).getOpcode() != ISD::AND &&
9438 N->getOperand(1).getOpcode() != ISD::OR &&
9439 N->getOperand(1).getOpcode() != ISD::XOR &&
9440 N->getOperand(1).getOpcode() != ISD::SELECT &&
9441 N->getOperand(1).getOpcode() != ISD::SELECT_CC &&
9442 N->getOperand(1).getOpcode() != ISD::TRUNCATE &&
9443 N->getOperand(1).getOpcode() != ISD::SIGN_EXTEND &&
9444 N->getOperand(1).getOpcode() != ISD::ZERO_EXTEND &&
9445 N->getOperand(1).getOpcode() != ISD::ANY_EXTEND)
9446 return SDValue();
9447
9448 SmallVector<SDValue, 4> Inputs;
9449 SmallVector<SDValue, 8> BinOps, PromOps;
9450 SmallPtrSet<SDNode *, 16> Visited;
9451
9452 for (unsigned i = 0; i < 2; ++i) {
9453 if (((N->getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9454 N->getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9455 N->getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
9456 N->getOperand(i).getOperand(0).getValueType() == MVT::i1) ||
9457 isa<ConstantSDNode>(N->getOperand(i)))
9458 Inputs.push_back(N->getOperand(i));
9459 else
9460 BinOps.push_back(N->getOperand(i));
9461
9462 if (N->getOpcode() == ISD::TRUNCATE)
9463 break;
9464 }
9465
9466 // Visit all inputs, collect all binary operations (and, or, xor and
9467 // select) that are all fed by extensions.
9468 while (!BinOps.empty()) {
9469 SDValue BinOp = BinOps.back();
9470 BinOps.pop_back();
9471
David Blaikie70573dc2014-11-19 07:49:26 +00009472 if (!Visited.insert(BinOp.getNode()).second)
Hal Finkel940ab932014-02-28 00:27:01 +00009473 continue;
9474
9475 PromOps.push_back(BinOp);
9476
9477 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
9478 // The condition of the select is not promoted.
9479 if (BinOp.getOpcode() == ISD::SELECT && i == 0)
9480 continue;
9481 if (BinOp.getOpcode() == ISD::SELECT_CC && i != 2 && i != 3)
9482 continue;
9483
9484 if (((BinOp.getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9485 BinOp.getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9486 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) &&
9487 BinOp.getOperand(i).getOperand(0).getValueType() == MVT::i1) ||
9488 isa<ConstantSDNode>(BinOp.getOperand(i))) {
9489 Inputs.push_back(BinOp.getOperand(i));
9490 } else if (BinOp.getOperand(i).getOpcode() == ISD::AND ||
9491 BinOp.getOperand(i).getOpcode() == ISD::OR ||
9492 BinOp.getOperand(i).getOpcode() == ISD::XOR ||
9493 BinOp.getOperand(i).getOpcode() == ISD::SELECT ||
9494 BinOp.getOperand(i).getOpcode() == ISD::SELECT_CC ||
9495 BinOp.getOperand(i).getOpcode() == ISD::TRUNCATE ||
9496 BinOp.getOperand(i).getOpcode() == ISD::SIGN_EXTEND ||
9497 BinOp.getOperand(i).getOpcode() == ISD::ZERO_EXTEND ||
9498 BinOp.getOperand(i).getOpcode() == ISD::ANY_EXTEND) {
9499 BinOps.push_back(BinOp.getOperand(i));
9500 } else {
9501 // We have an input that is not an extension or another binary
9502 // operation; we'll abort this transformation.
9503 return SDValue();
9504 }
9505 }
9506 }
9507
9508 // Make sure that this is a self-contained cluster of operations (which
9509 // is not quite the same thing as saying that everything has only one
9510 // use).
9511 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9512 if (isa<ConstantSDNode>(Inputs[i]))
9513 continue;
9514
9515 for (SDNode::use_iterator UI = Inputs[i].getNode()->use_begin(),
9516 UE = Inputs[i].getNode()->use_end();
9517 UI != UE; ++UI) {
9518 SDNode *User = *UI;
9519 if (User != N && !Visited.count(User))
9520 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009521
9522 // Make sure that we're not going to promote the non-output-value
9523 // operand(s) or SELECT or SELECT_CC.
9524 // FIXME: Although we could sometimes handle this, and it does occur in
9525 // practice that one of the condition inputs to the select is also one of
9526 // the outputs, we currently can't deal with this.
9527 if (User->getOpcode() == ISD::SELECT) {
9528 if (User->getOperand(0) == Inputs[i])
9529 return SDValue();
9530 } else if (User->getOpcode() == ISD::SELECT_CC) {
9531 if (User->getOperand(0) == Inputs[i] ||
9532 User->getOperand(1) == Inputs[i])
9533 return SDValue();
9534 }
Hal Finkel940ab932014-02-28 00:27:01 +00009535 }
9536 }
9537
9538 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
9539 for (SDNode::use_iterator UI = PromOps[i].getNode()->use_begin(),
9540 UE = PromOps[i].getNode()->use_end();
9541 UI != UE; ++UI) {
9542 SDNode *User = *UI;
9543 if (User != N && !Visited.count(User))
9544 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009545
9546 // Make sure that we're not going to promote the non-output-value
9547 // operand(s) or SELECT or SELECT_CC.
9548 // FIXME: Although we could sometimes handle this, and it does occur in
9549 // practice that one of the condition inputs to the select is also one of
9550 // the outputs, we currently can't deal with this.
9551 if (User->getOpcode() == ISD::SELECT) {
9552 if (User->getOperand(0) == PromOps[i])
9553 return SDValue();
9554 } else if (User->getOpcode() == ISD::SELECT_CC) {
9555 if (User->getOperand(0) == PromOps[i] ||
9556 User->getOperand(1) == PromOps[i])
9557 return SDValue();
9558 }
Hal Finkel940ab932014-02-28 00:27:01 +00009559 }
9560 }
9561
9562 // Replace all inputs with the extension operand.
9563 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9564 // Constants may have users outside the cluster of to-be-promoted nodes,
9565 // and so we need to replace those as we do the promotions.
9566 if (isa<ConstantSDNode>(Inputs[i]))
9567 continue;
9568 else
9569 DAG.ReplaceAllUsesOfValueWith(Inputs[i], Inputs[i].getOperand(0));
9570 }
9571
9572 // Replace all operations (these are all the same, but have a different
9573 // (i1) return type). DAG.getNode will validate that the types of
9574 // a binary operator match, so go through the list in reverse so that
9575 // we've likely promoted both operands first. Any intermediate truncations or
9576 // extensions disappear.
9577 while (!PromOps.empty()) {
9578 SDValue PromOp = PromOps.back();
9579 PromOps.pop_back();
9580
9581 if (PromOp.getOpcode() == ISD::TRUNCATE ||
9582 PromOp.getOpcode() == ISD::SIGN_EXTEND ||
9583 PromOp.getOpcode() == ISD::ZERO_EXTEND ||
9584 PromOp.getOpcode() == ISD::ANY_EXTEND) {
9585 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) &&
9586 PromOp.getOperand(0).getValueType() != MVT::i1) {
9587 // The operand is not yet ready (see comment below).
9588 PromOps.insert(PromOps.begin(), PromOp);
9589 continue;
9590 }
9591
9592 SDValue RepValue = PromOp.getOperand(0);
9593 if (isa<ConstantSDNode>(RepValue))
9594 RepValue = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, RepValue);
9595
9596 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue);
9597 continue;
9598 }
9599
9600 unsigned C;
9601 switch (PromOp.getOpcode()) {
9602 default: C = 0; break;
9603 case ISD::SELECT: C = 1; break;
9604 case ISD::SELECT_CC: C = 2; break;
9605 }
9606
9607 if ((!isa<ConstantSDNode>(PromOp.getOperand(C)) &&
9608 PromOp.getOperand(C).getValueType() != MVT::i1) ||
9609 (!isa<ConstantSDNode>(PromOp.getOperand(C+1)) &&
9610 PromOp.getOperand(C+1).getValueType() != MVT::i1)) {
9611 // The to-be-promoted operands of this node have not yet been
9612 // promoted (this should be rare because we're going through the
9613 // list backward, but if one of the operands has several users in
9614 // this cluster of to-be-promoted nodes, it is possible).
9615 PromOps.insert(PromOps.begin(), PromOp);
9616 continue;
9617 }
9618
9619 SmallVector<SDValue, 3> Ops(PromOp.getNode()->op_begin(),
9620 PromOp.getNode()->op_end());
9621
9622 // If there are any constant inputs, make sure they're replaced now.
9623 for (unsigned i = 0; i < 2; ++i)
9624 if (isa<ConstantSDNode>(Ops[C+i]))
9625 Ops[C+i] = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, Ops[C+i]);
9626
9627 DAG.ReplaceAllUsesOfValueWith(PromOp,
Craig Topper48d114b2014-04-26 18:35:24 +00009628 DAG.getNode(PromOp.getOpcode(), dl, MVT::i1, Ops));
Hal Finkel940ab932014-02-28 00:27:01 +00009629 }
9630
9631 // Now we're left with the initial truncation itself.
9632 if (N->getOpcode() == ISD::TRUNCATE)
9633 return N->getOperand(0);
9634
9635 // Otherwise, this is a comparison. The operands to be compared have just
9636 // changed type (to i1), but everything else is the same.
9637 return SDValue(N, 0);
9638}
9639
9640SDValue PPCTargetLowering::DAGCombineExtBoolTrunc(SDNode *N,
9641 DAGCombinerInfo &DCI) const {
9642 SelectionDAG &DAG = DCI.DAG;
9643 SDLoc dl(N);
9644
Hal Finkel940ab932014-02-28 00:27:01 +00009645 // If we're tracking CR bits, we need to be careful that we don't have:
9646 // zext(binary-ops(trunc(x), trunc(y)))
9647 // or
9648 // zext(binary-ops(binary-ops(trunc(x), trunc(y)), ...)
9649 // such that we're unnecessarily moving things into CR bits that can more
9650 // efficiently stay in GPRs. Note that if we're not certain that the high
9651 // bits are set as required by the final extension, we still may need to do
9652 // some masking to get the proper behavior.
9653
Hal Finkel46043ed2014-03-01 21:36:57 +00009654 // This same functionality is important on PPC64 when dealing with
9655 // 32-to-64-bit extensions; these occur often when 32-bit values are used as
9656 // the return values of functions. Because it is so similar, it is handled
9657 // here as well.
9658
Hal Finkel940ab932014-02-28 00:27:01 +00009659 if (N->getValueType(0) != MVT::i32 &&
9660 N->getValueType(0) != MVT::i64)
9661 return SDValue();
9662
Eric Christophercccae792015-01-30 22:02:31 +00009663 if (!((N->getOperand(0).getValueType() == MVT::i1 && Subtarget.useCRBits()) ||
9664 (N->getOperand(0).getValueType() == MVT::i32 && Subtarget.isPPC64())))
Hal Finkel940ab932014-02-28 00:27:01 +00009665 return SDValue();
9666
9667 if (N->getOperand(0).getOpcode() != ISD::AND &&
9668 N->getOperand(0).getOpcode() != ISD::OR &&
9669 N->getOperand(0).getOpcode() != ISD::XOR &&
9670 N->getOperand(0).getOpcode() != ISD::SELECT &&
9671 N->getOperand(0).getOpcode() != ISD::SELECT_CC)
9672 return SDValue();
9673
9674 SmallVector<SDValue, 4> Inputs;
9675 SmallVector<SDValue, 8> BinOps(1, N->getOperand(0)), PromOps;
9676 SmallPtrSet<SDNode *, 16> Visited;
9677
9678 // Visit all inputs, collect all binary operations (and, or, xor and
9679 // select) that are all fed by truncations.
9680 while (!BinOps.empty()) {
9681 SDValue BinOp = BinOps.back();
9682 BinOps.pop_back();
9683
David Blaikie70573dc2014-11-19 07:49:26 +00009684 if (!Visited.insert(BinOp.getNode()).second)
Hal Finkel940ab932014-02-28 00:27:01 +00009685 continue;
9686
9687 PromOps.push_back(BinOp);
9688
9689 for (unsigned i = 0, ie = BinOp.getNumOperands(); i != ie; ++i) {
9690 // The condition of the select is not promoted.
9691 if (BinOp.getOpcode() == ISD::SELECT && i == 0)
9692 continue;
9693 if (BinOp.getOpcode() == ISD::SELECT_CC && i != 2 && i != 3)
9694 continue;
9695
9696 if (BinOp.getOperand(i).getOpcode() == ISD::TRUNCATE ||
9697 isa<ConstantSDNode>(BinOp.getOperand(i))) {
9698 Inputs.push_back(BinOp.getOperand(i));
9699 } else if (BinOp.getOperand(i).getOpcode() == ISD::AND ||
9700 BinOp.getOperand(i).getOpcode() == ISD::OR ||
9701 BinOp.getOperand(i).getOpcode() == ISD::XOR ||
9702 BinOp.getOperand(i).getOpcode() == ISD::SELECT ||
9703 BinOp.getOperand(i).getOpcode() == ISD::SELECT_CC) {
9704 BinOps.push_back(BinOp.getOperand(i));
9705 } else {
9706 // We have an input that is not a truncation or another binary
9707 // operation; we'll abort this transformation.
9708 return SDValue();
9709 }
9710 }
9711 }
9712
Hal Finkel4104a1a2014-12-14 05:53:19 +00009713 // The operands of a select that must be truncated when the select is
9714 // promoted because the operand is actually part of the to-be-promoted set.
9715 DenseMap<SDNode *, EVT> SelectTruncOp[2];
9716
Hal Finkel940ab932014-02-28 00:27:01 +00009717 // Make sure that this is a self-contained cluster of operations (which
9718 // is not quite the same thing as saying that everything has only one
9719 // use).
9720 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9721 if (isa<ConstantSDNode>(Inputs[i]))
9722 continue;
9723
9724 for (SDNode::use_iterator UI = Inputs[i].getNode()->use_begin(),
9725 UE = Inputs[i].getNode()->use_end();
9726 UI != UE; ++UI) {
9727 SDNode *User = *UI;
9728 if (User != N && !Visited.count(User))
9729 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009730
Hal Finkel4104a1a2014-12-14 05:53:19 +00009731 // If we're going to promote the non-output-value operand(s) or SELECT or
9732 // SELECT_CC, record them for truncation.
Hal Finkel46043ed2014-03-01 21:36:57 +00009733 if (User->getOpcode() == ISD::SELECT) {
9734 if (User->getOperand(0) == Inputs[i])
Hal Finkel4104a1a2014-12-14 05:53:19 +00009735 SelectTruncOp[0].insert(std::make_pair(User,
9736 User->getOperand(0).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009737 } else if (User->getOpcode() == ISD::SELECT_CC) {
Hal Finkel4104a1a2014-12-14 05:53:19 +00009738 if (User->getOperand(0) == Inputs[i])
9739 SelectTruncOp[0].insert(std::make_pair(User,
9740 User->getOperand(0).getValueType()));
9741 if (User->getOperand(1) == Inputs[i])
9742 SelectTruncOp[1].insert(std::make_pair(User,
9743 User->getOperand(1).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009744 }
Hal Finkel940ab932014-02-28 00:27:01 +00009745 }
9746 }
9747
9748 for (unsigned i = 0, ie = PromOps.size(); i != ie; ++i) {
9749 for (SDNode::use_iterator UI = PromOps[i].getNode()->use_begin(),
9750 UE = PromOps[i].getNode()->use_end();
9751 UI != UE; ++UI) {
9752 SDNode *User = *UI;
9753 if (User != N && !Visited.count(User))
9754 return SDValue();
Hal Finkel46043ed2014-03-01 21:36:57 +00009755
Hal Finkel4104a1a2014-12-14 05:53:19 +00009756 // If we're going to promote the non-output-value operand(s) or SELECT or
9757 // SELECT_CC, record them for truncation.
Hal Finkel46043ed2014-03-01 21:36:57 +00009758 if (User->getOpcode() == ISD::SELECT) {
9759 if (User->getOperand(0) == PromOps[i])
Hal Finkel4104a1a2014-12-14 05:53:19 +00009760 SelectTruncOp[0].insert(std::make_pair(User,
9761 User->getOperand(0).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009762 } else if (User->getOpcode() == ISD::SELECT_CC) {
Hal Finkel4104a1a2014-12-14 05:53:19 +00009763 if (User->getOperand(0) == PromOps[i])
9764 SelectTruncOp[0].insert(std::make_pair(User,
9765 User->getOperand(0).getValueType()));
9766 if (User->getOperand(1) == PromOps[i])
9767 SelectTruncOp[1].insert(std::make_pair(User,
9768 User->getOperand(1).getValueType()));
Hal Finkel46043ed2014-03-01 21:36:57 +00009769 }
Hal Finkel940ab932014-02-28 00:27:01 +00009770 }
9771 }
9772
Hal Finkel46043ed2014-03-01 21:36:57 +00009773 unsigned PromBits = N->getOperand(0).getValueSizeInBits();
Hal Finkel940ab932014-02-28 00:27:01 +00009774 bool ReallyNeedsExt = false;
9775 if (N->getOpcode() != ISD::ANY_EXTEND) {
9776 // If all of the inputs are not already sign/zero extended, then
9777 // we'll still need to do that at the end.
9778 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9779 if (isa<ConstantSDNode>(Inputs[i]))
9780 continue;
9781
9782 unsigned OpBits =
9783 Inputs[i].getOperand(0).getValueSizeInBits();
Hal Finkel46043ed2014-03-01 21:36:57 +00009784 assert(PromBits < OpBits && "Truncation not to a smaller bit count?");
9785
Hal Finkel940ab932014-02-28 00:27:01 +00009786 if ((N->getOpcode() == ISD::ZERO_EXTEND &&
9787 !DAG.MaskedValueIsZero(Inputs[i].getOperand(0),
Hal Finkel46043ed2014-03-01 21:36:57 +00009788 APInt::getHighBitsSet(OpBits,
9789 OpBits-PromBits))) ||
Hal Finkel940ab932014-02-28 00:27:01 +00009790 (N->getOpcode() == ISD::SIGN_EXTEND &&
Hal Finkel46043ed2014-03-01 21:36:57 +00009791 DAG.ComputeNumSignBits(Inputs[i].getOperand(0)) <
9792 (OpBits-(PromBits-1)))) {
Hal Finkel940ab932014-02-28 00:27:01 +00009793 ReallyNeedsExt = true;
9794 break;
9795 }
9796 }
9797 }
9798
9799 // Replace all inputs, either with the truncation operand, or a
9800 // truncation or extension to the final output type.
9801 for (unsigned i = 0, ie = Inputs.size(); i != ie; ++i) {
9802 // Constant inputs need to be replaced with the to-be-promoted nodes that
9803 // use them because they might have users outside of the cluster of
9804 // promoted nodes.
9805 if (isa<ConstantSDNode>(Inputs[i]))
9806 continue;
9807
9808 SDValue InSrc = Inputs[i].getOperand(0);
9809 if (Inputs[i].getValueType() == N->getValueType(0))
9810 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc);
9811 else if (N->getOpcode() == ISD::SIGN_EXTEND)
9812 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9813 DAG.getSExtOrTrunc(InSrc, dl, N->getValueType(0)));
9814 else if (N->getOpcode() == ISD::ZERO_EXTEND)
9815 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9816 DAG.getZExtOrTrunc(InSrc, dl, N->getValueType(0)));
9817 else
9818 DAG.ReplaceAllUsesOfValueWith(Inputs[i],
9819 DAG.getAnyExtOrTrunc(InSrc, dl, N->getValueType(0)));
9820 }
9821
9822 // Replace all operations (these are all the same, but have a different
9823 // (promoted) return type). DAG.getNode will validate that the types of
9824 // a binary operator match, so go through the list in reverse so that
9825 // we've likely promoted both operands first.
9826 while (!PromOps.empty()) {
9827 SDValue PromOp = PromOps.back();
9828 PromOps.pop_back();
9829
9830 unsigned C;
9831 switch (PromOp.getOpcode()) {
9832 default: C = 0; break;
9833 case ISD::SELECT: C = 1; break;
9834 case ISD::SELECT_CC: C = 2; break;
9835 }
9836
9837 if ((!isa<ConstantSDNode>(PromOp.getOperand(C)) &&
9838 PromOp.getOperand(C).getValueType() != N->getValueType(0)) ||
9839 (!isa<ConstantSDNode>(PromOp.getOperand(C+1)) &&
9840 PromOp.getOperand(C+1).getValueType() != N->getValueType(0))) {
9841 // The to-be-promoted operands of this node have not yet been
9842 // promoted (this should be rare because we're going through the
9843 // list backward, but if one of the operands has several users in
9844 // this cluster of to-be-promoted nodes, it is possible).
9845 PromOps.insert(PromOps.begin(), PromOp);
9846 continue;
9847 }
9848
Hal Finkel4104a1a2014-12-14 05:53:19 +00009849 // For SELECT and SELECT_CC nodes, we do a similar check for any
9850 // to-be-promoted comparison inputs.
9851 if (PromOp.getOpcode() == ISD::SELECT ||
9852 PromOp.getOpcode() == ISD::SELECT_CC) {
9853 if ((SelectTruncOp[0].count(PromOp.getNode()) &&
9854 PromOp.getOperand(0).getValueType() != N->getValueType(0)) ||
9855 (SelectTruncOp[1].count(PromOp.getNode()) &&
9856 PromOp.getOperand(1).getValueType() != N->getValueType(0))) {
9857 PromOps.insert(PromOps.begin(), PromOp);
9858 continue;
9859 }
9860 }
9861
Hal Finkel940ab932014-02-28 00:27:01 +00009862 SmallVector<SDValue, 3> Ops(PromOp.getNode()->op_begin(),
9863 PromOp.getNode()->op_end());
9864
9865 // If this node has constant inputs, then they'll need to be promoted here.
9866 for (unsigned i = 0; i < 2; ++i) {
9867 if (!isa<ConstantSDNode>(Ops[C+i]))
9868 continue;
9869 if (Ops[C+i].getValueType() == N->getValueType(0))
9870 continue;
9871
9872 if (N->getOpcode() == ISD::SIGN_EXTEND)
9873 Ops[C+i] = DAG.getSExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9874 else if (N->getOpcode() == ISD::ZERO_EXTEND)
9875 Ops[C+i] = DAG.getZExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9876 else
9877 Ops[C+i] = DAG.getAnyExtOrTrunc(Ops[C+i], dl, N->getValueType(0));
9878 }
9879
Hal Finkel4104a1a2014-12-14 05:53:19 +00009880 // If we've promoted the comparison inputs of a SELECT or SELECT_CC,
9881 // truncate them again to the original value type.
9882 if (PromOp.getOpcode() == ISD::SELECT ||
9883 PromOp.getOpcode() == ISD::SELECT_CC) {
9884 auto SI0 = SelectTruncOp[0].find(PromOp.getNode());
9885 if (SI0 != SelectTruncOp[0].end())
9886 Ops[0] = DAG.getNode(ISD::TRUNCATE, dl, SI0->second, Ops[0]);
9887 auto SI1 = SelectTruncOp[1].find(PromOp.getNode());
9888 if (SI1 != SelectTruncOp[1].end())
9889 Ops[1] = DAG.getNode(ISD::TRUNCATE, dl, SI1->second, Ops[1]);
9890 }
9891
Hal Finkel940ab932014-02-28 00:27:01 +00009892 DAG.ReplaceAllUsesOfValueWith(PromOp,
Craig Topper48d114b2014-04-26 18:35:24 +00009893 DAG.getNode(PromOp.getOpcode(), dl, N->getValueType(0), Ops));
Hal Finkel940ab932014-02-28 00:27:01 +00009894 }
9895
9896 // Now we're left with the initial extension itself.
9897 if (!ReallyNeedsExt)
9898 return N->getOperand(0);
9899
Hal Finkel46043ed2014-03-01 21:36:57 +00009900 // To zero extend, just mask off everything except for the first bit (in the
9901 // i1 case).
Hal Finkel940ab932014-02-28 00:27:01 +00009902 if (N->getOpcode() == ISD::ZERO_EXTEND)
9903 return DAG.getNode(ISD::AND, dl, N->getValueType(0), N->getOperand(0),
Hal Finkel46043ed2014-03-01 21:36:57 +00009904 DAG.getConstant(APInt::getLowBitsSet(
9905 N->getValueSizeInBits(0), PromBits),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009906 dl, N->getValueType(0)));
Hal Finkel940ab932014-02-28 00:27:01 +00009907
9908 assert(N->getOpcode() == ISD::SIGN_EXTEND &&
9909 "Invalid extension type");
Mehdi Amini9639d652015-07-09 02:09:20 +00009910 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout());
Hal Finkel940ab932014-02-28 00:27:01 +00009911 SDValue ShiftCst =
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009912 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy);
Hal Finkel940ab932014-02-28 00:27:01 +00009913 return DAG.getNode(ISD::SRA, dl, N->getValueType(0),
9914 DAG.getNode(ISD::SHL, dl, N->getValueType(0),
9915 N->getOperand(0), ShiftCst), ShiftCst);
9916}
9917
Hal Finkel5efb9182015-01-06 06:01:57 +00009918SDValue PPCTargetLowering::combineFPToIntToFP(SDNode *N,
9919 DAGCombinerInfo &DCI) const {
9920 assert((N->getOpcode() == ISD::SINT_TO_FP ||
9921 N->getOpcode() == ISD::UINT_TO_FP) &&
9922 "Need an int -> FP conversion node here");
9923
9924 if (!Subtarget.has64BitSupport())
9925 return SDValue();
9926
9927 SelectionDAG &DAG = DCI.DAG;
9928 SDLoc dl(N);
9929 SDValue Op(N, 0);
9930
9931 // Don't handle ppc_fp128 here or i1 conversions.
9932 if (Op.getValueType() != MVT::f32 && Op.getValueType() != MVT::f64)
9933 return SDValue();
9934 if (Op.getOperand(0).getValueType() == MVT::i1)
9935 return SDValue();
9936
9937 // For i32 intermediate values, unfortunately, the conversion functions
9938 // leave the upper 32 bits of the value are undefined. Within the set of
9939 // scalar instructions, we have no method for zero- or sign-extending the
9940 // value. Thus, we cannot handle i32 intermediate values here.
9941 if (Op.getOperand(0).getValueType() == MVT::i32)
9942 return SDValue();
9943
9944 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) &&
9945 "UINT_TO_FP is supported only with FPCVT");
9946
9947 // If we have FCFIDS, then use it when converting to single-precision.
9948 // Otherwise, convert to double-precision and then round.
Eric Christophercccae792015-01-30 22:02:31 +00009949 unsigned FCFOp = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
9950 ? (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDUS
9951 : PPCISD::FCFIDS)
9952 : (Op.getOpcode() == ISD::UINT_TO_FP ? PPCISD::FCFIDU
9953 : PPCISD::FCFID);
9954 MVT FCFTy = (Subtarget.hasFPCVT() && Op.getValueType() == MVT::f32)
9955 ? MVT::f32
9956 : MVT::f64;
Hal Finkel5efb9182015-01-06 06:01:57 +00009957
9958 // If we're converting from a float, to an int, and back to a float again,
9959 // then we don't need the store/load pair at all.
9960 if ((Op.getOperand(0).getOpcode() == ISD::FP_TO_UINT &&
9961 Subtarget.hasFPCVT()) ||
9962 (Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT)) {
9963 SDValue Src = Op.getOperand(0).getOperand(0);
9964 if (Src.getValueType() == MVT::f32) {
9965 Src = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Src);
9966 DCI.AddToWorklist(Src.getNode());
9967 }
9968
9969 unsigned FCTOp =
9970 Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT ? PPCISD::FCTIDZ :
9971 PPCISD::FCTIDUZ;
9972
9973 SDValue Tmp = DAG.getNode(FCTOp, dl, MVT::f64, Src);
9974 SDValue FP = DAG.getNode(FCFOp, dl, FCFTy, Tmp);
9975
9976 if (Op.getValueType() == MVT::f32 && !Subtarget.hasFPCVT()) {
9977 FP = DAG.getNode(ISD::FP_ROUND, dl,
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +00009978 MVT::f32, FP, DAG.getIntPtrConstant(0, dl));
Hal Finkel5efb9182015-01-06 06:01:57 +00009979 DCI.AddToWorklist(FP.getNode());
9980 }
9981
9982 return FP;
9983 }
9984
9985 return SDValue();
9986}
9987
Bill Schmidtfae5d712014-12-09 16:35:51 +00009988// expandVSXLoadForLE - Convert VSX loads (which may be intrinsics for
9989// builtins) into loads with swaps.
9990SDValue PPCTargetLowering::expandVSXLoadForLE(SDNode *N,
9991 DAGCombinerInfo &DCI) const {
9992 SelectionDAG &DAG = DCI.DAG;
9993 SDLoc dl(N);
9994 SDValue Chain;
9995 SDValue Base;
9996 MachineMemOperand *MMO;
9997
9998 switch (N->getOpcode()) {
9999 default:
10000 llvm_unreachable("Unexpected opcode for little endian VSX load");
10001 case ISD::LOAD: {
10002 LoadSDNode *LD = cast<LoadSDNode>(N);
10003 Chain = LD->getChain();
10004 Base = LD->getBasePtr();
10005 MMO = LD->getMemOperand();
10006 // If the MMO suggests this isn't a load of a full vector, leave
10007 // things alone. For a built-in, we have to make the change for
10008 // correctness, so if there is a size problem that will be a bug.
10009 if (MMO->getSize() < 16)
10010 return SDValue();
10011 break;
10012 }
10013 case ISD::INTRINSIC_W_CHAIN: {
10014 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
10015 Chain = Intrin->getChain();
Nemanja Ivanovic7df26c92015-06-30 20:01:16 +000010016 // Similarly to the store case below, Intrin->getBasePtr() doesn't get
Nemanja Ivanovic9c8d4cf2015-06-30 19:45:45 +000010017 // us what we want. Get operand 2 instead.
Nemanja Ivanovic9c8d4cf2015-06-30 19:45:45 +000010018 Base = Intrin->getOperand(2);
Bill Schmidtfae5d712014-12-09 16:35:51 +000010019 MMO = Intrin->getMemOperand();
10020 break;
10021 }
10022 }
10023
10024 MVT VecTy = N->getValueType(0).getSimpleVT();
10025 SDValue LoadOps[] = { Chain, Base };
10026 SDValue Load = DAG.getMemIntrinsicNode(PPCISD::LXVD2X, dl,
10027 DAG.getVTList(VecTy, MVT::Other),
10028 LoadOps, VecTy, MMO);
10029 DCI.AddToWorklist(Load.getNode());
10030 Chain = Load.getValue(1);
10031 SDValue Swap = DAG.getNode(PPCISD::XXSWAPD, dl,
10032 DAG.getVTList(VecTy, MVT::Other), Chain, Load);
10033 DCI.AddToWorklist(Swap.getNode());
10034 return Swap;
10035}
10036
10037// expandVSXStoreForLE - Convert VSX stores (which may be intrinsics for
10038// builtins) into stores with swaps.
10039SDValue PPCTargetLowering::expandVSXStoreForLE(SDNode *N,
10040 DAGCombinerInfo &DCI) const {
10041 SelectionDAG &DAG = DCI.DAG;
10042 SDLoc dl(N);
10043 SDValue Chain;
10044 SDValue Base;
10045 unsigned SrcOpnd;
10046 MachineMemOperand *MMO;
10047
10048 switch (N->getOpcode()) {
10049 default:
10050 llvm_unreachable("Unexpected opcode for little endian VSX store");
10051 case ISD::STORE: {
10052 StoreSDNode *ST = cast<StoreSDNode>(N);
10053 Chain = ST->getChain();
10054 Base = ST->getBasePtr();
10055 MMO = ST->getMemOperand();
10056 SrcOpnd = 1;
10057 // If the MMO suggests this isn't a store of a full vector, leave
10058 // things alone. For a built-in, we have to make the change for
10059 // correctness, so if there is a size problem that will be a bug.
10060 if (MMO->getSize() < 16)
10061 return SDValue();
10062 break;
10063 }
10064 case ISD::INTRINSIC_VOID: {
10065 MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
10066 Chain = Intrin->getChain();
10067 // Intrin->getBasePtr() oddly does not get what we want.
10068 Base = Intrin->getOperand(3);
10069 MMO = Intrin->getMemOperand();
10070 SrcOpnd = 2;
10071 break;
10072 }
10073 }
10074
10075 SDValue Src = N->getOperand(SrcOpnd);
10076 MVT VecTy = Src.getValueType().getSimpleVT();
10077 SDValue Swap = DAG.getNode(PPCISD::XXSWAPD, dl,
10078 DAG.getVTList(VecTy, MVT::Other), Chain, Src);
10079 DCI.AddToWorklist(Swap.getNode());
10080 Chain = Swap.getValue(1);
10081 SDValue StoreOps[] = { Chain, Swap, Base };
10082 SDValue Store = DAG.getMemIntrinsicNode(PPCISD::STXVD2X, dl,
10083 DAG.getVTList(MVT::Other),
10084 StoreOps, VecTy, MMO);
10085 DCI.AddToWorklist(Store.getNode());
10086 return Store;
10087}
10088
Duncan Sandsdc2dac12008-11-24 14:53:14 +000010089SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
10090 DAGCombinerInfo &DCI) const {
Chris Lattnerf4184352006-03-01 04:57:39 +000010091 SelectionDAG &DAG = DCI.DAG;
Andrew Trickef9de2a2013-05-25 02:42:55 +000010092 SDLoc dl(N);
Chris Lattnerf4184352006-03-01 04:57:39 +000010093 switch (N->getOpcode()) {
10094 default: break;
Chris Lattner3c48ea52006-09-19 05:22:59 +000010095 case PPCISD::SHL:
10096 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010097 if (C->isNullValue()) // 0 << V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010098 return N->getOperand(0);
10099 }
10100 break;
10101 case PPCISD::SRL:
10102 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010103 if (C->isNullValue()) // 0 >>u V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010104 return N->getOperand(0);
10105 }
10106 break;
10107 case PPCISD::SRA:
10108 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(N->getOperand(0))) {
Dan Gohmanf1d83042010-06-18 14:22:04 +000010109 if (C->isNullValue() || // 0 >>s V -> 0.
Chris Lattner3c48ea52006-09-19 05:22:59 +000010110 C->isAllOnesValue()) // -1 >>s V -> -1.
10111 return N->getOperand(0);
10112 }
10113 break;
Hal Finkel940ab932014-02-28 00:27:01 +000010114 case ISD::SIGN_EXTEND:
10115 case ISD::ZERO_EXTEND:
10116 case ISD::ANY_EXTEND:
10117 return DAGCombineExtBoolTrunc(N, DCI);
10118 case ISD::TRUNCATE:
10119 case ISD::SETCC:
10120 case ISD::SELECT_CC:
10121 return DAGCombineTruncBoolExt(N, DCI);
Chris Lattnerf4184352006-03-01 04:57:39 +000010122 case ISD::SINT_TO_FP:
Hal Finkel5efb9182015-01-06 06:01:57 +000010123 case ISD::UINT_TO_FP:
10124 return combineFPToIntToFP(N, DCI);
Bill Schmidtfae5d712014-12-09 16:35:51 +000010125 case ISD::STORE: {
Chris Lattner27f53452006-03-01 05:50:56 +000010126 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
Eric Christophercccae792015-01-30 22:02:31 +000010127 if (Subtarget.hasSTFIWX() && !cast<StoreSDNode>(N)->isTruncatingStore() &&
Chris Lattner27f53452006-03-01 05:50:56 +000010128 N->getOperand(1).getOpcode() == ISD::FP_TO_SINT &&
Owen Anderson9f944592009-08-11 20:47:22 +000010129 N->getOperand(1).getValueType() == MVT::i32 &&
10130 N->getOperand(1).getOperand(0).getValueType() != MVT::ppcf128) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010131 SDValue Val = N->getOperand(1).getOperand(0);
Owen Anderson9f944592009-08-11 20:47:22 +000010132 if (Val.getValueType() == MVT::f32) {
10133 Val = DAG.getNode(ISD::FP_EXTEND, dl, MVT::f64, Val);
Gabor Greiff304a7a2008-08-28 21:40:38 +000010134 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010135 }
Owen Anderson9f944592009-08-11 20:47:22 +000010136 Val = DAG.getNode(PPCISD::FCTIWZ, dl, MVT::f64, Val);
Gabor Greiff304a7a2008-08-28 21:40:38 +000010137 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010138
Hal Finkel60c75102013-04-01 15:37:53 +000010139 SDValue Ops[] = {
10140 N->getOperand(0), Val, N->getOperand(2),
10141 DAG.getValueType(N->getOperand(1).getValueType())
10142 };
10143
10144 Val = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl,
Craig Topper206fcd42014-04-26 19:29:41 +000010145 DAG.getVTList(MVT::Other), Ops,
Hal Finkel60c75102013-04-01 15:37:53 +000010146 cast<StoreSDNode>(N)->getMemoryVT(),
10147 cast<StoreSDNode>(N)->getMemOperand());
Gabor Greiff304a7a2008-08-28 21:40:38 +000010148 DCI.AddToWorklist(Val.getNode());
Chris Lattner27f53452006-03-01 05:50:56 +000010149 return Val;
10150 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010151
Chris Lattnera7976d32006-07-10 20:56:58 +000010152 // Turn STORE (BSWAP) -> sthbrx/stwbrx.
Dan Gohman28328db2009-09-25 00:57:30 +000010153 if (cast<StoreSDNode>(N)->isUnindexed() &&
10154 N->getOperand(1).getOpcode() == ISD::BSWAP &&
Gabor Greiff304a7a2008-08-28 21:40:38 +000010155 N->getOperand(1).getNode()->hasOneUse() &&
Owen Anderson9f944592009-08-11 20:47:22 +000010156 (N->getOperand(1).getValueType() == MVT::i32 ||
Hal Finkel31d29562013-03-28 19:25:55 +000010157 N->getOperand(1).getValueType() == MVT::i16 ||
Eric Christophercccae792015-01-30 22:02:31 +000010158 (Subtarget.hasLDBRX() && Subtarget.isPPC64() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010159 N->getOperand(1).getValueType() == MVT::i64))) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010160 SDValue BSwapOp = N->getOperand(1).getOperand(0);
Chris Lattnera7976d32006-07-10 20:56:58 +000010161 // Do an any-extend to 32-bits if this is a half-word input.
Owen Anderson9f944592009-08-11 20:47:22 +000010162 if (BSwapOp.getValueType() == MVT::i16)
10163 BSwapOp = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, BSwapOp);
Chris Lattnera7976d32006-07-10 20:56:58 +000010164
Dan Gohman48b185d2009-09-25 20:36:54 +000010165 SDValue Ops[] = {
10166 N->getOperand(0), BSwapOp, N->getOperand(2),
10167 DAG.getValueType(N->getOperand(1).getValueType())
10168 };
10169 return
10170 DAG.getMemIntrinsicNode(PPCISD::STBRX, dl, DAG.getVTList(MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +000010171 Ops, cast<StoreSDNode>(N)->getMemoryVT(),
Dan Gohman48b185d2009-09-25 20:36:54 +000010172 cast<StoreSDNode>(N)->getMemOperand());
Chris Lattnera7976d32006-07-10 20:56:58 +000010173 }
Bill Schmidtfae5d712014-12-09 16:35:51 +000010174
10175 // For little endian, VSX stores require generating xxswapd/lxvd2x.
10176 EVT VT = N->getOperand(1).getValueType();
10177 if (VT.isSimple()) {
10178 MVT StoreVT = VT.getSimpleVT();
Eric Christophercccae792015-01-30 22:02:31 +000010179 if (Subtarget.hasVSX() && Subtarget.isLittleEndian() &&
Bill Schmidtfae5d712014-12-09 16:35:51 +000010180 (StoreVT == MVT::v2f64 || StoreVT == MVT::v2i64 ||
10181 StoreVT == MVT::v4f32 || StoreVT == MVT::v4i32))
10182 return expandVSXStoreForLE(N, DCI);
10183 }
Chris Lattnera7976d32006-07-10 20:56:58 +000010184 break;
Bill Schmidtfae5d712014-12-09 16:35:51 +000010185 }
Hal Finkelcf2e9082013-05-24 23:00:14 +000010186 case ISD::LOAD: {
10187 LoadSDNode *LD = cast<LoadSDNode>(N);
10188 EVT VT = LD->getValueType(0);
Bill Schmidtfae5d712014-12-09 16:35:51 +000010189
10190 // For little endian, VSX loads require generating lxvd2x/xxswapd.
10191 if (VT.isSimple()) {
10192 MVT LoadVT = VT.getSimpleVT();
Eric Christophercccae792015-01-30 22:02:31 +000010193 if (Subtarget.hasVSX() && Subtarget.isLittleEndian() &&
Bill Schmidtfae5d712014-12-09 16:35:51 +000010194 (LoadVT == MVT::v2f64 || LoadVT == MVT::v2i64 ||
10195 LoadVT == MVT::v4f32 || LoadVT == MVT::v4i32))
10196 return expandVSXLoadForLE(N, DCI);
10197 }
10198
Hal Finkelc93a9a22015-02-25 01:06:45 +000010199 EVT MemVT = LD->getMemoryVT();
10200 Type *Ty = MemVT.getTypeForEVT(*DAG.getContext());
Mehdi Aminia749f2a2015-07-09 02:09:52 +000010201 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment(Ty);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010202 Type *STy = MemVT.getScalarType().getTypeForEVT(*DAG.getContext());
Mehdi Aminia749f2a2015-07-09 02:09:52 +000010203 unsigned ScalarABIAlignment = DAG.getDataLayout().getABITypeAlignment(STy);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010204 if (LD->isUnindexed() && VT.isVector() &&
10205 ((Subtarget.hasAltivec() && ISD::isNON_EXTLoad(N) &&
10206 // P8 and later hardware should just use LOAD.
10207 !Subtarget.hasP8Vector() && (VT == MVT::v16i8 || VT == MVT::v8i16 ||
10208 VT == MVT::v4i32 || VT == MVT::v4f32)) ||
10209 (Subtarget.hasQPX() && (VT == MVT::v4f64 || VT == MVT::v4f32) &&
10210 LD->getAlignment() >= ScalarABIAlignment)) &&
Hal Finkelcf2e9082013-05-24 23:00:14 +000010211 LD->getAlignment() < ABIAlignment) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010212 // This is a type-legal unaligned Altivec or QPX load.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010213 SDValue Chain = LD->getChain();
10214 SDValue Ptr = LD->getBasePtr();
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010215 bool isLittleEndian = Subtarget.isLittleEndian();
Hal Finkelcf2e9082013-05-24 23:00:14 +000010216
10217 // This implements the loading of unaligned vectors as described in
10218 // the venerable Apple Velocity Engine overview. Specifically:
10219 // https://developer.apple.com/hardwaredrivers/ve/alignment.html
10220 // https://developer.apple.com/hardwaredrivers/ve/code_optimization.html
10221 //
10222 // The general idea is to expand a sequence of one or more unaligned
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010223 // loads into an alignment-based permutation-control instruction (lvsl
10224 // or lvsr), a series of regular vector loads (which always truncate
10225 // their input address to an aligned address), and a series of
10226 // permutations. The results of these permutations are the requested
10227 // loaded values. The trick is that the last "extra" load is not taken
10228 // from the address you might suspect (sizeof(vector) bytes after the
10229 // last requested load), but rather sizeof(vector) - 1 bytes after the
10230 // last requested vector. The point of this is to avoid a page fault if
10231 // the base address happened to be aligned. This works because if the
10232 // base address is aligned, then adding less than a full vector length
10233 // will cause the last vector in the sequence to be (re)loaded.
10234 // Otherwise, the next vector will be fetched as you might suspect was
10235 // necessary.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010236
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010237 // We might be able to reuse the permutation generation from
Hal Finkelcf2e9082013-05-24 23:00:14 +000010238 // a different base address offset from this one by an aligned amount.
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010239 // The INTRINSIC_WO_CHAIN DAG combine will attempt to perform this
10240 // optimization later.
Hal Finkelc93a9a22015-02-25 01:06:45 +000010241 Intrinsic::ID Intr, IntrLD, IntrPerm;
10242 MVT PermCntlTy, PermTy, LDTy;
10243 if (Subtarget.hasAltivec()) {
10244 Intr = isLittleEndian ? Intrinsic::ppc_altivec_lvsr :
10245 Intrinsic::ppc_altivec_lvsl;
10246 IntrLD = Intrinsic::ppc_altivec_lvx;
10247 IntrPerm = Intrinsic::ppc_altivec_vperm;
10248 PermCntlTy = MVT::v16i8;
10249 PermTy = MVT::v4i32;
10250 LDTy = MVT::v4i32;
10251 } else {
10252 Intr = MemVT == MVT::v4f64 ? Intrinsic::ppc_qpx_qvlpcld :
10253 Intrinsic::ppc_qpx_qvlpcls;
10254 IntrLD = MemVT == MVT::v4f64 ? Intrinsic::ppc_qpx_qvlfd :
10255 Intrinsic::ppc_qpx_qvlfs;
10256 IntrPerm = Intrinsic::ppc_qpx_qvfperm;
10257 PermCntlTy = MVT::v4f64;
10258 PermTy = MVT::v4f64;
10259 LDTy = MemVT.getSimpleVT();
10260 }
10261
10262 SDValue PermCntl = BuildIntrinsicOp(Intr, Ptr, DAG, dl, PermCntlTy);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010263
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010264 // Create the new MMO for the new base load. It is like the original MMO,
10265 // but represents an area in memory almost twice the vector size centered
10266 // on the original address. If the address is unaligned, we might start
10267 // reading up to (sizeof(vector)-1) bytes below the address of the
10268 // original unaligned load.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010269 MachineFunction &MF = DAG.getMachineFunction();
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010270 MachineMemOperand *BaseMMO =
Hal Finkelc93a9a22015-02-25 01:06:45 +000010271 MF.getMachineMemOperand(LD->getMemOperand(), -MemVT.getStoreSize()+1,
10272 2*MemVT.getStoreSize()-1);
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010273
10274 // Create the new base load.
Mehdi Amini44ede332015-07-09 02:09:04 +000010275 SDValue LDXIntID =
10276 DAG.getTargetConstant(IntrLD, dl, getPointerTy(MF.getDataLayout()));
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010277 SDValue BaseLoadOps[] = { Chain, LDXIntID, Ptr };
10278 SDValue BaseLoad =
10279 DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN, dl,
Hal Finkelc93a9a22015-02-25 01:06:45 +000010280 DAG.getVTList(PermTy, MVT::Other),
10281 BaseLoadOps, LDTy, BaseMMO);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010282
10283 // Note that the value of IncOffset (which is provided to the next
10284 // load's pointer info offset value, and thus used to calculate the
10285 // alignment), and the value of IncValue (which is actually used to
10286 // increment the pointer value) are different! This is because we
10287 // require the next load to appear to be aligned, even though it
10288 // is actually offset from the base pointer by a lesser amount.
10289 int IncOffset = VT.getSizeInBits() / 8;
Hal Finkel7d8a6912013-05-26 18:08:30 +000010290 int IncValue = IncOffset;
10291
10292 // Walk (both up and down) the chain looking for another load at the real
10293 // (aligned) offset (the alignment of the other load does not matter in
10294 // this case). If found, then do not use the offset reduction trick, as
10295 // that will prevent the loads from being later combined (as they would
10296 // otherwise be duplicates).
10297 if (!findConsecutiveLoad(LD, DAG))
10298 --IncValue;
10299
Mehdi Amini44ede332015-07-09 02:09:04 +000010300 SDValue Increment =
10301 DAG.getConstant(IncValue, dl, getPointerTy(MF.getDataLayout()));
Hal Finkelcf2e9082013-05-24 23:00:14 +000010302 Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr, Increment);
10303
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010304 MachineMemOperand *ExtraMMO =
10305 MF.getMachineMemOperand(LD->getMemOperand(),
Hal Finkelc93a9a22015-02-25 01:06:45 +000010306 1, 2*MemVT.getStoreSize()-1);
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010307 SDValue ExtraLoadOps[] = { Chain, LDXIntID, Ptr };
Hal Finkelcf2e9082013-05-24 23:00:14 +000010308 SDValue ExtraLoad =
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010309 DAG.getMemIntrinsicNode(ISD::INTRINSIC_W_CHAIN, dl,
Hal Finkelc93a9a22015-02-25 01:06:45 +000010310 DAG.getVTList(PermTy, MVT::Other),
10311 ExtraLoadOps, LDTy, ExtraMMO);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010312
10313 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
10314 BaseLoad.getValue(1), ExtraLoad.getValue(1));
10315
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010316 // Because vperm has a big-endian bias, we must reverse the order
10317 // of the input vectors and complement the permute control vector
10318 // when generating little endian code. We have already handled the
10319 // latter by using lvsr instead of lvsl, so just reverse BaseLoad
10320 // and ExtraLoad here.
10321 SDValue Perm;
10322 if (isLittleEndian)
Hal Finkelc93a9a22015-02-25 01:06:45 +000010323 Perm = BuildIntrinsicOp(IntrPerm,
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010324 ExtraLoad, BaseLoad, PermCntl, DAG, dl);
10325 else
Hal Finkelc93a9a22015-02-25 01:06:45 +000010326 Perm = BuildIntrinsicOp(IntrPerm,
Bill Schmidt6b5a7df2014-06-09 22:00:52 +000010327 BaseLoad, ExtraLoad, PermCntl, DAG, dl);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010328
Hal Finkelc93a9a22015-02-25 01:06:45 +000010329 if (VT != PermTy)
10330 Perm = Subtarget.hasAltivec() ?
10331 DAG.getNode(ISD::BITCAST, dl, VT, Perm) :
10332 DAG.getNode(ISD::FP_ROUND, dl, VT, Perm, // QPX
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010333 DAG.getTargetConstant(1, dl, MVT::i64));
Hal Finkelc93a9a22015-02-25 01:06:45 +000010334 // second argument is 1 because this rounding
10335 // is always exact.
Hal Finkelcf2e9082013-05-24 23:00:14 +000010336
Hal Finkelb6d0d6b2014-08-01 05:20:41 +000010337 // The output of the permutation is our loaded result, the TokenFactor is
10338 // our new chain.
10339 DCI.CombineTo(N, Perm, TF);
Hal Finkelcf2e9082013-05-24 23:00:14 +000010340 return SDValue(N, 0);
10341 }
10342 }
10343 break;
Eric Christophercccae792015-01-30 22:02:31 +000010344 case ISD::INTRINSIC_WO_CHAIN: {
10345 bool isLittleEndian = Subtarget.isLittleEndian();
Hal Finkelc93a9a22015-02-25 01:06:45 +000010346 unsigned IID = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue();
Eric Christophercccae792015-01-30 22:02:31 +000010347 Intrinsic::ID Intr = (isLittleEndian ? Intrinsic::ppc_altivec_lvsr
10348 : Intrinsic::ppc_altivec_lvsl);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010349 if ((IID == Intr ||
10350 IID == Intrinsic::ppc_qpx_qvlpcld ||
10351 IID == Intrinsic::ppc_qpx_qvlpcls) &&
10352 N->getOperand(1)->getOpcode() == ISD::ADD) {
Eric Christophercccae792015-01-30 22:02:31 +000010353 SDValue Add = N->getOperand(1);
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010354
Hal Finkelc93a9a22015-02-25 01:06:45 +000010355 int Bits = IID == Intrinsic::ppc_qpx_qvlpcld ?
10356 5 /* 32 byte alignment */ : 4 /* 16 byte alignment */;
10357
Eric Christophercccae792015-01-30 22:02:31 +000010358 if (DAG.MaskedValueIsZero(
10359 Add->getOperand(1),
Hal Finkelc93a9a22015-02-25 01:06:45 +000010360 APInt::getAllOnesValue(Bits /* alignment */)
Eric Christophercccae792015-01-30 22:02:31 +000010361 .zext(
10362 Add.getValueType().getScalarType().getSizeInBits()))) {
10363 SDNode *BasePtr = Add->getOperand(0).getNode();
10364 for (SDNode::use_iterator UI = BasePtr->use_begin(),
10365 UE = BasePtr->use_end();
10366 UI != UE; ++UI) {
10367 if (UI->getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
Hal Finkelc93a9a22015-02-25 01:06:45 +000010368 cast<ConstantSDNode>(UI->getOperand(0))->getZExtValue() == IID) {
Eric Christophercccae792015-01-30 22:02:31 +000010369 // We've found another LVSL/LVSR, and this address is an aligned
10370 // multiple of that one. The results will be the same, so use the
10371 // one we've just found instead.
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010372
Eric Christophercccae792015-01-30 22:02:31 +000010373 return SDValue(*UI, 0);
10374 }
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010375 }
10376 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000010377
10378 if (isa<ConstantSDNode>(Add->getOperand(1))) {
10379 SDNode *BasePtr = Add->getOperand(0).getNode();
10380 for (SDNode::use_iterator UI = BasePtr->use_begin(),
10381 UE = BasePtr->use_end(); UI != UE; ++UI) {
10382 if (UI->getOpcode() == ISD::ADD &&
10383 isa<ConstantSDNode>(UI->getOperand(1)) &&
10384 (cast<ConstantSDNode>(Add->getOperand(1))->getZExtValue() -
10385 cast<ConstantSDNode>(UI->getOperand(1))->getZExtValue()) %
Aaron Ballman5561ed42015-02-25 13:05:24 +000010386 (1ULL << Bits) == 0) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010387 SDNode *OtherAdd = *UI;
10388 for (SDNode::use_iterator VI = OtherAdd->use_begin(),
10389 VE = OtherAdd->use_end(); VI != VE; ++VI) {
10390 if (VI->getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
10391 cast<ConstantSDNode>(VI->getOperand(0))->getZExtValue() == IID) {
10392 return SDValue(*VI, 0);
10393 }
10394 }
10395 }
10396 }
10397 }
Hal Finkelbc2ee4c2013-05-25 04:05:05 +000010398 }
10399 }
Hal Finkelc3cfbf82013-09-13 20:09:02 +000010400
10401 break;
Bill Schmidtfae5d712014-12-09 16:35:51 +000010402 case ISD::INTRINSIC_W_CHAIN: {
10403 // For little endian, VSX loads require generating lxvd2x/xxswapd.
Eric Christophercccae792015-01-30 22:02:31 +000010404 if (Subtarget.hasVSX() && Subtarget.isLittleEndian()) {
Bill Schmidtfae5d712014-12-09 16:35:51 +000010405 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
10406 default:
10407 break;
10408 case Intrinsic::ppc_vsx_lxvw4x:
10409 case Intrinsic::ppc_vsx_lxvd2x:
10410 return expandVSXLoadForLE(N, DCI);
10411 }
10412 }
10413 break;
10414 }
10415 case ISD::INTRINSIC_VOID: {
10416 // For little endian, VSX stores require generating xxswapd/stxvd2x.
Eric Christophercccae792015-01-30 22:02:31 +000010417 if (Subtarget.hasVSX() && Subtarget.isLittleEndian()) {
Bill Schmidtfae5d712014-12-09 16:35:51 +000010418 switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
10419 default:
10420 break;
10421 case Intrinsic::ppc_vsx_stxvw4x:
10422 case Intrinsic::ppc_vsx_stxvd2x:
10423 return expandVSXStoreForLE(N, DCI);
10424 }
10425 }
10426 break;
10427 }
Chris Lattnera7976d32006-07-10 20:56:58 +000010428 case ISD::BSWAP:
10429 // Turn BSWAP (LOAD) -> lhbrx/lwbrx.
Gabor Greiff304a7a2008-08-28 21:40:38 +000010430 if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
Chris Lattnera7976d32006-07-10 20:56:58 +000010431 N->getOperand(0).hasOneUse() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010432 (N->getValueType(0) == MVT::i32 || N->getValueType(0) == MVT::i16 ||
Eric Christophercccae792015-01-30 22:02:31 +000010433 (Subtarget.hasLDBRX() && Subtarget.isPPC64() &&
Hal Finkel31d29562013-03-28 19:25:55 +000010434 N->getValueType(0) == MVT::i64))) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010435 SDValue Load = N->getOperand(0);
Evan Chenge71fe34d2006-10-09 20:57:25 +000010436 LoadSDNode *LD = cast<LoadSDNode>(Load);
Chris Lattnera7976d32006-07-10 20:56:58 +000010437 // Create the byte-swapping load.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010438 SDValue Ops[] = {
Evan Chenge71fe34d2006-10-09 20:57:25 +000010439 LD->getChain(), // Chain
10440 LD->getBasePtr(), // Ptr
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010441 DAG.getValueType(N->getValueType(0)) // VT
10442 };
Dan Gohman48b185d2009-09-25 20:36:54 +000010443 SDValue BSLoad =
10444 DAG.getMemIntrinsicNode(PPCISD::LBRX, dl,
Hal Finkel31d29562013-03-28 19:25:55 +000010445 DAG.getVTList(N->getValueType(0) == MVT::i64 ?
10446 MVT::i64 : MVT::i32, MVT::Other),
Craig Topper206fcd42014-04-26 19:29:41 +000010447 Ops, LD->getMemoryVT(), LD->getMemOperand());
Chris Lattnera7976d32006-07-10 20:56:58 +000010448
Scott Michelcf0da6c2009-02-17 22:15:04 +000010449 // If this is an i16 load, insert the truncate.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010450 SDValue ResVal = BSLoad;
Owen Anderson9f944592009-08-11 20:47:22 +000010451 if (N->getValueType(0) == MVT::i16)
10452 ResVal = DAG.getNode(ISD::TRUNCATE, dl, MVT::i16, BSLoad);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010453
Chris Lattnera7976d32006-07-10 20:56:58 +000010454 // First, combine the bswap away. This makes the value produced by the
10455 // load dead.
10456 DCI.CombineTo(N, ResVal);
10457
10458 // Next, combine the load away, we give it a bogus result value but a real
10459 // chain result. The result value is dead because the bswap is dead.
Gabor Greiff304a7a2008-08-28 21:40:38 +000010460 DCI.CombineTo(Load.getNode(), ResVal, BSLoad.getValue(1));
Scott Michelcf0da6c2009-02-17 22:15:04 +000010461
Chris Lattnera7976d32006-07-10 20:56:58 +000010462 // Return N so it doesn't get rechecked!
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010463 return SDValue(N, 0);
Chris Lattnera7976d32006-07-10 20:56:58 +000010464 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010465
Chris Lattner27f53452006-03-01 05:50:56 +000010466 break;
Chris Lattnerd4058a52006-03-31 06:02:07 +000010467 case PPCISD::VCMP: {
10468 // If a VCMPo node already exists with exactly the same operands as this
10469 // node, use its result instead of this node (VCMPo computes both a CR6 and
10470 // a normal output).
10471 //
10472 if (!N->getOperand(0).hasOneUse() &&
10473 !N->getOperand(1).hasOneUse() &&
10474 !N->getOperand(2).hasOneUse()) {
Scott Michelcf0da6c2009-02-17 22:15:04 +000010475
Chris Lattnerd4058a52006-03-31 06:02:07 +000010476 // Scan all of the users of the LHS, looking for VCMPo's that match.
Craig Topper062a2ba2014-04-25 05:30:21 +000010477 SDNode *VCMPoNode = nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010478
Gabor Greiff304a7a2008-08-28 21:40:38 +000010479 SDNode *LHSN = N->getOperand(0).getNode();
Chris Lattnerd4058a52006-03-31 06:02:07 +000010480 for (SDNode::use_iterator UI = LHSN->use_begin(), E = LHSN->use_end();
10481 UI != E; ++UI)
Dan Gohman91e5dcb2008-07-27 20:43:25 +000010482 if (UI->getOpcode() == PPCISD::VCMPo &&
10483 UI->getOperand(1) == N->getOperand(1) &&
10484 UI->getOperand(2) == N->getOperand(2) &&
10485 UI->getOperand(0) == N->getOperand(0)) {
10486 VCMPoNode = *UI;
Chris Lattnerd4058a52006-03-31 06:02:07 +000010487 break;
10488 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010489
Chris Lattner518834c2006-04-18 18:28:22 +000010490 // If there is no VCMPo node, or if the flag value has a single use, don't
10491 // transform this.
10492 if (!VCMPoNode || VCMPoNode->hasNUsesOfValue(0, 1))
10493 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010494
10495 // Look at the (necessarily single) use of the flag value. If it has a
Chris Lattner518834c2006-04-18 18:28:22 +000010496 // chain, this transformation is more complex. Note that multiple things
10497 // could use the value result, which we should ignore.
Craig Topper062a2ba2014-04-25 05:30:21 +000010498 SDNode *FlagUser = nullptr;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010499 for (SDNode::use_iterator UI = VCMPoNode->use_begin();
Craig Topper062a2ba2014-04-25 05:30:21 +000010500 FlagUser == nullptr; ++UI) {
Chris Lattner518834c2006-04-18 18:28:22 +000010501 assert(UI != VCMPoNode->use_end() && "Didn't find user!");
Dan Gohman91e5dcb2008-07-27 20:43:25 +000010502 SDNode *User = *UI;
Chris Lattner518834c2006-04-18 18:28:22 +000010503 for (unsigned i = 0, e = User->getNumOperands(); i != e; ++i) {
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010504 if (User->getOperand(i) == SDValue(VCMPoNode, 1)) {
Chris Lattner518834c2006-04-18 18:28:22 +000010505 FlagUser = User;
10506 break;
10507 }
10508 }
10509 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010510
Ulrich Weigandd5ebc622013-07-03 17:05:42 +000010511 // If the user is a MFOCRF instruction, we know this is safe.
10512 // Otherwise we give up for right now.
10513 if (FlagUser->getOpcode() == PPCISD::MFOCRF)
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010514 return SDValue(VCMPoNode, 0);
Chris Lattnerd4058a52006-03-31 06:02:07 +000010515 }
10516 break;
10517 }
Hal Finkel940ab932014-02-28 00:27:01 +000010518 case ISD::BRCOND: {
10519 SDValue Cond = N->getOperand(1);
10520 SDValue Target = N->getOperand(2);
10521
10522 if (Cond.getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10523 cast<ConstantSDNode>(Cond.getOperand(1))->getZExtValue() ==
10524 Intrinsic::ppc_is_decremented_ctr_nonzero) {
10525
10526 // We now need to make the intrinsic dead (it cannot be instruction
10527 // selected).
10528 DAG.ReplaceAllUsesOfValueWith(Cond.getValue(1), Cond.getOperand(0));
10529 assert(Cond.getNode()->hasOneUse() &&
10530 "Counter decrement has more than one use");
10531
10532 return DAG.getNode(PPCISD::BDNZ, dl, MVT::Other,
10533 N->getOperand(0), Target);
10534 }
10535 }
10536 break;
Chris Lattner9754d142006-04-18 17:59:36 +000010537 case ISD::BR_CC: {
10538 // If this is a branch on an altivec predicate comparison, lower this so
Ulrich Weigandd5ebc622013-07-03 17:05:42 +000010539 // that we don't have to do a MFOCRF: instead, branch directly on CR6. This
Chris Lattner9754d142006-04-18 17:59:36 +000010540 // lowering is done pre-legalize, because the legalizer lowers the predicate
10541 // compare down to code that is difficult to reassemble.
10542 ISD::CondCode CC = cast<CondCodeSDNode>(N->getOperand(1))->get();
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010543 SDValue LHS = N->getOperand(2), RHS = N->getOperand(3);
Hal Finkel25c19922013-05-15 21:37:41 +000010544
10545 // Sometimes the promoted value of the intrinsic is ANDed by some non-zero
10546 // value. If so, pass-through the AND to get to the intrinsic.
10547 if (LHS.getOpcode() == ISD::AND &&
10548 LHS.getOperand(0).getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10549 cast<ConstantSDNode>(LHS.getOperand(0).getOperand(1))->getZExtValue() ==
10550 Intrinsic::ppc_is_decremented_ctr_nonzero &&
10551 isa<ConstantSDNode>(LHS.getOperand(1)) &&
10552 !cast<ConstantSDNode>(LHS.getOperand(1))->getConstantIntValue()->
10553 isZero())
10554 LHS = LHS.getOperand(0);
10555
10556 if (LHS.getOpcode() == ISD::INTRINSIC_W_CHAIN &&
10557 cast<ConstantSDNode>(LHS.getOperand(1))->getZExtValue() ==
10558 Intrinsic::ppc_is_decremented_ctr_nonzero &&
10559 isa<ConstantSDNode>(RHS)) {
10560 assert((CC == ISD::SETEQ || CC == ISD::SETNE) &&
10561 "Counter decrement comparison is not EQ or NE");
10562
10563 unsigned Val = cast<ConstantSDNode>(RHS)->getZExtValue();
10564 bool isBDNZ = (CC == ISD::SETEQ && Val) ||
10565 (CC == ISD::SETNE && !Val);
10566
10567 // We now need to make the intrinsic dead (it cannot be instruction
10568 // selected).
10569 DAG.ReplaceAllUsesOfValueWith(LHS.getValue(1), LHS.getOperand(0));
10570 assert(LHS.getNode()->hasOneUse() &&
10571 "Counter decrement has more than one use");
10572
10573 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other,
10574 N->getOperand(0), N->getOperand(4));
10575 }
10576
Chris Lattner9754d142006-04-18 17:59:36 +000010577 int CompareOpc;
10578 bool isDot;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010579
Chris Lattner9754d142006-04-18 17:59:36 +000010580 if (LHS.getOpcode() == ISD::INTRINSIC_WO_CHAIN &&
10581 isa<ConstantSDNode>(RHS) && (CC == ISD::SETEQ || CC == ISD::SETNE) &&
Kit Barton0cfa7b72015-03-03 19:55:45 +000010582 getAltivecCompareInfo(LHS, CompareOpc, isDot, Subtarget)) {
Chris Lattner9754d142006-04-18 17:59:36 +000010583 assert(isDot && "Can't compare against a vector result!");
Scott Michelcf0da6c2009-02-17 22:15:04 +000010584
Chris Lattner9754d142006-04-18 17:59:36 +000010585 // If this is a comparison against something other than 0/1, then we know
10586 // that the condition is never/always true.
Dan Gohmaneffb8942008-09-12 16:56:44 +000010587 unsigned Val = cast<ConstantSDNode>(RHS)->getZExtValue();
Chris Lattner9754d142006-04-18 17:59:36 +000010588 if (Val != 0 && Val != 1) {
10589 if (CC == ISD::SETEQ) // Cond never true, remove branch.
10590 return N->getOperand(0);
10591 // Always !=, turn it into an unconditional branch.
Owen Anderson9f944592009-08-11 20:47:22 +000010592 return DAG.getNode(ISD::BR, dl, MVT::Other,
Chris Lattner9754d142006-04-18 17:59:36 +000010593 N->getOperand(0), N->getOperand(4));
10594 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010595
Chris Lattner9754d142006-04-18 17:59:36 +000010596 bool BranchOnWhenPredTrue = (CC == ISD::SETEQ) ^ (Val == 0);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010597
Chris Lattner9754d142006-04-18 17:59:36 +000010598 // Create the PPCISD altivec 'dot' comparison node.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010599 SDValue Ops[] = {
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010600 LHS.getOperand(2), // LHS of compare
10601 LHS.getOperand(3), // RHS of compare
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010602 DAG.getConstant(CompareOpc, dl, MVT::i32)
Chris Lattnerd66f14e2006-08-11 17:18:05 +000010603 };
Benjamin Kramerfdf362b2013-03-07 20:33:29 +000010604 EVT VTs[] = { LHS.getOperand(2).getValueType(), MVT::Glue };
Craig Topper48d114b2014-04-26 18:35:24 +000010605 SDValue CompNode = DAG.getNode(PPCISD::VCMPo, dl, VTs, Ops);
Scott Michelcf0da6c2009-02-17 22:15:04 +000010606
Chris Lattner9754d142006-04-18 17:59:36 +000010607 // Unpack the result based on how the target uses it.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010608 PPC::Predicate CompOpc;
Dan Gohmaneffb8942008-09-12 16:56:44 +000010609 switch (cast<ConstantSDNode>(LHS.getOperand(1))->getZExtValue()) {
Chris Lattner9754d142006-04-18 17:59:36 +000010610 default: // Can't happen, don't crash on invalid number though.
10611 case 0: // Branch on the value of the EQ bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010612 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_EQ : PPC::PRED_NE;
Chris Lattner9754d142006-04-18 17:59:36 +000010613 break;
10614 case 1: // Branch on the inverted value of the EQ bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010615 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_NE : PPC::PRED_EQ;
Chris Lattner9754d142006-04-18 17:59:36 +000010616 break;
10617 case 2: // Branch on the value of the LT bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010618 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_LT : PPC::PRED_GE;
Chris Lattner9754d142006-04-18 17:59:36 +000010619 break;
10620 case 3: // Branch on the inverted value of the LT bit of CR6.
Chris Lattner8c6a41e2006-11-17 22:10:59 +000010621 CompOpc = BranchOnWhenPredTrue ? PPC::PRED_GE : PPC::PRED_LT;
Chris Lattner9754d142006-04-18 17:59:36 +000010622 break;
10623 }
10624
Owen Anderson9f944592009-08-11 20:47:22 +000010625 return DAG.getNode(PPCISD::COND_BRANCH, dl, MVT::Other, N->getOperand(0),
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010626 DAG.getConstant(CompOpc, dl, MVT::i32),
Owen Anderson9f944592009-08-11 20:47:22 +000010627 DAG.getRegister(PPC::CR6, MVT::i32),
Chris Lattner9754d142006-04-18 17:59:36 +000010628 N->getOperand(4), CompNode.getValue(1));
10629 }
10630 break;
10631 }
Chris Lattnerf4184352006-03-01 04:57:39 +000010632 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010633
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010634 return SDValue();
Chris Lattnerf4184352006-03-01 04:57:39 +000010635}
10636
Hal Finkel13d104b2014-12-11 18:37:52 +000010637SDValue
10638PPCTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor,
10639 SelectionDAG &DAG,
10640 std::vector<SDNode *> *Created) const {
10641 // fold (sdiv X, pow2)
10642 EVT VT = N->getValueType(0);
Hal Finkel04b16b52014-12-23 08:38:50 +000010643 if (VT == MVT::i64 && !Subtarget.isPPC64())
10644 return SDValue();
Hal Finkel13d104b2014-12-11 18:37:52 +000010645 if ((VT != MVT::i32 && VT != MVT::i64) ||
10646 !(Divisor.isPowerOf2() || (-Divisor).isPowerOf2()))
10647 return SDValue();
10648
10649 SDLoc DL(N);
10650 SDValue N0 = N->getOperand(0);
10651
10652 bool IsNegPow2 = (-Divisor).isPowerOf2();
10653 unsigned Lg2 = (IsNegPow2 ? -Divisor : Divisor).countTrailingZeros();
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010654 SDValue ShiftAmt = DAG.getConstant(Lg2, DL, VT);
Hal Finkel13d104b2014-12-11 18:37:52 +000010655
10656 SDValue Op = DAG.getNode(PPCISD::SRA_ADDZE, DL, VT, N0, ShiftAmt);
10657 if (Created)
10658 Created->push_back(Op.getNode());
10659
10660 if (IsNegPow2) {
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010661 Op = DAG.getNode(ISD::SUB, DL, VT, DAG.getConstant(0, DL, VT), Op);
Hal Finkel13d104b2014-12-11 18:37:52 +000010662 if (Created)
10663 Created->push_back(Op.getNode());
10664 }
10665
10666 return Op;
10667}
10668
Chris Lattner4211ca92006-04-14 06:01:58 +000010669//===----------------------------------------------------------------------===//
10670// Inline Assembly Support
10671//===----------------------------------------------------------------------===//
10672
Jay Foada0653a32014-05-14 21:14:37 +000010673void PPCTargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
10674 APInt &KnownZero,
10675 APInt &KnownOne,
10676 const SelectionDAG &DAG,
10677 unsigned Depth) const {
Rafael Espindolaba0a6ca2012-04-04 12:51:34 +000010678 KnownZero = KnownOne = APInt(KnownZero.getBitWidth(), 0);
Chris Lattnerc5287c02006-04-02 06:26:07 +000010679 switch (Op.getOpcode()) {
10680 default: break;
Chris Lattnera7976d32006-07-10 20:56:58 +000010681 case PPCISD::LBRX: {
10682 // lhbrx is known to have the top bits cleared out.
Dan Gohmana5fc0352009-09-27 23:17:47 +000010683 if (cast<VTSDNode>(Op.getOperand(2))->getVT() == MVT::i16)
Chris Lattnera7976d32006-07-10 20:56:58 +000010684 KnownZero = 0xFFFF0000;
10685 break;
10686 }
Chris Lattnerc5287c02006-04-02 06:26:07 +000010687 case ISD::INTRINSIC_WO_CHAIN: {
Dan Gohmaneffb8942008-09-12 16:56:44 +000010688 switch (cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue()) {
Chris Lattnerc5287c02006-04-02 06:26:07 +000010689 default: break;
10690 case Intrinsic::ppc_altivec_vcmpbfp_p:
10691 case Intrinsic::ppc_altivec_vcmpeqfp_p:
10692 case Intrinsic::ppc_altivec_vcmpequb_p:
10693 case Intrinsic::ppc_altivec_vcmpequh_p:
10694 case Intrinsic::ppc_altivec_vcmpequw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010695 case Intrinsic::ppc_altivec_vcmpequd_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010696 case Intrinsic::ppc_altivec_vcmpgefp_p:
10697 case Intrinsic::ppc_altivec_vcmpgtfp_p:
10698 case Intrinsic::ppc_altivec_vcmpgtsb_p:
10699 case Intrinsic::ppc_altivec_vcmpgtsh_p:
10700 case Intrinsic::ppc_altivec_vcmpgtsw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010701 case Intrinsic::ppc_altivec_vcmpgtsd_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010702 case Intrinsic::ppc_altivec_vcmpgtub_p:
10703 case Intrinsic::ppc_altivec_vcmpgtuh_p:
10704 case Intrinsic::ppc_altivec_vcmpgtuw_p:
Kit Barton0cfa7b72015-03-03 19:55:45 +000010705 case Intrinsic::ppc_altivec_vcmpgtud_p:
Chris Lattnerc5287c02006-04-02 06:26:07 +000010706 KnownZero = ~1U; // All bits but the low one are known to be zero.
10707 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010708 }
Chris Lattnerc5287c02006-04-02 06:26:07 +000010709 }
10710 }
10711}
10712
Hal Finkel57725662015-01-03 17:58:24 +000010713unsigned PPCTargetLowering::getPrefLoopAlignment(MachineLoop *ML) const {
10714 switch (Subtarget.getDarwinDirective()) {
10715 default: break;
10716 case PPC::DIR_970:
10717 case PPC::DIR_PWR4:
10718 case PPC::DIR_PWR5:
10719 case PPC::DIR_PWR5X:
10720 case PPC::DIR_PWR6:
10721 case PPC::DIR_PWR6X:
10722 case PPC::DIR_PWR7:
10723 case PPC::DIR_PWR8: {
10724 if (!ML)
10725 break;
10726
Eric Christophercccae792015-01-30 22:02:31 +000010727 const PPCInstrInfo *TII = Subtarget.getInstrInfo();
Hal Finkel57725662015-01-03 17:58:24 +000010728
10729 // For small loops (between 5 and 8 instructions), align to a 32-byte
10730 // boundary so that the entire loop fits in one instruction-cache line.
10731 uint64_t LoopSize = 0;
10732 for (auto I = ML->block_begin(), IE = ML->block_end(); I != IE; ++I)
10733 for (auto J = (*I)->begin(), JE = (*I)->end(); J != JE; ++J)
10734 LoopSize += TII->GetInstSizeInBytes(J);
10735
10736 if (LoopSize > 16 && LoopSize <= 32)
10737 return 5;
10738
10739 break;
10740 }
10741 }
10742
10743 return TargetLowering::getPrefLoopAlignment(ML);
10744}
Chris Lattnerc5287c02006-04-02 06:26:07 +000010745
Chris Lattnerd6855142007-03-25 02:14:49 +000010746/// getConstraintType - Given a constraint, return the type of
Chris Lattner203b2f12006-02-07 20:16:30 +000010747/// constraint it is for this target.
Scott Michelcf0da6c2009-02-17 22:15:04 +000010748PPCTargetLowering::ConstraintType
Benjamin Kramer9bfb6272015-07-05 19:29:18 +000010749PPCTargetLowering::getConstraintType(StringRef Constraint) const {
Chris Lattnerd6855142007-03-25 02:14:49 +000010750 if (Constraint.size() == 1) {
10751 switch (Constraint[0]) {
10752 default: break;
10753 case 'b':
10754 case 'r':
10755 case 'f':
10756 case 'v':
10757 case 'y':
10758 return C_RegisterClass;
Hal Finkel4f24c622012-11-05 18:18:42 +000010759 case 'Z':
10760 // FIXME: While Z does indicate a memory constraint, it specifically
10761 // indicates an r+r address (used in conjunction with the 'y' modifier
10762 // in the replacement string). Currently, we're forcing the base
10763 // register to be r0 in the asm printer (which is interpreted as zero)
10764 // and forming the complete address in the second register. This is
10765 // suboptimal.
10766 return C_Memory;
Chris Lattnerd6855142007-03-25 02:14:49 +000010767 }
Hal Finkel6aca2372014-03-02 18:23:39 +000010768 } else if (Constraint == "wc") { // individual CR bits.
10769 return C_RegisterClass;
Hal Finkel27774d92014-03-13 07:58:58 +000010770 } else if (Constraint == "wa" || Constraint == "wd" ||
10771 Constraint == "wf" || Constraint == "ws") {
10772 return C_RegisterClass; // VSX registers.
Chris Lattnerd6855142007-03-25 02:14:49 +000010773 }
10774 return TargetLowering::getConstraintType(Constraint);
Chris Lattner203b2f12006-02-07 20:16:30 +000010775}
10776
John Thompsone8360b72010-10-29 17:29:13 +000010777/// Examine constraint type and operand type and determine a weight value.
10778/// This object must already have been set up with the operand type
10779/// and the current alternative constraint selected.
10780TargetLowering::ConstraintWeight
10781PPCTargetLowering::getSingleConstraintMatchWeight(
10782 AsmOperandInfo &info, const char *constraint) const {
10783 ConstraintWeight weight = CW_Invalid;
10784 Value *CallOperandVal = info.CallOperandVal;
10785 // If we don't have a value, we can't do a match,
10786 // but allow it at the lowest weight.
Craig Topper062a2ba2014-04-25 05:30:21 +000010787 if (!CallOperandVal)
John Thompsone8360b72010-10-29 17:29:13 +000010788 return CW_Default;
Chris Lattner229907c2011-07-18 04:54:35 +000010789 Type *type = CallOperandVal->getType();
Hal Finkel6aca2372014-03-02 18:23:39 +000010790
John Thompsone8360b72010-10-29 17:29:13 +000010791 // Look at the constraint type.
Hal Finkel6aca2372014-03-02 18:23:39 +000010792 if (StringRef(constraint) == "wc" && type->isIntegerTy(1))
10793 return CW_Register; // an individual CR bit.
Hal Finkel27774d92014-03-13 07:58:58 +000010794 else if ((StringRef(constraint) == "wa" ||
10795 StringRef(constraint) == "wd" ||
10796 StringRef(constraint) == "wf") &&
10797 type->isVectorTy())
10798 return CW_Register;
10799 else if (StringRef(constraint) == "ws" && type->isDoubleTy())
10800 return CW_Register;
Hal Finkel6aca2372014-03-02 18:23:39 +000010801
John Thompsone8360b72010-10-29 17:29:13 +000010802 switch (*constraint) {
10803 default:
10804 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
10805 break;
10806 case 'b':
10807 if (type->isIntegerTy())
10808 weight = CW_Register;
10809 break;
10810 case 'f':
10811 if (type->isFloatTy())
10812 weight = CW_Register;
10813 break;
10814 case 'd':
10815 if (type->isDoubleTy())
10816 weight = CW_Register;
10817 break;
10818 case 'v':
10819 if (type->isVectorTy())
10820 weight = CW_Register;
10821 break;
10822 case 'y':
10823 weight = CW_Register;
10824 break;
Hal Finkel4f24c622012-11-05 18:18:42 +000010825 case 'Z':
10826 weight = CW_Memory;
10827 break;
John Thompsone8360b72010-10-29 17:29:13 +000010828 }
10829 return weight;
10830}
10831
Eric Christopher11e4df72015-02-26 22:38:43 +000010832std::pair<unsigned, const TargetRegisterClass *>
10833PPCTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
Benjamin Kramer9bfb6272015-07-05 19:29:18 +000010834 StringRef Constraint,
Chad Rosier295bd432013-06-22 18:37:38 +000010835 MVT VT) const {
Chris Lattner01513612006-01-31 19:20:21 +000010836 if (Constraint.size() == 1) {
Chris Lattner584a11a2006-11-02 01:44:04 +000010837 // GCC RS6000 Constraint Letters
10838 switch (Constraint[0]) {
10839 case 'b': // R1-R31
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010840 if (VT == MVT::i64 && Subtarget.isPPC64())
Hal Finkel638a9fa2013-03-19 18:51:05 +000010841 return std::make_pair(0U, &PPC::G8RC_NOX0RegClass);
10842 return std::make_pair(0U, &PPC::GPRC_NOR0RegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010843 case 'r': // R0-R31
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010844 if (VT == MVT::i64 && Subtarget.isPPC64())
Craig Topperabadc662012-04-20 06:31:50 +000010845 return std::make_pair(0U, &PPC::G8RCRegClass);
10846 return std::make_pair(0U, &PPC::GPRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010847 case 'f':
Ulrich Weigand0de4a1e2012-10-29 17:49:34 +000010848 if (VT == MVT::f32 || VT == MVT::i32)
Craig Topperabadc662012-04-20 06:31:50 +000010849 return std::make_pair(0U, &PPC::F4RCRegClass);
Ulrich Weigand0de4a1e2012-10-29 17:49:34 +000010850 if (VT == MVT::f64 || VT == MVT::i64)
Craig Topperabadc662012-04-20 06:31:50 +000010851 return std::make_pair(0U, &PPC::F8RCRegClass);
Hal Finkelc93a9a22015-02-25 01:06:45 +000010852 if (VT == MVT::v4f64 && Subtarget.hasQPX())
10853 return std::make_pair(0U, &PPC::QFRCRegClass);
10854 if (VT == MVT::v4f32 && Subtarget.hasQPX())
10855 return std::make_pair(0U, &PPC::QSRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010856 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010857 case 'v':
Hal Finkelc93a9a22015-02-25 01:06:45 +000010858 if (VT == MVT::v4f64 && Subtarget.hasQPX())
10859 return std::make_pair(0U, &PPC::QFRCRegClass);
10860 if (VT == MVT::v4f32 && Subtarget.hasQPX())
10861 return std::make_pair(0U, &PPC::QSRCRegClass);
Craig Topperabadc662012-04-20 06:31:50 +000010862 return std::make_pair(0U, &PPC::VRRCRegClass);
Chris Lattner584a11a2006-11-02 01:44:04 +000010863 case 'y': // crrc
Craig Topperabadc662012-04-20 06:31:50 +000010864 return std::make_pair(0U, &PPC::CRRCRegClass);
Chris Lattner01513612006-01-31 19:20:21 +000010865 }
Hal Finkel6aca2372014-03-02 18:23:39 +000010866 } else if (Constraint == "wc") { // an individual CR bit.
10867 return std::make_pair(0U, &PPC::CRBITRCRegClass);
Hal Finkel27774d92014-03-13 07:58:58 +000010868 } else if (Constraint == "wa" || Constraint == "wd" ||
Hal Finkel19be5062014-03-29 05:29:01 +000010869 Constraint == "wf") {
Hal Finkel27774d92014-03-13 07:58:58 +000010870 return std::make_pair(0U, &PPC::VSRCRegClass);
Hal Finkel19be5062014-03-29 05:29:01 +000010871 } else if (Constraint == "ws") {
Nemanja Ivanovicf3c94b12015-05-07 18:24:05 +000010872 if (VT == MVT::f32)
10873 return std::make_pair(0U, &PPC::VSSRCRegClass);
10874 else
10875 return std::make_pair(0U, &PPC::VSFRCRegClass);
Chris Lattner01513612006-01-31 19:20:21 +000010876 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010877
Eric Christopher11e4df72015-02-26 22:38:43 +000010878 std::pair<unsigned, const TargetRegisterClass *> R =
10879 TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);
Hal Finkelb176acb2013-08-03 12:25:10 +000010880
10881 // r[0-9]+ are used, on PPC64, to refer to the corresponding 64-bit registers
10882 // (which we call X[0-9]+). If a 64-bit value has been requested, and a
10883 // 32-bit GPR has been selected, then 'upgrade' it to the 64-bit parent
10884 // register.
10885 // FIXME: If TargetLowering::getRegForInlineAsmConstraint could somehow use
10886 // the AsmName field from *RegisterInfo.td, then this would not be necessary.
Eric Christopherb1aaebe2014-06-12 22:38:18 +000010887 if (R.first && VT == MVT::i64 && Subtarget.isPPC64() &&
Eric Christopher11e4df72015-02-26 22:38:43 +000010888 PPC::GPRCRegClass.contains(R.first))
Hal Finkelb176acb2013-08-03 12:25:10 +000010889 return std::make_pair(TRI->getMatchingSuperReg(R.first,
Hal Finkelb3ca00d2013-08-14 20:05:04 +000010890 PPC::sub_32, &PPC::G8RCRegClass),
Hal Finkelb176acb2013-08-03 12:25:10 +000010891 &PPC::G8RCRegClass);
Hal Finkelb176acb2013-08-03 12:25:10 +000010892
Hal Finkelaa10b3c2014-12-08 22:54:22 +000010893 // GCC accepts 'cc' as an alias for 'cr0', and we need to do the same.
10894 if (!R.second && StringRef("{cc}").equals_lower(Constraint)) {
10895 R.first = PPC::CR0;
10896 R.second = &PPC::CRRCRegClass;
10897 }
10898
Hal Finkelb176acb2013-08-03 12:25:10 +000010899 return R;
Chris Lattner01513612006-01-31 19:20:21 +000010900}
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010901
Chris Lattner584a11a2006-11-02 01:44:04 +000010902
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010903/// LowerAsmOperandForConstraint - Lower the specified operand into the Ops
Dale Johannesence97d552010-06-25 21:55:36 +000010904/// vector. If it is invalid, don't add anything to Ops.
Eric Christopher0713a9d2011-06-08 23:55:35 +000010905void PPCTargetLowering::LowerAsmOperandForConstraint(SDValue Op,
Eric Christopherde9399b2011-06-02 23:16:42 +000010906 std::string &Constraint,
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000010907 std::vector<SDValue>&Ops,
Chris Lattner724539c2008-04-26 23:02:14 +000010908 SelectionDAG &DAG) const {
Craig Topper062a2ba2014-04-25 05:30:21 +000010909 SDValue Result;
Eric Christopher0713a9d2011-06-08 23:55:35 +000010910
Eric Christopherde9399b2011-06-02 23:16:42 +000010911 // Only support length 1 constraints.
10912 if (Constraint.length() > 1) return;
Eric Christopher0713a9d2011-06-08 23:55:35 +000010913
Eric Christopherde9399b2011-06-02 23:16:42 +000010914 char Letter = Constraint[0];
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010915 switch (Letter) {
10916 default: break;
10917 case 'I':
10918 case 'J':
10919 case 'K':
10920 case 'L':
10921 case 'M':
10922 case 'N':
10923 case 'O':
10924 case 'P': {
Chris Lattner0b7472d2007-05-15 01:31:05 +000010925 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op);
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010926 if (!CST) return; // Must be an immediate to match.
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010927 SDLoc dl(Op);
Hal Finkelc91fc112014-12-03 09:37:50 +000010928 int64_t Value = CST->getSExtValue();
10929 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative
10930 // numbers are printed as such.
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010931 switch (Letter) {
Torok Edwinfbcc6632009-07-14 16:55:14 +000010932 default: llvm_unreachable("Unknown constraint letter!");
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010933 case 'I': // "I" is a signed 16-bit constant.
Hal Finkelc91fc112014-12-03 09:37:50 +000010934 if (isInt<16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010935 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010936 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010937 case 'J': // "J" is a constant with only the high-order 16 bits nonzero.
Hal Finkelc91fc112014-12-03 09:37:50 +000010938 if (isShiftedUInt<16, 16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010939 Result = DAG.getTargetConstant(Value, dl, TCVT);
Hal Finkelc91fc112014-12-03 09:37:50 +000010940 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010941 case 'L': // "L" is a signed 16-bit constant shifted left 16 bits.
Hal Finkelc91fc112014-12-03 09:37:50 +000010942 if (isShiftedInt<16, 16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010943 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010944 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010945 case 'K': // "K" is a constant with only the low-order 16 bits nonzero.
Hal Finkelc91fc112014-12-03 09:37:50 +000010946 if (isUInt<16>(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010947 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010948 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010949 case 'M': // "M" is a constant that is greater than 31.
Chris Lattner0b7472d2007-05-15 01:31:05 +000010950 if (Value > 31)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010951 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010952 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010953 case 'N': // "N" is a positive constant that is an exact power of two.
Hal Finkelc91fc112014-12-03 09:37:50 +000010954 if (Value > 0 && isPowerOf2_64(Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010955 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010956 break;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010957 case 'O': // "O" is the constant zero.
Chris Lattner0b7472d2007-05-15 01:31:05 +000010958 if (Value == 0)
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010959 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010960 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010961 case 'P': // "P" is a constant whose negation is a signed 16-bit constant.
Hal Finkelc91fc112014-12-03 09:37:50 +000010962 if (isInt<16>(-Value))
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000010963 Result = DAG.getTargetConstant(Value, dl, TCVT);
Chris Lattner8c6949e2006-10-31 19:40:43 +000010964 break;
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010965 }
10966 break;
10967 }
10968 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010969
Gabor Greiff304a7a2008-08-28 21:40:38 +000010970 if (Result.getNode()) {
Chris Lattnerd8c9cb92007-08-25 00:47:38 +000010971 Ops.push_back(Result);
10972 return;
10973 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000010974
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010975 // Handle standard constraint letters.
Eric Christopherde9399b2011-06-02 23:16:42 +000010976 TargetLowering::LowerAsmOperandForConstraint(Op, Constraint, Ops, DAG);
Chris Lattner15a6c4c2006-02-07 00:47:13 +000010977}
Evan Cheng2dd2c652006-03-13 23:20:37 +000010978
Chris Lattner1eb94d92007-03-30 23:15:24 +000010979// isLegalAddressingMode - Return true if the addressing mode represented
10980// by AM is legal for this target, for a load/store of the specified type.
Mehdi Amini0cdec1e2015-07-09 02:09:40 +000010981bool PPCTargetLowering::isLegalAddressingMode(const DataLayout &DL,
10982 const AddrMode &AM, Type *Ty,
Matt Arsenaultbd7d80a2015-06-01 05:31:59 +000010983 unsigned AS) const {
Hal Finkelc93a9a22015-02-25 01:06:45 +000010984 // PPC does not allow r+i addressing modes for vectors!
10985 if (Ty->isVectorTy() && AM.BaseOffs != 0)
10986 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010987
Chris Lattner1eb94d92007-03-30 23:15:24 +000010988 // PPC allows a sign-extended 16-bit immediate field.
10989 if (AM.BaseOffs <= -(1LL << 16) || AM.BaseOffs >= (1LL << 16)-1)
10990 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010991
Chris Lattner1eb94d92007-03-30 23:15:24 +000010992 // No global is ever allowed as a base.
10993 if (AM.BaseGV)
10994 return false;
Scott Michelcf0da6c2009-02-17 22:15:04 +000010995
10996 // PPC only support r+r,
Chris Lattner1eb94d92007-03-30 23:15:24 +000010997 switch (AM.Scale) {
10998 case 0: // "r+i" or just "i", depending on HasBaseReg.
10999 break;
11000 case 1:
11001 if (AM.HasBaseReg && AM.BaseOffs) // "r+r+i" is not allowed.
11002 return false;
11003 // Otherwise we have r+r or r+i.
11004 break;
11005 case 2:
11006 if (AM.HasBaseReg || AM.BaseOffs) // 2*r+r or 2*r+i is not allowed.
11007 return false;
11008 // Allow 2*r as r+r.
11009 break;
Chris Lattner19ccd622007-04-09 22:10:05 +000011010 default:
11011 // No other scales are supported.
11012 return false;
Chris Lattner1eb94d92007-03-30 23:15:24 +000011013 }
Scott Michelcf0da6c2009-02-17 22:15:04 +000011014
Chris Lattner1eb94d92007-03-30 23:15:24 +000011015 return true;
11016}
11017
Dan Gohman21cea8a2010-04-17 15:26:15 +000011018SDValue PPCTargetLowering::LowerRETURNADDR(SDValue Op,
11019 SelectionDAG &DAG) const {
Evan Cheng168ced92010-05-22 01:47:14 +000011020 MachineFunction &MF = DAG.getMachineFunction();
11021 MachineFrameInfo *MFI = MF.getFrameInfo();
11022 MFI->setReturnAddressIsTaken(true);
11023
Bill Wendling908bf812014-01-06 00:43:20 +000011024 if (verifyReturnAddressArgumentIsConstant(Op, DAG))
Bill Wendlingdf7dd282014-01-05 01:47:20 +000011025 return SDValue();
Bill Wendlingdf7dd282014-01-05 01:47:20 +000011026
Andrew Trickef9de2a2013-05-25 02:42:55 +000011027 SDLoc dl(Op);
Dale Johannesen81bfca72010-05-03 22:59:34 +000011028 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Chris Lattnerf6a81562007-12-08 06:59:59 +000011029
Dale Johannesen81bfca72010-05-03 22:59:34 +000011030 // Make sure the function does not optimize away the store of the RA to
11031 // the stack.
Chris Lattnerf6a81562007-12-08 06:59:59 +000011032 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
Dale Johannesen81bfca72010-05-03 22:59:34 +000011033 FuncInfo->setLRStoreRequired();
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011034 bool isPPC64 = Subtarget.isPPC64();
Mehdi Amini44ede332015-07-09 02:09:04 +000011035 auto PtrVT = getPointerTy(MF.getDataLayout());
Dale Johannesen81bfca72010-05-03 22:59:34 +000011036
11037 if (Depth > 0) {
11038 SDValue FrameAddr = LowerFRAMEADDR(Op, DAG);
11039 SDValue Offset =
Sergey Dmitrouk842a51b2015-04-28 14:05:47 +000011040 DAG.getConstant(Subtarget.getFrameLowering()->getReturnSaveOffset(), dl,
Eric Christopherf71609b2015-02-13 00:39:27 +000011041 isPPC64 ? MVT::i64 : MVT::i32);
Mehdi Amini44ede332015-07-09 02:09:04 +000011042 return DAG.getLoad(PtrVT, dl, DAG.getEntryNode(),
11043 DAG.getNode(ISD::ADD, dl, PtrVT, FrameAddr, Offset),
Pete Cooper82cd9e82011-11-08 18:42:53 +000011044 MachinePointerInfo(), false, false, false, 0);
Dale Johannesen81bfca72010-05-03 22:59:34 +000011045 }
Chris Lattnerf6a81562007-12-08 06:59:59 +000011046
Chris Lattnerf6a81562007-12-08 06:59:59 +000011047 // Just load the return address off the stack.
Dan Gohman2ce6f2a2008-07-27 21:46:04 +000011048 SDValue RetAddrFI = getReturnAddrFrameIndex(DAG);
Mehdi Amini44ede332015-07-09 02:09:04 +000011049 return DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), RetAddrFI,
11050 MachinePointerInfo(), false, false, false, 0);
Chris Lattnerf6a81562007-12-08 06:59:59 +000011051}
11052
Dan Gohman21cea8a2010-04-17 15:26:15 +000011053SDValue PPCTargetLowering::LowerFRAMEADDR(SDValue Op,
11054 SelectionDAG &DAG) const {
Andrew Trickef9de2a2013-05-25 02:42:55 +000011055 SDLoc dl(Op);
Dale Johannesen81bfca72010-05-03 22:59:34 +000011056 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
Scott Michelcf0da6c2009-02-17 22:15:04 +000011057
Nicolas Geoffray75ab9792007-03-01 13:11:38 +000011058 MachineFunction &MF = DAG.getMachineFunction();
11059 MachineFrameInfo *MFI = MF.getFrameInfo();
Dale Johannesen81bfca72010-05-03 22:59:34 +000011060 MFI->setFrameAddressIsTaken(true);
Hal Finkelaa03c032013-03-21 19:03:19 +000011061
Mehdi Amini44ede332015-07-09 02:09:04 +000011062 EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(MF.getDataLayout());
11063 bool isPPC64 = PtrVT == MVT::i64;
11064
Hal Finkelaa03c032013-03-21 19:03:19 +000011065 // Naked functions never have a frame pointer, and so we use r1. For all
11066 // other functions, this decision must be delayed until during PEI.
11067 unsigned FrameReg;
Duncan P. N. Exon Smith5bedaf932015-02-14 02:54:07 +000011068 if (MF.getFunction()->hasFnAttribute(Attribute::Naked))
Hal Finkelaa03c032013-03-21 19:03:19 +000011069 FrameReg = isPPC64 ? PPC::X1 : PPC::R1;
11070 else
11071 FrameReg = isPPC64 ? PPC::FP8 : PPC::FP;
11072
Dale Johannesen81bfca72010-05-03 22:59:34 +000011073 SDValue FrameAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg,
11074 PtrVT);
11075 while (Depth--)
11076 FrameAddr = DAG.getLoad(Op.getValueType(), dl, DAG.getEntryNode(),
Pete Cooper82cd9e82011-11-08 18:42:53 +000011077 FrameAddr, MachinePointerInfo(), false, false,
11078 false, 0);
Dale Johannesen81bfca72010-05-03 22:59:34 +000011079 return FrameAddr;
Nicolas Geoffray75ab9792007-03-01 13:11:38 +000011080}
Dan Gohmanc14e5222008-10-21 03:41:46 +000011081
Hal Finkel0d8db462014-05-11 19:29:11 +000011082// FIXME? Maybe this could be a TableGen attribute on some registers and
11083// this table could be generated automatically from RegInfo.
Pat Gavlina717f252015-07-09 17:40:29 +000011084unsigned PPCTargetLowering::getRegisterByName(const char* RegName, EVT VT,
11085 SelectionDAG &DAG) const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011086 bool isPPC64 = Subtarget.isPPC64();
11087 bool isDarwinABI = Subtarget.isDarwinABI();
Hal Finkel0d8db462014-05-11 19:29:11 +000011088
11089 if ((isPPC64 && VT != MVT::i64 && VT != MVT::i32) ||
11090 (!isPPC64 && VT != MVT::i32))
11091 report_fatal_error("Invalid register global variable type");
11092
11093 bool is64Bit = isPPC64 && VT == MVT::i64;
11094 unsigned Reg = StringSwitch<unsigned>(RegName)
11095 .Case("r1", is64Bit ? PPC::X1 : PPC::R1)
Hal Finkele6698d52015-02-01 15:03:28 +000011096 .Case("r2", (isDarwinABI || isPPC64) ? 0 : PPC::R2)
Hal Finkel0d8db462014-05-11 19:29:11 +000011097 .Case("r13", (!isPPC64 && isDarwinABI) ? 0 :
11098 (is64Bit ? PPC::X13 : PPC::R13))
11099 .Default(0);
11100
11101 if (Reg)
11102 return Reg;
11103 report_fatal_error("Invalid register name global variable");
11104}
11105
Dan Gohmanc14e5222008-10-21 03:41:46 +000011106bool
11107PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
11108 // The PowerPC target isn't yet aware of offsets.
11109 return false;
11110}
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011111
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011112bool PPCTargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
11113 const CallInst &I,
11114 unsigned Intrinsic) const {
11115
11116 switch (Intrinsic) {
Hal Finkelc93a9a22015-02-25 01:06:45 +000011117 case Intrinsic::ppc_qpx_qvlfd:
11118 case Intrinsic::ppc_qpx_qvlfs:
11119 case Intrinsic::ppc_qpx_qvlfcd:
11120 case Intrinsic::ppc_qpx_qvlfcs:
11121 case Intrinsic::ppc_qpx_qvlfiwa:
11122 case Intrinsic::ppc_qpx_qvlfiwz:
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011123 case Intrinsic::ppc_altivec_lvx:
11124 case Intrinsic::ppc_altivec_lvxl:
11125 case Intrinsic::ppc_altivec_lvebx:
11126 case Intrinsic::ppc_altivec_lvehx:
Bill Schmidt72954782014-11-12 04:19:40 +000011127 case Intrinsic::ppc_altivec_lvewx:
11128 case Intrinsic::ppc_vsx_lxvd2x:
11129 case Intrinsic::ppc_vsx_lxvw4x: {
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011130 EVT VT;
11131 switch (Intrinsic) {
11132 case Intrinsic::ppc_altivec_lvebx:
11133 VT = MVT::i8;
11134 break;
11135 case Intrinsic::ppc_altivec_lvehx:
11136 VT = MVT::i16;
11137 break;
11138 case Intrinsic::ppc_altivec_lvewx:
11139 VT = MVT::i32;
11140 break;
Bill Schmidt72954782014-11-12 04:19:40 +000011141 case Intrinsic::ppc_vsx_lxvd2x:
11142 VT = MVT::v2f64;
11143 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +000011144 case Intrinsic::ppc_qpx_qvlfd:
11145 VT = MVT::v4f64;
11146 break;
11147 case Intrinsic::ppc_qpx_qvlfs:
11148 VT = MVT::v4f32;
11149 break;
11150 case Intrinsic::ppc_qpx_qvlfcd:
11151 VT = MVT::v2f64;
11152 break;
11153 case Intrinsic::ppc_qpx_qvlfcs:
11154 VT = MVT::v2f32;
11155 break;
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011156 default:
11157 VT = MVT::v4i32;
11158 break;
11159 }
11160
11161 Info.opc = ISD::INTRINSIC_W_CHAIN;
11162 Info.memVT = VT;
11163 Info.ptrVal = I.getArgOperand(0);
11164 Info.offset = -VT.getStoreSize()+1;
11165 Info.size = 2*VT.getStoreSize()-1;
11166 Info.align = 1;
11167 Info.vol = false;
11168 Info.readMem = true;
11169 Info.writeMem = false;
11170 return true;
11171 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000011172 case Intrinsic::ppc_qpx_qvlfda:
11173 case Intrinsic::ppc_qpx_qvlfsa:
11174 case Intrinsic::ppc_qpx_qvlfcda:
11175 case Intrinsic::ppc_qpx_qvlfcsa:
11176 case Intrinsic::ppc_qpx_qvlfiwaa:
11177 case Intrinsic::ppc_qpx_qvlfiwza: {
11178 EVT VT;
11179 switch (Intrinsic) {
11180 case Intrinsic::ppc_qpx_qvlfda:
11181 VT = MVT::v4f64;
11182 break;
11183 case Intrinsic::ppc_qpx_qvlfsa:
11184 VT = MVT::v4f32;
11185 break;
11186 case Intrinsic::ppc_qpx_qvlfcda:
11187 VT = MVT::v2f64;
11188 break;
11189 case Intrinsic::ppc_qpx_qvlfcsa:
11190 VT = MVT::v2f32;
11191 break;
11192 default:
11193 VT = MVT::v4i32;
11194 break;
11195 }
11196
11197 Info.opc = ISD::INTRINSIC_W_CHAIN;
11198 Info.memVT = VT;
11199 Info.ptrVal = I.getArgOperand(0);
11200 Info.offset = 0;
11201 Info.size = VT.getStoreSize();
11202 Info.align = 1;
11203 Info.vol = false;
11204 Info.readMem = true;
11205 Info.writeMem = false;
11206 return true;
11207 }
11208 case Intrinsic::ppc_qpx_qvstfd:
11209 case Intrinsic::ppc_qpx_qvstfs:
11210 case Intrinsic::ppc_qpx_qvstfcd:
11211 case Intrinsic::ppc_qpx_qvstfcs:
11212 case Intrinsic::ppc_qpx_qvstfiw:
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011213 case Intrinsic::ppc_altivec_stvx:
11214 case Intrinsic::ppc_altivec_stvxl:
11215 case Intrinsic::ppc_altivec_stvebx:
11216 case Intrinsic::ppc_altivec_stvehx:
Bill Schmidt72954782014-11-12 04:19:40 +000011217 case Intrinsic::ppc_altivec_stvewx:
11218 case Intrinsic::ppc_vsx_stxvd2x:
11219 case Intrinsic::ppc_vsx_stxvw4x: {
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011220 EVT VT;
11221 switch (Intrinsic) {
11222 case Intrinsic::ppc_altivec_stvebx:
11223 VT = MVT::i8;
11224 break;
11225 case Intrinsic::ppc_altivec_stvehx:
11226 VT = MVT::i16;
11227 break;
11228 case Intrinsic::ppc_altivec_stvewx:
11229 VT = MVT::i32;
11230 break;
Bill Schmidt72954782014-11-12 04:19:40 +000011231 case Intrinsic::ppc_vsx_stxvd2x:
11232 VT = MVT::v2f64;
11233 break;
Hal Finkelc93a9a22015-02-25 01:06:45 +000011234 case Intrinsic::ppc_qpx_qvstfd:
11235 VT = MVT::v4f64;
11236 break;
11237 case Intrinsic::ppc_qpx_qvstfs:
11238 VT = MVT::v4f32;
11239 break;
11240 case Intrinsic::ppc_qpx_qvstfcd:
11241 VT = MVT::v2f64;
11242 break;
11243 case Intrinsic::ppc_qpx_qvstfcs:
11244 VT = MVT::v2f32;
11245 break;
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011246 default:
11247 VT = MVT::v4i32;
11248 break;
11249 }
11250
11251 Info.opc = ISD::INTRINSIC_VOID;
11252 Info.memVT = VT;
11253 Info.ptrVal = I.getArgOperand(1);
11254 Info.offset = -VT.getStoreSize()+1;
11255 Info.size = 2*VT.getStoreSize()-1;
11256 Info.align = 1;
11257 Info.vol = false;
11258 Info.readMem = false;
11259 Info.writeMem = true;
11260 return true;
11261 }
Hal Finkelc93a9a22015-02-25 01:06:45 +000011262 case Intrinsic::ppc_qpx_qvstfda:
11263 case Intrinsic::ppc_qpx_qvstfsa:
11264 case Intrinsic::ppc_qpx_qvstfcda:
11265 case Intrinsic::ppc_qpx_qvstfcsa:
11266 case Intrinsic::ppc_qpx_qvstfiwa: {
11267 EVT VT;
11268 switch (Intrinsic) {
11269 case Intrinsic::ppc_qpx_qvstfda:
11270 VT = MVT::v4f64;
11271 break;
11272 case Intrinsic::ppc_qpx_qvstfsa:
11273 VT = MVT::v4f32;
11274 break;
11275 case Intrinsic::ppc_qpx_qvstfcda:
11276 VT = MVT::v2f64;
11277 break;
11278 case Intrinsic::ppc_qpx_qvstfcsa:
11279 VT = MVT::v2f32;
11280 break;
11281 default:
11282 VT = MVT::v4i32;
11283 break;
11284 }
11285
11286 Info.opc = ISD::INTRINSIC_VOID;
11287 Info.memVT = VT;
11288 Info.ptrVal = I.getArgOperand(1);
11289 Info.offset = 0;
11290 Info.size = VT.getStoreSize();
11291 Info.align = 1;
11292 Info.vol = false;
11293 Info.readMem = false;
11294 Info.writeMem = true;
11295 return true;
11296 }
Hal Finkel46ef7ce2014-08-13 01:15:40 +000011297 default:
11298 break;
11299 }
11300
11301 return false;
11302}
11303
Evan Chengd9929f02010-04-01 20:10:42 +000011304/// getOptimalMemOpType - Returns the target specific optimal type for load
Evan Cheng61399372010-04-02 19:36:14 +000011305/// and store operations as a result of memset, memcpy, and memmove
11306/// lowering. If DstAlign is zero that means it's safe to destination
11307/// alignment can satisfy any constraint. Similarly if SrcAlign is zero it
11308/// means there isn't a need to check it against alignment requirement,
Evan Cheng962711e2012-12-12 02:34:41 +000011309/// probably because the source does not need to be loaded. If 'IsMemset' is
11310/// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
11311/// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
11312/// source is constant so it does not need to be loaded.
Dan Gohman148c69a2010-04-16 20:11:05 +000011313/// It returns EVT::Other if the type should be determined using generic
11314/// target-independent logic.
Evan Cheng43cd9e32010-04-01 06:04:33 +000011315EVT PPCTargetLowering::getOptimalMemOpType(uint64_t Size,
11316 unsigned DstAlign, unsigned SrcAlign,
Evan Cheng962711e2012-12-12 02:34:41 +000011317 bool IsMemset, bool ZeroMemset,
Evan Chengebe47c82010-04-08 07:37:57 +000011318 bool MemcpyStrSrc,
Dan Gohman148c69a2010-04-16 20:11:05 +000011319 MachineFunction &MF) const {
Hal Finkel52368d42015-03-31 20:56:09 +000011320 if (getTargetMachine().getOptLevel() != CodeGenOpt::None) {
11321 const Function *F = MF.getFunction();
11322 // When expanding a memset, require at least two QPX instructions to cover
11323 // the cost of loading the value to be stored from the constant pool.
11324 if (Subtarget.hasQPX() && Size >= 32 && (!IsMemset || Size >= 64) &&
11325 (!SrcAlign || SrcAlign >= 32) && (!DstAlign || DstAlign >= 32) &&
11326 !F->hasFnAttribute(Attribute::NoImplicitFloat)) {
11327 return MVT::v4f64;
11328 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011329
Hal Finkel52368d42015-03-31 20:56:09 +000011330 // We should use Altivec/VSX loads and stores when available. For unaligned
11331 // addresses, unaligned VSX loads are only fast starting with the P8.
11332 if (Subtarget.hasAltivec() && Size >= 16 &&
11333 (((!SrcAlign || SrcAlign >= 16) && (!DstAlign || DstAlign >= 16)) ||
11334 ((IsMemset && Subtarget.hasVSX()) || Subtarget.hasP8Vector())))
11335 return MVT::v4i32;
11336 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011337
Eric Christopherd90a8742014-06-12 22:38:20 +000011338 if (Subtarget.isPPC64()) {
Owen Anderson9f944592009-08-11 20:47:22 +000011339 return MVT::i64;
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011340 }
Hal Finkel5c3cacf2015-02-27 19:58:28 +000011341
11342 return MVT::i32;
Tilmann Schellerb93960d2009-07-03 06:45:56 +000011343}
Hal Finkel88ed4e32012-04-01 19:23:08 +000011344
Hal Finkel34974ed2014-04-12 21:52:38 +000011345/// \brief Returns true if it is beneficial to convert a load of a constant
11346/// to just the constant itself.
11347bool PPCTargetLowering::shouldConvertConstantLoadToIntImm(const APInt &Imm,
11348 Type *Ty) const {
11349 assert(Ty->isIntegerTy());
11350
11351 unsigned BitSize = Ty->getPrimitiveSizeInBits();
11352 if (BitSize == 0 || BitSize > 64)
11353 return false;
11354 return true;
11355}
11356
11357bool PPCTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const {
11358 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
11359 return false;
11360 unsigned NumBits1 = Ty1->getPrimitiveSizeInBits();
11361 unsigned NumBits2 = Ty2->getPrimitiveSizeInBits();
11362 return NumBits1 == 64 && NumBits2 == 32;
11363}
11364
11365bool PPCTargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
11366 if (!VT1.isInteger() || !VT2.isInteger())
11367 return false;
11368 unsigned NumBits1 = VT1.getSizeInBits();
11369 unsigned NumBits2 = VT2.getSizeInBits();
11370 return NumBits1 == 64 && NumBits2 == 32;
11371}
11372
Hal Finkel5d5d1532015-01-10 08:21:59 +000011373bool PPCTargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
11374 // Generally speaking, zexts are not free, but they are free when they can be
11375 // folded with other operations.
11376 if (LoadSDNode *LD = dyn_cast<LoadSDNode>(Val)) {
11377 EVT MemVT = LD->getMemoryVT();
11378 if ((MemVT == MVT::i1 || MemVT == MVT::i8 || MemVT == MVT::i16 ||
11379 (Subtarget.isPPC64() && MemVT == MVT::i32)) &&
11380 (LD->getExtensionType() == ISD::NON_EXTLOAD ||
11381 LD->getExtensionType() == ISD::ZEXTLOAD))
11382 return true;
11383 }
11384
11385 // FIXME: Add other cases...
11386 // - 32-bit shifts with a zext to i64
11387 // - zext after ctlz, bswap, etc.
11388 // - zext after and by a constant mask
11389
11390 return TargetLowering::isZExtFree(Val, VT2);
11391}
11392
Olivier Sallenave32509692015-01-13 15:06:36 +000011393bool PPCTargetLowering::isFPExtFree(EVT VT) const {
11394 assert(VT.isFloatingPoint());
11395 return true;
11396}
11397
Hal Finkel34974ed2014-04-12 21:52:38 +000011398bool PPCTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
11399 return isInt<16>(Imm) || isUInt<16>(Imm);
11400}
11401
11402bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const {
11403 return isInt<16>(Imm) || isUInt<16>(Imm);
11404}
11405
Matt Arsenault6f2a5262014-07-27 17:46:40 +000011406bool PPCTargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
11407 unsigned,
11408 unsigned,
11409 bool *Fast) const {
Hal Finkel8d7fbc92013-03-15 15:27:13 +000011410 if (DisablePPCUnaligned)
11411 return false;
11412
11413 // PowerPC supports unaligned memory access for simple non-vector types.
11414 // Although accessing unaligned addresses is not as efficient as accessing
11415 // aligned addresses, it is generally more efficient than manual expansion,
11416 // and generally only traps for software emulation when crossing page
11417 // boundaries.
11418
11419 if (!VT.isSimple())
11420 return false;
11421
Hal Finkel6e28e6a2014-03-26 19:39:09 +000011422 if (VT.getSimpleVT().isVector()) {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011423 if (Subtarget.hasVSX()) {
Bill Schmidt2d1128a2014-10-17 15:13:38 +000011424 if (VT != MVT::v2f64 && VT != MVT::v2i64 &&
11425 VT != MVT::v4f32 && VT != MVT::v4i32)
Hal Finkel6e28e6a2014-03-26 19:39:09 +000011426 return false;
11427 } else {
11428 return false;
11429 }
11430 }
Hal Finkel8d7fbc92013-03-15 15:27:13 +000011431
11432 if (VT == MVT::ppcf128)
11433 return false;
11434
11435 if (Fast)
11436 *Fast = true;
11437
11438 return true;
11439}
11440
Stephen Lin73de7bf2013-07-09 18:16:56 +000011441bool PPCTargetLowering::isFMAFasterThanFMulAndFAdd(EVT VT) const {
11442 VT = VT.getScalarType();
11443
Hal Finkel0a479ae2012-06-22 00:49:52 +000011444 if (!VT.isSimple())
11445 return false;
11446
11447 switch (VT.getSimpleVT().SimpleTy) {
11448 case MVT::f32:
11449 case MVT::f64:
Hal Finkel0a479ae2012-06-22 00:49:52 +000011450 return true;
11451 default:
11452 break;
11453 }
11454
11455 return false;
11456}
11457
Hal Finkel934361a2015-01-14 01:07:51 +000011458const MCPhysReg *
11459PPCTargetLowering::getScratchRegisters(CallingConv::ID) const {
11460 // LR is a callee-save register, but we must treat it as clobbered by any call
11461 // site. Hence we include LR in the scratch registers, which are in turn added
11462 // as implicit-defs for stackmaps and patchpoints. The same reasoning applies
11463 // to CTR, which is used by any indirect call.
11464 static const MCPhysReg ScratchRegs[] = {
Hal Finkelc19805a2015-01-17 03:57:34 +000011465 PPC::X12, PPC::LR8, PPC::CTR8, 0
Hal Finkel934361a2015-01-14 01:07:51 +000011466 };
11467
11468 return ScratchRegs;
11469}
11470
Hal Finkelb4240ca2014-03-31 17:48:16 +000011471bool
11472PPCTargetLowering::shouldExpandBuildVectorWithShuffles(
11473 EVT VT , unsigned DefinedValues) const {
11474 if (VT == MVT::v2i64)
11475 return false;
11476
Hal Finkelc93a9a22015-02-25 01:06:45 +000011477 if (Subtarget.hasQPX()) {
11478 if (VT == MVT::v4f32 || VT == MVT::v4f64 || VT == MVT::v4i1)
11479 return true;
11480 }
11481
Hal Finkelb4240ca2014-03-31 17:48:16 +000011482 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues);
11483}
11484
Hal Finkel88ed4e32012-04-01 19:23:08 +000011485Sched::Preference PPCTargetLowering::getSchedulingPreference(SDNode *N) const {
Eric Christopherb1aaebe2014-06-12 22:38:18 +000011486 if (DisableILPPref || Subtarget.enableMachineScheduler())
Hal Finkel4e9f1a82012-06-10 19:32:29 +000011487 return TargetLowering::getSchedulingPreference(N);
Hal Finkel88ed4e32012-04-01 19:23:08 +000011488
Hal Finkel4e9f1a82012-06-10 19:32:29 +000011489 return Sched::ILP;
Hal Finkel88ed4e32012-04-01 19:23:08 +000011490}
11491
Bill Schmidt0cf702f2013-07-30 00:50:39 +000011492// Create a fast isel object.
11493FastISel *
11494PPCTargetLowering::createFastISel(FunctionLoweringInfo &FuncInfo,
11495 const TargetLibraryInfo *LibInfo) const {
11496 return PPC::createFastISel(FuncInfo, LibInfo);
11497}