Searched refs:HasFMA3 (Results 1 – 6 of 6) sorted by relevance
88 bool HasFMA3; variable188 bool hasFMA3() const { return HasFMA3; } in hasFMA3()
209 HasFMA3 = true; in AutoDetectSubtargetFeatures()287 , HasFMA3(false) in X86Subtarget()
90 def FeatureFMA3 : SubtargetFeature<"fma3", "HasFMA3", "true",
169 if ((Bits & X86::FeatureFMA3) != 0) HasFMA3 = true;
477 OpSize, VEX_4V, Requires<[HasFMA3]>;
477 def HasFMA3 : Predicate<"Subtarget->hasFMA3()">;