Searched refs:LEAOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86FixupLEAs.cpp | 314 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA() argument 315 switch (LEAOpcode) { in getADDrrFromLEA() 326 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA() argument 329 switch (LEAOpcode) { in getADDriFromLEA() 340 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA() argument 341 switch (LEAOpcode) { in getINCDECFromLEA() 533 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local 598 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA() 639 if (LEAOpcode == X86::LEA64_32r) in processInstrForSlow3OpLEA() 661 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
|
| HD | X86InstrInfo.h | 224 unsigned LEAOpcode, bool AllowSP, Register &NewSrc,
|