Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h602 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
H A DX86InstrInfo.td876 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;
877 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
H A DX86ISelLowering.cpp473 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()