|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/TargetLowering.cpp 320 (VT == MVT::f64) ? RTLIB::OGT_F64 :
339 (VT == MVT::f64) ? RTLIB::OGT_F64 :
361 (VT == MVT::f64) ? RTLIB::OGT_F64 :
lib/CodeGen/TargetLoweringBase.cpp 552 CCs[RTLIB::OGT_F64] = ISD::SETGT;
lib/Target/ARM/ARMISelLowering.cpp 457 { RTLIB::OGT_F64, "__gtdf2vfp", ISD::SETNE },
521 { RTLIB::OGT_F64, "__aeabi_dcmpgt", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp 288 {RTLIB::OGT_F64, CmpInst::BAD_ICMP_PREDICATE}};
296 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_EQ}};
302 {RTLIB::OGT_F64, CmpInst::BAD_ICMP_PREDICATE},
333 FCmp64Libcalls[CmpInst::FCMP_OGT] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT}};
339 FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SLE}};
343 FCmp64Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT},
lib/Target/MSP430/MSP430ISelLowering.cpp 200 { RTLIB::OGT_F64, "__mspabi_cmpd", ISD::SETGT },
327 setLibcallCallingConv(RTLIB::OGT_F64, CallingConv::MSP430_BUILTIN);
lib/Target/Mips/Mips16ISelLowering.cpp 73 { RTLIB::OGT_F64, "__mips16_gtdf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 314 Table[RTLIB::OGT_F64] = i32_func_f64_f64;