Searched refs:hasCmpxchg8b (Results 1 – 7 of 7) sorted by relevance
579 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b() function
947 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;
169 if (!Subtarget.hasCmpxchg8b()) in X86TargetLowering()27299 return Subtarget.hasCmpxchg8b() && !Subtarget.is64Bit(); in needsCmpXchgNb()
615 bool hasCmpxchg8b() const { return HasCmpxchg8b; } in hasCmpxchg8b() function
974 def HasCmpxchg8b : Predicate<"Subtarget->hasCmpxchg8b()">;
163 if (!Subtarget.hasCmpxchg8b()) in X86TargetLowering()28392 return Subtarget.hasCmpxchg8b() && !Subtarget.is64Bit(); in needsCmpXchgNb()
335 if (Subtarget->hasCmpxchg8b())