reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TargetLoweringBase.cpp
  375       return SINTTOFP_I64_F32;
lib/Target/ARM/ARMISelLowering.cpp
  568       { RTLIB::SINTTOFP_I64_F32, "__aeabi_l2f",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
  632       { RTLIB::SINTTOFP_I64_F32, "__i64tos", CallingConv::ARM_AAPCS_VFP },
lib/Target/MSP430/MSP430ISelLowering.cpp
  187     { RTLIB::SINTTOFP_I64_F32,  "__mspabi_fltllif", ISD::SETCC_INVALID },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  280     Table[RTLIB::SINTTOFP_I64_F32] = f32_func_i64;