Home
last modified time | relevance | path

Searched refs:LEAOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp310 static inline int getADDrrFromLEA(int LEAOpcode) { in getADDrrFromLEA() argument
311 switch (LEAOpcode) { in getADDrrFromLEA()
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()
[all …]
H A DX86InstrInfo.h260 unsigned LEAOpcode, bool AllowSP, unsigned &NewSrc,