Searched refs:LEAOpcode (Results 1 – 2 of 2) sorted by relevance
310 static inline int getADDrrFromLEA(int LEAOpcode) { in getADDrrFromLEA() argument311 switch (LEAOpcode) { in getADDrrFromLEA()326 switch (LEAOpcode) { in getADDriFromLEA()480 const int LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local481 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()[all …]
260 unsigned LEAOpcode, bool AllowSP, unsigned &NewSrc,