Searched refs:FullFP16 (Results 1 – 2 of 2) sorted by relevance
2412 const bool FullFP16 = in emitComparison() local2417 if (VT == MVT::f16 && !FullFP16) { in emitComparison()2521 const bool FullFP16 = in emitConditionalComparison() local2526 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()10530 const bool FullFP16 = in LowerVSETCC() local10535 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()10546 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()12984 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument12987 return (FullFP16 && VT == MVT::f16) || VT == MVT::f32 || VT == MVT::f64; in hasPairwiseAdd()13000 const bool FullFP16 = in performExtractVectorEltCombine() local[all …]
6466 // FullFP16 instruction when it is available