Lines Matching refs:VectorLegalizer
56 class VectorLegalizer { class
170 VectorLegalizer(SelectionDAG& dag) : in VectorLegalizer() function in __anon9837765b0111::VectorLegalizer
179 bool VectorLegalizer::Run() { in Run()
221 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDNode *Result) { in TranslateLegalizeResults()
231 VectorLegalizer::RecursivelyLegalizeResults(SDValue Op, in RecursivelyLegalizeResults()
244 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { 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()
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()
1548 return VectorLegalizer(*this).Run(); in LegalizeVectors()