Home
last modified time | relevance | path

Searched refs:getLibcallImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.h89 RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3563 RTLIB::LibcallImpl getLibcallImpl(RTLIB::Libcall Call) const { in getLibcallImpl() function
3564 return Libcalls.getLibcallImpl(Call); in getLibcallImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp428 RTLIB::LibcallImpl LC1Impl = getLibcallImpl(LC1); in softenSetCCOperands()
444 RTLIB::LibcallImpl LC2Impl = getLibcallImpl(LC2); in softenSetCCOperands()
H A DLegalizeDAG.cpp2259 if (!IsFast || TLI.getLibcallImpl(LC) == RTLIB::Unsupported) { in ExpandFastFPLibCall()