Home
last modified time | relevance | path

Searched refs:getSINTTOFP (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/include/llvm/CodeGen/
HDRuntimeLibcalls.h409 Libcall getSINTTOFP(EVT OpVT, EVT RetVT);
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp551 RTLIB::Libcall RTLIB::getSINTTOFP(EVT OpVT, EVT RetVT) { in getSINTTOFP() function in RTLIB
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.cpp594 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT); in SoftenFloatRes_XINT_TO_FP()
HDLegalizeIntegerTypes.cpp2694 RTLIB::Libcall LC = RTLIB::getSINTTOFP(Op.getValueType(), DstVT); in ExpandIntOp_SINT_TO_FP()
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp2400 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerINT_TO_FP()