Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:BSWAP

151   // PowerPC does not have BSWAP, CTPOP or CTTZ
152 setOperationAction(ISD::BSWAP, MVT::i32 , Expand);
157 setOperationAction(ISD::BSWAP, MVT::i64 , Expand);
415 setTargetDAGCombine(ISD::BSWAP);
5327 // Turn STORE (BSWAP) -> sthbrx/stwbrx.
5329 N->getOperand(1).getOpcode() == ISD::BSWAP &&
5349 case ISD::BSWAP:
5350 // Turn BSWAP (LOAD) -> lhbrx/lwbrx.
5372 // First, combine the bswap away. This makes the value produced by the
5377 // chain result. The result value is dead because the bswap is dead.