Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h118 bool HasTBM; variable
411 bool hasTBM() const { return HasTBM; } in hasTBM()
DX86Subtarget.cpp251 HasTBM = false; in initializeEnvironment()
DX86.td169 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
DX86InstrInfo.td831 def HasTBM : Predicate<"Subtarget->hasTBM()">;
2348 let Predicates = [HasTBM], Defs = [EFLAGS] in {
2405 } // HasTBM, EFLAGS
2449 let Predicates = [HasTBM] in {
2510 } // HasTBM
/external/clang/lib/Basic/
DTargets.cpp2326 bool HasTBM = false; member in __anon45f003660111::X86TargetInfo
3300 HasTBM = true; in handleTargetFeatures()
3612 if (HasTBM) in getTargetDefines()
3785 .Case("tbm", HasTBM) in hasFeature()