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