Searched refs:HasTBM (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 106 bool HasTBM; variable 361 bool hasTBM() const { return HasTBM; } in hasTBM()
|
| H A D | X86Subtarget.cpp | 242 HasTBM = false; in initializeEnvironment()
|
| H A D | X86.td | 141 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
|
| H A D | X86InstrInfo.td | 740 def HasTBM : Predicate<"Subtarget->hasTBM()">; 2261 let Predicates = [HasTBM], Defs = [EFLAGS] in { 2318 } // HasTBM, EFLAGS 2324 let Predicates = [HasTBM] in { 2385 } // HasTBM
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | Host.cpp | 246 bool HasTBM = (ECX >> 21) & 0x1; in getHostCPUName() local 463 if (Model >= 0x10 || HasTBM) in getHostCPUName()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | Targets.cpp | 1779 bool HasTBM; member in __anon2c8a49780a11::X86TargetInfo 1967 HasADX(false), HasTBM(false), HasFMA(false), HasF16C(false), in X86TargetInfo() 2640 HasTBM = true; in handleTargetFeatures() 2973 if (HasTBM) in getTargetDefines() 3116 .Case("tbm", HasTBM) in hasFeature()
|