Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp32 static RTLIB::Libcall GetFPLibCall(EVT VT, in GetFPLibCall() function
1224 return SoftenFloatOp_Unary(N, GetFPLibCall(OpVT, in SoftenFloatOp_LROUND()
1234 return SoftenFloatOp_Unary(N, GetFPLibCall(OpVT, in SoftenFloatOp_LLROUND()
1244 return SoftenFloatOp_Unary(N, GetFPLibCall(OpVT, in SoftenFloatOp_LRINT()
1254 return SoftenFloatOp_Unary(N, GetFPLibCall(OpVT, in SoftenFloatOp_LLRINT()
1465 ExpandFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL()
1483 ExpandFloatRes_Unary(N, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS()
2122 return TLI.makeLibCall(DAG, GetFPLibCall(RetVT, in ExpandFloatOp_LROUND()
2135 return TLI.makeLibCall(DAG, GetFPLibCall(RetVT, in ExpandFloatOp_LLROUND()
2148 return TLI.makeLibCall(DAG, GetFPLibCall(RetVT, in ExpandFloatOp_LRINT()
[all …]