OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSLM
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
408
bool
isSLM
() const { return X86ProcFamily == IntelSLM; }
X86CallFrameOptimization.cpp
481
bool SlowPUSHrmm = STI->isAtom() || STI->
isSLM
();
X86FixupLEAs.cpp
403
if (MF.getSubtarget<X86Subtarget>().
isSLM
())
Completed in 116 milliseconds