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.h 62 X86ProcFamilyEnum X86ProcFamily;
386 bool isAtom() const { return X86ProcFamily == IntelAtom; }
387 bool isSLM() const { return X86ProcFamily == IntelSLM; }
X86Subtarget.cpp 293 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others),

Completed in 148 milliseconds