Lines Matching refs:LEAOpcode
351 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA() argument
352 switch (LEAOpcode) { in getADDrrFromLEA()
363 static inline unsigned getSUBrrFromLEA(unsigned LEAOpcode) { in getSUBrrFromLEA() argument
364 switch (LEAOpcode) { in getSUBrrFromLEA()
375 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA() argument
378 switch (LEAOpcode) { in getADDriFromLEA()
389 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA() argument
390 switch (LEAOpcode) { in getINCDECFromLEA()
408 unsigned LEAOpcode = I->getOpcode(); in searchALUInst() local
409 unsigned AddOpcode = getADDrrFromLEA(LEAOpcode); in searchALUInst()
410 unsigned SubOpcode = getSUBrrFromLEA(LEAOpcode); in searchALUInst()
750 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local
816 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
858 if (LEAOpcode == X86::LEA64_32r) in processInstrForSlow3OpLEA()
881 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()