Searched refs:hasPREFETCHWT1 (Results 1 – 7 of 7) sorted by relevance
667 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; } in hasPREFETCHWT1() function673 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1(); in hasPrefetchW()679 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
84 return N->getSExtValue() == 3 || !Subtarget->hasPREFETCHWT1();
957 def HasPREFETCHWT1 : Predicate<"Subtarget->hasPREFETCHWT1()">;
631 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; } in hasPREFETCHWT1() function636 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
930 def HasPREFETCHWT1 : Predicate<"Subtarget->hasPREFETCHWT1()">;
305 if (Subtarget->hasPREFETCHWT1())