Searched refs:HasPOPCNT (Results 1 – 6 of 6) sorted by relevance
81 bool HasPOPCNT; variable342 bool hasPOPCNT() const { return HasPOPCNT; } in hasPOPCNT()
235 HasPOPCNT = false; in initializeEnvironment()
37 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
764 def HasPOPCNT : Predicate<"Subtarget->hasPOPCNT()">;
6726 let Defs = [EFLAGS], Predicates = [HasPOPCNT] in {
1948 bool HasPOPCNT; member in __anond4862fe70211::X86TargetInfo2140 HasPOPCNT(false), HasRTM(false), HasPRFCHW(false), HasRDSEED(false), in X86TargetInfo()2784 HasPOPCNT = true; in handleTargetFeatures()2896 if (!HasPOPCNT && SSELevel >= SSE42 && in handleTargetFeatures()2898 HasPOPCNT = true; in handleTargetFeatures()3127 if (HasPOPCNT) in getTargetDefines()3272 .Case("popcnt", HasPOPCNT) in hasFeature()