Searched refs:f16 (Results 76 - 76 of 76) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13243 // Skip this folding if it results in an fp_round from f80 to f16.
13245 // f80 to f16 always generates an expensive (and as yet, unimplemented)
13246 // libcall to __truncxfhf2 instead of selecting native f16 conversion
13250 if (N0.getOperand(0).getValueType() == MVT::f80 && VT == MVT::f16)
16327 case MVT::f16: // We don't do this for these yet.

Completed in 159 milliseconds

1234