Searched refs:HasFP16 (Results 1 – 5 of 5) sorted by relevance
123 bool HasFP16; variable346 bool hasFP16() const { return HasFP16; } in hasFP16()
153 HasFP16 = false; in initializeEnvironment()
43 def FeatureFP16 : SubtargetFeature<"fp16", "HasFP16", "true",
5932 Requires<[HasNEON, HasFP16]>;5936 Requires<[HasNEON, HasFP16]>;
231 def HasFP16 : Predicate<"Subtarget->hasFP16()">,