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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h43 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
45 Libcall getFPTOSINT(EVT OpVT, EVT RetVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp285 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
287 RTLIB::Libcall RTLIB::getFPTOSINT(EVT OpVT, EVT RetVT) { function in class:RTLIB
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp915 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT) : RTLIB::getFPTOUINT(SVT, NVT);
1830 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), RVT);
H A DLegalizeIntegerTypes.cpp2822 RTLIB::Libcall LC = RTLIB::getFPTOSINT(Op.getValueType(), VT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp948 LC = RTLIB::getFPTOSINT(Op0.getValueType(), N->getValueType(0));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp612 return RTLIB::getFPTOSINT(FromMVT, ToMVT);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2812 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(), Op.getValueType());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5655 LC = RTLIB::getFPTOSINT(SrcVal.getValueType(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20910 LC = RTLIB::getFPTOSINT(SrcVT, VT);
[all...]

Completed in 345 milliseconds