~ubuntu-branches/ubuntu/trusty/llvm-toolchain-snapshot/trusty-201310232150

« back to all changes in this revision

Viewing changes to lib/Target/XCore/XCoreISelLowering.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-27 15:01:57 UTC
  • mfrom: (0.10.1) (0.9.1) (0.8.1) (0.7.1) (0.6.1) (0.5.2)
  • Revision ID: package-import@ubuntu.com-20130527150157-tdkrsjpuvht7v0qx
Tags: 1:3.4~svn182733-1~exp1
* New snapshot release (3.4 release)
* Add a symlink of libLLVM-3.4.so.1 to usr/lib/llvm-3.4/lib/libLLVM-3.4.so
    to fix make the llvm-config-3.4 --libdir work (Closes: #708677)
  * Various packages rename to allow co installations:
    * libclang1 => libclang1-3.4
    * libclang1-dbg => libclang1-3.4-dbg
    * libclang-dev => libclang-3.4-dev
    * libclang-common-dev => libclang-common-3.4-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                              CallingConv::ID CallConv,
116
116
                              bool isVarArg,
117
117
                              const SmallVectorImpl<ISD::InputArg> &Ins,
118
 
                              DebugLoc dl, SelectionDAG &DAG,
 
118
                              SDLoc dl, SelectionDAG &DAG,
119
119
                              SmallVectorImpl<SDValue> &InVals) const;
120
120
    SDValue LowerCCCCallTo(SDValue Chain, SDValue Callee,
121
121
                           CallingConv::ID CallConv, bool isVarArg,
123
123
                           const SmallVectorImpl<ISD::OutputArg> &Outs,
124
124
                           const SmallVectorImpl<SDValue> &OutVals,
125
125
                           const SmallVectorImpl<ISD::InputArg> &Ins,
126
 
                           DebugLoc dl, SelectionDAG &DAG,
 
126
                           SDLoc dl, SelectionDAG &DAG,
127
127
                           SmallVectorImpl<SDValue> &InVals) const;
128
128
    SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
129
129
                            CallingConv::ID CallConv, bool isVarArg,
130
130
                            const SmallVectorImpl<ISD::InputArg> &Ins,
131
 
                            DebugLoc dl, SelectionDAG &DAG,
 
131
                            SDLoc dl, SelectionDAG &DAG,
132
132
                            SmallVectorImpl<SDValue> &InVals) const;
133
133
    SDValue getReturnAddressFrameIndex(SelectionDAG &DAG) const;
134
134
    SDValue getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
135
135
                                    SelectionDAG &DAG) const;
 
136
    SDValue lowerLoadWordFromAlignedBasePlusOffset(SDLoc DL, SDValue Chain,
 
137
                                                   SDValue Base, int64_t Offset,
 
138
                                                   SelectionDAG &DAG) const;
136
139
 
137
140
    // Lower Operand specifics
138
141
    SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
174
177
                           CallingConv::ID CallConv,
175
178
                           bool isVarArg,
176
179
                           const SmallVectorImpl<ISD::InputArg> &Ins,
177
 
                           DebugLoc dl, SelectionDAG &DAG,
 
180
                           SDLoc dl, SelectionDAG &DAG,
178
181
                           SmallVectorImpl<SDValue> &InVals) const;
179
182
 
180
183
    virtual SDValue
186
189
                  CallingConv::ID CallConv, bool isVarArg,
187
190
                  const SmallVectorImpl<ISD::OutputArg> &Outs,
188
191
                  const SmallVectorImpl<SDValue> &OutVals,
189
 
                  DebugLoc dl, SelectionDAG &DAG) const;
 
192
                  SDLoc dl, SelectionDAG &DAG) const;
190
193
 
191
194
    virtual bool
192
195
      CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,