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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  302           (VT == MVT::f64) ? RTLIB::OGE_F64 :
  356             (VT == MVT::f64) ? RTLIB::OGE_F64 :
lib/CodeGen/TargetLoweringBase.cpp
  540   CCs[RTLIB::OGE_F64] = ISD::SETGE;
lib/Target/ARM/ARMISelLowering.cpp
  456         { RTLIB::OGE_F64, "__gedf2vfp",    ISD::SETNE },
  520       { RTLIB::OGE_F64, "__aeabi_dcmpge", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  286       {RTLIB::OGE_F64, CmpInst::BAD_ICMP_PREDICATE}};
  297   FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_EQ}};
  332   FCmp64Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F64, CmpInst::ICMP_SGE}};
  340   FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_SLT}};
lib/Target/MSP430/MSP430ISelLowering.cpp
  197     { RTLIB::OGE_F64, "__mspabi_cmpd", ISD::SETGE },
  324   setLibcallCallingConv(RTLIB::OGE_F64, CallingConv::MSP430_BUILTIN);
lib/Target/Mips/Mips16ISelLowering.cpp
   71   { RTLIB::OGE_F64, "__mips16_gedf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  305     Table[RTLIB::OGE_F64] = i32_func_f64_f64;