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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  308           (VT == MVT::f64) ? RTLIB::OLT_F64 :
  336           (VT == MVT::f64) ? RTLIB::OLT_F64 :
  371             (VT == MVT::f64) ? RTLIB::OLT_F64 :
lib/CodeGen/TargetLoweringBase.cpp
  544   CCs[RTLIB::OLT_F64] = ISD::SETLT;
lib/Target/ARM/ARMISelLowering.cpp
  454         { RTLIB::OLT_F64, "__ltdf2vfp",    ISD::SETNE },
  518       { RTLIB::OLT_F64, "__aeabi_dcmplt", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  292       {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}};
  294   FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_EQ}};
  303       {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}};
  335   FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}};
  337   FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}};
  344                                        {RTLIB::OLT_F64, CmpInst::ICMP_SLT}};
lib/Target/MSP430/MSP430ISelLowering.cpp
  198     { RTLIB::OLT_F64, "__mspabi_cmpd", ISD::SETLT },
  325   setLibcallCallingConv(RTLIB::OLT_F64, CallingConv::MSP430_BUILTIN);
lib/Target/Mips/Mips16ISelLowering.cpp
   77   { RTLIB::OLT_F64, "__mips16_ltdf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  308     Table[RTLIB::OLT_F64] = i32_func_f64_f64;