Searched refs:has3DNow (Results 1 – 4 of 4) sorted by relevance
596 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function636 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
847 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
452 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
163 if (Subtarget->has3DNow())