Home
last modified time | relevance | path

Searched refs:getMODF (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h89 LLVM_ABI Libcall getMODF(EVT RetVT);
H A DBasicTTIImpl.h2124 return RTLIB::getMODF; in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp431 RTLIB::Libcall RTLIB::getMODF(EVT RetVT) { in getMODF() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp882 if (SoftenFloatRes_UnaryWithTwoFPResults(N, RTLIB::getMODF(VT), in SoftenFloatRes_FMODF()
1692 ExpandFloatRes_UnaryWithTwoFPResults(N, RTLIB::getMODF(N->getValueType(0)), in ExpandFloatRes_FMODF()
H A DLegalizeVectorOps.cpp1278 RTLIB::getMODF(Node->getValueType(0).getVectorElementType()); in Expand()
H A DLegalizeDAG.cpp4852 RTLIB::Libcall LC = Node->getOpcode() == ISD::FMODF ? RTLIB::getMODF(VT) in ConvertNodeToLibcall()