Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BSWAP

56   case ISD::BSWAP:       Res = PromoteIntRes_BSWAP(N); break;
299 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
1134 case ISD::BSWAP: ExpandIntRes_BSWAP(N, Lo, Hi); break;
1756 Lo = DAG.getNode(ISD::BSWAP, dl, Lo.getValueType(), Lo);
1757 Hi = DAG.getNode(ISD::BSWAP, dl, Hi.getValueType(), Hi);