OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlowIncDec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
190
///
SlowIncDec
- True if INC and DEC instructions are slow when writing to flags
191
bool
SlowIncDec
;
351
bool
slowIncDec
() const { return
SlowIncDec
; }
X86Subtarget.cpp
294
SlowIncDec
= false;
Completed in 699 milliseconds