Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h79 Libcall getFREXP(EVT RetVT);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp518 RTLIB::Libcall RTLIB::getFREXP(EVT RetVT) { in getFREXP() function in RTLIB
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2135 RTLIB::Libcall LC = RTLIB::getFREXP(VT); in ExpandFrexpLibCall()
3603 RTLIB::Libcall LC = RTLIB::getFREXP(Node->getValueType(0)); in ExpandNode()
H A DLegalizeFloatTypes.cpp673 RTLIB::Libcall LC = RTLIB::getFREXP(VT0); in SoftenFloatRes_FFREXP()