OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLEA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp
64
static inline bool
isLEA
(const MachineInstr &MI);
172
assert((
isLEA
(MI) || MI.mayLoadOrStore()) &&
213
static inline bool
isLEA
(const MachineInstr &MI) {
391
assert(
isLEA
(First) &&
isLEA
(Last) &&
454
if (
isLEA
(MI))
X86FixupLEAs.cpp
245
static inline bool
isLEA
(const int opcode) {
269
if (!
isLEA
(Opcode))
341
if (!
isLEA
(opcode))
Completed in 546 milliseconds