Searched refs:SoftenFloatRes_Binary (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 178 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() function in DAGTypeLegalizer 268 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 277 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 286 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 370 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() 459 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMUL() 565 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FPOW() 613 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FREM() 667 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FSUB()
|
| H A D | LegalizeTypes.h | 519 SDValue SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC);
|