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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 454 bool isSLM() const { return X86ProcFamily == IntelSLM; }
X86CallFrameOptimization.cpp 506 bool SlowPUSHrmm = STI->isAtom() || STI->isSLM();
X86FixupLEAs.cpp 411 if (MF.getSubtarget<X86Subtarget>().isSLM())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 551 bool SlowPUSHrmm = STI->isAtom() || STI->isSLM();
X86Subtarget.h 685 bool isSLM() const { return X86ProcFamily == IntelSLM; }
X86TargetTransformInfo.cpp 220 if (ST->isSLM()) {
    [all...]

Completed in 619 milliseconds