Home
last modified time | relevance | path

Searched refs:UO_F128 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h324 UO_F128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def360 HANDLE_LIBCALL(UO_F128, "__unordtf2")
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp346 Names[RTLIB::UO_F128] = "__unordtf2"; in InitLibcallNames()
789 CCs[RTLIB::UO_F128] = ISD::SETNE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp301 Table[RTLIB::UO_F128] = i32_func_i64_i64_i64_i64; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp523 CCs[RTLIB::UO_F128] = ISD::SETNE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp205 (VT == MVT::f128) ? RTLIB::UO_F128 : RTLIB::UO_PPCF128; in softenSetCCOperands()
224 (VT == MVT::f128) ? RTLIB::UO_F128 : RTLIB::UO_PPCF128; in softenSetCCOperands()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp200 (VT == MVT::f128) ? RTLIB::UO_F128 : RTLIB::UO_PPCF128; in softenSetCCOperands()