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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  329     LC1 = (VT == MVT::f32) ? RTLIB::O_F32 :
lib/CodeGen/TargetLoweringBase.cpp
  559   CCs[RTLIB::O_F32] = ISD::SETEQ;
lib/Target/ARM/ARMISelLowering.cpp
  449         { RTLIB::O_F32,   "__unordsf2vfp", ISD::SETEQ },
  541       { RTLIB::O_F32,   "__aeabi_fcmpun", CallingConv::ARM_AAPCS, ISD::SETEQ },
lib/Target/ARM/ARMLegalizerInfo.cpp
  267   FCmp32Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F32, CmpInst::ICMP_EQ}};
  318   FCmp32Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F32, CmpInst::ICMP_EQ}};
lib/Target/Mips/Mips16ISelLowering.cpp
  257   setLibcallName(RTLIB::O_F32, "__mips16_unordsf2");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  322     Table[RTLIB::O_F32] = unsupported;