Lines Matching refs:LEAOpcode
353 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA() argument
354 switch (LEAOpcode) { in getADDrrFromLEA()
365 static inline unsigned getSUBrrFromLEA(unsigned LEAOpcode) { in getSUBrrFromLEA() argument
366 switch (LEAOpcode) { in getSUBrrFromLEA()
377 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA() argument
380 switch (LEAOpcode) { in getADDriFromLEA()
391 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA() argument
392 switch (LEAOpcode) { in getINCDECFromLEA()
410 unsigned LEAOpcode = I->getOpcode(); in searchALUInst() local
411 unsigned AddOpcode = getADDrrFromLEA(LEAOpcode); in searchALUInst()
412 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst()
753 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local
819 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
861 if (LEAOpcode == X86::LEA64_32r) in processInstrForSlow3OpLEA()
884 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()