Searched refs:hasSSEPrefetch (Results 1 – 3 of 3) sorted by relevance
685 bool hasSSEPrefetch() const { in hasSSEPrefetch() function
963 def HasSSEPrefetch : Predicate<"Subtarget->hasSSEPrefetch()">;964 def NoSSEPrefetch : Predicate<"!Subtarget->hasSSEPrefetch()">;
497 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()