Searched refs:hasMFence (Results 1 – 10 of 10) sorted by relevance
460 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
892 def HasMFence : Predicate<"Subtarget->hasMFence()">;
20667 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()20699 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
750 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
998 def HasMFence : Predicate<"Subtarget->hasMFence()">;
27427 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()27537 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
815 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
1035 def HasMFence : Predicate<"Subtarget->hasMFence()">;
28519 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()28629 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
365 if (Subtarget->hasMFence())