Home
last modified time | relevance | path

Searched refs:UNE_F128 (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h295 UNE_F128, enumerator
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringBase.cpp294 Names[RTLIB::UNE_F128] = "__netf2"; in InitLibcallNames()
638 CCs[RTLIB::UNE_F128] = ISD::SETNE; in InitCmpLibcallCCs()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp134 (VT == MVT::f64) ? RTLIB::UNE_F64 : RTLIB::UNE_F128; in softenSetCCOperands()