Searched refs:getLibcallImpl (Results 1 – 4 of 4) sorted by relevance
89 RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const {
3563 RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const { in getLibcallImpl() function3564 return Libcalls.getLibcallImpl(Call); in getLibcallImpl()
428 RTLIB::LibcallImpl LC1Impl = getLibcallImpl(LC1); in softenSetCCOperands()444 RTLIB::LibcallImpl LC2Impl = getLibcallImpl(LC2); in softenSetCCOperands()
2259 if (!IsFast || TLI.getLibcallImpl(LC) == RTLIB::Unsupported) { in ExpandFastFPLibCall()