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

« back to all changes in this revision

Viewing changes to lib/Target/MBlaze/MBlazeISelLowering.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:
102
102
    virtual const char *getTargetNodeName(unsigned Opcode) const;
103
103
 
104
104
    /// getSetCCResultType - get the ISD::SETCC result ValueType
105
 
    EVT getSetCCResultType(EVT VT) const;
 
105
    EVT getSetCCResultType(LLVMContext &Context, EVT VT) const;
106
106
 
107
107
  private:
108
108
    // Subtarget Info
113
113
    SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
114
114
                            CallingConv::ID CallConv, bool isVarArg,
115
115
                            const SmallVectorImpl<ISD::InputArg> &Ins,
116
 
                            DebugLoc dl, SelectionDAG &DAG,
 
116
                            SDLoc dl, SelectionDAG &DAG,
117
117
                            SmallVectorImpl<SDValue> &InVals) const;
118
118
 
119
119
    // Lower Operand specifics
128
128
      LowerFormalArguments(SDValue Chain,
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
 
134
134
    virtual SDValue
140
140
                  CallingConv::ID CallConv, bool isVarArg,
141
141
                  const SmallVectorImpl<ISD::OutputArg> &Outs,
142
142
                  const SmallVectorImpl<SDValue> &OutVals,
143
 
                  DebugLoc dl, SelectionDAG &DAG) const;
 
143
                  SDLoc dl, SelectionDAG &DAG) const;
144
144
 
145
145
    virtual MachineBasicBlock*
146
146
      EmitCustomShift(MachineInstr *MI, MachineBasicBlock *MBB) const;