Searched refs:has3DNow (Results 1 – 9 of 9) sorted by relevance
632 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function673 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()679 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
873 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
459 if (Subtarget.hasSSEPrefetch() || Subtarget.has3DNow()) in X86TargetLowering()
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()
395 bool has3DNow() const { return X863DNowLevel >= ThreeDNow; } in has3DNow() function
776 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
163 if (Subtarget->has3DNow())