HomeSort by: relevance | last modified time | path
    Searched defs:HasPREFETCHWT1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.h 124 bool HasPREFETCHWT1 = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 214 bool HasPREFETCHWT1 = false;
675 bool hasPREFETCHWT1() const { return HasPREFETCHWT1; }
681 return has3DNow() || hasPRFCHW() || hasPREFETCHWT1();
687 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1();

Completed in 101 milliseconds