| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 1 | //===-- PPCMachineFunctionInfo.h - Private data used for PowerPC --*- C++ -*-=// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| Chris Lattner | f3ebc3f | 2007-12-29 20:36:04 +0000 | [diff] [blame] | 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // |
| 10 | // This file declares the PowerPC specific subclass of MachineFunctionInfo. |
| 11 | // |
| 12 | //===----------------------------------------------------------------------===// |
| 13 | |
| Benjamin Kramer | a7c40ef | 2014-08-13 16:26:38 +0000 | [diff] [blame] | 14 | #ifndef LLVM_LIB_TARGET_POWERPC_PPCMACHINEFUNCTIONINFO_H |
| 15 | #define LLVM_LIB_TARGET_POWERPC_PPCMACHINEFUNCTIONINFO_H |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 16 | |
| 17 | #include "llvm/CodeGen/MachineFunction.h" |
| 18 | |
| 19 | namespace llvm { |
| 20 | |
| 21 | /// PPCFunctionInfo - This class is derived from MachineFunction private |
| 22 | /// PowerPC target-specific information for each MachineFunction. |
| 23 | class PPCFunctionInfo : public MachineFunctionInfo { |
| David Blaikie | a379b181 | 2011-12-20 02:50:00 +0000 | [diff] [blame] | 24 | virtual void anchor(); |
| 25 | |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 26 | /// FramePointerSaveIndex - Frame index of where the old frame pointer is |
| 27 | /// stored. Also used as an anchor for instructions that need to be altered |
| 28 | /// when using frame pointers (dyna_add, dyna_sub.) |
| 29 | int FramePointerSaveIndex; |
| Jim Laskey | b6e200b | 2007-02-27 11:55:45 +0000 | [diff] [blame] | 30 | |
| Chris Lattner | f6a8156 | 2007-12-08 06:59:59 +0000 | [diff] [blame] | 31 | /// ReturnAddrSaveIndex - Frame index of where the return address is stored. |
| Jim Laskey | b6e200b | 2007-02-27 11:55:45 +0000 | [diff] [blame] | 32 | /// |
| Chris Lattner | f6a8156 | 2007-12-08 06:59:59 +0000 | [diff] [blame] | 33 | int ReturnAddrSaveIndex; |
| 34 | |
| Hal Finkel | a7c54e8 | 2013-07-17 00:45:52 +0000 | [diff] [blame] | 35 | /// Frame index where the old base pointer is stored. |
| 36 | int BasePointerSaveIndex; |
| 37 | |
| Justin Hibbits | 654346e | 2015-01-10 01:57:21 +0000 | [diff] [blame] | 38 | /// Frame index where the old PIC base pointer is stored. |
| 39 | int PICBasePointerSaveIndex; |
| 40 | |
| Dale Johannesen | 3863f8e | 2008-10-24 21:24:23 +0000 | [diff] [blame] | 41 | /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current |
| 42 | /// function. This is only valid after the initial scan of the function by |
| 43 | /// PEI. |
| 44 | bool MustSaveLR; |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 45 | |
| Hal Finkel | bb420f1 | 2013-03-15 05:06:04 +0000 | [diff] [blame] | 46 | /// Does this function have any stack spills. |
| 47 | bool HasSpills; |
| 48 | |
| Hal Finkel | fcc51d4 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 49 | /// Does this function spill using instructions with only r+r (not r+i) |
| 50 | /// forms. |
| 51 | bool HasNonRISpills; |
| 52 | |
| Bill Wendling | 632ea65 | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 53 | /// SpillsCR - Indicates whether CR is spilled in the current function. |
| 54 | bool SpillsCR; |
| 55 | |
| Hal Finkel | cc1eeda | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 56 | /// Indicates whether VRSAVE is spilled in the current function. |
| 57 | bool SpillsVRSAVE; |
| 58 | |
| Chris Lattner | f6a8156 | 2007-12-08 06:59:59 +0000 | [diff] [blame] | 59 | /// LRStoreRequired - The bool indicates whether there is some explicit use of |
| 60 | /// the LR/LR8 stack slot that is not obvious from scanning the code. This |
| 61 | /// requires that the code generator produce a store of LR to the stack on |
| 62 | /// entry, even though LR may otherwise apparently not be used. |
| 63 | bool LRStoreRequired; |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 64 | |
| Hal Finkel | e6698d5 | 2015-02-01 15:03:28 +0000 | [diff] [blame] | 65 | /// This function makes use of the PPC64 ELF TOC base pointer (register r2). |
| 66 | bool UsesTOCBasePtr; |
| 67 | |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 68 | /// MinReservedArea - This is the frame size that is at least reserved in a |
| 69 | /// potential caller (parameter+linkage area). |
| 70 | unsigned MinReservedArea; |
| 71 | |
| 72 | /// TailCallSPDelta - Stack pointer delta used when tail calling. Maximum |
| 73 | /// amount the stack pointer is adjusted to make the frame bigger for tail |
| 74 | /// calls. Used for creating an area before the register spill area. |
| 75 | int TailCallSPDelta; |
| 76 | |
| 77 | /// HasFastCall - Does this function contain a fast call. Used to determine |
| 78 | /// how the caller's stack pointer should be calculated (epilog/dynamicalloc). |
| 79 | bool HasFastCall; |
| 80 | |
| Dan Gohman | 31ae586 | 2010-04-17 14:41:14 +0000 | [diff] [blame] | 81 | /// VarArgsFrameIndex - FrameIndex for start of varargs area. |
| 82 | int VarArgsFrameIndex; |
| 83 | /// VarArgsStackOffset - StackOffset for start of stack |
| 84 | /// arguments. |
| 85 | int VarArgsStackOffset; |
| 86 | /// VarArgsNumGPR - Index of the first unused integer |
| 87 | /// register for parameter passing. |
| 88 | unsigned VarArgsNumGPR; |
| 89 | /// VarArgsNumFPR - Index of the first unused double |
| 90 | /// register for parameter passing. |
| 91 | unsigned VarArgsNumFPR; |
| 92 | |
| Bill Schmidt | c68c6df | 2013-02-24 17:34:50 +0000 | [diff] [blame] | 93 | /// CRSpillFrameIndex - FrameIndex for CR spill slot for 32-bit SVR4. |
| 94 | int CRSpillFrameIndex; |
| 95 | |
| Hal Finkel | 6736988 | 2013-04-15 02:07:05 +0000 | [diff] [blame] | 96 | /// If any of CR[2-4] need to be saved in the prologue and restored in the |
| 97 | /// epilogue then they are added to this array. This is used for the |
| 98 | /// 64-bit SVR4 ABI. |
| 99 | SmallVector<unsigned, 3> MustSaveCRs; |
| 100 | |
| Hal Finkel | 3ee2af7 | 2014-07-18 23:29:49 +0000 | [diff] [blame] | 101 | /// Hold onto our MachineFunction context. |
| 102 | MachineFunction &MF; |
| 103 | |
| 104 | /// Whether this uses the PIC Base register or not. |
| 105 | bool UsesPICBase; |
| 106 | |
| Chuang-Yu Cheng | 98c1894 | 2016-04-08 12:04:32 +0000 | [diff] [blame] | 107 | /// True if this function has a subset of CSRs that is handled explicitly via |
| 108 | /// copies |
| 109 | bool IsSplitCSR; |
| 110 | |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 111 | public: |
| Dan Gohman | d185a7a | 2009-06-05 23:05:51 +0000 | [diff] [blame] | 112 | explicit PPCFunctionInfo(MachineFunction &MF) |
| Bill Wendling | 632ea65 | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 113 | : FramePointerSaveIndex(0), |
| 114 | ReturnAddrSaveIndex(0), |
| Hal Finkel | a7c54e8 | 2013-07-17 00:45:52 +0000 | [diff] [blame] | 115 | BasePointerSaveIndex(0), |
| Justin Hibbits | 654346e | 2015-01-10 01:57:21 +0000 | [diff] [blame] | 116 | PICBasePointerSaveIndex(0), |
| Hal Finkel | bb420f1 | 2013-03-15 05:06:04 +0000 | [diff] [blame] | 117 | HasSpills(false), |
| Hal Finkel | fcc51d4 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 118 | HasNonRISpills(false), |
| Bill Wendling | 632ea65 | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 119 | SpillsCR(false), |
| Hal Finkel | cc1eeda | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 120 | SpillsVRSAVE(false), |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 121 | LRStoreRequired(false), |
| Hal Finkel | e6698d5 | 2015-02-01 15:03:28 +0000 | [diff] [blame] | 122 | UsesTOCBasePtr(false), |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 123 | MinReservedArea(0), |
| 124 | TailCallSPDelta(0), |
| Dan Gohman | 31ae586 | 2010-04-17 14:41:14 +0000 | [diff] [blame] | 125 | HasFastCall(false), |
| 126 | VarArgsFrameIndex(0), |
| 127 | VarArgsStackOffset(0), |
| 128 | VarArgsNumGPR(0), |
| Bill Schmidt | c68c6df | 2013-02-24 17:34:50 +0000 | [diff] [blame] | 129 | VarArgsNumFPR(0), |
| Hal Finkel | 3ee2af7 | 2014-07-18 23:29:49 +0000 | [diff] [blame] | 130 | CRSpillFrameIndex(0), |
| 131 | MF(MF), |
| Chuang-Yu Cheng | 98c1894 | 2016-04-08 12:04:32 +0000 | [diff] [blame] | 132 | UsesPICBase(0), |
| 133 | IsSplitCSR(false) {} |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 134 | |
| 135 | int getFramePointerSaveIndex() const { return FramePointerSaveIndex; } |
| 136 | void setFramePointerSaveIndex(int Idx) { FramePointerSaveIndex = Idx; } |
| Jim Laskey | b6e200b | 2007-02-27 11:55:45 +0000 | [diff] [blame] | 137 | |
| Chris Lattner | f6a8156 | 2007-12-08 06:59:59 +0000 | [diff] [blame] | 138 | int getReturnAddrSaveIndex() const { return ReturnAddrSaveIndex; } |
| 139 | void setReturnAddrSaveIndex(int idx) { ReturnAddrSaveIndex = idx; } |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 140 | |
| Hal Finkel | a7c54e8 | 2013-07-17 00:45:52 +0000 | [diff] [blame] | 141 | int getBasePointerSaveIndex() const { return BasePointerSaveIndex; } |
| 142 | void setBasePointerSaveIndex(int Idx) { BasePointerSaveIndex = Idx; } |
| 143 | |
| Justin Hibbits | 654346e | 2015-01-10 01:57:21 +0000 | [diff] [blame] | 144 | int getPICBasePointerSaveIndex() const { return PICBasePointerSaveIndex; } |
| 145 | void setPICBasePointerSaveIndex(int Idx) { PICBasePointerSaveIndex = Idx; } |
| 146 | |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 147 | unsigned getMinReservedArea() const { return MinReservedArea; } |
| 148 | void setMinReservedArea(unsigned size) { MinReservedArea = size; } |
| 149 | |
| 150 | int getTailCallSPDelta() const { return TailCallSPDelta; } |
| 151 | void setTailCallSPDelta(int size) { TailCallSPDelta = size; } |
| 152 | |
| Dale Johannesen | 3863f8e | 2008-10-24 21:24:23 +0000 | [diff] [blame] | 153 | /// MustSaveLR - This is set when the prolog/epilog inserter does its initial |
| 154 | /// scan of the function. It is true if the LR/LR8 register is ever explicitly |
| 155 | /// defined/clobbered in the machine function (e.g. by calls and movpctolr, |
| 156 | /// which is used in PIC generation), or if the LR stack slot is explicitly |
| 157 | /// referenced by builtin_return_address. |
| 158 | void setMustSaveLR(bool U) { MustSaveLR = U; } |
| 159 | bool mustSaveLR() const { return MustSaveLR; } |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 160 | |
| Hal Finkel | bb420f1 | 2013-03-15 05:06:04 +0000 | [diff] [blame] | 161 | void setHasSpills() { HasSpills = true; } |
| 162 | bool hasSpills() const { return HasSpills; } |
| 163 | |
| Hal Finkel | fcc51d4 | 2013-03-17 04:43:44 +0000 | [diff] [blame] | 164 | void setHasNonRISpills() { HasNonRISpills = true; } |
| 165 | bool hasNonRISpills() const { return HasNonRISpills; } |
| 166 | |
| Bill Wendling | 632ea65 | 2008-03-03 22:19:16 +0000 | [diff] [blame] | 167 | void setSpillsCR() { SpillsCR = true; } |
| 168 | bool isCRSpilled() const { return SpillsCR; } |
| 169 | |
| Hal Finkel | cc1eeda | 2013-03-23 22:06:03 +0000 | [diff] [blame] | 170 | void setSpillsVRSAVE() { SpillsVRSAVE = true; } |
| 171 | bool isVRSAVESpilled() const { return SpillsVRSAVE; } |
| 172 | |
| Chris Lattner | f6a8156 | 2007-12-08 06:59:59 +0000 | [diff] [blame] | 173 | void setLRStoreRequired() { LRStoreRequired = true; } |
| 174 | bool isLRStoreRequired() const { return LRStoreRequired; } |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 175 | |
| Hal Finkel | e6698d5 | 2015-02-01 15:03:28 +0000 | [diff] [blame] | 176 | void setUsesTOCBasePtr() { UsesTOCBasePtr = true; } |
| 177 | bool usesTOCBasePtr() const { return UsesTOCBasePtr; } |
| 178 | |
| Arnold Schwaighofer | be0de34 | 2008-04-30 09:16:33 +0000 | [diff] [blame] | 179 | void setHasFastCall() { HasFastCall = true; } |
| 180 | bool hasFastCall() const { return HasFastCall;} |
| Dan Gohman | 31ae586 | 2010-04-17 14:41:14 +0000 | [diff] [blame] | 181 | |
| 182 | int getVarArgsFrameIndex() const { return VarArgsFrameIndex; } |
| 183 | void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; } |
| 184 | |
| 185 | int getVarArgsStackOffset() const { return VarArgsStackOffset; } |
| 186 | void setVarArgsStackOffset(int Offset) { VarArgsStackOffset = Offset; } |
| 187 | |
| 188 | unsigned getVarArgsNumGPR() const { return VarArgsNumGPR; } |
| 189 | void setVarArgsNumGPR(unsigned Num) { VarArgsNumGPR = Num; } |
| 190 | |
| 191 | unsigned getVarArgsNumFPR() const { return VarArgsNumFPR; } |
| 192 | void setVarArgsNumFPR(unsigned Num) { VarArgsNumFPR = Num; } |
| Bill Schmidt | c68c6df | 2013-02-24 17:34:50 +0000 | [diff] [blame] | 193 | |
| 194 | int getCRSpillFrameIndex() const { return CRSpillFrameIndex; } |
| 195 | void setCRSpillFrameIndex(int idx) { CRSpillFrameIndex = idx; } |
| Hal Finkel | 6736988 | 2013-04-15 02:07:05 +0000 | [diff] [blame] | 196 | |
| Craig Topper | b94011f | 2013-07-14 04:42:23 +0000 | [diff] [blame] | 197 | const SmallVectorImpl<unsigned> & |
| Hal Finkel | 6736988 | 2013-04-15 02:07:05 +0000 | [diff] [blame] | 198 | getMustSaveCRs() const { return MustSaveCRs; } |
| 199 | void addMustSaveCR(unsigned Reg) { MustSaveCRs.push_back(Reg); } |
| Hal Finkel | 3ee2af7 | 2014-07-18 23:29:49 +0000 | [diff] [blame] | 200 | |
| 201 | void setUsesPICBase(bool uses) { UsesPICBase = uses; } |
| 202 | bool usesPICBase() const { return UsesPICBase; } |
| 203 | |
| Chuang-Yu Cheng | 98c1894 | 2016-04-08 12:04:32 +0000 | [diff] [blame] | 204 | bool isSplitCSR() const { return IsSplitCSR; } |
| 205 | void setIsSplitCSR(bool s) { IsSplitCSR = s; } |
| 206 | |
| Hal Finkel | 3ee2af7 | 2014-07-18 23:29:49 +0000 | [diff] [blame] | 207 | MCSymbol *getPICOffsetSymbol() const; |
| Ulrich Weigand | 46ff7ec | 2016-01-13 13:12:23 +0000 | [diff] [blame] | 208 | |
| 209 | MCSymbol *getGlobalEPSymbol() const; |
| 210 | MCSymbol *getLocalEPSymbol() const; |
| 211 | MCSymbol *getTOCOffsetSymbol() const; |
| Jim Laskey | 48850c1 | 2006-11-16 22:43:37 +0000 | [diff] [blame] | 212 | }; |
| 213 | |
| 214 | } // end of namespace llvm |
| 215 | |
| 216 | |
| Reid Spencer | 6968c49 | 2006-11-25 05:41:02 +0000 | [diff] [blame] | 217 | #endif |