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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h51 /// getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or
53 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp369 /// getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or
371 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { function in class:RTLIB
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp755 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
H A DLegalizeIntegerTypes.cpp4185 RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp616 return RTLIB::getSINTTOFP(FromMVT, ToMVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2878 LC = RTLIB::getSINTTOFP(SrcVal.getValueType(), Op.getValueType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5734 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19475 return LowerF128Call(Op, DAG, RTLIB::getSINTTOFP(SrcVT, VT));
[all...]

Completed in 488 milliseconds