Searched refs:HasCmpxchg16b (Results 1 – 5 of 5) sorted by relevance
171 bool HasCmpxchg16b; variable382 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b()
269 HasCmpxchg16b = false; in initializeEnvironment()
75 def FeatureCMPXCHG16B : SubtargetFeature<"cx16", "HasCmpxchg16b", "true",
760 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;1781 TB, Requires<[HasCmpxchg16b]>;
705 Predicates = [HasCmpxchg16b], SchedRW = [WriteALULd, WriteRMW] in {