Lines Matching refs:LEAOpcode
310 static inline int getADDrrFromLEA(int LEAOpcode) { in getADDrrFromLEA() argument
311 switch (LEAOpcode) { in getADDrrFromLEA()
324 static inline int getADDriFromLEA(int LEAOpcode, const MachineOperand &Offset) { in getADDriFromLEA() argument
326 switch (LEAOpcode) { in getADDriFromLEA()
480 const int LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local
481 if (!isLEA(LEAOpcode)) in processInstrForSlow3OpLEA()
501 (LEAOpcode == X86::LEA64_32r) ? getX86SubSuperRegister(DstR, 64) : DstR; in processInstrForSlow3OpLEA()
510 if (LEAOpcode == X86::LEA64_32r && IsInefficientBase && in processInstrForSlow3OpLEA()
515 const MCInstrDesc &ADDrr = TII->get(getADDrrFromLEA(LEAOpcode)); in processInstrForSlow3OpLEA()
516 const MCInstrDesc &ADDri = TII->get(getADDriFromLEA(LEAOpcode, Offset)); in processInstrForSlow3OpLEA()
542 MachineInstr *NewMI = BuildMI(*MFI, MI, DL, TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
574 MachineInstr *NewMI = BuildMI(*MFI, MI, DL, TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()