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