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

/external/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h405 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
407 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp492 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
494 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { function in class:RTLIB
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp886 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
1601 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT);
H A DLegalizeIntegerTypes.cpp1970 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1903 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3915 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(),

Completed in 209 milliseconds