Searched refs:HasCmpxchg16b (Results 1 – 5 of 5) sorted by relevance
161 bool HasCmpxchg16b; variable368 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
267 HasCmpxchg16b = false; in initializeEnvironment()
75 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
789 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;1813 TB, Requires<[HasCmpxchg16b]>;
700 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in {