Lines Matching refs:SDNode

78   SDValue TranslateLegalizeResults(SDValue Op, SDNode *Result);
88 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results);
91 SDValue UnrollVSETCC(SDNode *Node);
97 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
101 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
105 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
108 SDValue ExpandSEXTINREG(SDNode *Node);
115 SDValue ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node);
122 SDValue ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node);
128 SDValue ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node);
131 SDValue ExpandBSWAP(SDNode *Node);
135 SDValue ExpandVSELECT(SDNode *Node);
136 SDValue ExpandSELECT(SDNode *Node);
137 std::pair<SDValue, SDValue> ExpandLoad(SDNode *N);
138 SDValue ExpandStore(SDNode *N);
139 SDValue ExpandFNEG(SDNode *Node);
140 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
141 void ExpandSETCC(SDNode *Node, SmallVectorImpl<SDValue> &Results);
142 void ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results);
143 void ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
144 void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
145 void ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
146 void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
147 void ExpandStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results);
148 void ExpandREM(SDNode *Node, SmallVectorImpl<SDValue> &Results);
150 void UnrollStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results);
156 void Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results);
161 void PromoteINT_TO_FP(SDNode *Node, SmallVectorImpl<SDValue> &Results);
167 void PromoteFP_TO_INT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
221 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDNode *Result) { in TranslateLegalizeResults()
255 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp()
543 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper()
572 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
636 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP()
677 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT()
722 std::pair<SDValue, SDValue> VectorLegalizer::ExpandLoad(SDNode *N) { in ExpandLoad()
727 SDValue VectorLegalizer::ExpandStore(SDNode *N) { in ExpandStore()
733 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
910 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT()
973 SDValue VectorLegalizer::ExpandSEXTINREG(SDNode *Node) { in ExpandSEXTINREG()
994 SDValue VectorLegalizer::ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandANY_EXTEND_VECTOR_INREG()
1029 SDValue VectorLegalizer::ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandSIGN_EXTEND_VECTOR_INREG()
1053 SDValue VectorLegalizer::ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandZERO_EXTEND_VECTOR_INREG()
1099 SDValue VectorLegalizer::ExpandBSWAP(SDNode *Node) { in ExpandBSWAP()
1117 void VectorLegalizer::ExpandBITREVERSE(SDNode *Node, in ExpandBITREVERSE()
1168 SDValue VectorLegalizer::ExpandVSELECT(SDNode *Node) { in ExpandVSELECT()
1220 void VectorLegalizer::ExpandFP_TO_UINT(SDNode *Node, in ExpandFP_TO_UINT()
1240 void VectorLegalizer::ExpandUINT_TO_FLOAT(SDNode *Node, in ExpandUINT_TO_FLOAT()
1331 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG()
1342 void VectorLegalizer::ExpandFSUB(SDNode *Node, in ExpandFSUB()
1356 void VectorLegalizer::ExpandSETCC(SDNode *Node, in ExpandSETCC()
1400 void VectorLegalizer::ExpandUADDSUBO(SDNode *Node, in ExpandUADDSUBO()
1408 void VectorLegalizer::ExpandSADDSUBO(SDNode *Node, in ExpandSADDSUBO()
1416 void VectorLegalizer::ExpandMULO(SDNode *Node, in ExpandMULO()
1426 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv()
1428 SDNode *N = Node; in ExpandFixedPointDiv()
1434 void VectorLegalizer::ExpandStrictFPOp(SDNode *Node, in ExpandStrictFPOp()
1448 void VectorLegalizer::ExpandREM(SDNode *Node, in ExpandREM()
1459 void VectorLegalizer::UnrollStrictFPOp(SDNode *Node, in UnrollStrictFPOp()
1520 SDValue VectorLegalizer::UnrollVSETCC(SDNode *Node) { in UnrollVSETCC()