Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Libcall

40 /// InitLibcallNames - Set default libcall names.
410 /// InitLibcallCallingConvs - Set default libcall CallingConvs.
420 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) {
436 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
460 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) {
510 RTLIB::Libcall RTLIB::getFPTOUINT(EVT OpVT, EVT RetVT) {
560 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) {
600 RTLIB::Libcall RTLIB::getUINTTOFP(EVT OpVT, EVT RetVT) {
638 /// InitCmpLibcallCCs - Set default comparison libcall CC.