Lines Matching refs:LEAOpcode
348 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA() argument
349 switch (LEAOpcode) { in getADDrrFromLEA()
360 static inline unsigned getSUBrrFromLEA(unsigned LEAOpcode) { in getSUBrrFromLEA() argument
361 switch (LEAOpcode) { in getSUBrrFromLEA()
372 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA() argument
374 switch (LEAOpcode) { in getADDriFromLEA()
385 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA() argument
386 switch (LEAOpcode) { in getINCDECFromLEA()
404 unsigned LEAOpcode = I->getOpcode(); in searchALUInst() local
405 unsigned AddOpcode = getADDrrFromLEA(LEAOpcode); in searchALUInst()
406 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst()
743 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local
791 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
831 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
873 if (LEAOpcode == X86::LEA64_32r) in processInstrForSlow3OpLEA()
896 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()