Home | History | Annotate | Download | only in PowerPC

Lines Matching full:setcc

208   // PowerPC wants to optimize integer setcc a bit
209 setOperationAction(ISD::SETCC, MVT::i32, Custom);
211 // PowerPC does not have BRCOND which requires SetCC
1529 // optimized. FIXME: revisit this when we can custom lower all setcc
5726 case ISD::SETCC: return LowerSETCC(Op, DAG);