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 267 X86ProcFamily = IntelAtom;
397 if (X86ProcFamily == IntelAtom)
460 , X86ProcFamily(Others)
X86Subtarget.h 56 /// X86ProcFamily - X86 processor family: Intel Atom, and others
57 X86ProcFamilyEnum X86ProcFamily;
265 bool isAtom() const { return X86ProcFamily == IntelAtom; }

Completed in 30 milliseconds