Searched refs:SoftenFloatRes_Binary (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 188 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() function in DAGTypeLegalizer 287 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMINNUM() 298 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMAXNUM() 307 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FADD() 391 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FDIV() 487 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FMUL() 618 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FPOW() 709 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FREM() 763 return SoftenFloatRes_Binary(N, GetFPLibCall(N->getValueType(0), in SoftenFloatRes_FSUB()
|
| H A D | LegalizeTypes.h | 538 SDValue SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC);
|