|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/TargetLowering.cpp 313 LC1 = (VT == MVT::f32) ? RTLIB::OLE_F32 :
365 LC1 = (VT == MVT::f32) ? RTLIB::OLE_F32 :
lib/CodeGen/TargetLoweringBase.cpp 547 CCs[RTLIB::OLE_F32] = ISD::SETLE;
lib/Target/ARM/ARMISelLowering.cpp 445 { RTLIB::OLE_F32, "__lesf2vfp", ISD::SETNE },
537 { RTLIB::OLE_F32, "__aeabi_fcmple", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp 264 {RTLIB::OLE_F32, CmpInst::BAD_ICMP_PREDICATE}};
269 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_EQ}};
316 FCmp32Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F32, CmpInst::ICMP_SLE}};
320 FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_SGT}};
lib/Target/MSP430/MSP430ISelLowering.cpp 205 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE },
lib/Target/Mips/Mips16ISelLowering.cpp 76 { RTLIB::OLE_F32, "__mips16_lesf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 310 Table[RTLIB::OLE_F32] = i32_func_f32_f32;