Lines Matching refs:setLibcallName
1408 setLibcallName(RTLIB::LOG_F128, "logf128"); in PPCTargetLowering()
1409 setLibcallName(RTLIB::LOG2_F128, "log2f128"); in PPCTargetLowering()
1410 setLibcallName(RTLIB::LOG10_F128, "log10f128"); in PPCTargetLowering()
1411 setLibcallName(RTLIB::EXP_F128, "expf128"); in PPCTargetLowering()
1412 setLibcallName(RTLIB::EXP2_F128, "exp2f128"); in PPCTargetLowering()
1413 setLibcallName(RTLIB::SIN_F128, "sinf128"); in PPCTargetLowering()
1414 setLibcallName(RTLIB::COS_F128, "cosf128"); in PPCTargetLowering()
1415 setLibcallName(RTLIB::SINCOS_F128, "sincosf128"); in PPCTargetLowering()
1416 setLibcallName(RTLIB::POW_F128, "powf128"); in PPCTargetLowering()
1417 setLibcallName(RTLIB::FMIN_F128, "fminf128"); in PPCTargetLowering()
1418 setLibcallName(RTLIB::FMAX_F128, "fmaxf128"); in PPCTargetLowering()
1419 setLibcallName(RTLIB::REM_F128, "fmodf128"); in PPCTargetLowering()
1420 setLibcallName(RTLIB::SQRT_F128, "sqrtf128"); in PPCTargetLowering()
1421 setLibcallName(RTLIB::CEIL_F128, "ceilf128"); in PPCTargetLowering()
1422 setLibcallName(RTLIB::FLOOR_F128, "floorf128"); in PPCTargetLowering()
1423 setLibcallName(RTLIB::TRUNC_F128, "truncf128"); in PPCTargetLowering()
1424 setLibcallName(RTLIB::ROUND_F128, "roundf128"); in PPCTargetLowering()
1425 setLibcallName(RTLIB::LROUND_F128, "lroundf128"); in PPCTargetLowering()
1426 setLibcallName(RTLIB::LLROUND_F128, "llroundf128"); in PPCTargetLowering()
1427 setLibcallName(RTLIB::RINT_F128, "rintf128"); in PPCTargetLowering()
1428 setLibcallName(RTLIB::LRINT_F128, "lrintf128"); in PPCTargetLowering()
1429 setLibcallName(RTLIB::LLRINT_F128, "llrintf128"); in PPCTargetLowering()
1430 setLibcallName(RTLIB::NEARBYINT_F128, "nearbyintf128"); in PPCTargetLowering()
1431 setLibcallName(RTLIB::FMA_F128, "fmaf128"); in PPCTargetLowering()
1432 setLibcallName(RTLIB::FREXP_F128, "frexpf128"); in PPCTargetLowering()
1435 setLibcallName(RTLIB::MEMCPY, isPPC64 ? "___memmove64" : "___memmove"); in PPCTargetLowering()
1436 setLibcallName(RTLIB::MEMMOVE, isPPC64 ? "___memmove64" : "___memmove"); in PPCTargetLowering()
1437 setLibcallName(RTLIB::MEMSET, isPPC64 ? "___memset64" : "___memset"); in PPCTargetLowering()
1438 setLibcallName(RTLIB::BZERO, isPPC64 ? "___bzero64" : "___bzero"); in PPCTargetLowering()