Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp329 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { in getADDrrFromLEA() argument
330 switch (LEAOpcode) { in getADDrrFromLEA()
341 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, in getADDriFromLEA() argument
344 switch (LEAOpcode) { in getADDriFromLEA()
355 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { in getINCDECFromLEA() argument
356 switch (LEAOpcode) { in getINCDECFromLEA()
553 const unsigned LEAOpcode = MI.getOpcode(); in processInstrForSlow3OpLEA() local
619 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
661 if (LEAOpcode == X86::LEA64_32r) in processInstrForSlow3OpLEA()
684 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode)) in processInstrForSlow3OpLEA()
H A DX86InstrInfo.h251 unsigned LEAOpcode, bool AllowSP, Register &NewSrc,