Searched refs:HasPOPCNT (Results 1 – 11 of 11) sorted by relevance
85 bool HasPOPCNT; variable397 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
239 HasPOPCNT = false; in initializeEnvironment()
40 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
819 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
6655 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
103 bool HasPOPCNT = false; variable598 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
45 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
889 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
5673 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
2321 bool HasPOPCNT = false; member in __anonbe2a10ec0111::X86TargetInfo3290 HasPOPCNT = true; in handleTargetFeatures()3597 if (HasPOPCNT) in getTargetDefines()3770 .Case("popcnt", HasPOPCNT) in hasFeature()
23165 if (Bits[X86::FeaturePOPCNT]) HasPOPCNT = true;