Home | History | Annotate | Download | only in Sparc

Lines Matching refs:isV9

1594                      (Subtarget->isV9() ? Legal: Expand));
1610 if (!Subtarget->isV9()) {
1686 if (Subtarget->isV9() && Subtarget->hasHardQuad()) {
1702 if (Subtarget->isV9()) {
2779 static SDValue LowerFNEGorFABS(SDValue Op, SelectionDAG &DAG, bool isV9) {
2797 if (isV9)
2921 bool isV9 = Subtarget->isV9();
2964 case ISD::FNEG: return LowerFNEGorFABS(Op, DAG, isV9);