Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.h220 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
H A DX86InstrInfo.td963 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;
964 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
H A DX86ISelLowering.cpp498 if (Subtarget.hasSSEPrefetch() || Subtarget.hasThreeDNow()) in X86TargetLowering()