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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  330           (VT == MVT::f64) ? RTLIB::O_F64 :
lib/CodeGen/TargetLoweringBase.cpp
  560   CCs[RTLIB::O_F64] = ISD::SETEQ;
lib/Target/ARM/ARMISelLowering.cpp
  459         { RTLIB::O_F64,   "__unorddf2vfp", ISD::SETEQ },
  523       { RTLIB::O_F64,   "__aeabi_dcmpun", CallingConv::ARM_AAPCS, ISD::SETEQ },
lib/Target/ARM/ARMLegalizerInfo.cpp
  293   FCmp64Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F64, CmpInst::ICMP_EQ}};
  336   FCmp64Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F64, CmpInst::ICMP_EQ}};
lib/Target/Mips/Mips16ISelLowering.cpp
  256   setLibcallName(RTLIB::O_F64, "__mips16_unorddf2");
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  323     Table[RTLIB::O_F64] = unsupported;