Searched refs:HasCmpxchg16b (Results 1 – 5 of 5) sorted by relevance
163 bool HasCmpxchg16b; variable344 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
286 HasCmpxchg16b = false; in initializeEnvironment()
75 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
752 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;1761 TB, Requires<[HasCmpxchg16b]>;
701 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in {