Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
Show First 20 Lines • Show All 180 Lines • ▼ Show 20 Lines | #endif | ||||
case ISD::FABS: return "fabs"; | case ISD::FABS: return "fabs"; | ||||
case ISD::FMINNUM: return "fminnum"; | case ISD::FMINNUM: return "fminnum"; | ||||
case ISD::STRICT_FMINNUM: return "strict_fminnum"; | case ISD::STRICT_FMINNUM: return "strict_fminnum"; | ||||
case ISD::FMAXNUM: return "fmaxnum"; | case ISD::FMAXNUM: return "fmaxnum"; | ||||
case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; | case ISD::STRICT_FMAXNUM: return "strict_fmaxnum"; | ||||
case ISD::FMINNUM_IEEE: return "fminnum_ieee"; | case ISD::FMINNUM_IEEE: return "fminnum_ieee"; | ||||
case ISD::FMAXNUM_IEEE: return "fmaxnum_ieee"; | case ISD::FMAXNUM_IEEE: return "fmaxnum_ieee"; | ||||
case ISD::FMINIMUM: return "fminimum"; | case ISD::FMINIMUM: return "fminimum"; | ||||
case ISD::STRICT_FMINIMUM: return "strict_fminimum"; | |||||
case ISD::FMAXIMUM: return "fmaximum"; | case ISD::FMAXIMUM: return "fmaximum"; | ||||
case ISD::STRICT_FMAXIMUM: return "strict_fmaximum"; | |||||
case ISD::FNEG: return "fneg"; | case ISD::FNEG: return "fneg"; | ||||
case ISD::FSQRT: return "fsqrt"; | case ISD::FSQRT: return "fsqrt"; | ||||
case ISD::STRICT_FSQRT: return "strict_fsqrt"; | case ISD::STRICT_FSQRT: return "strict_fsqrt"; | ||||
case ISD::FCBRT: return "fcbrt"; | case ISD::FCBRT: return "fcbrt"; | ||||
case ISD::FSIN: return "fsin"; | case ISD::FSIN: return "fsin"; | ||||
case ISD::STRICT_FSIN: return "strict_fsin"; | case ISD::STRICT_FSIN: return "strict_fsin"; | ||||
case ISD::FCOS: return "fcos"; | case ISD::FCOS: return "fcos"; | ||||
case ISD::STRICT_FCOS: return "strict_fcos"; | case ISD::STRICT_FCOS: return "strict_fcos"; | ||||
▲ Show 20 Lines • Show All 781 Lines • Show Last 20 Lines |