Home | History | Annotate | Download | only in Sparc

Lines Matching refs:SDValue

47     virtual SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const;
52 virtual void computeMaskedBitsForTargetNode(const SDValue Op,
70 virtual SDValue
71 LowerFormalArguments(SDValue Chain,
76 SmallVectorImpl<SDValue> &InVals) const;
78 virtual SDValue
79 LowerCall(SDValue Chain, SDValue Callee, CallingConv::ID CallConv,
82 const SmallVectorImpl<SDValue> &OutVals,
85 SmallVectorImpl<SDValue> &InVals) const;
87 virtual SDValue
88 LowerReturn(SDValue Chain,
91 const SmallVectorImpl<SDValue> &OutVals,
94 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
95 SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
97 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;