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