Dan Gohman | a629b48 | 2008-12-08 17:50:35 +0000 | [diff] [blame] | 1 | //===---- ScheduleDAGInstrs.cpp - MachineInstr Rescheduling ---------------===// |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
Dan Gohman | a629b48 | 2008-12-08 17:50:35 +0000 | [diff] [blame] | 10 | // This implements the ScheduleDAGInstrs class, which implements re-scheduling |
| 11 | // of MachineInstrs. |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 12 | // |
| 13 | //===----------------------------------------------------------------------===// |
| 14 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 15 | #define DEBUG_TYPE "misched" |
Chandler Carruth | d04a8d4 | 2012-12-03 16:50:05 +0000 | [diff] [blame] | 16 | #include "llvm/CodeGen/ScheduleDAGInstrs.h" |
| 17 | #include "llvm/ADT/MapVector.h" |
| 18 | #include "llvm/ADT/SmallPtrSet.h" |
| 19 | #include "llvm/ADT/SmallSet.h" |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 20 | #include "llvm/Analysis/AliasAnalysis.h" |
Dan Gohman | 5034dd3 | 2010-12-15 20:02:24 +0000 | [diff] [blame] | 21 | #include "llvm/Analysis/ValueTracking.h" |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 22 | #include "llvm/CodeGen/LiveIntervalAnalysis.h" |
Dan Gohman | 3f23744 | 2008-12-16 03:25:46 +0000 | [diff] [blame] | 23 | #include "llvm/CodeGen/MachineFunctionPass.h" |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 24 | #include "llvm/CodeGen/MachineInstrBuilder.h" |
Dan Gohman | c76909a | 2009-09-25 20:36:54 +0000 | [diff] [blame] | 25 | #include "llvm/CodeGen/MachineMemOperand.h" |
Dan Gohman | 3f23744 | 2008-12-16 03:25:46 +0000 | [diff] [blame] | 26 | #include "llvm/CodeGen/MachineRegisterInfo.h" |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 27 | #include "llvm/CodeGen/PseudoSourceValue.h" |
Andrew Trick | afc2657 | 2012-06-06 19:47:35 +0000 | [diff] [blame] | 28 | #include "llvm/CodeGen/RegisterPressure.h" |
Andrew Trick | 53e98a2 | 2012-11-28 05:13:24 +0000 | [diff] [blame] | 29 | #include "llvm/CodeGen/ScheduleDFS.h" |
Chandler Carruth | 0b8c9a8 | 2013-01-02 11:36:10 +0000 | [diff] [blame] | 30 | #include "llvm/IR/Operator.h" |
Evan Cheng | ab8be96 | 2011-06-29 01:14:12 +0000 | [diff] [blame] | 31 | #include "llvm/MC/MCInstrItineraries.h" |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 32 | #include "llvm/Support/CommandLine.h" |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 33 | #include "llvm/Support/Debug.h" |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 34 | #include "llvm/Support/Format.h" |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 35 | #include "llvm/Support/raw_ostream.h" |
Chandler Carruth | d04a8d4 | 2012-12-03 16:50:05 +0000 | [diff] [blame] | 36 | #include "llvm/Target/TargetInstrInfo.h" |
| 37 | #include "llvm/Target/TargetMachine.h" |
| 38 | #include "llvm/Target/TargetRegisterInfo.h" |
| 39 | #include "llvm/Target/TargetSubtargetInfo.h" |
Andrew Trick | ea57433 | 2013-08-23 17:48:43 +0000 | [diff] [blame] | 40 | #include <queue> |
| 41 | |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 42 | using namespace llvm; |
| 43 | |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 44 | static cl::opt<bool> EnableAASchedMI("enable-aa-sched-mi", cl::Hidden, |
| 45 | cl::ZeroOrMore, cl::init(false), |
| 46 | cl::desc("Enable use of AA during MI GAD construction")); |
| 47 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 48 | // FIXME: Enable the use of TBAA. There are two known issues preventing this: |
| 49 | // 1. Stack coloring does not update TBAA when merging allocas |
| 50 | // 2. CGP inserts ptrtoint/inttoptr pairs when sinking address computations. |
| 51 | // Because BasicAA does not handle inttoptr, we'll often miss basic type |
| 52 | // punning idioms that we need to catch so we don't miscompile real-world |
| 53 | // code. |
| 54 | static cl::opt<bool> UseTBAA("use-tbaa-in-sched-mi", cl::Hidden, |
| 55 | cl::init(false), cl::desc("Enable use of TBAA during MI GAD construction")); |
| 56 | |
Dan Gohman | 79ce276 | 2009-01-15 19:20:50 +0000 | [diff] [blame] | 57 | ScheduleDAGInstrs::ScheduleDAGInstrs(MachineFunction &mf, |
Dan Gohman | 3f23744 | 2008-12-16 03:25:46 +0000 | [diff] [blame] | 58 | const MachineLoopInfo &mli, |
Andrew Trick | 5e920d7 | 2012-01-14 02:17:12 +0000 | [diff] [blame] | 59 | const MachineDominatorTree &mdt, |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 60 | bool IsPostRAFlag, |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 61 | bool RemoveKillFlags, |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 62 | LiveIntervals *lis) |
Andrew Trick | 412cd2f | 2012-10-10 05:43:09 +0000 | [diff] [blame] | 63 | : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()), LIS(lis), |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 64 | IsPostRA(IsPostRAFlag), RemoveKillFlags(RemoveKillFlags), |
| 65 | CanHandleTerminators(false), FirstDbgValue(0) { |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 66 | assert((IsPostRA || LIS) && "PreRA scheduling requires LiveIntervals"); |
Devang Patel | cf4cc84 | 2011-06-02 20:07:12 +0000 | [diff] [blame] | 67 | DbgValues.clear(); |
Andrew Trick | cc77b54 | 2012-02-22 06:08:13 +0000 | [diff] [blame] | 68 | assert(!(IsPostRA && MRI.getNumVirtRegs()) && |
Andrew Trick | 19273ae | 2012-02-21 04:51:23 +0000 | [diff] [blame] | 69 | "Virtual registers must be removed prior to PostRA scheduling"); |
Andrew Trick | 781ab47 | 2012-09-18 18:20:00 +0000 | [diff] [blame] | 70 | |
| 71 | const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); |
| 72 | SchedModel.init(*ST.getSchedModel(), &ST, TII); |
Evan Cheng | 38bdfc6 | 2009-10-18 19:58:47 +0000 | [diff] [blame] | 73 | } |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 74 | |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 75 | /// getUnderlyingObjectFromInt - This is the function that does the work of |
| 76 | /// looking through basic ptrtoint+arithmetic+inttoptr sequences. |
| 77 | static const Value *getUnderlyingObjectFromInt(const Value *V) { |
| 78 | do { |
Dan Gohman | 8906f95 | 2009-07-17 20:58:59 +0000 | [diff] [blame] | 79 | if (const Operator *U = dyn_cast<Operator>(V)) { |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 80 | // If we find a ptrtoint, we can transfer control back to the |
| 81 | // regular getUnderlyingObjectFromInt. |
Dan Gohman | 8906f95 | 2009-07-17 20:58:59 +0000 | [diff] [blame] | 82 | if (U->getOpcode() == Instruction::PtrToInt) |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 83 | return U->getOperand(0); |
Andrew Trick | 8f82a08 | 2012-11-28 03:42:49 +0000 | [diff] [blame] | 84 | // If we find an add of a constant, a multiplied value, or a phi, it's |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 85 | // likely that the other operand will lead us to the base |
| 86 | // object. We don't have to worry about the case where the |
Dan Gohman | 748f98f | 2009-08-07 01:26:06 +0000 | [diff] [blame] | 87 | // object address is somehow being computed by the multiply, |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 88 | // because our callers only care when the result is an |
Nick Lewycky | 6b0db5f | 2012-10-26 04:27:49 +0000 | [diff] [blame] | 89 | // identifiable object. |
Dan Gohman | 8906f95 | 2009-07-17 20:58:59 +0000 | [diff] [blame] | 90 | if (U->getOpcode() != Instruction::Add || |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 91 | (!isa<ConstantInt>(U->getOperand(1)) && |
Andrew Trick | 8f82a08 | 2012-11-28 03:42:49 +0000 | [diff] [blame] | 92 | Operator::getOpcode(U->getOperand(1)) != Instruction::Mul && |
| 93 | !isa<PHINode>(U->getOperand(1)))) |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 94 | return V; |
| 95 | V = U->getOperand(0); |
| 96 | } else { |
| 97 | return V; |
| 98 | } |
Duncan Sands | 1df9859 | 2010-02-16 11:11:14 +0000 | [diff] [blame] | 99 | assert(V->getType()->isIntegerTy() && "Unexpected operand type!"); |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 100 | } while (1); |
| 101 | } |
| 102 | |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 103 | /// getUnderlyingObjects - This is a wrapper around GetUnderlyingObjects |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 104 | /// and adds support for basic ptrtoint+arithmetic+inttoptr sequences. |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 105 | static void getUnderlyingObjects(const Value *V, |
| 106 | SmallVectorImpl<Value *> &Objects) { |
| 107 | SmallPtrSet<const Value*, 16> Visited; |
| 108 | SmallVector<const Value *, 4> Working(1, V); |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 109 | do { |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 110 | V = Working.pop_back_val(); |
| 111 | |
| 112 | SmallVector<Value *, 4> Objs; |
| 113 | GetUnderlyingObjects(const_cast<Value *>(V), Objs); |
| 114 | |
Craig Topper | f22fd3f | 2013-07-03 05:11:49 +0000 | [diff] [blame] | 115 | for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 116 | I != IE; ++I) { |
| 117 | V = *I; |
| 118 | if (!Visited.insert(V)) |
| 119 | continue; |
| 120 | if (Operator::getOpcode(V) == Instruction::IntToPtr) { |
| 121 | const Value *O = |
| 122 | getUnderlyingObjectFromInt(cast<User>(V)->getOperand(0)); |
| 123 | if (O->getType()->isPointerTy()) { |
| 124 | Working.push_back(O); |
| 125 | continue; |
| 126 | } |
| 127 | } |
| 128 | Objects.push_back(const_cast<Value *>(V)); |
| 129 | } |
| 130 | } while (!Working.empty()); |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 131 | } |
| 132 | |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 133 | typedef SmallVector<PointerIntPair<const Value *, 1, bool>, 4> |
| 134 | UnderlyingObjectsVector; |
| 135 | |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 136 | /// getUnderlyingObjectsForInstr - If this machine instr has memory reference |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 137 | /// information and it can be tracked to a normal reference to a known |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 138 | /// object, return the Value for that object. |
| 139 | static void getUnderlyingObjectsForInstr(const MachineInstr *MI, |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 140 | const MachineFrameInfo *MFI, |
| 141 | UnderlyingObjectsVector &Objects) { |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 142 | if (!MI->hasOneMemOperand() || |
Dan Gohman | c76909a | 2009-09-25 20:36:54 +0000 | [diff] [blame] | 143 | !(*MI->memoperands_begin())->getValue() || |
| 144 | (*MI->memoperands_begin())->isVolatile()) |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 145 | return; |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 146 | |
Dan Gohman | c76909a | 2009-09-25 20:36:54 +0000 | [diff] [blame] | 147 | const Value *V = (*MI->memoperands_begin())->getValue(); |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 148 | if (!V) |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 149 | return; |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 150 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 151 | if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { |
| 152 | // For now, ignore PseudoSourceValues which may alias LLVM IR values |
| 153 | // because the code that uses this function has no way to cope with |
| 154 | // such aliases. |
| 155 | if (!PSV->isAliased(MFI)) { |
| 156 | bool MayAlias = PSV->mayAlias(MFI); |
| 157 | Objects.push_back(UnderlyingObjectsVector::value_type(V, MayAlias)); |
| 158 | } |
| 159 | return; |
| 160 | } |
| 161 | |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 162 | SmallVector<Value *, 4> Objs; |
| 163 | getUnderlyingObjects(V, Objs); |
Andrew Trick | f405b1a | 2011-05-05 19:24:06 +0000 | [diff] [blame] | 164 | |
Craig Topper | f22fd3f | 2013-07-03 05:11:49 +0000 | [diff] [blame] | 165 | for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); |
| 166 | I != IE; ++I) { |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 167 | V = *I; |
| 168 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 169 | assert(!isa<PseudoSourceValue>(V) && "Underlying value is a stack slot!"); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 170 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 171 | if (!isIdentifiedObject(V)) { |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 172 | Objects.clear(); |
| 173 | return; |
| 174 | } |
| 175 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 176 | Objects.push_back(UnderlyingObjectsVector::value_type(V, true)); |
Evan Cheng | ff89dcb | 2009-10-18 18:16:27 +0000 | [diff] [blame] | 177 | } |
Dan Gohman | 3311a1f | 2009-01-30 02:49:14 +0000 | [diff] [blame] | 178 | } |
| 179 | |
Andrew Trick | 918f38a | 2012-04-20 20:05:21 +0000 | [diff] [blame] | 180 | void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) { |
| 181 | BB = bb; |
Dan Gohman | 9e64bbb | 2009-02-10 23:27:53 +0000 | [diff] [blame] | 182 | } |
| 183 | |
Andrew Trick | 953be89 | 2012-03-07 23:00:49 +0000 | [diff] [blame] | 184 | void ScheduleDAGInstrs::finishBlock() { |
Andrew Trick | a30444a | 2012-04-20 20:24:33 +0000 | [diff] [blame] | 185 | // Subclasses should no longer refer to the old block. |
Andrew Trick | 918f38a | 2012-04-20 20:05:21 +0000 | [diff] [blame] | 186 | BB = 0; |
Andrew Trick | 47c1445 | 2012-03-07 05:21:52 +0000 | [diff] [blame] | 187 | } |
| 188 | |
Andrew Trick | 47c1445 | 2012-03-07 05:21:52 +0000 | [diff] [blame] | 189 | /// Initialize the DAG and common scheduler state for the current scheduling |
| 190 | /// region. This does not actually create the DAG, only clears it. The |
| 191 | /// scheduling driver may call BuildSchedGraph multiple times per scheduling |
| 192 | /// region. |
| 193 | void ScheduleDAGInstrs::enterRegion(MachineBasicBlock *bb, |
| 194 | MachineBasicBlock::iterator begin, |
| 195 | MachineBasicBlock::iterator end, |
Andrew Trick | d2763f6 | 2013-08-23 17:48:33 +0000 | [diff] [blame] | 196 | unsigned regioninstrs) { |
Andrew Trick | 918f38a | 2012-04-20 20:05:21 +0000 | [diff] [blame] | 197 | assert(bb == BB && "startBlock should set BB"); |
Andrew Trick | 68675c6 | 2012-03-09 04:29:02 +0000 | [diff] [blame] | 198 | RegionBegin = begin; |
| 199 | RegionEnd = end; |
Andrew Trick | d2763f6 | 2013-08-23 17:48:33 +0000 | [diff] [blame] | 200 | NumRegionInstrs = regioninstrs; |
Andrew Trick | 47c1445 | 2012-03-07 05:21:52 +0000 | [diff] [blame] | 201 | } |
| 202 | |
| 203 | /// Close the current scheduling region. Don't clear any state in case the |
| 204 | /// driver wants to refer to the previous scheduling region. |
| 205 | void ScheduleDAGInstrs::exitRegion() { |
| 206 | // Nothing to do. |
| 207 | } |
| 208 | |
Andrew Trick | 953be89 | 2012-03-07 23:00:49 +0000 | [diff] [blame] | 209 | /// addSchedBarrierDeps - Add dependencies from instructions in the current |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 210 | /// list of instructions being scheduled to scheduling barrier by adding |
| 211 | /// the exit SU to the register defs and use list. This is because we want to |
| 212 | /// make sure instructions which define registers that are either used by |
| 213 | /// the terminator or are live-out are properly scheduled. This is |
| 214 | /// especially important when the definition latency of the return value(s) |
| 215 | /// are too high to be hidden by the branch or when the liveout registers |
| 216 | /// used by instructions in the fallthrough block. |
Andrew Trick | 953be89 | 2012-03-07 23:00:49 +0000 | [diff] [blame] | 217 | void ScheduleDAGInstrs::addSchedBarrierDeps() { |
Andrew Trick | 68675c6 | 2012-03-09 04:29:02 +0000 | [diff] [blame] | 218 | MachineInstr *ExitMI = RegionEnd != BB->end() ? &*RegionEnd : 0; |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 219 | ExitSU.setInstr(ExitMI); |
| 220 | bool AllDepKnown = ExitMI && |
Evan Cheng | 5a96b3d | 2011-12-07 07:15:52 +0000 | [diff] [blame] | 221 | (ExitMI->isCall() || ExitMI->isBarrier()); |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 222 | if (ExitMI && AllDepKnown) { |
| 223 | // If it's a call or a barrier, add dependencies on the defs and uses of |
| 224 | // instruction. |
| 225 | for (unsigned i = 0, e = ExitMI->getNumOperands(); i != e; ++i) { |
| 226 | const MachineOperand &MO = ExitMI->getOperand(i); |
| 227 | if (!MO.isReg() || MO.isDef()) continue; |
| 228 | unsigned Reg = MO.getReg(); |
| 229 | if (Reg == 0) continue; |
| 230 | |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 231 | if (TRI->isPhysicalRegister(Reg)) |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 232 | Uses.insert(PhysRegSUOper(&ExitSU, -1, Reg)); |
Andrew Trick | d3a7486 | 2012-03-16 05:04:25 +0000 | [diff] [blame] | 233 | else { |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 234 | assert(!IsPostRA && "Virtual register encountered after regalloc."); |
Andrew Trick | 177d87a | 2012-12-01 01:22:44 +0000 | [diff] [blame] | 235 | if (MO.readsReg()) // ignore undef operands |
| 236 | addVRegUseDeps(&ExitSU, i); |
Andrew Trick | d3a7486 | 2012-03-16 05:04:25 +0000 | [diff] [blame] | 237 | } |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 238 | } |
| 239 | } else { |
| 240 | // For others, e.g. fallthrough, conditional branch, assume the exit |
Evan Cheng | de5fa93 | 2010-10-27 23:17:17 +0000 | [diff] [blame] | 241 | // uses all the registers that are livein to the successor blocks. |
Benjamin Kramer | a82d526 | 2012-03-16 17:38:19 +0000 | [diff] [blame] | 242 | assert(Uses.empty() && "Uses in set before adding deps?"); |
Evan Cheng | de5fa93 | 2010-10-27 23:17:17 +0000 | [diff] [blame] | 243 | for (MachineBasicBlock::succ_iterator SI = BB->succ_begin(), |
| 244 | SE = BB->succ_end(); SI != SE; ++SI) |
| 245 | for (MachineBasicBlock::livein_iterator I = (*SI)->livein_begin(), |
Andrew Trick | f405b1a | 2011-05-05 19:24:06 +0000 | [diff] [blame] | 246 | E = (*SI)->livein_end(); I != E; ++I) { |
Evan Cheng | de5fa93 | 2010-10-27 23:17:17 +0000 | [diff] [blame] | 247 | unsigned Reg = *I; |
Benjamin Kramer | a82d526 | 2012-03-16 17:38:19 +0000 | [diff] [blame] | 248 | if (!Uses.contains(Reg)) |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 249 | Uses.insert(PhysRegSUOper(&ExitSU, -1, Reg)); |
Evan Cheng | de5fa93 | 2010-10-27 23:17:17 +0000 | [diff] [blame] | 250 | } |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 251 | } |
| 252 | } |
| 253 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 254 | /// MO is an operand of SU's instruction that defines a physical register. Add |
| 255 | /// data dependencies from SU to any uses of the physical register. |
Andrew Trick | ffd2526 | 2012-08-23 00:39:43 +0000 | [diff] [blame] | 256 | void ScheduleDAGInstrs::addPhysRegDataDeps(SUnit *SU, unsigned OperIdx) { |
| 257 | const MachineOperand &MO = SU->getInstr()->getOperand(OperIdx); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 258 | assert(MO.isDef() && "expect physreg def"); |
| 259 | |
| 260 | // Ask the target if address-backscheduling is desirable, and if so how much. |
| 261 | const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 262 | |
Jakob Stoklund Olesen | 396618b | 2012-06-01 23:28:30 +0000 | [diff] [blame] | 263 | for (MCRegAliasIterator Alias(MO.getReg(), TRI, true); |
| 264 | Alias.isValid(); ++Alias) { |
Andrew Trick | 702d489 | 2012-02-24 07:04:55 +0000 | [diff] [blame] | 265 | if (!Uses.contains(*Alias)) |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 266 | continue; |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 267 | for (Reg2SUnitsMap::iterator I = Uses.find(*Alias); I != Uses.end(); ++I) { |
| 268 | SUnit *UseSU = I->SU; |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 269 | if (UseSU == SU) |
| 270 | continue; |
Andrew Trick | 39817f9 | 2012-10-08 18:54:00 +0000 | [diff] [blame] | 271 | |
Andrew Trick | 39817f9 | 2012-10-08 18:54:00 +0000 | [diff] [blame] | 272 | // Adjust the dependence latency using operand def/use information, |
| 273 | // then allow the target to perform its own adjustments. |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 274 | int UseOp = I->OpIdx; |
Andrew Trick | ae692f2 | 2012-11-12 19:28:57 +0000 | [diff] [blame] | 275 | MachineInstr *RegUse = 0; |
| 276 | SDep Dep; |
| 277 | if (UseOp < 0) |
| 278 | Dep = SDep(SU, SDep::Artificial); |
| 279 | else { |
Andrew Trick | 4392f0f | 2013-04-13 06:07:40 +0000 | [diff] [blame] | 280 | // Set the hasPhysRegDefs only for physreg defs that have a use within |
| 281 | // the scheduling region. |
| 282 | SU->hasPhysRegDefs = true; |
Andrew Trick | ae692f2 | 2012-11-12 19:28:57 +0000 | [diff] [blame] | 283 | Dep = SDep(SU, SDep::Data, *Alias); |
| 284 | RegUse = UseSU->getInstr(); |
Andrew Trick | ae692f2 | 2012-11-12 19:28:57 +0000 | [diff] [blame] | 285 | } |
| 286 | Dep.setLatency( |
Andrew Trick | b86a0cd | 2013-06-15 04:49:57 +0000 | [diff] [blame] | 287 | SchedModel.computeOperandLatency(SU->getInstr(), OperIdx, RegUse, |
| 288 | UseOp)); |
Andrew Trick | b7e0289 | 2012-06-05 21:11:27 +0000 | [diff] [blame] | 289 | |
Andrew Trick | ae692f2 | 2012-11-12 19:28:57 +0000 | [diff] [blame] | 290 | ST.adjustSchedDependency(SU, UseSU, Dep); |
| 291 | UseSU->addPred(Dep); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 292 | } |
| 293 | } |
| 294 | } |
| 295 | |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 296 | /// addPhysRegDeps - Add register dependencies (data, anti, and output) from |
| 297 | /// this SUnit to following instructions in the same scheduling region that |
| 298 | /// depend the physical register referenced at OperIdx. |
| 299 | void ScheduleDAGInstrs::addPhysRegDeps(SUnit *SU, unsigned OperIdx) { |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 300 | MachineInstr *MI = SU->getInstr(); |
| 301 | MachineOperand &MO = MI->getOperand(OperIdx); |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 302 | |
| 303 | // Optionally add output and anti dependencies. For anti |
| 304 | // dependencies we use a latency of 0 because for a multi-issue |
| 305 | // target we want to allow the defining instruction to issue |
| 306 | // in the same cycle as the using instruction. |
| 307 | // TODO: Using a latency of 1 here for output dependencies assumes |
| 308 | // there's no cost for reusing registers. |
| 309 | SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output; |
Jakob Stoklund Olesen | 396618b | 2012-06-01 23:28:30 +0000 | [diff] [blame] | 310 | for (MCRegAliasIterator Alias(MO.getReg(), TRI, true); |
| 311 | Alias.isValid(); ++Alias) { |
Andrew Trick | 702d489 | 2012-02-24 07:04:55 +0000 | [diff] [blame] | 312 | if (!Defs.contains(*Alias)) |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 313 | continue; |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 314 | for (Reg2SUnitsMap::iterator I = Defs.find(*Alias); I != Defs.end(); ++I) { |
| 315 | SUnit *DefSU = I->SU; |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 316 | if (DefSU == &ExitSU) |
| 317 | continue; |
| 318 | if (DefSU != SU && |
| 319 | (Kind != SDep::Output || !MO.isDead() || |
| 320 | !DefSU->getInstr()->registerDefIsDead(*Alias))) { |
| 321 | if (Kind == SDep::Anti) |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 322 | DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias)); |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 323 | else { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 324 | SDep Dep(SU, Kind, /*Reg=*/*Alias); |
Andrew Trick | b86a0cd | 2013-06-15 04:49:57 +0000 | [diff] [blame] | 325 | Dep.setLatency( |
| 326 | SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 327 | DefSU->addPred(Dep); |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 328 | } |
| 329 | } |
| 330 | } |
| 331 | } |
| 332 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 333 | if (!MO.isDef()) { |
Andrew Trick | 4392f0f | 2013-04-13 06:07:40 +0000 | [diff] [blame] | 334 | SU->hasPhysRegUses = true; |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 335 | // Either insert a new Reg2SUnits entry with an empty SUnits list, or |
| 336 | // retrieve the existing SUnits list for this register's uses. |
| 337 | // Push this SUnit on the use list. |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 338 | Uses.insert(PhysRegSUOper(SU, OperIdx, MO.getReg())); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 339 | if (RemoveKillFlags) |
| 340 | MO.setIsKill(false); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 341 | } |
| 342 | else { |
Andrew Trick | ffd2526 | 2012-08-23 00:39:43 +0000 | [diff] [blame] | 343 | addPhysRegDataDeps(SU, OperIdx); |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 344 | unsigned Reg = MO.getReg(); |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 345 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 346 | // clear this register's use list |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 347 | if (Uses.contains(Reg)) |
| 348 | Uses.eraseAll(Reg); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 349 | |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 350 | if (!MO.isDead()) { |
| 351 | Defs.eraseAll(Reg); |
| 352 | } else if (SU->isCall) { |
| 353 | // Calls will not be reordered because of chain dependencies (see |
| 354 | // below). Since call operands are dead, calls may continue to be added |
| 355 | // to the DefList making dependence checking quadratic in the size of |
| 356 | // the block. Instead, we leave only one call at the back of the |
| 357 | // DefList. |
| 358 | Reg2SUnitsMap::RangePair P = Defs.equal_range(Reg); |
| 359 | Reg2SUnitsMap::iterator B = P.first; |
| 360 | Reg2SUnitsMap::iterator I = P.second; |
| 361 | for (bool isBegin = I == B; !isBegin; /* empty */) { |
| 362 | isBegin = (--I) == B; |
| 363 | if (!I->SU->isCall) |
| 364 | break; |
| 365 | I = Defs.erase(I); |
| 366 | } |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 367 | } |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 368 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 369 | // Defs are pushed in the order they are visited and never reordered. |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 370 | Defs.insert(PhysRegSUOper(SU, OperIdx, Reg)); |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 371 | } |
| 372 | } |
| 373 | |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 374 | /// addVRegDefDeps - Add register output and data dependencies from this SUnit |
| 375 | /// to instructions that occur later in the same scheduling region if they read |
| 376 | /// from or write to the virtual register defined at OperIdx. |
| 377 | /// |
| 378 | /// TODO: Hoist loop induction variable increments. This has to be |
| 379 | /// reevaluated. Generally, IV scheduling should be done before coalescing. |
| 380 | void ScheduleDAGInstrs::addVRegDefDeps(SUnit *SU, unsigned OperIdx) { |
| 381 | const MachineInstr *MI = SU->getInstr(); |
| 382 | unsigned Reg = MI->getOperand(OperIdx).getReg(); |
| 383 | |
Andrew Trick | 4b72ada | 2012-07-28 01:48:15 +0000 | [diff] [blame] | 384 | // Singly defined vregs do not have output/anti dependencies. |
Andrew Trick | 2fc0977 | 2012-02-22 18:34:49 +0000 | [diff] [blame] | 385 | // The current operand is a def, so we have at least one. |
Andrew Trick | 4b72ada | 2012-07-28 01:48:15 +0000 | [diff] [blame] | 386 | // Check here if there are any others... |
Andrew Trick | 8b5704f | 2012-07-30 23:48:17 +0000 | [diff] [blame] | 387 | if (MRI.hasOneDef(Reg)) |
Andrew Trick | 4b72ada | 2012-07-28 01:48:15 +0000 | [diff] [blame] | 388 | return; |
Andrew Trick | cc77b54 | 2012-02-22 06:08:13 +0000 | [diff] [blame] | 389 | |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 390 | // Add output dependence to the next nearest def of this vreg. |
| 391 | // |
| 392 | // Unless this definition is dead, the output dependence should be |
| 393 | // transitively redundant with antidependencies from this definition's |
| 394 | // uses. We're conservative for now until we have a way to guarantee the uses |
| 395 | // are not eliminated sometime during scheduling. The output dependence edge |
| 396 | // is also useful if output latency exceeds def-use latency. |
Andrew Trick | c0ccb8b | 2012-04-20 20:05:28 +0000 | [diff] [blame] | 397 | VReg2SUnitMap::iterator DefI = VRegDefs.find(Reg); |
Andrew Trick | 8ae3ac7 | 2012-02-22 21:59:00 +0000 | [diff] [blame] | 398 | if (DefI == VRegDefs.end()) |
| 399 | VRegDefs.insert(VReg2SUnit(Reg, SU)); |
| 400 | else { |
| 401 | SUnit *DefSU = DefI->SU; |
| 402 | if (DefSU != SU && DefSU != &ExitSU) { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 403 | SDep Dep(SU, SDep::Output, Reg); |
Andrew Trick | b86a0cd | 2013-06-15 04:49:57 +0000 | [diff] [blame] | 404 | Dep.setLatency( |
| 405 | SchedModel.computeOutputLatency(MI, OperIdx, DefSU->getInstr())); |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 406 | DefSU->addPred(Dep); |
Andrew Trick | 8ae3ac7 | 2012-02-22 21:59:00 +0000 | [diff] [blame] | 407 | } |
| 408 | DefI->SU = SU; |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 409 | } |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 410 | } |
| 411 | |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 412 | /// addVRegUseDeps - Add a register data dependency if the instruction that |
| 413 | /// defines the virtual register used at OperIdx is mapped to an SUnit. Add a |
| 414 | /// register antidependency from this SUnit to instructions that occur later in |
| 415 | /// the same scheduling region if they write the virtual register. |
| 416 | /// |
| 417 | /// TODO: Handle ExitSU "uses" properly. |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 418 | void ScheduleDAGInstrs::addVRegUseDeps(SUnit *SU, unsigned OperIdx) { |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 419 | MachineInstr *MI = SU->getInstr(); |
| 420 | unsigned Reg = MI->getOperand(OperIdx).getReg(); |
| 421 | |
Andrew Trick | 9909363 | 2013-08-23 17:48:39 +0000 | [diff] [blame] | 422 | // Record this local VReg use. |
Andrew Trick | 663bd99 | 2013-08-30 04:36:57 +0000 | [diff] [blame] | 423 | VReg2UseMap::iterator UI = VRegUses.find(Reg); |
| 424 | for (; UI != VRegUses.end(); ++UI) { |
| 425 | if (UI->SU == SU) |
| 426 | break; |
| 427 | } |
| 428 | if (UI == VRegUses.end()) |
| 429 | VRegUses.insert(VReg2SUnit(Reg, SU)); |
Andrew Trick | 9909363 | 2013-08-23 17:48:39 +0000 | [diff] [blame] | 430 | |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 431 | // Lookup this operand's reaching definition. |
| 432 | assert(LIS && "vreg dependencies requires LiveIntervals"); |
Matthias Braun | 5649e25 | 2013-10-10 21:28:52 +0000 | [diff] [blame] | 433 | LiveQueryResult LRQ |
| 434 | = LIS->getInterval(Reg).Query(LIS->getInstructionIndex(MI)); |
Jakob Stoklund Olesen | 93e29ce | 2012-05-20 02:44:38 +0000 | [diff] [blame] | 435 | VNInfo *VNI = LRQ.valueIn(); |
Andrew Trick | c3ad885 | 2012-04-24 18:04:41 +0000 | [diff] [blame] | 436 | |
Andrew Trick | 63d578b | 2012-02-23 03:16:24 +0000 | [diff] [blame] | 437 | // VNI will be valid because MachineOperand::readsReg() is checked by caller. |
Jakob Stoklund Olesen | 93e29ce | 2012-05-20 02:44:38 +0000 | [diff] [blame] | 438 | assert(VNI && "No value to read by operand"); |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 439 | MachineInstr *Def = LIS->getInstructionFromIndex(VNI->def); |
Andrew Trick | 63d578b | 2012-02-23 03:16:24 +0000 | [diff] [blame] | 440 | // Phis and other noninstructions (after coalescing) have a NULL Def. |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 441 | if (Def) { |
| 442 | SUnit *DefSU = getSUnit(Def); |
| 443 | if (DefSU) { |
| 444 | // The reaching Def lives within this scheduling region. |
| 445 | // Create a data dependence. |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 446 | SDep dep(DefSU, SDep::Data, Reg); |
Andrew Trick | a98f600 | 2012-10-08 18:53:57 +0000 | [diff] [blame] | 447 | // Adjust the dependence latency using operand def/use information, then |
| 448 | // allow the target to perform its own adjustments. |
| 449 | int DefOp = Def->findRegisterDefOperandIdx(Reg); |
Andrew Trick | b86a0cd | 2013-06-15 04:49:57 +0000 | [diff] [blame] | 450 | dep.setLatency(SchedModel.computeOperandLatency(Def, DefOp, MI, OperIdx)); |
Andrew Trick | b7e0289 | 2012-06-05 21:11:27 +0000 | [diff] [blame] | 451 | |
Andrew Trick | a98f600 | 2012-10-08 18:53:57 +0000 | [diff] [blame] | 452 | const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); |
| 453 | ST.adjustSchedDependency(DefSU, SU, const_cast<SDep &>(dep)); |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 454 | SU->addPred(dep); |
| 455 | } |
| 456 | } |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 457 | |
| 458 | // Add antidependence to the following def of the vreg it uses. |
Andrew Trick | c0ccb8b | 2012-04-20 20:05:28 +0000 | [diff] [blame] | 459 | VReg2SUnitMap::iterator DefI = VRegDefs.find(Reg); |
Andrew Trick | 8ae3ac7 | 2012-02-22 21:59:00 +0000 | [diff] [blame] | 460 | if (DefI != VRegDefs.end() && DefI->SU != SU) |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 461 | DefI->SU->addPred(SDep(SU, SDep::Anti, Reg)); |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 462 | } |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 463 | |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 464 | /// Return true if MI is an instruction we are unable to reason about |
| 465 | /// (like a call or something with unmodeled side effects). |
| 466 | static inline bool isGlobalMemoryObject(AliasAnalysis *AA, MachineInstr *MI) { |
| 467 | if (MI->isCall() || MI->hasUnmodeledSideEffects() || |
Jakob Stoklund Olesen | f036f7a | 2012-08-29 21:19:21 +0000 | [diff] [blame] | 468 | (MI->hasOrderedMemoryRef() && |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 469 | (!MI->mayLoad() || !MI->isInvariantLoad(AA)))) |
| 470 | return true; |
| 471 | return false; |
| 472 | } |
| 473 | |
| 474 | // This MI might have either incomplete info, or known to be unsafe |
| 475 | // to deal with (i.e. volatile object). |
| 476 | static inline bool isUnsafeMemoryObject(MachineInstr *MI, |
| 477 | const MachineFrameInfo *MFI) { |
| 478 | if (!MI || MI->memoperands_empty()) |
| 479 | return true; |
| 480 | // We purposefully do no check for hasOneMemOperand() here |
| 481 | // in hope to trigger an assert downstream in order to |
| 482 | // finish implementation. |
| 483 | if ((*MI->memoperands_begin())->isVolatile() || |
| 484 | MI->hasUnmodeledSideEffects()) |
| 485 | return true; |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 486 | const Value *V = (*MI->memoperands_begin())->getValue(); |
| 487 | if (!V) |
| 488 | return true; |
| 489 | |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 490 | SmallVector<Value *, 4> Objs; |
| 491 | getUnderlyingObjects(V, Objs); |
Craig Topper | f22fd3f | 2013-07-03 05:11:49 +0000 | [diff] [blame] | 492 | for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), |
| 493 | IE = Objs.end(); I != IE; ++I) { |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 494 | V = *I; |
| 495 | |
| 496 | if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { |
| 497 | // Similarly to getUnderlyingObjectForInstr: |
| 498 | // For now, ignore PseudoSourceValues which may alias LLVM IR values |
| 499 | // because the code that uses this function has no way to cope with |
| 500 | // such aliases. |
| 501 | if (PSV->isAliased(MFI)) |
| 502 | return true; |
| 503 | } |
| 504 | |
| 505 | // Does this pointer refer to a distinct and identifiable object? |
| 506 | if (!isIdentifiedObject(V)) |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 507 | return true; |
| 508 | } |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 509 | |
| 510 | return false; |
| 511 | } |
| 512 | |
| 513 | /// This returns true if the two MIs need a chain edge betwee them. |
| 514 | /// If these are not even memory operations, we still may need |
| 515 | /// chain deps between them. The question really is - could |
| 516 | /// these two MIs be reordered during scheduling from memory dependency |
| 517 | /// point of view. |
| 518 | static bool MIsNeedChainEdge(AliasAnalysis *AA, const MachineFrameInfo *MFI, |
| 519 | MachineInstr *MIa, |
| 520 | MachineInstr *MIb) { |
| 521 | // Cover a trivial case - no edge is need to itself. |
| 522 | if (MIa == MIb) |
| 523 | return false; |
| 524 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 525 | // FIXME: Need to handle multiple memory operands to support all targets. |
| 526 | if (!MIa->hasOneMemOperand() || !MIb->hasOneMemOperand()) |
| 527 | return true; |
| 528 | |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 529 | if (isUnsafeMemoryObject(MIa, MFI) || isUnsafeMemoryObject(MIb, MFI)) |
| 530 | return true; |
| 531 | |
| 532 | // If we are dealing with two "normal" loads, we do not need an edge |
| 533 | // between them - they could be reordered. |
| 534 | if (!MIa->mayStore() && !MIb->mayStore()) |
| 535 | return false; |
| 536 | |
| 537 | // To this point analysis is generic. From here on we do need AA. |
| 538 | if (!AA) |
| 539 | return true; |
| 540 | |
| 541 | MachineMemOperand *MMOa = *MIa->memoperands_begin(); |
| 542 | MachineMemOperand *MMOb = *MIb->memoperands_begin(); |
| 543 | |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 544 | // The following interface to AA is fashioned after DAGCombiner::isAlias |
| 545 | // and operates with MachineMemOperand offset with some important |
| 546 | // assumptions: |
| 547 | // - LLVM fundamentally assumes flat address spaces. |
| 548 | // - MachineOperand offset can *only* result from legalization and |
| 549 | // cannot affect queries other than the trivial case of overlap |
| 550 | // checking. |
| 551 | // - These offsets never wrap and never step outside |
| 552 | // of allocated objects. |
| 553 | // - There should never be any negative offsets here. |
| 554 | // |
| 555 | // FIXME: Modify API to hide this math from "user" |
| 556 | // FIXME: Even before we go to AA we can reason locally about some |
| 557 | // memory objects. It can save compile time, and possibly catch some |
| 558 | // corner cases not currently covered. |
| 559 | |
| 560 | assert ((MMOa->getOffset() >= 0) && "Negative MachineMemOperand offset"); |
| 561 | assert ((MMOb->getOffset() >= 0) && "Negative MachineMemOperand offset"); |
| 562 | |
| 563 | int64_t MinOffset = std::min(MMOa->getOffset(), MMOb->getOffset()); |
| 564 | int64_t Overlapa = MMOa->getSize() + MMOa->getOffset() - MinOffset; |
| 565 | int64_t Overlapb = MMOb->getSize() + MMOb->getOffset() - MinOffset; |
| 566 | |
| 567 | AliasAnalysis::AliasResult AAResult = AA->alias( |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 568 | AliasAnalysis::Location(MMOa->getValue(), Overlapa, |
| 569 | UseTBAA ? MMOa->getTBAAInfo() : 0), |
| 570 | AliasAnalysis::Location(MMOb->getValue(), Overlapb, |
| 571 | UseTBAA ? MMOb->getTBAAInfo() : 0)); |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 572 | |
| 573 | return (AAResult != AliasAnalysis::NoAlias); |
| 574 | } |
| 575 | |
| 576 | /// This recursive function iterates over chain deps of SUb looking for |
| 577 | /// "latest" node that needs a chain edge to SUa. |
| 578 | static unsigned |
| 579 | iterateChainSucc(AliasAnalysis *AA, const MachineFrameInfo *MFI, |
| 580 | SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, |
| 581 | SmallPtrSet<const SUnit*, 16> &Visited) { |
| 582 | if (!SUa || !SUb || SUb == ExitSU) |
| 583 | return *Depth; |
| 584 | |
| 585 | // Remember visited nodes. |
| 586 | if (!Visited.insert(SUb)) |
| 587 | return *Depth; |
| 588 | // If there is _some_ dependency already in place, do not |
| 589 | // descend any further. |
| 590 | // TODO: Need to make sure that if that dependency got eliminated or ignored |
| 591 | // for any reason in the future, we would not violate DAG topology. |
| 592 | // Currently it does not happen, but makes an implicit assumption about |
| 593 | // future implementation. |
| 594 | // |
| 595 | // Independently, if we encounter node that is some sort of global |
| 596 | // object (like a call) we already have full set of dependencies to it |
| 597 | // and we can stop descending. |
| 598 | if (SUa->isSucc(SUb) || |
| 599 | isGlobalMemoryObject(AA, SUb->getInstr())) |
| 600 | return *Depth; |
| 601 | |
| 602 | // If we do need an edge, or we have exceeded depth budget, |
| 603 | // add that edge to the predecessors chain of SUb, |
| 604 | // and stop descending. |
| 605 | if (*Depth > 200 || |
| 606 | MIsNeedChainEdge(AA, MFI, SUa->getInstr(), SUb->getInstr())) { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 607 | SUb->addPred(SDep(SUa, SDep::MayAliasMem)); |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 608 | return *Depth; |
| 609 | } |
| 610 | // Track current depth. |
| 611 | (*Depth)++; |
| 612 | // Iterate over chain dependencies only. |
| 613 | for (SUnit::const_succ_iterator I = SUb->Succs.begin(), E = SUb->Succs.end(); |
| 614 | I != E; ++I) |
| 615 | if (I->isCtrl()) |
| 616 | iterateChainSucc (AA, MFI, SUa, I->getSUnit(), ExitSU, Depth, Visited); |
| 617 | return *Depth; |
| 618 | } |
| 619 | |
| 620 | /// This function assumes that "downward" from SU there exist |
| 621 | /// tail/leaf of already constructed DAG. It iterates downward and |
| 622 | /// checks whether SU can be aliasing any node dominated |
| 623 | /// by it. |
| 624 | static void adjustChainDeps(AliasAnalysis *AA, const MachineFrameInfo *MFI, |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 625 | SUnit *SU, SUnit *ExitSU, std::set<SUnit *> &CheckList, |
| 626 | unsigned LatencyToLoad) { |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 627 | if (!SU) |
| 628 | return; |
| 629 | |
| 630 | SmallPtrSet<const SUnit*, 16> Visited; |
| 631 | unsigned Depth = 0; |
| 632 | |
| 633 | for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end(); |
| 634 | I != IE; ++I) { |
| 635 | if (SU == *I) |
| 636 | continue; |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 637 | if (MIsNeedChainEdge(AA, MFI, SU->getInstr(), (*I)->getInstr())) { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 638 | SDep Dep(SU, SDep::MayAliasMem); |
| 639 | Dep.setLatency(((*I)->getInstr()->mayLoad()) ? LatencyToLoad : 0); |
| 640 | (*I)->addPred(Dep); |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 641 | } |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 642 | // Now go through all the chain successors and iterate from them. |
| 643 | // Keep track of visited nodes. |
| 644 | for (SUnit::const_succ_iterator J = (*I)->Succs.begin(), |
| 645 | JE = (*I)->Succs.end(); J != JE; ++J) |
| 646 | if (J->isCtrl()) |
| 647 | iterateChainSucc (AA, MFI, SU, J->getSUnit(), |
| 648 | ExitSU, &Depth, Visited); |
| 649 | } |
| 650 | } |
| 651 | |
| 652 | /// Check whether two objects need a chain edge, if so, add it |
| 653 | /// otherwise remember the rejected SU. |
| 654 | static inline |
| 655 | void addChainDependency (AliasAnalysis *AA, const MachineFrameInfo *MFI, |
| 656 | SUnit *SUa, SUnit *SUb, |
| 657 | std::set<SUnit *> &RejectList, |
| 658 | unsigned TrueMemOrderLatency = 0, |
| 659 | bool isNormalMemory = false) { |
| 660 | // If this is a false dependency, |
| 661 | // do not add the edge, but rememeber the rejected node. |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 662 | if (!AA || MIsNeedChainEdge(AA, MFI, SUa->getInstr(), SUb->getInstr())) { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 663 | SDep Dep(SUa, isNormalMemory ? SDep::MayAliasMem : SDep::Barrier); |
| 664 | Dep.setLatency(TrueMemOrderLatency); |
| 665 | SUb->addPred(Dep); |
| 666 | } |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 667 | else { |
| 668 | // Duplicate entries should be ignored. |
| 669 | RejectList.insert(SUb); |
| 670 | DEBUG(dbgs() << "\tReject chain dep between SU(" |
| 671 | << SUa->NodeNum << ") and SU(" |
| 672 | << SUb->NodeNum << ")\n"); |
| 673 | } |
| 674 | } |
| 675 | |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 676 | /// Create an SUnit for each real instruction, numbered in top-down toplological |
| 677 | /// order. The instruction order A < B, implies that no edge exists from B to A. |
| 678 | /// |
| 679 | /// Map each real instruction to its SUnit. |
| 680 | /// |
Andrew Trick | 17d35e5 | 2012-03-14 04:00:41 +0000 | [diff] [blame] | 681 | /// After initSUnits, the SUnits vector cannot be resized and the scheduler may |
| 682 | /// hang onto SUnit pointers. We may relax this in the future by using SUnit IDs |
| 683 | /// instead of pointers. |
| 684 | /// |
| 685 | /// MachineScheduler relies on initSUnits numbering the nodes by their order in |
| 686 | /// the original instruction list. |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 687 | void ScheduleDAGInstrs::initSUnits() { |
| 688 | // We'll be allocating one SUnit for each real instruction in the region, |
| 689 | // which is contained within a basic block. |
Andrew Trick | d2763f6 | 2013-08-23 17:48:33 +0000 | [diff] [blame] | 690 | SUnits.reserve(NumRegionInstrs); |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 691 | |
Andrew Trick | 68675c6 | 2012-03-09 04:29:02 +0000 | [diff] [blame] | 692 | for (MachineBasicBlock::iterator I = RegionBegin; I != RegionEnd; ++I) { |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 693 | MachineInstr *MI = I; |
| 694 | if (MI->isDebugValue()) |
| 695 | continue; |
| 696 | |
Andrew Trick | 953be89 | 2012-03-07 23:00:49 +0000 | [diff] [blame] | 697 | SUnit *SU = newSUnit(MI); |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 698 | MISUnitMap[MI] = SU; |
| 699 | |
| 700 | SU->isCall = MI->isCall(); |
| 701 | SU->isCommutable = MI->isCommutable(); |
| 702 | |
| 703 | // Assign the Latency field of SU using target-provided information. |
Andrew Trick | 412cd2f | 2012-10-10 05:43:09 +0000 | [diff] [blame] | 704 | SU->Latency = SchedModel.computeInstrLatency(SU->getInstr()); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 705 | |
| 706 | // If this SUnit uses an unbuffered resource, mark it as such. |
| 707 | // These resources are used for in-order execution pipelines within an |
| 708 | // out-of-order core and are identified by BufferSize=1. BufferSize=0 is |
| 709 | // used for dispatch/issue groups and is not considered here. |
| 710 | if (SchedModel.hasInstrSchedModel()) { |
| 711 | const MCSchedClassDesc *SC = getSchedClass(SU); |
| 712 | for (TargetSchedModel::ProcResIter |
| 713 | PI = SchedModel.getWriteProcResBegin(SC), |
| 714 | PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) { |
| 715 | switch (SchedModel.getProcResource(PI->ProcResourceIdx)->BufferSize) { |
| 716 | case 0: |
| 717 | SU->hasReservedResource = true; |
| 718 | break; |
| 719 | case 1: |
| 720 | SU->isUnbuffered = true; |
| 721 | break; |
| 722 | default: |
| 723 | break; |
| 724 | } |
| 725 | } |
| 726 | } |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 727 | } |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 728 | } |
| 729 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 730 | /// If RegPressure is non-null, compute register pressure as a side effect. The |
Andrew Trick | 006e1ab | 2012-04-24 17:56:43 +0000 | [diff] [blame] | 731 | /// DAG builder is an efficient place to do it because it already visits |
| 732 | /// operands. |
| 733 | void ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA, |
Andrew Trick | 4c60b8a | 2013-08-30 03:49:48 +0000 | [diff] [blame] | 734 | RegPressureTracker *RPTracker, |
| 735 | PressureDiffs *PDiffs) { |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 736 | const TargetSubtargetInfo &ST = TM.getSubtarget<TargetSubtargetInfo>(); |
| 737 | bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI |
| 738 | : ST.useAA(); |
| 739 | AliasAnalysis *AAForDep = UseAA ? AA : 0; |
| 740 | |
Andrew Trick | 40b52bb | 2013-09-04 21:00:02 +0000 | [diff] [blame] | 741 | MISUnitMap.clear(); |
| 742 | ScheduleDAG::clearDAG(); |
| 743 | |
Andrew Trick | b4566a9 | 2012-02-22 06:08:11 +0000 | [diff] [blame] | 744 | // Create an SUnit for each real instruction. |
| 745 | initSUnits(); |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 746 | |
Andrew Trick | 4c60b8a | 2013-08-30 03:49:48 +0000 | [diff] [blame] | 747 | if (PDiffs) |
| 748 | PDiffs->init(SUnits.size()); |
| 749 | |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 750 | // We build scheduling units by walking a block's instruction list from bottom |
| 751 | // to top. |
| 752 | |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 753 | // Remember where a generic side-effecting instruction is as we procede. |
| 754 | SUnit *BarrierChain = 0, *AliasChain = 0; |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 755 | |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 756 | // Memory references to specific known memory locations are tracked |
| 757 | // so that they can be given more precise dependencies. We track |
| 758 | // separately the known memory locations that may alias and those |
| 759 | // that are known not to alias |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 760 | MapVector<const Value *, std::vector<SUnit *> > AliasMemDefs, NonAliasMemDefs; |
Sergei Larin | 009cf9e | 2012-11-15 17:45:50 +0000 | [diff] [blame] | 761 | MapVector<const Value *, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 762 | std::set<SUnit*> RejectMemNodes; |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 763 | |
Dale Johannesen | bfdf7f3 | 2010-03-10 22:13:47 +0000 | [diff] [blame] | 764 | // Remove any stale debug info; sometimes BuildSchedGraph is called again |
| 765 | // without emitting the info from the previous call. |
Devang Patel | cf4cc84 | 2011-06-02 20:07:12 +0000 | [diff] [blame] | 766 | DbgValues.clear(); |
| 767 | FirstDbgValue = NULL; |
Dale Johannesen | bfdf7f3 | 2010-03-10 22:13:47 +0000 | [diff] [blame] | 768 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 769 | assert(Defs.empty() && Uses.empty() && |
| 770 | "Only BuildGraph should update Defs/Uses"); |
Michael Ilseman | afe77f3 | 2013-01-21 18:18:53 +0000 | [diff] [blame] | 771 | Defs.setUniverse(TRI->getNumRegs()); |
| 772 | Uses.setUniverse(TRI->getNumRegs()); |
Andrew Trick | 9b66853 | 2011-05-06 21:52:52 +0000 | [diff] [blame] | 773 | |
Andrew Trick | 8ae3ac7 | 2012-02-22 21:59:00 +0000 | [diff] [blame] | 774 | assert(VRegDefs.empty() && "Only BuildSchedGraph may access VRegDefs"); |
Andrew Trick | 9909363 | 2013-08-23 17:48:39 +0000 | [diff] [blame] | 775 | VRegUses.clear(); |
Andrew Trick | 8ae3ac7 | 2012-02-22 21:59:00 +0000 | [diff] [blame] | 776 | VRegDefs.setUniverse(MRI.getNumVirtRegs()); |
Andrew Trick | 9909363 | 2013-08-23 17:48:39 +0000 | [diff] [blame] | 777 | VRegUses.setUniverse(MRI.getNumVirtRegs()); |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 778 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 779 | // Model data dependencies between instructions being scheduled and the |
| 780 | // ExitSU. |
Andrew Trick | 953be89 | 2012-03-07 23:00:49 +0000 | [diff] [blame] | 781 | addSchedBarrierDeps(); |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 782 | |
Dan Gohman | 9e64bbb | 2009-02-10 23:27:53 +0000 | [diff] [blame] | 783 | // Walk the list of instructions, from bottom moving up. |
Andrew Trick | 657b75b | 2012-12-01 01:22:49 +0000 | [diff] [blame] | 784 | MachineInstr *DbgMI = NULL; |
Andrew Trick | 68675c6 | 2012-03-09 04:29:02 +0000 | [diff] [blame] | 785 | for (MachineBasicBlock::iterator MII = RegionEnd, MIE = RegionBegin; |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 786 | MII != MIE; --MII) { |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 787 | MachineInstr *MI = std::prev(MII); |
Andrew Trick | 657b75b | 2012-12-01 01:22:49 +0000 | [diff] [blame] | 788 | if (MI && DbgMI) { |
| 789 | DbgValues.push_back(std::make_pair(DbgMI, MI)); |
| 790 | DbgMI = NULL; |
Devang Patel | cf4cc84 | 2011-06-02 20:07:12 +0000 | [diff] [blame] | 791 | } |
| 792 | |
Dale Johannesen | bfdf7f3 | 2010-03-10 22:13:47 +0000 | [diff] [blame] | 793 | if (MI->isDebugValue()) { |
Andrew Trick | 657b75b | 2012-12-01 01:22:49 +0000 | [diff] [blame] | 794 | DbgMI = MI; |
Dale Johannesen | bfdf7f3 | 2010-03-10 22:13:47 +0000 | [diff] [blame] | 795 | continue; |
| 796 | } |
Andrew Trick | 4c60b8a | 2013-08-30 03:49:48 +0000 | [diff] [blame] | 797 | SUnit *SU = MISUnitMap[MI]; |
| 798 | assert(SU && "No SUnit mapped to this MI"); |
| 799 | |
Andrew Trick | 006e1ab | 2012-04-24 17:56:43 +0000 | [diff] [blame] | 800 | if (RPTracker) { |
Andrew Trick | 4c60b8a | 2013-08-30 03:49:48 +0000 | [diff] [blame] | 801 | PressureDiff *PDiff = PDiffs ? &(*PDiffs)[SU->NodeNum] : 0; |
Andrew Trick | 663bd99 | 2013-08-30 04:36:57 +0000 | [diff] [blame] | 802 | RPTracker->recede(/*LiveUses=*/0, PDiff); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 803 | assert(RPTracker->getPos() == std::prev(MII) && |
| 804 | "RPTracker can't find MI"); |
Andrew Trick | 006e1ab | 2012-04-24 17:56:43 +0000 | [diff] [blame] | 805 | } |
Devang Patel | cf4cc84 | 2011-06-02 20:07:12 +0000 | [diff] [blame] | 806 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 807 | assert( |
| 808 | (CanHandleTerminators || (!MI->isTerminator() && !MI->isPosition())) && |
| 809 | "Cannot schedule terminators or labels!"); |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 810 | |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 811 | // Add register-based dependencies (data, anti, and output). |
Andrew Trick | 04f52e1 | 2012-12-18 20:53:01 +0000 | [diff] [blame] | 812 | bool HasVRegDef = false; |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 813 | for (unsigned j = 0, n = MI->getNumOperands(); j != n; ++j) { |
| 814 | const MachineOperand &MO = MI->getOperand(j); |
| 815 | if (!MO.isReg()) continue; |
| 816 | unsigned Reg = MO.getReg(); |
| 817 | if (Reg == 0) continue; |
| 818 | |
Andrew Trick | 7ebcaf4 | 2012-01-14 02:17:15 +0000 | [diff] [blame] | 819 | if (TRI->isPhysicalRegister(Reg)) |
| 820 | addPhysRegDeps(SU, j); |
| 821 | else { |
| 822 | assert(!IsPostRA && "Virtual register encountered!"); |
Andrew Trick | 04f52e1 | 2012-12-18 20:53:01 +0000 | [diff] [blame] | 823 | if (MO.isDef()) { |
| 824 | HasVRegDef = true; |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 825 | addVRegDefDeps(SU, j); |
Andrew Trick | 04f52e1 | 2012-12-18 20:53:01 +0000 | [diff] [blame] | 826 | } |
Andrew Trick | 63d578b | 2012-02-23 03:16:24 +0000 | [diff] [blame] | 827 | else if (MO.readsReg()) // ignore undef operands |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 828 | addVRegUseDeps(SU, j); |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 829 | } |
| 830 | } |
Andrew Trick | 04f52e1 | 2012-12-18 20:53:01 +0000 | [diff] [blame] | 831 | // If we haven't seen any uses in this scheduling region, create a |
| 832 | // dependence edge to ExitSU to model the live-out latency. This is required |
| 833 | // for vreg defs with no in-region use, and prefetches with no vreg def. |
| 834 | // |
| 835 | // FIXME: NumDataSuccs would be more precise than NumSuccs here. This |
| 836 | // check currently relies on being called before adding chain deps. |
| 837 | if (SU->NumSuccs == 0 && SU->Latency > 1 |
| 838 | && (HasVRegDef || MI->mayLoad())) { |
| 839 | SDep Dep(SU, SDep::Artificial); |
| 840 | Dep.setLatency(SU->Latency - 1); |
| 841 | ExitSU.addPred(Dep); |
| 842 | } |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 843 | |
| 844 | // Add chain dependencies. |
David Goodwin | 7c9b1ac | 2009-11-02 17:06:28 +0000 | [diff] [blame] | 845 | // Chain dependencies used to enforce memory order should have |
| 846 | // latency of 0 (except for true dependency of Store followed by |
| 847 | // aliased Load... we estimate that with a single cycle of latency |
| 848 | // assuming the hardware will bypass) |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 849 | // Note that isStoreToStackSlot and isLoadFromStackSLot are not usable |
| 850 | // after stack slots are lowered to actual addresses. |
| 851 | // TODO: Use an AliasAnalysis and do real alias-analysis queries, and |
| 852 | // produce more precise dependence information. |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 853 | unsigned TrueMemOrderLatency = MI->mayStore() ? 1 : 0; |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 854 | if (isGlobalMemoryObject(AA, MI)) { |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 855 | // Be conservative with these and add dependencies on all memory |
| 856 | // references, even those that are known to not alias. |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 857 | for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 858 | NonAliasMemDefs.begin(), E = NonAliasMemDefs.end(); I != E; ++I) { |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 859 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) { |
| 860 | I->second[i]->addPred(SDep(SU, SDep::Barrier)); |
| 861 | } |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 862 | } |
Sergei Larin | 009cf9e | 2012-11-15 17:45:50 +0000 | [diff] [blame] | 863 | for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 864 | NonAliasMemUses.begin(), E = NonAliasMemUses.end(); I != E; ++I) { |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 865 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) { |
| 866 | SDep Dep(SU, SDep::Barrier); |
| 867 | Dep.setLatency(TrueMemOrderLatency); |
| 868 | I->second[i]->addPred(Dep); |
| 869 | } |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 870 | } |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 871 | // Add SU to the barrier chain. |
| 872 | if (BarrierChain) |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 873 | BarrierChain->addPred(SDep(SU, SDep::Barrier)); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 874 | BarrierChain = SU; |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 875 | // This is a barrier event that acts as a pivotal node in the DAG, |
| 876 | // so it is safe to clear list of exposed nodes. |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 877 | adjustChainDeps(AA, MFI, SU, &ExitSU, RejectMemNodes, |
| 878 | TrueMemOrderLatency); |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 879 | RejectMemNodes.clear(); |
| 880 | NonAliasMemDefs.clear(); |
| 881 | NonAliasMemUses.clear(); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 882 | |
| 883 | // fall-through |
| 884 | new_alias_chain: |
| 885 | // Chain all possibly aliasing memory references though SU. |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 886 | if (AliasChain) { |
| 887 | unsigned ChainLatency = 0; |
| 888 | if (AliasChain->getInstr()->mayLoad()) |
| 889 | ChainLatency = TrueMemOrderLatency; |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 890 | addChainDependency(AAForDep, MFI, SU, AliasChain, RejectMemNodes, |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 891 | ChainLatency); |
| 892 | } |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 893 | AliasChain = SU; |
| 894 | for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 895 | addChainDependency(AAForDep, MFI, SU, PendingLoads[k], RejectMemNodes, |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 896 | TrueMemOrderLatency); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 897 | for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
| 898 | AliasMemDefs.begin(), E = AliasMemDefs.end(); I != E; ++I) { |
| 899 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) |
| 900 | addChainDependency(AAForDep, MFI, SU, I->second[i], RejectMemNodes); |
| 901 | } |
Sergei Larin | 009cf9e | 2012-11-15 17:45:50 +0000 | [diff] [blame] | 902 | for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 903 | AliasMemUses.begin(), E = AliasMemUses.end(); I != E; ++I) { |
| 904 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 905 | addChainDependency(AAForDep, MFI, SU, I->second[i], RejectMemNodes, |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 906 | TrueMemOrderLatency); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 907 | } |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 908 | adjustChainDeps(AA, MFI, SU, &ExitSU, RejectMemNodes, |
| 909 | TrueMemOrderLatency); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 910 | PendingLoads.clear(); |
| 911 | AliasMemDefs.clear(); |
| 912 | AliasMemUses.clear(); |
Evan Cheng | 5a96b3d | 2011-12-07 07:15:52 +0000 | [diff] [blame] | 913 | } else if (MI->mayStore()) { |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 914 | UnderlyingObjectsVector Objs; |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 915 | getUnderlyingObjectsForInstr(MI, MFI, Objs); |
| 916 | |
| 917 | if (Objs.empty()) { |
| 918 | // Treat all other stores conservatively. |
| 919 | goto new_alias_chain; |
| 920 | } |
| 921 | |
| 922 | bool MayAlias = false; |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 923 | for (UnderlyingObjectsVector::iterator K = Objs.begin(), KE = Objs.end(); |
| 924 | K != KE; ++K) { |
| 925 | const Value *V = K->getPointer(); |
| 926 | bool ThisMayAlias = K->getInt(); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 927 | if (ThisMayAlias) |
| 928 | MayAlias = true; |
| 929 | |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 930 | // A store to a specific PseudoSourceValue. Add precise dependencies. |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 931 | // Record the def in MemDefs, first adding a dep if there is |
| 932 | // an existing def. |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 933 | MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 934 | ((ThisMayAlias) ? AliasMemDefs.find(V) : NonAliasMemDefs.find(V)); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 935 | MapVector<const Value *, std::vector<SUnit *> >::iterator IE = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 936 | ((ThisMayAlias) ? AliasMemDefs.end() : NonAliasMemDefs.end()); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 937 | if (I != IE) { |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 938 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) |
| 939 | addChainDependency(AAForDep, MFI, SU, I->second[i], RejectMemNodes, |
| 940 | 0, true); |
| 941 | |
| 942 | // If we're not using AA, then we only need one store per object. |
| 943 | if (!AAForDep) |
| 944 | I->second.clear(); |
| 945 | I->second.push_back(SU); |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 946 | } else { |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 947 | if (ThisMayAlias) { |
| 948 | if (!AAForDep) |
| 949 | AliasMemDefs[V].clear(); |
| 950 | AliasMemDefs[V].push_back(SU); |
| 951 | } else { |
| 952 | if (!AAForDep) |
| 953 | NonAliasMemDefs[V].clear(); |
| 954 | NonAliasMemDefs[V].push_back(SU); |
| 955 | } |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 956 | } |
| 957 | // Handle the uses in MemUses, if there are any. |
Sergei Larin | 009cf9e | 2012-11-15 17:45:50 +0000 | [diff] [blame] | 958 | MapVector<const Value *, std::vector<SUnit *> >::iterator J = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 959 | ((ThisMayAlias) ? AliasMemUses.find(V) : NonAliasMemUses.find(V)); |
Sergei Larin | 009cf9e | 2012-11-15 17:45:50 +0000 | [diff] [blame] | 960 | MapVector<const Value *, std::vector<SUnit *> >::iterator JE = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 961 | ((ThisMayAlias) ? AliasMemUses.end() : NonAliasMemUses.end()); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 962 | if (J != JE) { |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 963 | for (unsigned i = 0, e = J->second.size(); i != e; ++i) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 964 | addChainDependency(AAForDep, MFI, SU, J->second[i], RejectMemNodes, |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 965 | TrueMemOrderLatency, true); |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 966 | J->second.clear(); |
| 967 | } |
David Goodwin | 7c9b1ac | 2009-11-02 17:06:28 +0000 | [diff] [blame] | 968 | } |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 969 | if (MayAlias) { |
| 970 | // Add dependencies from all the PendingLoads, i.e. loads |
| 971 | // with no underlying object. |
| 972 | for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 973 | addChainDependency(AAForDep, MFI, SU, PendingLoads[k], RejectMemNodes, |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 974 | TrueMemOrderLatency); |
| 975 | // Add dependence on alias chain, if needed. |
| 976 | if (AliasChain) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 977 | addChainDependency(AAForDep, MFI, SU, AliasChain, RejectMemNodes); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 978 | // But we also should check dependent instructions for the |
| 979 | // SU in question. |
| 980 | adjustChainDeps(AA, MFI, SU, &ExitSU, RejectMemNodes, |
| 981 | TrueMemOrderLatency); |
| 982 | } |
| 983 | // Add dependence on barrier chain, if needed. |
| 984 | // There is no point to check aliasing on barrier event. Even if |
| 985 | // SU and barrier _could_ be reordered, they should not. In addition, |
| 986 | // we have lost all RejectMemNodes below barrier. |
| 987 | if (BarrierChain) |
| 988 | BarrierChain->addPred(SDep(SU, SDep::Barrier)); |
Evan Cheng | ec6906b | 2010-10-23 02:10:46 +0000 | [diff] [blame] | 989 | |
| 990 | if (!ExitSU.isPred(SU)) |
| 991 | // Push store's up a bit to avoid them getting in between cmp |
| 992 | // and branches. |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 993 | ExitSU.addPred(SDep(SU, SDep::Artificial)); |
Evan Cheng | 5a96b3d | 2011-12-07 07:15:52 +0000 | [diff] [blame] | 994 | } else if (MI->mayLoad()) { |
David Goodwin | a9e6107 | 2009-11-03 20:15:00 +0000 | [diff] [blame] | 995 | bool MayAlias = true; |
Dan Gohman | a70dca1 | 2009-10-09 23:27:56 +0000 | [diff] [blame] | 996 | if (MI->isInvariantLoad(AA)) { |
Dan Gohman | 6a9041e | 2008-12-04 01:35:46 +0000 | [diff] [blame] | 997 | // Invariant load, no chain dependencies needed! |
David Goodwin | 5be870a | 2009-11-05 00:16:44 +0000 | [diff] [blame] | 998 | } else { |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 999 | UnderlyingObjectsVector Objs; |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1000 | getUnderlyingObjectsForInstr(MI, MFI, Objs); |
| 1001 | |
| 1002 | if (Objs.empty()) { |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 1003 | // A load with no underlying object. Depend on all |
| 1004 | // potentially aliasing stores. |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1005 | for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 1006 | AliasMemDefs.begin(), E = AliasMemDefs.end(); I != E; ++I) |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1007 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) |
| 1008 | addChainDependency(AAForDep, MFI, SU, I->second[i], |
| 1009 | RejectMemNodes); |
Andrew Trick | f405b1a | 2011-05-05 19:24:06 +0000 | [diff] [blame] | 1010 | |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 1011 | PendingLoads.push_back(SU); |
| 1012 | MayAlias = true; |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1013 | } else { |
| 1014 | MayAlias = false; |
| 1015 | } |
| 1016 | |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 1017 | for (UnderlyingObjectsVector::iterator |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1018 | J = Objs.begin(), JE = Objs.end(); J != JE; ++J) { |
Benjamin Kramer | 04d5613 | 2013-06-29 18:41:17 +0000 | [diff] [blame] | 1019 | const Value *V = J->getPointer(); |
| 1020 | bool ThisMayAlias = J->getInt(); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1021 | |
| 1022 | if (ThisMayAlias) |
| 1023 | MayAlias = true; |
| 1024 | |
| 1025 | // A load from a specific PseudoSourceValue. Add precise dependencies. |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1026 | MapVector<const Value *, std::vector<SUnit *> >::iterator I = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1027 | ((ThisMayAlias) ? AliasMemDefs.find(V) : NonAliasMemDefs.find(V)); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1028 | MapVector<const Value *, std::vector<SUnit *> >::iterator IE = |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1029 | ((ThisMayAlias) ? AliasMemDefs.end() : NonAliasMemDefs.end()); |
| 1030 | if (I != IE) |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1031 | for (unsigned i = 0, e = I->second.size(); i != e; ++i) |
| 1032 | addChainDependency(AAForDep, MFI, SU, I->second[i], |
| 1033 | RejectMemNodes, 0, true); |
Hal Finkel | f218310 | 2012-12-10 18:49:16 +0000 | [diff] [blame] | 1034 | if (ThisMayAlias) |
| 1035 | AliasMemUses[V].push_back(SU); |
| 1036 | else |
| 1037 | NonAliasMemUses[V].push_back(SU); |
David Goodwin | a9e6107 | 2009-11-03 20:15:00 +0000 | [diff] [blame] | 1038 | } |
Andrew Trick | eb05b97 | 2012-05-15 18:59:41 +0000 | [diff] [blame] | 1039 | if (MayAlias) |
Andrew Trick | 1c2d3c5 | 2012-06-13 02:39:03 +0000 | [diff] [blame] | 1040 | adjustChainDeps(AA, MFI, SU, &ExitSU, RejectMemNodes, /*Latency=*/0); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 1041 | // Add dependencies on alias and barrier chains, if needed. |
| 1042 | if (MayAlias && AliasChain) |
Hal Finkel | 738073c | 2013-08-29 03:25:05 +0000 | [diff] [blame] | 1043 | addChainDependency(AAForDep, MFI, SU, AliasChain, RejectMemNodes); |
David Goodwin | 980d494 | 2009-11-09 19:22:17 +0000 | [diff] [blame] | 1044 | if (BarrierChain) |
Andrew Trick | a78d322 | 2012-11-06 03:13:46 +0000 | [diff] [blame] | 1045 | BarrierChain->addPred(SDep(SU, SDep::Barrier)); |
Andrew Trick | f405b1a | 2011-05-05 19:24:06 +0000 | [diff] [blame] | 1046 | } |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1047 | } |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1048 | } |
Andrew Trick | 657b75b | 2012-12-01 01:22:49 +0000 | [diff] [blame] | 1049 | if (DbgMI) |
| 1050 | FirstDbgValue = DbgMI; |
Dan Gohman | 79ce276 | 2009-01-15 19:20:50 +0000 | [diff] [blame] | 1051 | |
Andrew Trick | 81a682a | 2012-02-23 01:52:38 +0000 | [diff] [blame] | 1052 | Defs.clear(); |
| 1053 | Uses.clear(); |
Andrew Trick | 3c58ba8 | 2012-01-14 02:17:18 +0000 | [diff] [blame] | 1054 | VRegDefs.clear(); |
Dan Gohman | 79ce276 | 2009-01-15 19:20:50 +0000 | [diff] [blame] | 1055 | PendingLoads.clear(); |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1056 | } |
| 1057 | |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1058 | /// \brief Initialize register live-range state for updating kills. |
| 1059 | void ScheduleDAGInstrs::startBlockForKills(MachineBasicBlock *BB) { |
| 1060 | // Start with no live registers. |
| 1061 | LiveRegs.reset(); |
| 1062 | |
| 1063 | // Examine the live-in regs of all successors. |
| 1064 | for (MachineBasicBlock::succ_iterator SI = BB->succ_begin(), |
| 1065 | SE = BB->succ_end(); SI != SE; ++SI) { |
| 1066 | for (MachineBasicBlock::livein_iterator I = (*SI)->livein_begin(), |
| 1067 | E = (*SI)->livein_end(); I != E; ++I) { |
| 1068 | unsigned Reg = *I; |
| 1069 | // Repeat, for reg and all subregs. |
| 1070 | for (MCSubRegIterator SubRegs(Reg, TRI, /*IncludeSelf=*/true); |
| 1071 | SubRegs.isValid(); ++SubRegs) |
| 1072 | LiveRegs.set(*SubRegs); |
| 1073 | } |
| 1074 | } |
| 1075 | } |
| 1076 | |
| 1077 | bool ScheduleDAGInstrs::toggleKillFlag(MachineInstr *MI, MachineOperand &MO) { |
| 1078 | // Setting kill flag... |
| 1079 | if (!MO.isKill()) { |
| 1080 | MO.setIsKill(true); |
| 1081 | return false; |
| 1082 | } |
| 1083 | |
| 1084 | // If MO itself is live, clear the kill flag... |
| 1085 | if (LiveRegs.test(MO.getReg())) { |
| 1086 | MO.setIsKill(false); |
| 1087 | return false; |
| 1088 | } |
| 1089 | |
| 1090 | // If any subreg of MO is live, then create an imp-def for that |
| 1091 | // subreg and keep MO marked as killed. |
| 1092 | MO.setIsKill(false); |
| 1093 | bool AllDead = true; |
| 1094 | const unsigned SuperReg = MO.getReg(); |
| 1095 | MachineInstrBuilder MIB(MF, MI); |
| 1096 | for (MCSubRegIterator SubRegs(SuperReg, TRI); SubRegs.isValid(); ++SubRegs) { |
| 1097 | if (LiveRegs.test(*SubRegs)) { |
| 1098 | MIB.addReg(*SubRegs, RegState::ImplicitDefine); |
| 1099 | AllDead = false; |
| 1100 | } |
| 1101 | } |
| 1102 | |
| 1103 | if(AllDead) |
| 1104 | MO.setIsKill(true); |
| 1105 | return false; |
| 1106 | } |
| 1107 | |
| 1108 | // FIXME: Reuse the LivePhysRegs utility for this. |
| 1109 | void ScheduleDAGInstrs::fixupKills(MachineBasicBlock *MBB) { |
| 1110 | DEBUG(dbgs() << "Fixup kills for BB#" << MBB->getNumber() << '\n'); |
| 1111 | |
| 1112 | LiveRegs.resize(TRI->getNumRegs()); |
| 1113 | BitVector killedRegs(TRI->getNumRegs()); |
| 1114 | |
| 1115 | startBlockForKills(MBB); |
| 1116 | |
| 1117 | // Examine block from end to start... |
| 1118 | unsigned Count = MBB->size(); |
| 1119 | for (MachineBasicBlock::iterator I = MBB->end(), E = MBB->begin(); |
| 1120 | I != E; --Count) { |
| 1121 | MachineInstr *MI = --I; |
| 1122 | if (MI->isDebugValue()) |
| 1123 | continue; |
| 1124 | |
| 1125 | // Update liveness. Registers that are defed but not used in this |
| 1126 | // instruction are now dead. Mark register and all subregs as they |
| 1127 | // are completely defined. |
| 1128 | for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) { |
| 1129 | MachineOperand &MO = MI->getOperand(i); |
| 1130 | if (MO.isRegMask()) |
| 1131 | LiveRegs.clearBitsNotInMask(MO.getRegMask()); |
| 1132 | if (!MO.isReg()) continue; |
| 1133 | unsigned Reg = MO.getReg(); |
| 1134 | if (Reg == 0) continue; |
| 1135 | if (!MO.isDef()) continue; |
| 1136 | // Ignore two-addr defs. |
| 1137 | if (MI->isRegTiedToUseOperand(i)) continue; |
| 1138 | |
| 1139 | // Repeat for reg and all subregs. |
| 1140 | for (MCSubRegIterator SubRegs(Reg, TRI, /*IncludeSelf=*/true); |
| 1141 | SubRegs.isValid(); ++SubRegs) |
| 1142 | LiveRegs.reset(*SubRegs); |
| 1143 | } |
| 1144 | |
| 1145 | // Examine all used registers and set/clear kill flag. When a |
| 1146 | // register is used multiple times we only set the kill flag on |
| 1147 | // the first use. Don't set kill flags on undef operands. |
| 1148 | killedRegs.reset(); |
| 1149 | for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) { |
| 1150 | MachineOperand &MO = MI->getOperand(i); |
| 1151 | if (!MO.isReg() || !MO.isUse() || MO.isUndef()) continue; |
| 1152 | unsigned Reg = MO.getReg(); |
| 1153 | if ((Reg == 0) || MRI.isReserved(Reg)) continue; |
| 1154 | |
| 1155 | bool kill = false; |
| 1156 | if (!killedRegs.test(Reg)) { |
| 1157 | kill = true; |
| 1158 | // A register is not killed if any subregs are live... |
| 1159 | for (MCSubRegIterator SubRegs(Reg, TRI); SubRegs.isValid(); ++SubRegs) { |
| 1160 | if (LiveRegs.test(*SubRegs)) { |
| 1161 | kill = false; |
| 1162 | break; |
| 1163 | } |
| 1164 | } |
| 1165 | |
| 1166 | // If subreg is not live, then register is killed if it became |
| 1167 | // live in this instruction |
| 1168 | if (kill) |
| 1169 | kill = !LiveRegs.test(Reg); |
| 1170 | } |
| 1171 | |
| 1172 | if (MO.isKill() != kill) { |
| 1173 | DEBUG(dbgs() << "Fixing " << MO << " in "); |
| 1174 | // Warning: toggleKillFlag may invalidate MO. |
| 1175 | toggleKillFlag(MI, MO); |
| 1176 | DEBUG(MI->dump()); |
| 1177 | } |
| 1178 | |
| 1179 | killedRegs.set(Reg); |
| 1180 | } |
| 1181 | |
| 1182 | // Mark any used register (that is not using undef) and subregs as |
| 1183 | // now live... |
| 1184 | for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) { |
| 1185 | MachineOperand &MO = MI->getOperand(i); |
| 1186 | if (!MO.isReg() || !MO.isUse() || MO.isUndef()) continue; |
| 1187 | unsigned Reg = MO.getReg(); |
| 1188 | if ((Reg == 0) || MRI.isReserved(Reg)) continue; |
| 1189 | |
| 1190 | for (MCSubRegIterator SubRegs(Reg, TRI, /*IncludeSelf=*/true); |
| 1191 | SubRegs.isValid(); ++SubRegs) |
| 1192 | LiveRegs.set(*SubRegs); |
| 1193 | } |
| 1194 | } |
| 1195 | } |
| 1196 | |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1197 | void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { |
Manman Ren | b720be6 | 2012-09-11 22:23:19 +0000 | [diff] [blame] | 1198 | #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1199 | SU->getInstr()->dump(); |
Manman Ren | 77e300e | 2012-09-06 19:06:06 +0000 | [diff] [blame] | 1200 | #endif |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1201 | } |
| 1202 | |
| 1203 | std::string ScheduleDAGInstrs::getGraphNodeLabel(const SUnit *SU) const { |
| 1204 | std::string s; |
| 1205 | raw_string_ostream oss(s); |
Dan Gohman | 9e64bbb | 2009-02-10 23:27:53 +0000 | [diff] [blame] | 1206 | if (SU == &EntrySU) |
| 1207 | oss << "<entry>"; |
| 1208 | else if (SU == &ExitSU) |
| 1209 | oss << "<exit>"; |
| 1210 | else |
Andrew Trick | c6ada8e | 2013-01-25 07:45:25 +0000 | [diff] [blame] | 1211 | SU->getInstr()->print(oss, &TM, /*SkipOpers=*/true); |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 1212 | return oss.str(); |
| 1213 | } |
| 1214 | |
Andrew Trick | 56b94c5 | 2012-03-07 00:18:22 +0000 | [diff] [blame] | 1215 | /// Return the basic block label. It is not necessarilly unique because a block |
| 1216 | /// contains multiple scheduling regions. But it is fine for visualization. |
| 1217 | std::string ScheduleDAGInstrs::getDAGName() const { |
| 1218 | return "dag." + BB->getFullName(); |
| 1219 | } |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1220 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1221 | //===----------------------------------------------------------------------===// |
| 1222 | // SchedDFSResult Implementation |
| 1223 | //===----------------------------------------------------------------------===// |
| 1224 | |
| 1225 | namespace llvm { |
| 1226 | /// \brief Internal state used to compute SchedDFSResult. |
| 1227 | class SchedDFSImpl { |
| 1228 | SchedDFSResult &R; |
| 1229 | |
| 1230 | /// Join DAG nodes into equivalence classes by their subtree. |
| 1231 | IntEqClasses SubtreeClasses; |
| 1232 | /// List PredSU, SuccSU pairs that represent data edges between subtrees. |
| 1233 | std::vector<std::pair<const SUnit*, const SUnit*> > ConnectionPairs; |
| 1234 | |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1235 | struct RootData { |
| 1236 | unsigned NodeID; |
| 1237 | unsigned ParentNodeID; // Parent node (member of the parent subtree). |
| 1238 | unsigned SubInstrCount; // Instr count in this tree only, not children. |
| 1239 | |
| 1240 | RootData(unsigned id): NodeID(id), |
| 1241 | ParentNodeID(SchedDFSResult::InvalidSubtreeID), |
| 1242 | SubInstrCount(0) {} |
| 1243 | |
| 1244 | unsigned getSparseSetIndex() const { return NodeID; } |
| 1245 | }; |
| 1246 | |
| 1247 | SparseSet<RootData> RootSet; |
| 1248 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1249 | public: |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1250 | SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { |
| 1251 | RootSet.setUniverse(R.DFSNodeData.size()); |
| 1252 | } |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1253 | |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1254 | /// Return true if this node been visited by the DFS traversal. |
| 1255 | /// |
| 1256 | /// During visitPostorderNode the Node's SubtreeID is assigned to the Node |
| 1257 | /// ID. Later, SubtreeID is updated but remains valid. |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1258 | bool isVisited(const SUnit *SU) const { |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1259 | return R.DFSNodeData[SU->NodeNum].SubtreeID |
| 1260 | != SchedDFSResult::InvalidSubtreeID; |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1261 | } |
| 1262 | |
| 1263 | /// Initialize this node's instruction count. We don't need to flag the node |
| 1264 | /// visited until visitPostorder because the DAG cannot have cycles. |
| 1265 | void visitPreorder(const SUnit *SU) { |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1266 | R.DFSNodeData[SU->NodeNum].InstrCount = |
| 1267 | SU->getInstr()->isTransient() ? 0 : 1; |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1268 | } |
| 1269 | |
| 1270 | /// Called once for each node after all predecessors are visited. Revisit this |
| 1271 | /// node's predecessors and potentially join them now that we know the ILP of |
| 1272 | /// the other predecessors. |
| 1273 | void visitPostorderNode(const SUnit *SU) { |
| 1274 | // Mark this node as the root of a subtree. It may be joined with its |
| 1275 | // successors later. |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1276 | R.DFSNodeData[SU->NodeNum].SubtreeID = SU->NodeNum; |
| 1277 | RootData RData(SU->NodeNum); |
| 1278 | RData.SubInstrCount = SU->getInstr()->isTransient() ? 0 : 1; |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1279 | |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1280 | // If any predecessors are still in their own subtree, they either cannot be |
| 1281 | // joined or are large enough to remain separate. If this parent node's |
| 1282 | // total instruction count is not greater than a child subtree by at least |
| 1283 | // the subtree limit, then try to join it now since splitting subtrees is |
| 1284 | // only useful if multiple high-pressure paths are possible. |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1285 | unsigned InstrCount = R.DFSNodeData[SU->NodeNum].InstrCount; |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1286 | for (SUnit::const_pred_iterator |
| 1287 | PI = SU->Preds.begin(), PE = SU->Preds.end(); PI != PE; ++PI) { |
| 1288 | if (PI->getKind() != SDep::Data) |
| 1289 | continue; |
| 1290 | unsigned PredNum = PI->getSUnit()->NodeNum; |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1291 | if ((InstrCount - R.DFSNodeData[PredNum].InstrCount) < R.SubtreeLimit) |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1292 | joinPredSubtree(*PI, SU, /*CheckLimit=*/false); |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1293 | |
| 1294 | // Either link or merge the TreeData entry from the child to the parent. |
Andrew Trick | a5a73ad | 2013-01-25 06:52:30 +0000 | [diff] [blame] | 1295 | if (R.DFSNodeData[PredNum].SubtreeID == PredNum) { |
| 1296 | // If the predecessor's parent is invalid, this is a tree edge and the |
| 1297 | // current node is the parent. |
| 1298 | if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) |
| 1299 | RootSet[PredNum].ParentNodeID = SU->NodeNum; |
| 1300 | } |
| 1301 | else if (RootSet.count(PredNum)) { |
| 1302 | // The predecessor is not a root, but is still in the root set. This |
| 1303 | // must be the new parent that it was just joined to. Note that |
| 1304 | // RootSet[PredNum].ParentNodeID may either be invalid or may still be |
| 1305 | // set to the original parent. |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1306 | RData.SubInstrCount += RootSet[PredNum].SubInstrCount; |
| 1307 | RootSet.erase(PredNum); |
| 1308 | } |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1309 | } |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1310 | RootSet[SU->NodeNum] = RData; |
| 1311 | } |
| 1312 | |
| 1313 | /// Called once for each tree edge after calling visitPostOrderNode on the |
| 1314 | /// predecessor. Increment the parent node's instruction count and |
| 1315 | /// preemptively join this subtree to its parent's if it is small enough. |
| 1316 | void visitPostorderEdge(const SDep &PredDep, const SUnit *Succ) { |
| 1317 | R.DFSNodeData[Succ->NodeNum].InstrCount |
| 1318 | += R.DFSNodeData[PredDep.getSUnit()->NodeNum].InstrCount; |
| 1319 | joinPredSubtree(PredDep, Succ); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1320 | } |
| 1321 | |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1322 | /// Add a connection for cross edges. |
| 1323 | void visitCrossEdge(const SDep &PredDep, const SUnit *Succ) { |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1324 | ConnectionPairs.push_back(std::make_pair(PredDep.getSUnit(), Succ)); |
| 1325 | } |
| 1326 | |
| 1327 | /// Set each node's subtree ID to the representative ID and record connections |
| 1328 | /// between trees. |
| 1329 | void finalize() { |
| 1330 | SubtreeClasses.compress(); |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1331 | R.DFSTreeData.resize(SubtreeClasses.getNumClasses()); |
| 1332 | assert(SubtreeClasses.getNumClasses() == RootSet.size() |
| 1333 | && "number of roots should match trees"); |
| 1334 | for (SparseSet<RootData>::const_iterator |
| 1335 | RI = RootSet.begin(), RE = RootSet.end(); RI != RE; ++RI) { |
| 1336 | unsigned TreeID = SubtreeClasses[RI->NodeID]; |
| 1337 | if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) |
| 1338 | R.DFSTreeData[TreeID].ParentTreeID = SubtreeClasses[RI->ParentNodeID]; |
| 1339 | R.DFSTreeData[TreeID].SubInstrCount = RI->SubInstrCount; |
Andrew Trick | a5a73ad | 2013-01-25 06:52:30 +0000 | [diff] [blame] | 1340 | // Note that SubInstrCount may be greater than InstrCount if we joined |
| 1341 | // subtrees across a cross edge. InstrCount will be attributed to the |
| 1342 | // original parent, while SubInstrCount will be attributed to the joined |
| 1343 | // parent. |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1344 | } |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1345 | R.SubtreeConnections.resize(SubtreeClasses.getNumClasses()); |
| 1346 | R.SubtreeConnectLevels.resize(SubtreeClasses.getNumClasses()); |
| 1347 | DEBUG(dbgs() << R.getNumSubtrees() << " subtrees:\n"); |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1348 | for (unsigned Idx = 0, End = R.DFSNodeData.size(); Idx != End; ++Idx) { |
| 1349 | R.DFSNodeData[Idx].SubtreeID = SubtreeClasses[Idx]; |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1350 | DEBUG(dbgs() << " SU(" << Idx << ") in tree " |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1351 | << R.DFSNodeData[Idx].SubtreeID << '\n'); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1352 | } |
| 1353 | for (std::vector<std::pair<const SUnit*, const SUnit*> >::const_iterator |
| 1354 | I = ConnectionPairs.begin(), E = ConnectionPairs.end(); |
| 1355 | I != E; ++I) { |
| 1356 | unsigned PredTree = SubtreeClasses[I->first->NodeNum]; |
| 1357 | unsigned SuccTree = SubtreeClasses[I->second->NodeNum]; |
| 1358 | if (PredTree == SuccTree) |
| 1359 | continue; |
| 1360 | unsigned Depth = I->first->getDepth(); |
| 1361 | addConnection(PredTree, SuccTree, Depth); |
| 1362 | addConnection(SuccTree, PredTree, Depth); |
| 1363 | } |
| 1364 | } |
| 1365 | |
| 1366 | protected: |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1367 | /// Join the predecessor subtree with the successor that is its DFS |
| 1368 | /// parent. Apply some heuristics before joining. |
| 1369 | bool joinPredSubtree(const SDep &PredDep, const SUnit *Succ, |
| 1370 | bool CheckLimit = true) { |
| 1371 | assert(PredDep.getKind() == SDep::Data && "Subtrees are for data edges"); |
| 1372 | |
| 1373 | // Check if the predecessor is already joined. |
| 1374 | const SUnit *PredSU = PredDep.getSUnit(); |
| 1375 | unsigned PredNum = PredSU->NodeNum; |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1376 | if (R.DFSNodeData[PredNum].SubtreeID != PredNum) |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1377 | return false; |
Andrew Trick | b12a771 | 2013-01-25 00:12:57 +0000 | [diff] [blame] | 1378 | |
| 1379 | // Four is the magic number of successors before a node is considered a |
| 1380 | // pinch point. |
| 1381 | unsigned NumDataSucs = 0; |
Andrew Trick | b12a771 | 2013-01-25 00:12:57 +0000 | [diff] [blame] | 1382 | for (SUnit::const_succ_iterator SI = PredSU->Succs.begin(), |
| 1383 | SE = PredSU->Succs.end(); SI != SE; ++SI) { |
| 1384 | if (SI->getKind() == SDep::Data) { |
| 1385 | if (++NumDataSucs >= 4) |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1386 | return false; |
Andrew Trick | b12a771 | 2013-01-25 00:12:57 +0000 | [diff] [blame] | 1387 | } |
| 1388 | } |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1389 | if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit) |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1390 | return false; |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1391 | R.DFSNodeData[PredNum].SubtreeID = Succ->NodeNum; |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1392 | SubtreeClasses.join(Succ->NodeNum, PredNum); |
| 1393 | return true; |
Andrew Trick | b12a771 | 2013-01-25 00:12:57 +0000 | [diff] [blame] | 1394 | } |
| 1395 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1396 | /// Called by finalize() to record a connection between trees. |
| 1397 | void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { |
| 1398 | if (!Depth) |
| 1399 | return; |
| 1400 | |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1401 | do { |
| 1402 | SmallVectorImpl<SchedDFSResult::Connection> &Connections = |
| 1403 | R.SubtreeConnections[FromTree]; |
| 1404 | for (SmallVectorImpl<SchedDFSResult::Connection>::iterator |
| 1405 | I = Connections.begin(), E = Connections.end(); I != E; ++I) { |
| 1406 | if (I->TreeID == ToTree) { |
| 1407 | I->Level = std::max(I->Level, Depth); |
| 1408 | return; |
| 1409 | } |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1410 | } |
Andrew Trick | 988d06b | 2013-01-25 06:52:27 +0000 | [diff] [blame] | 1411 | Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); |
| 1412 | FromTree = R.DFSTreeData[FromTree].ParentTreeID; |
| 1413 | } while (FromTree != SchedDFSResult::InvalidSubtreeID); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1414 | } |
| 1415 | }; |
| 1416 | } // namespace llvm |
| 1417 | |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1418 | namespace { |
| 1419 | /// \brief Manage the stack used by a reverse depth-first search over the DAG. |
| 1420 | class SchedDAGReverseDFS { |
| 1421 | std::vector<std::pair<const SUnit*, SUnit::const_pred_iterator> > DFSStack; |
| 1422 | public: |
| 1423 | bool isComplete() const { return DFSStack.empty(); } |
| 1424 | |
| 1425 | void follow(const SUnit *SU) { |
| 1426 | DFSStack.push_back(std::make_pair(SU, SU->Preds.begin())); |
| 1427 | } |
| 1428 | void advance() { ++DFSStack.back().second; } |
| 1429 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1430 | const SDep *backtrack() { |
| 1431 | DFSStack.pop_back(); |
Stephen Hines | 36b5688 | 2014-04-23 16:57:46 -0700 | [diff] [blame^] | 1432 | return DFSStack.empty() ? 0 : std::prev(DFSStack.back().second); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1433 | } |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1434 | |
| 1435 | const SUnit *getCurr() const { return DFSStack.back().first; } |
| 1436 | |
| 1437 | SUnit::const_pred_iterator getPred() const { return DFSStack.back().second; } |
| 1438 | |
| 1439 | SUnit::const_pred_iterator getPredEnd() const { |
| 1440 | return getCurr()->Preds.end(); |
| 1441 | } |
| 1442 | }; |
| 1443 | } // anonymous |
| 1444 | |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1445 | static bool hasDataSucc(const SUnit *SU) { |
| 1446 | for (SUnit::const_succ_iterator |
| 1447 | SI = SU->Succs.begin(), SE = SU->Succs.end(); SI != SE; ++SI) { |
Andrew Trick | a5a73ad | 2013-01-25 06:52:30 +0000 | [diff] [blame] | 1448 | if (SI->getKind() == SDep::Data && !SI->getSUnit()->isBoundaryNode()) |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1449 | return true; |
| 1450 | } |
| 1451 | return false; |
| 1452 | } |
| 1453 | |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1454 | /// Compute an ILP metric for all nodes in the subDAG reachable via depth-first |
| 1455 | /// search from this root. |
Andrew Trick | 4e1fb18 | 2013-01-25 06:33:57 +0000 | [diff] [blame] | 1456 | void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1457 | if (!IsBottomUp) |
| 1458 | llvm_unreachable("Top-down ILP metric is unimplemnted"); |
| 1459 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1460 | SchedDFSImpl Impl(*this); |
Andrew Trick | 4e1fb18 | 2013-01-25 06:33:57 +0000 | [diff] [blame] | 1461 | for (ArrayRef<SUnit>::const_iterator |
| 1462 | SI = SUnits.begin(), SE = SUnits.end(); SI != SE; ++SI) { |
| 1463 | const SUnit *SU = &*SI; |
| 1464 | if (Impl.isVisited(SU) || hasDataSucc(SU)) |
| 1465 | continue; |
| 1466 | |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1467 | SchedDAGReverseDFS DFS; |
Andrew Trick | 4e1fb18 | 2013-01-25 06:33:57 +0000 | [diff] [blame] | 1468 | Impl.visitPreorder(SU); |
| 1469 | DFS.follow(SU); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1470 | for (;;) { |
| 1471 | // Traverse the leftmost path as far as possible. |
| 1472 | while (DFS.getPred() != DFS.getPredEnd()) { |
| 1473 | const SDep &PredDep = *DFS.getPred(); |
| 1474 | DFS.advance(); |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1475 | // Ignore non-data edges. |
Andrew Trick | a5a73ad | 2013-01-25 06:52:30 +0000 | [diff] [blame] | 1476 | if (PredDep.getKind() != SDep::Data |
| 1477 | || PredDep.getSUnit()->isBoundaryNode()) { |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1478 | continue; |
Andrew Trick | a5a73ad | 2013-01-25 06:52:30 +0000 | [diff] [blame] | 1479 | } |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1480 | // An already visited edge is a cross edge, assuming an acyclic DAG. |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1481 | if (Impl.isVisited(PredDep.getSUnit())) { |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1482 | Impl.visitCrossEdge(PredDep, DFS.getCurr()); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1483 | continue; |
| 1484 | } |
| 1485 | Impl.visitPreorder(PredDep.getSUnit()); |
| 1486 | DFS.follow(PredDep.getSUnit()); |
| 1487 | } |
| 1488 | // Visit the top of the stack in postorder and backtrack. |
| 1489 | const SUnit *Child = DFS.getCurr(); |
| 1490 | const SDep *PredDep = DFS.backtrack(); |
Andrew Trick | bfb8223 | 2013-01-25 06:02:44 +0000 | [diff] [blame] | 1491 | Impl.visitPostorderNode(Child); |
| 1492 | if (PredDep) |
| 1493 | Impl.visitPostorderEdge(*PredDep, DFS.getCurr()); |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1494 | if (DFS.isComplete()) |
| 1495 | break; |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1496 | } |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1497 | } |
| 1498 | Impl.finalize(); |
| 1499 | } |
| 1500 | |
| 1501 | /// The root of the given SubtreeID was just scheduled. For all subtrees |
| 1502 | /// connected to this tree, record the depth of the connection so that the |
| 1503 | /// nearest connected subtrees can be prioritized. |
| 1504 | void SchedDFSResult::scheduleTree(unsigned SubtreeID) { |
| 1505 | for (SmallVectorImpl<Connection>::const_iterator |
| 1506 | I = SubtreeConnections[SubtreeID].begin(), |
| 1507 | E = SubtreeConnections[SubtreeID].end(); I != E; ++I) { |
| 1508 | SubtreeConnectLevels[I->TreeID] = |
| 1509 | std::max(SubtreeConnectLevels[I->TreeID], I->Level); |
| 1510 | DEBUG(dbgs() << " Tree: " << I->TreeID |
| 1511 | << " @" << SubtreeConnectLevels[I->TreeID] << '\n'); |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1512 | } |
| 1513 | } |
| 1514 | |
| 1515 | #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) |
| 1516 | void ILPValue::print(raw_ostream &OS) const { |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1517 | OS << InstrCount << " / " << Length << " = "; |
| 1518 | if (!Length) |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1519 | OS << "BADILP"; |
Andrew Trick | 8b1496c | 2012-11-28 05:13:28 +0000 | [diff] [blame] | 1520 | else |
| 1521 | OS << format("%g", ((double)InstrCount / Length)); |
Andrew Trick | 1e94e98 | 2012-10-15 18:02:27 +0000 | [diff] [blame] | 1522 | } |
| 1523 | |
| 1524 | void ILPValue::dump() const { |
| 1525 | dbgs() << *this << '\n'; |
| 1526 | } |
| 1527 | |
| 1528 | namespace llvm { |
| 1529 | |
| 1530 | raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { |
| 1531 | Val.print(OS); |
| 1532 | return OS; |
| 1533 | } |
| 1534 | |
| 1535 | } // namespace llvm |
| 1536 | #endif // !NDEBUG || LLVM_ENABLE_DUMP |