Searched refs:FullFP16 (Results 1 – 2 of 2) sorted by relevance
3031 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitStrictFPComparison() local3033 if (VT == MVT::f16 && !FullFP16) { in emitStrictFPComparison()3049 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitComparison() local3053 if (VT == MVT::f16 && !FullFP16) { in emitComparison()3157 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in emitConditionalComparison() local3161 if (LHS.getValueType() == MVT::f16 && !FullFP16) { in emitConditionalComparison()13151 const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16(); in LowerVSETCC() local13155 if (!FullFP16 && LHS.getValueType().getVectorElementType() == MVT::f16) { in LowerVSETCC()13166 assert((!FullFP16 && LHS.getValueType().getVectorElementType() != MVT::f16) || in LowerVSETCC()16445 static bool hasPairwiseAdd(unsigned Opcode, EVT VT, bool FullFP16) { in hasPairwiseAdd() argument[all …]
6543 // FullFP16 instruction when it is available