HomeSort by relevance Sort by last modified time
    Searched refs:X86ProcFamily (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 222 if (X86ProcFamily == IntelAtom || X86ProcFamily == IntelSLM)
348 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others),
X86Subtarget.h 62 /// X86ProcFamily - X86 processor family: Intel Atom, and others
63 X86ProcFamilyEnum X86ProcFamily;
356 bool isAtom() const { return X86ProcFamily == IntelAtom; }
357 bool isSLM() const { return X86ProcFamily == IntelSLM; }

Completed in 47 milliseconds