Searched refs:X86ProcFamily (Results 1 – 3 of 3) sorted by relevance
72 X86ProcFamilyEnum X86ProcFamily = Others; variable739 X86ProcFamilyEnum getProcFamily() const { return X86ProcFamily; } in getProcFamily()742 bool isAtom() const { return X86ProcFamily == IntelAtom; } in isAtom()743 bool isSLM() const { return X86ProcFamily == IntelSLM; } in isSLM()
473 def ProcIntelAtom : SubtargetFeature<"", "X86ProcFamily", "IntelAtom", "">;475 def ProcIntelSLM : SubtargetFeature<"", "X86ProcFamily", "IntelSLM", "">;
23227 if (Bits[X86::ProcIntelAtom] && X86ProcFamily < IntelAtom) X86ProcFamily = IntelAtom;23228 if (Bits[X86::ProcIntelSLM] && X86ProcFamily < IntelSLM) X86ProcFamily = IntelSLM;