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

References

lib/CodeGen/TargetLoweringBase.cpp
  282       return FPTOSINT_F32_I64;
lib/Target/ARM/ARMISelLowering.cpp
  551       { RTLIB::FPTOSINT_F32_I64, "__aeabi_f2lz",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
  628       { RTLIB::FPTOSINT_F32_I64, "__stoi64", CallingConv::ARM_AAPCS_VFP },
lib/Target/MSP430/MSP430ISelLowering.cpp
  168     { RTLIB::FPTOSINT_F32_I64,  "__mspabi_fixflli", ISD::SETCC_INVALID },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  260     Table[RTLIB::FPTOSINT_F32_I64] = i64_func_f32;