Searched refs:hasThreeDNow (Results 1 – 3 of 3) sorted by relevance
211 bool hasThreeDNow() const { return X863DNowLevel >= ThreeDNow; } in hasThreeDNow() function219 return hasThreeDNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()225 return hasSSE1() || (hasPRFCHW() && !hasThreeDNow()) || hasPREFETCHWT1() || in hasSSEPrefetch()
52 def Has3DNow : Predicate<"Subtarget->hasThreeDNow()">;
492 if (Subtarget.hasSSEPrefetch() || Subtarget.hasThreeDNow()) in X86TargetLowering()