Lines Matching refs:VectorLegalizer
53 class VectorLegalizer { class
185 VectorLegalizer(SelectionDAG& dag) : in VectorLegalizer() function in __anone66874dd0111::VectorLegalizer
194 bool VectorLegalizer::Run() { in Run()
236 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDNode *Result) { in TranslateLegalizeResults()
246 VectorLegalizer::RecursivelyLegalizeResults(SDValue Op, in RecursivelyLegalizeResults()
259 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
543 bool VectorLegalizer::LowerOperationWrapper(SDNode *Node, in LowerOperationWrapper()
572 void VectorLegalizer::PromoteReduction(SDNode *Node, in PromoteReduction()
616 void VectorLegalizer::PromoteSETCC(SDNode *Node, in PromoteSETCC()
641 void VectorLegalizer::PromoteSTRICT(SDNode *Node, in PromoteSTRICT()
682 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
780 void VectorLegalizer::PromoteINT_TO_FP(SDNode *Node, in PromoteINT_TO_FP()
821 void VectorLegalizer::PromoteFP_TO_INT(SDNode *Node, in PromoteFP_TO_INT()
866 std::pair<SDValue, SDValue> VectorLegalizer::ExpandLoad(SDNode *N) { in ExpandLoad()
871 SDValue VectorLegalizer::ExpandStore(SDNode *N) { in ExpandStore()
877 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
1149 SDValue VectorLegalizer::ExpandSELECT(SDNode *Node) { in ExpandSELECT()
1205 SDValue VectorLegalizer::ExpandSEXTINREG(SDNode *Node) { in ExpandSEXTINREG()
1226 SDValue VectorLegalizer::ExpandANY_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandANY_EXTEND_VECTOR_INREG()
1261 SDValue VectorLegalizer::ExpandSIGN_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandSIGN_EXTEND_VECTOR_INREG()
1285 SDValue VectorLegalizer::ExpandZERO_EXTEND_VECTOR_INREG(SDNode *Node) { in ExpandZERO_EXTEND_VECTOR_INREG()
1328 SDValue VectorLegalizer::ExpandBSWAP(SDNode *Node) { in ExpandBSWAP()
1360 void VectorLegalizer::ExpandBITREVERSE(SDNode *Node, in ExpandBITREVERSE()
1418 SDValue VectorLegalizer::ExpandVSELECT(SDNode *Node) { in ExpandVSELECT()
1468 SDValue VectorLegalizer::ExpandVP_SELECT(SDNode *Node) { in ExpandVP_SELECT()
1499 SDValue VectorLegalizer::ExpandVP_MERGE(SDNode *Node) { in ExpandVP_MERGE()
1540 SDValue VectorLegalizer::ExpandVP_REM(SDNode *Node) { in ExpandVP_REM()
1564 void VectorLegalizer::ExpandFP_TO_UINT(SDNode *Node, in ExpandFP_TO_UINT()
1584 void VectorLegalizer::ExpandUINT_TO_FLOAT(SDNode *Node, in ExpandUINT_TO_FLOAT()
1675 SDValue VectorLegalizer::ExpandFNEG(SDNode *Node) { in ExpandFNEG()
1686 void VectorLegalizer::ExpandFSUB(SDNode *Node, in ExpandFSUB()
1700 void VectorLegalizer::ExpandSETCC(SDNode *Node, in ExpandSETCC()
1780 void VectorLegalizer::ExpandUADDSUBO(SDNode *Node, in ExpandUADDSUBO()
1788 void VectorLegalizer::ExpandSADDSUBO(SDNode *Node, in ExpandSADDSUBO()
1796 void VectorLegalizer::ExpandMULO(SDNode *Node, in ExpandMULO()
1806 void VectorLegalizer::ExpandFixedPointDiv(SDNode *Node, in ExpandFixedPointDiv()
1814 void VectorLegalizer::ExpandStrictFPOp(SDNode *Node, in ExpandStrictFPOp()
1834 void VectorLegalizer::ExpandREM(SDNode *Node, in ExpandREM()
1845 void VectorLegalizer::UnrollStrictFPOp(SDNode *Node, in UnrollStrictFPOp()
1905 SDValue VectorLegalizer::UnrollVSETCC(SDNode *Node) { in UnrollVSETCC()
1931 return VectorLegalizer(*this).Run(); in LegalizeVectors()