Searched refs:hasPRFCHW (Results 1 – 6 of 6) sorted by relevance
666 bool hasPRFCHW() const { return HasPRFCHW; } in hasPRFCHW() function673 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()679 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
630 bool hasPRFCHW() const { return HasPRFCHW || HasPREFETCHWT1; } in hasPRFCHW() function636 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
925 def HasPRFCHW : Predicate<"Subtarget->hasPRFCHW()">;929 def HasPrefetchW : Predicate<"Subtarget->hasPRFCHW()">;
425 bool hasPRFCHW() const { return HasPRFCHW; } in hasPRFCHW() function
848 def HasPRFCHW : Predicate<"Subtarget->hasPRFCHW()">;850 def HasPrefetchW : Predicate<"Subtarget->hasPRFCHW()">;
303 if (Subtarget->hasPRFCHW())