Searched refs:getFPEXT (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h35 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
37 Libcall getFPEXT(EVT OpVT, EVT RetVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp492 RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
519 RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp218 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
220 RTLIB::Libcall RTLIB::getFPEXT(EVT OpVT, EVT RetVT) { function in class:RTLIB
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp466 return RTLIB::getFPEXT(FromMVT, ToMVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2521 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16422 LC = RTLIB::getFPEXT(SrcVT, DstVT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20293 RTLIB::Libcall LC = RTLIB::getFPEXT(SVT, VT);
[all...]

Completed in 217 milliseconds