Home
last modified time | relevance | path

Searched refs:hasMFence (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h460 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
DX86InstrInfo.td892 def HasMFence : Predicate<"Subtarget->hasMFence()">;
DX86ISelLowering.cpp20667 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()
20699 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h696 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
DX86InstrInfo.td957 def HasMFence : Predicate<"Subtarget->hasMFence()">;
DX86ISelLowering.cpp24213 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()
24245 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc365 if (Subtarget->hasMFence())