Searched refs:HasCLMUL (Results 1 – 6 of 6) sorted by relevance
85 bool HasCLMUL; variable187 bool hasCLMUL() const { return HasCLMUL; } in hasCLMUL()
205 HasCLMUL = true; in AutoDetectSubtargetFeatures()286 , HasCLMUL(false) in X86Subtarget()
88 def FeatureCLMUL : SubtargetFeature<"clmul", "HasCLMUL", "true",
466 OpSize, Requires<[HasCLMUL]>;471 OpSize, VEX_4V, Requires<[HasAVX, HasCLMUL]>;
165 if ((Bits & X86::FeatureCLMUL) != 0) HasCLMUL = true;
476 def HasCLMUL : Predicate<"Subtarget->hasCLMUL()">;