Searched refs:hasMFence (Results 1 – 7 of 7) 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()
696 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
957 def HasMFence : Predicate<"Subtarget->hasMFence()">;
24213 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()24245 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
365 if (Subtarget->hasMFence())