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
180
bool
UseLeaForSP
;
390
bool
useLeaForSP
() const { return
UseLeaForSP
; }
X86FrameLowering.cpp
329
UseLEA = STI.
useLeaForSP
() || MBB.isLiveIn(X86::EFLAGS);
337
if (UseLEA && !STI.
useLeaForSP
())
[
all
...]
Completed in 74 milliseconds