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

References

lib/CodeGen/TargetLoweringBase.cpp
  366       return SINTTOFP_I32_F64;
lib/Target/ARM/ARMISelLowering.cpp
  478         { RTLIB::SINTTOFP_I32_F64, "__floatsidfvfp",    ISD::SETCC_INVALID },
  562       { RTLIB::SINTTOFP_I32_F64, "__aeabi_i2d",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/MSP430/MSP430ISelLowering.cpp
  175     { RTLIB::SINTTOFP_I32_F64,  "__mspabi_fltlid",  ISD::SETCC_INVALID },
lib/Target/Mips/Mips16ISelLowering.cpp
   67   { RTLIB::SINTTOFP_I32_F64, "__mips16_floatsidf" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  278     Table[RTLIB::SINTTOFP_I32_F64] = f64_func_i32;