Searched refs:hasCmpxchg16b (Results 1 – 7 of 7) sorted by relevance
198 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b() function
486 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
494 if (Subtarget->hasCmpxchg16b()) { in X86TargetLowering()
33661 /*69992*/ OPC_CheckPatternPredicate, 33, // (Subtarget->hasCmpxchg16b())47495 case 33: return (Subtarget->hasCmpxchg16b());
434 bool hasCmpxchg16b() const { return HasCmpxchg16b; } in hasCmpxchg16b() function
856 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
448 if (Subtarget.hasCmpxchg16b()) { in X86TargetLowering()20571 return Subtarget.hasCmpxchg16b(); in needsCmpXchgNb()