Lines Matching refs:BSWAP
344 setOperationAction(ISD::BSWAP, MVT::i32 , Expand); in PPCTargetLowering()
346 setOperationAction(ISD::BSWAP, MVT::i64 , Custom); in PPCTargetLowering()
348 setOperationAction(ISD::BSWAP, MVT::i64 , Expand); in PPCTargetLowering()
685 setOperationAction(ISD::BSWAP, VT, Expand); in PPCTargetLowering()
967 setOperationAction(ISD::BSWAP, MVT::v8i16, Legal); in PPCTargetLowering()
968 setOperationAction(ISD::BSWAP, MVT::v4i32, Legal); in PPCTargetLowering()
969 setOperationAction(ISD::BSWAP, MVT::v2i64, Legal); in PPCTargetLowering()
970 setOperationAction(ISD::BSWAP, MVT::v1i128, Legal); in PPCTargetLowering()
1181 setTargetDAGCombine(ISD::BSWAP); in PPCTargetLowering()
9329 SDValue ReveHWord = DAG.getNode(ISD::BSWAP, dl, MVT::v8i16, Conv); in LowerVECTOR_SHUFFLE()
9333 SDValue ReveWord = DAG.getNode(ISD::BSWAP, dl, MVT::v4i32, Conv); in LowerVECTOR_SHUFFLE()
9337 SDValue ReveDWord = DAG.getNode(ISD::BSWAP, dl, MVT::v2i64, Conv); in LowerVECTOR_SHUFFLE()
9341 SDValue ReveQWord = DAG.getNode(ISD::BSWAP, dl, MVT::v1i128, Conv); in LowerVECTOR_SHUFFLE()
9902 Op = DAG.getNode(ISD::BSWAP, dl, MVT::v2i64, Op); in LowerBSWAP()
10522 case ISD::BSWAP: in LowerOperation()
13781 if (cast<StoreSDNode>(N)->isUnindexed() && Opcode == ISD::BSWAP && in PerformDAGCombine()
14227 case ISD::BSWAP: in PerformDAGCombine()