Searched refs:MIOpc (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 504 MachineInstr * convertToThreeAddressWithLEA(unsigned MIOpc,
|
| HD | X86InstrInfo.cpp | 2537 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument 2573 switch (MIOpc) { in convertToThreeAddressWithLEA() 2676 unsigned MIOpc = MI->getOpcode(); in convertToThreeAddress() local 2677 switch (MIOpc) { in convertToThreeAddress() 2727 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr; in convertToThreeAddress() 2736 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress() 2756 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2765 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress() 2787 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress() 2799 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress() [all …]
|