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,
71 virtual SDValue
72 LowerFormalArguments(SDValue Chain,
77 SmallVectorImpl<SDValue> &InVals) const;
79 virtual SDValue
80 LowerCall(SDValue Chain, SDValue Callee,
84 const SmallVectorImpl<SDValue> &OutVals,
87 SmallVectorImpl<SDValue> &InVals) const;
89 virtual SDValue
90 LowerReturn(SDValue Chain,
93 const SmallVectorImpl<SDValue> &OutVals,
96 SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
97 SDValue LowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
99 unsigned getSRetArgSize(SelectionDAG &DAG, SDValue Callee) const;