Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h263 bool HasFP16 = false; variable
729 bool hasFP16() const { return HasFP16; } in hasFP16()
H A DARMPredicates.td110 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
H A DARMInstrVFP.td754 Requires<[HasFP16]>,
766 Requires<[HasFP16]>,
784 Requires<[HasFP16]>,
798 Requires<[HasFP16]>,
H A DARM.td103 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
H A DARMInstrFormats.td1136 list<Predicate> Predicates = [HasFP16];
H A DARMInstrNEON.td6866 Requires<[HasNEON, HasFP16]>;
6870 Requires<[HasNEON, HasFP16]>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp78 const bool HasFP16 = ST.hasFullFP16(); in AArch64LegalizerInfo() local
79 const LLT &MinFPScalar = HasFP16 ? s16 : s32; in AArch64LegalizerInfo()
351 if (HasFP16 && Ty == s16) in AArch64LegalizerInfo()