Home
last modified time | relevance | path

Searched refs:hasSSEPrefetch (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h586 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
DX86InstrInfo.td887 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;
888 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
DX86ISelLowering.cpp466 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc301 if (Subtarget->hasSSEPrefetch())
303 if (!Subtarget->hasSSEPrefetch())