Searched refs:hasFP16 (Results 1 – 7 of 7) sorted by relevance
218 bool hasFP16() const { return HasFP16; } in hasFP16() function
189 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
726 if (!Subtarget->hasFP16()) { in ARMTargetLowering()
699 ATS.emitFPU(STI.hasFP16() ? ARM::FK_NEON_FP16 : ARM::FK_NEON); in emitAttributes()720 ? (STI.hasFP16() ? ARM::FK_VFPV3XD_FP16 : ARM::FK_VFPV3XD) in emitAttributes()721 : (STI.hasFP16() ? ARM::FK_VFPV3_D16_FP16 : ARM::FK_VFPV3_D16)) in emitAttributes()723 : (STI.hasFP16() ? ARM::FK_VFPV3_FP16 : ARM::FK_VFPV3)); in emitAttributes()810 if (STI.hasFP16()) in emitAttributes()
479 bool hasFP16() const { return HasFP16; } in hasFP16() function
242 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
964 if (!Subtarget->hasFP16()) { in ARMTargetLowering()