Searched refs:hasCmpxchg16b (Results 1 – 10 of 10) sorted by relevance
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()
654 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b() function
948 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
471 if (Subtarget.hasCmpxchg16b()) { in X86TargetLowering()27301 return Subtarget.hasCmpxchg16b(); in needsCmpXchgNb()29307 assert((!Regs64bit || Subtarget.hasCmpxchg16b()) && in ReplaceNodeResults()
695 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b() function
975 def HasCmpxchg16b: Predicate<"Subtarget->hasCmpxchg16b()">;
478 if (Subtarget.hasCmpxchg16b()) { in X86TargetLowering()28394 return Subtarget.hasCmpxchg16b(); in needsCmpXchgNb()30476 assert((!Regs64bit || Subtarget.hasCmpxchg16b()) && in ReplaceNodeResults()
337 if (Subtarget->hasCmpxchg16b())