Searched refs:VectorLegalizer (Results 1 – 2 of 2) sorted by relevance
53 class VectorLegalizer { class169 VectorLegalizer(SelectionDAG& dag) : in VectorLegalizer() function in __anon381108d70111::VectorLegalizer178 bool VectorLegalizer::Run() { in Run()243 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()695 SDValue VectorLegalizer::ExpandStore(SDNode *N) { in ExpandStore()1434 void VectorLegalizer::ExpandFSUB(SDNode *Node, in ExpandFSUB()1448 void VectorLegalizer::ExpandSETCC(SDNode *Node, in ExpandSETCC()1509 void VectorLegalizer::ExpandUADDSUBO(SDNode *Node, in ExpandUADDSUBO()1525 void VectorLegalizer::ExpandMULO(SDNode *Node, in ExpandMULO()1557 void VectorLegalizer::ExpandREM(SDNode *Node, in ExpandREM()[all …]
3 ; Tests for a bug in SelectionDAG::UpdateNodeOperands exposed by VectorLegalizer