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

« back to all changes in this revision

Viewing changes to lib/Target/Sparc/SparcISelLowering.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:
78
78
                           CallingConv::ID CallConv,
79
79
                           bool isVarArg,
80
80
                           const SmallVectorImpl<ISD::InputArg> &Ins,
81
 
                           DebugLoc dl, SelectionDAG &DAG,
 
81
                           SDLoc dl, SelectionDAG &DAG,
82
82
                           SmallVectorImpl<SDValue> &InVals) const;
83
83
    SDValue LowerFormalArguments_32(SDValue Chain,
84
84
                                    CallingConv::ID CallConv,
85
85
                                    bool isVarArg,
86
86
                                    const SmallVectorImpl<ISD::InputArg> &Ins,
87
 
                                    DebugLoc dl, SelectionDAG &DAG,
 
87
                                    SDLoc dl, SelectionDAG &DAG,
88
88
                                    SmallVectorImpl<SDValue> &InVals) const;
89
89
    SDValue LowerFormalArguments_64(SDValue Chain,
90
90
                                    CallingConv::ID CallConv,
91
91
                                    bool isVarArg,
92
92
                                    const SmallVectorImpl<ISD::InputArg> &Ins,
93
 
                                    DebugLoc dl, SelectionDAG &DAG,
 
93
                                    SDLoc dl, SelectionDAG &DAG,
94
94
                                    SmallVectorImpl<SDValue> &InVals) const;
95
95
 
96
96
    virtual SDValue
106
106
                  CallingConv::ID CallConv, bool isVarArg,
107
107
                  const SmallVectorImpl<ISD::OutputArg> &Outs,
108
108
                  const SmallVectorImpl<SDValue> &OutVals,
109
 
                  DebugLoc dl, SelectionDAG &DAG) const;
 
109
                  SDLoc dl, SelectionDAG &DAG) const;
110
110
    SDValue LowerReturn_32(SDValue Chain,
111
111
                           CallingConv::ID CallConv, bool IsVarArg,
112
112
                           const SmallVectorImpl<ISD::OutputArg> &Outs,
113
113
                           const SmallVectorImpl<SDValue> &OutVals,
114
 
                           DebugLoc DL, SelectionDAG &DAG) const;
 
114
                           SDLoc DL, SelectionDAG &DAG) const;
115
115
    SDValue LowerReturn_64(SDValue Chain,
116
116
                           CallingConv::ID CallConv, bool IsVarArg,
117
117
                           const SmallVectorImpl<ISD::OutputArg> &Outs,
118
118
                           const SmallVectorImpl<SDValue> &OutVals,
119
 
                           DebugLoc DL, SelectionDAG &DAG) const;
 
119
                           SDLoc DL, SelectionDAG &DAG) const;
120
120
 
121
121
    SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
122
122
    SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) const;