Home
last modified time | relevance | path

Searched refs:HasTBM (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h106 bool HasTBM; variable
361 bool hasTBM() const { return HasTBM; } in hasTBM()
H A DX86Subtarget.cpp242 HasTBM = false; in initializeEnvironment()
H A DX86.td141 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
H A DX86InstrInfo.td740 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 DHost.cpp246 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 DTargets.cpp1779 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()