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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  307     LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 :
  335     LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 :
  370       LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 :
lib/CodeGen/TargetLoweringBase.cpp
  543   CCs[RTLIB::OLT_F32] = ISD::SETLT;
lib/Target/ARM/ARMISelLowering.cpp
  444         { RTLIB::OLT_F32, "__ltsf2vfp",    ISD::SETNE },
  536       { RTLIB::OLT_F32, "__aeabi_fcmplt", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  266       {RTLIB::OLT_F32, CmpInst::BAD_ICMP_PREDICATE}};
  268   FCmp32Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F32, CmpInst::ICMP_EQ}};
  277       {RTLIB::OLT_F32, CmpInst::BAD_ICMP_PREDICATE}};
  317   FCmp32Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F32, CmpInst::ICMP_SLT}};
  319   FCmp32Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F32, CmpInst::ICMP_SGE}};
  326                                        {RTLIB::OLT_F32, CmpInst::ICMP_SLT}};
lib/Target/MSP430/MSP430ISelLowering.cpp
  204     { RTLIB::OLT_F32, "__mspabi_cmpf", ISD::SETLT },
lib/Target/Mips/Mips16ISelLowering.cpp
   78   { RTLIB::OLT_F32, "__mips16_ltsf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  307     Table[RTLIB::OLT_F32] = i32_func_f32_f32;