Searched refs:FullFP16 (Results 1 – 2 of 2) sorted by relevance
2490 const bool FullFP16 = in emitComparison() local2495 if (VT == MVT::f16 && !FullFP16) { in emitComparison()2599 const bool FullFP16 = in emitConditionalComparison() local2604 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()10889 const bool FullFP16 = in LowerVSETCC() local10894 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()10905 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()13399 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument13402 return (FullFP16 && VT == MVT::f16) || VT == MVT::f32 || VT == MVT::f64; in hasPairwiseAdd()13415 const bool FullFP16 = in performExtractVectorEltCombine() local[all …]
6555 // FullFP16 instruction when it is available