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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  301     LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 :
  355       LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 :
lib/CodeGen/TargetLoweringBase.cpp
  539   CCs[RTLIB::OGE_F32] = ISD::SETGE;
lib/Target/ARM/ARMISelLowering.cpp
  446         { RTLIB::OGE_F32, "__gesf2vfp",    ISD::SETNE },
  538       { RTLIB::OGE_F32, "__aeabi_fcmpge", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  260       {RTLIB::OGE_F32, CmpInst::BAD_ICMP_PREDICATE}};
  271   FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_EQ}};
  314   FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}};
  322   FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}};
lib/Target/MSP430/MSP430ISelLowering.cpp
  203     { RTLIB::OGE_F32, "__mspabi_cmpf", ISD::SETGE },
lib/Target/Mips/Mips16ISelLowering.cpp
   72   { RTLIB::OGE_F32, "__mips16_gesf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  304     Table[RTLIB::OGE_F32] = i32_func_f32_f32;