Searched refs:hasAtomMinMax64 (Results 1 – 4 of 4) sorted by relevance
83 bool hasAtomMinMax64() const { return SmVersion >= 32; } in hasAtomMinMax64() function
117 def hasAtomMinMax64 : Predicate<"Subtarget->hasAtomMinMax64()">;
2061 defm _s64 : ATOM2S_impl<OpStr, "i", "s64", I64RT, [hasAtomMinMax64]>;2062 defm _u64 : ATOM2S_impl<OpStr, "i", "u64", I64RT, [hasAtomMinMax64]>;
6249 if (STI.hasAtomMinMax64()) in shouldExpandAtomicRMWInIR()