Lines Matching refs:SDNode
75 SDValue TranslateLegalizeResults(SDValue Op, SDNode *Result);
85 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results);
88 SDValue UnrollVSETCC(SDNode *Node);
94 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
98 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
102 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
105 SDValue ExpandSEXTINREG(SDNode *Node);
112 SDValue ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node);
119 SDValue ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node);
125 SDValue ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node);
128 SDValue ExpandBSWAP(SDNode *Node);
132 SDValue ExpandVSELECT(SDNode *Node);
133 SDValue ExpandVP_SELECT(SDNode *Node);
134 SDValue ExpandVP_MERGE(SDNode *Node);
135 SDValue ExpandSELECT(SDNode *Node);
136 std::pair<SDValue, SDValue> ExpandLoad(SDNode *N);
137 SDValue ExpandStore(SDNode *N);
138 SDValue ExpandFNEG(SDNode *Node);
139 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
140 void ExpandSETCC(SDNode *Node, SmallVectorImpl<SDValue> &Results);
141 void ExpandBITREVERSE(SDNode *Node, SmallVectorImpl<SDValue> &Results);
142 void ExpandUADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
143 void ExpandSADDSUBO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
144 void ExpandMULO(SDNode *Node, SmallVectorImpl<SDValue> &Results);
145 void ExpandFixedPointDiv(SDNode *Node, SmallVectorImpl<SDValue> &Results);
146 void ExpandStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results);
147 void ExpandREM(SDNode *Node, SmallVectorImpl<SDValue> &Results);
149 void UnrollStrictFPOp(SDNode *Node, SmallVectorImpl<SDValue> &Results);
155 void Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results);
160 void PromoteINT_TO_FP(SDNode *Node, SmallVectorImpl<SDValue> &Results);
166 void PromoteFP_TO_INT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
220 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDNode *Result) { in TranslateLegalizeResults()
254 SDNode *Node = DAG.UpdateNodeOperands(Op.getNode(), Ops); in LegalizeOp()
511 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper()
540 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
604 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP()
645 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT()
690 std::pair<SDValue, SDValue> VectorLegalizer::ExpandLoad(SDNode *N) { in ExpandLoad()
695 SDValue VectorLegalizer::ExpandStore(SDNode *N) { in ExpandStore()
701 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
917 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT()
976 SDValue VectorLegalizer::ExpandSEXTINREG(SDNode *Node) { in ExpandSEXTINREG()
997 SDValue VectorLegalizer::ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandANY_EXTEND_VECTOR_INREG()
1032 SDValue VectorLegalizer::ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandSIGN_EXTEND_VECTOR_INREG()
1056 SDValue VectorLegalizer::ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandZERO_EXTEND_VECTOR_INREG()
1099 SDValue VectorLegalizer::ExpandBSWAP(SDNode *Node) { in ExpandBSWAP()
1131 void VectorLegalizer::ExpandBITREVERSE(SDNode *Node, in ExpandBITREVERSE()
1189 SDValue VectorLegalizer::ExpandVSELECT(SDNode *Node) { in ExpandVSELECT()
1239 SDValue VectorLegalizer::ExpandVP_SELECT(SDNode *Node) { in ExpandVP_SELECT()
1270 SDValue VectorLegalizer::ExpandVP_MERGE(SDNode *Node) { in ExpandVP_MERGE()
1312 void VectorLegalizer::ExpandFP_TO_UINT(SDNode *Node, in ExpandFP_TO_UINT()
1332 void VectorLegalizer::ExpandUINT_TO_FLOAT(SDNode *Node, in ExpandUINT_TO_FLOAT()
1423 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG()
1434 void VectorLegalizer::ExpandFSUB(SDNode *Node, in ExpandFSUB()
1448 void VectorLegalizer::ExpandSETCC(SDNode *Node, in ExpandSETCC()
1509 void VectorLegalizer::ExpandUADDSUBO(SDNode *Node, in ExpandUADDSUBO()
1517 void VectorLegalizer::ExpandSADDSUBO(SDNode *Node, in ExpandSADDSUBO()
1525 void VectorLegalizer::ExpandMULO(SDNode *Node, in ExpandMULO()
1535 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv()
1537 SDNode *N = Node; in ExpandFixedPointDiv()
1543 void VectorLegalizer::ExpandStrictFPOp(SDNode *Node, in ExpandStrictFPOp()
1557 void VectorLegalizer::ExpandREM(SDNode *Node, in ExpandREM()
1568 void VectorLegalizer::UnrollStrictFPOp(SDNode *Node, in UnrollStrictFPOp()
1628 SDValue VectorLegalizer::UnrollVSETCC(SDNode *Node) { in UnrollVSETCC()