Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h63 Libcall getFREXP(EVT RetVT);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp396 RTLIB::Libcall RTLIB::getFREXP(EVT RetVT) { in getFREXP() function in RTLIB
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2157 RTLIB::Libcall LC = RTLIB::getFREXP(VT); in ExpandFrexpLibCall()
3678 RTLIB::Libcall LC = RTLIB::getFREXP(Node->getValueType(0)); in ExpandNode()
H A DLegalizeFloatTypes.cpp717 RTLIB::Libcall LC = RTLIB::getFREXP(VT0); in SoftenFloatRes_FFREXP()