OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseLeaForSP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
150
///
UseLeaForSP
- True if the LEA instruction should be used for adjusting
152
bool
UseLeaForSP
;
290
bool
useLeaForSP
() const { return
UseLeaForSP
; }
X86Subtarget.cpp
290
UseLeaForSP
= true;
490
UseLeaForSP
= false;
Completed in 259 milliseconds