Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h295 UNE_F128, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp303 Names[RTLIB::UNE_F128] = "__netf2"; in InitLibcallNames()
647 CCs[RTLIB::UNE_F128] = ISD::SETNE; in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp135 (VT == MVT::f64) ? RTLIB::UNE_F64 : RTLIB::UNE_F128; in softenSetCCOperands()