Home
last modified time | relevance | path

Searched refs:hasFP16 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h218 bool hasFP16() const { return HasFP16; } in hasFP16() function
DARMInstrInfo.td189 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
DARMISelLowering.cpp726 if (!Subtarget->hasFP16()) { in ARMTargetLowering()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp699 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()
DARMSubtarget.h479 bool hasFP16() const { return HasFP16; } in hasFP16() function
DARMInstrInfo.td242 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
DARMISelLowering.cpp964 if (!Subtarget->hasFP16()) { in ARMTargetLowering()