Home
last modified time | relevance | path

Searched refs:getFPTOSINT (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h407 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp886 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT); in SoftenFloatOp_FP_TO_XINT()
1601 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT); in ExpandFloatOp_FP_TO_SINT()
DLegalizeIntegerTypes.cpp1970 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT); in ExpandIntRes_FP_TO_SINT()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp494 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { in getFPTOSINT() function in RTLIB
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1903 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType()); in LowerFP_TO_INT()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3915 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), in LowerFP_TO_INT()