Home
last modified time | relevance | path

Searched refs:hasMFence (Results 1 – 10 of 10) 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-10.0/llvm/lib/Target/X86/
DX86Subtarget.h750 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
DX86InstrInfo.td998 def HasMFence : Predicate<"Subtarget->hasMFence()">;
DX86ISelLowering.cpp27427 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()
27537 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h815 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence() function
DX86InstrInfo.td1035 def HasMFence : Predicate<"Subtarget->hasMFence()">;
DX86ISelLowering.cpp28519 if (!Subtarget.hasMFence()) in lowerIdempotentRMWIntoFencedLoad()
28629 if (Subtarget.hasMFence()) in LowerATOMIC_FENCE()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc365 if (Subtarget->hasMFence())