Searched refs:HasFP16 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMSubtarget.h | 263 bool HasFP16 = false; variable 729 bool hasFP16() const { return HasFP16; } in hasFP16()
|
| H A D | ARMPredicates.td | 110 def HasFP16 : Predicate<"Subtarget->hasFP16()">,
|
| H A D | ARMInstrVFP.td | 754 Requires<[HasFP16]>, 766 Requires<[HasFP16]>, 784 Requires<[HasFP16]>, 798 Requires<[HasFP16]>,
|
| H A D | ARM.td | 103 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
|
| H A D | ARMInstrFormats.td | 1136 list<Predicate> Predicates = [HasFP16];
|
| H A D | ARMInstrNEON.td | 6866 Requires<[HasNEON, HasFP16]>; 6870 Requires<[HasNEON, HasFP16]>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 78 const bool HasFP16 = ST.hasFullFP16(); in AArch64LegalizerInfo() local 79 const LLT &MinFPScalar = HasFP16 ? s16 : s32; in AArch64LegalizerInfo() 351 if (HasFP16 && Ty == s16) in AArch64LegalizerInfo()
|