Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h37 LLVM_ABI Libcall getFPROUND(EVT OpVT, EVT RetVT);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp5002 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::f16); in ConvertNodeToLibcall()
5009 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::bf16); in ConvertNodeToLibcall()
5109 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), VT); in ConvertNodeToLibcall()
5131 LC = RTLIB::getFPROUND(Node->getOperand(1).getValueType(), MVT::f16); in ConvertNodeToLibcall()
5133 LC = RTLIB::getFPROUND(Node->getOperand(1).getValueType(), MVT::bf16); in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp693 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0)); in SoftenFloatRes_FP_ROUND()
1219 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT); in SoftenFloatOp_FP_ROUND()
3564 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, RVT); in SoftPromoteHalfRes_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/Target/LoongArch/
H A DLoongArchISelLowering.cpp2332 RTLIB::Libcall LC = RTLIB::getFPROUND(Op0.getValueType(), MVT::f16); in lowerFP_TO_FP16()
2364 RTLIB::getFPROUND(Op.getOperand(0).getValueType(), MVT::bf16); in lowerFP_TO_BF16()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp928 return RTLIB::getFPROUND(FromMVT, ToMVT); in getConvRTLibDesc()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10622 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, MVT::bf16); in LowerFP_TO_BF16()
20900 RTLIB::Libcall LC = RTLIB::getFPROUND(SrcVT, DstVT); in LowerFP_ROUND()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7654 RTLIB::getFPROUND(Op.getOperand(0).getValueType(), MVT::bf16); in LowerOperation()
7686 RTLIB::Libcall LC = RTLIB::getFPROUND(Op0.getValueType(), MVT::f16); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22452 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, MVT::bf16); in LowerFP_TO_BF16()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15534 {"_ZN4llvm5RTLIB10getFPROUNDENS_3EVTES1_", "llvm::RTLIB::getFPROUND(llvm::EVT, llvm::EVT)"},