Searched refs:getFPTOSINT (Results 1 - 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | RuntimeLibcalls.h | 405 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or 407 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
|
/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 492 /// 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 D | LegalizeFloatTypes.cpp | 886 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT); 1601 RTLIB::Libcall LC = RTLIB::getFPTOSINT(N->getOperand(0).getValueType(), RVT);
|
H A D | LegalizeIntegerTypes.cpp | 1970 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1903 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3915 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(),
|
Completed in 209 milliseconds