HomeSort by relevance Sort by last modified time
    Searched refs:HasTBM (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.h 106 /// HasTBM - Target has TBM instructions.
107 bool HasTBM;
326 bool hasTBM() const { return HasTBM; }
X86Subtarget.cpp 265 HasTBM = false;
  /external/llvm/lib/Support/
Host.cpp 226 bool HasTBM = (ECX >> 21) & 0x1;
443 if (Model >= 0x10 || HasTBM)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 162 milliseconds