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

References

lib/CodeGen/TargetLoweringBase.cpp
  377       return SINTTOFP_I64_F64;
lib/Target/ARM/ARMISelLowering.cpp
  564       { RTLIB::SINTTOFP_I64_F64, "__aeabi_l2d",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
  633       { RTLIB::SINTTOFP_I64_F64, "__i64tod", CallingConv::ARM_AAPCS_VFP },
lib/Target/MSP430/MSP430ISelLowering.cpp
  177     { RTLIB::SINTTOFP_I64_F64,  "__mspabi_fltllid", ISD::SETCC_INVALID },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  281     Table[RTLIB::SINTTOFP_I64_F64] = f64_func_i64;