HomeSort by relevance Sort by last modified time
    Searched refs:hasFP16 (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 101 /// HasFP16 - True if subtarget supports half-precision FP (We support VFP+HF
103 bool HasFP16;
218 bool hasFP16() const { return HasFP16; }
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 153 /// HasFP16 - True if subtarget supports half-precision FP conversions
154 bool HasFP16 = false;
479 bool hasFP16() const { return HasFP16; }
ARMAsmPrinter.cpp 699 ATS.emitFPU(STI.hasFP16() ? ARM::FK_NEON_FP16 : ARM::FK_NEON);
720 ? (STI.hasFP16() ? ARM::FK_VFPV3XD_FP16 : ARM::FK_VFPV3XD)
721 : (STI.hasFP16() ? ARM::FK_VFPV3_D16_FP16 : ARM::FK_VFPV3_D16))
723 : (STI.hasFP16() ? ARM::FK_VFPV3_FP16 : ARM::FK_VFPV3));
810 if (STI.hasFP16())
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 59 milliseconds