|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/TargetLowering.cpp 314 (VT == MVT::f64) ? RTLIB::OLE_F64 :
366 (VT == MVT::f64) ? RTLIB::OLE_F64 :
lib/CodeGen/TargetLoweringBase.cpp 548 CCs[RTLIB::OLE_F64] = ISD::SETLE;
lib/Target/ARM/ARMISelLowering.cpp 455 { RTLIB::OLE_F64, "__ledf2vfp", ISD::SETNE },
519 { RTLIB::OLE_F64, "__aeabi_dcmple", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp 290 {RTLIB::OLE_F64, CmpInst::BAD_ICMP_PREDICATE}};
295 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_EQ}};
334 FCmp64Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F64, CmpInst::ICMP_SLE}};
338 FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_SGT}};
lib/Target/MSP430/MSP430ISelLowering.cpp 199 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE },
326 setLibcallCallingConv(RTLIB::OLE_F64, CallingConv::MSP430_BUILTIN);
lib/Target/Mips/Mips16ISelLowering.cpp 75 { RTLIB::OLE_F64, "__mips16_ledf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 311 Table[RTLIB::OLE_F64] = i32_func_f64_f64;