Home | History | Annotate | Download | only in Sparc

Lines Matching refs:libCall

2232   const char *LibCall = nullptr;
2236 case SPCC::FCC_E : LibCall = is64Bit? "_Qp_feq" : "_Q_feq"; break;
2237 case SPCC::FCC_NE : LibCall = is64Bit? "_Qp_fne" : "_Q_fne"; break;
2238 case SPCC::FCC_L : LibCall = is64Bit? "_Qp_flt" : "_Q_flt"; break;
2239 case SPCC::FCC_G : LibCall = is64Bit? "_Qp_fgt" : "_Q_fgt"; break;
2240 case SPCC::FCC_LE : LibCall = is64Bit? "_Qp_fle" : "_Q_fle"; break;
2241 case SPCC::FCC_GE : LibCall = is64Bit? "_Qp_fge" : "_Q_fge"; break;
2249 case SPCC::FCC_UE : LibCall = is64Bit? "_Qp_cmp" : "_Q_cmp"; break;
2253 SDValue Callee = DAG.getExternalSymbol(LibCall, PtrVT);
3505 RTLIB::Libcall libCall = RTLIB::UNKNOWN_LIBCALL;
3517 libCall = ((N->getOpcode() == ISD::FP_TO_SINT)
3523 getLibcallName(libCall),
3534 libCall = ((N->getOpcode() == ISD::SINT_TO_FP)
3540 getLibcallName(libCall),