Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTBM.td16 let Predicates = [HasTBM], Defs = [EFLAGS] in {
75 } // HasTBM, EFLAGS
78 let Predicates = [HasTBM] in {
90 let Predicates = [HasTBM] in {
194 } // HasTBM
H A DX86InstrPredicates.td118 def HasTBM : Predicate<"Subtarget->hasTBM()">;
H A DX86.td209 def FeatureTBM : SubtargetFeature<"tbm", "HasTBM", "true",
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp292 HasTBM = true; in handleTargetFeatures()
789 if (HasTBM) in getTargetDefines()
1255 .Case("tbm", HasTBM) in hasFeature()
H A DX86.h89 bool HasTBM = false; variable