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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 82 X86ProcFamilyEnum X86ProcFamily = Others;
681 X86ProcFamilyEnum getProcFamily() const { return X86ProcFamily; }
684 bool isAtom() const { return X86ProcFamily == IntelAtom; }
685 bool isSLM() const { return X86ProcFamily == IntelSLM; }
687 return X86ProcFamily == IntelGLM ||
688 X86ProcFamily == IntelGLP ||
689 X86ProcFamily == IntelTRM;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 61 X86ProcFamilyEnum X86ProcFamily;
453 bool isAtom() const { return X86ProcFamily == IntelAtom; }
454 bool isSLM() const { return X86ProcFamily == IntelSLM; }
X86Subtarget.cpp 308 : X86GenSubtargetInfo(TT, CPU, FS), X86ProcFamily(Others),
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenSubtargetInfo.inc     [all...]

Completed in 235 milliseconds