Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BSWAP

54   case ISD::BSWAP:       Res = PromoteIntRes_BSWAP(N); break;
270 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
1105 case ISD::BSWAP: ExpandIntRes_BSWAP(N, Lo, Hi); break;
1697 Lo = DAG.getNode(ISD::BSWAP, dl, Lo.getValueType(), Lo);
1698 Hi = DAG.getNode(ISD::BSWAP, dl, Hi.getValueType(), Hi);