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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h39 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
41 Libcall getFPROUND(EVT OpVT, EVT RetVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp529 RTLIB::Libcall LC = RTLIB::getFPROUND(Op.getValueType(), N->getValueType(0));
833 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, FloatRVT);
H A DLegalizeDAG.cpp4137 RTLIB::getFPROUND(Node->getOperand(0).getValueType(), MVT::f16);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp244 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
246 RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) { function in class:RTLIB
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp468 return RTLIB::getFPROUND(FromMVT, ToMVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2536 LC = RTLIB::getFPROUND(SrcVal.getValueType(), Op.getValueType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16455 RTLIB::Libcall LC = RTLIB::getFPROUND(SrcVT, DstVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20318 RTLIB::Libcall LC = RTLIB::getFPROUND(SVT, VT);
[all...]

Completed in 416 milliseconds