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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp76 static inline bool isLEA(const MachineInstr &MI);
192 assert((isLEA(MI) || MI.mayLoadOrStore()) &&
232 static inline bool isLEA(const MachineInstr &MI) { function
427 assert(isLEA(First) && isLEA(Last) &&
491 if (isLEA(MI))
H A DX86FixupLEAs.cpp188 static bool isLEA(unsigned Opcode) { function
213 if (!isLEA(I->getOpcode()))

Completed in 55 milliseconds