Searched refs:SoftenFloatRes_Binary (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 209 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() function in DAGTypeLegalizer 317 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 328 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 337 return SoftenFloatRes_Binary( in SoftenFloatRes_FMINIMUMNUM() 344 return SoftenFloatRes_Binary( in SoftenFloatRes_FMAXIMUMNUM() 351 return SoftenFloatRes_Binary( in SoftenFloatRes_FMINIMUM() 358 return SoftenFloatRes_Binary( in SoftenFloatRes_FMAXIMUM() 365 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 392 return SoftenFloatRes_Binary( in SoftenFloatRes_FATAN2() 480 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() [all …]
|
| H A D | LegalizeTypes.h | 569 SDValue SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC);
|