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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp314 static inline unsigned getADDrrFromLEA(unsigned LEAOpcode) { argument
315 switch (LEAOpcode) {
326 static inline unsigned getADDriFromLEA(unsigned LEAOpcode, argument
329 switch (LEAOpcode) {
340 static inline unsigned getINCDECFromLEA(unsigned LEAOpcode, bool IsINC) { argument
341 switch (LEAOpcode) {
533 const unsigned LEAOpcode = MI.getOpcode(); local
598 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode))
639 if (LEAOpcode == X86::LEA64_32r)
661 NewMI = BuildMI(MBB, MI, MI.getDebugLoc(), TII->get(LEAOpcode))
[all...]
H A DX86InstrInfo.h224 unsigned LEAOpcode, bool AllowSP, Register &NewSrc,

Completed in 111 milliseconds