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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 134 /// HasFP16 - True if subtarget supports half-precision FP conversions
135 bool HasFP16;
370 bool hasFP16() const { return HasFP16; }
ARMAsmPrinter.cpp 664 ATS.emitFPU(STI.hasFP16() ? ARM::FK_NEON_FP16 : ARM::FK_NEON);
685 ? (STI.hasFP16() ? ARM::FK_VFPV3XD_FP16 : ARM::FK_VFPV3XD)
686 : (STI.hasFP16() ? ARM::FK_VFPV3_D16_FP16 : ARM::FK_VFPV3_D16))
688 : (STI.hasFP16() ? ARM::FK_VFPV3_FP16 : ARM::FK_VFPV3));
775 if (STI.hasFP16())
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 322 milliseconds