Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h35 Libcall getFPROUND(EVT OpVT, EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4793 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::f16); in ConvertNodeToLibcall()
4800 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::bf16); in ConvertNodeToLibcall()
4902 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), VT); in ConvertNodeToLibcall()
4925 LC = RTLIB::getFPROUND(Node->getOperand(1).getValueType(), MVT::f16); in ConvertNodeToLibcall()
4927 LC = RTLIB::getFPROUND(Node->getOperand(1).getValueType(), MVT::bf16); in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp648 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND()
1074 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp155 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { in getFPROUND() function in RTLIB
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp863 return RTLIB::getFPROUND(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6711 RTLIB::getFPROUND(Op.getOperand(0).getValueType(), MVT::bf16); in LowerOperation()
6740 RTLIB::getFPROUND(Op.getOperand(0).getValueType(), MVT::f16); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20966 RTLIB::Libcall LC = RTLIB::getFPROUND(SrcVT, DstVT); in LowerFP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21717 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, MVT::bf16); in LowerFP_TO_BF16()