Home
last modified time | relevance | path

Searched refs:isLEA (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp64 static inline bool isLEA(const MachineInstr &MI);
172 assert((isLEA(MI) || MI.mayLoadOrStore()) && in getMemOpKey()
213 static inline bool isLEA(const MachineInstr &MI) { in isLEA() function
391 assert(isLEA(First) && isLEA(Last) && in isReplaceable()
454 if (isLEA(MI)) in findLEAs()
DX86FixupLEAs.cpp245 static inline bool isLEA(const int opcode) { in isLEA() function
269 if (!isLEA(Opcode)) in fixupIncDec()
341 if (!isLEA(opcode)) in processInstructionForSLM()