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

References

lib/CodeGen/TargetLoweringBase.cpp
  280       return FPTOSINT_F32_I32;
lib/Target/ARM/ARMISelLowering.cpp
  466         { RTLIB::FPTOSINT_F32_I32, "__fixsfsivfp",    ISD::SETCC_INVALID },
  549       { RTLIB::FPTOSINT_F32_I32, "__aeabi_f2iz",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/MSP430/MSP430ISelLowering.cpp
  167     { RTLIB::FPTOSINT_F32_I32,  "__mspabi_fixfli",  ISD::SETCC_INVALID },
lib/Target/Mips/Mips16ISelLowering.cpp
   66   { RTLIB::FPTOSINT_F32_I32, "__mips16_fix_truncsfsi" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  259     Table[RTLIB::FPTOSINT_F32_I32] = i32_func_f32;