Lines Matching refs:MIOpc
2554 X86InstrInfo::convertToThreeAddressWithLEA(unsigned MIOpc, in convertToThreeAddressWithLEA() argument
2590 switch (MIOpc) { in convertToThreeAddressWithLEA()
2693 unsigned MIOpc = MI->getOpcode(); in convertToThreeAddress() local
2694 switch (MIOpc) { in convertToThreeAddress()
2744 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr; in convertToThreeAddress()
2753 unsigned Opc = MIOpc == X86::INC64r ? X86::LEA64r in convertToThreeAddress()
2773 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()
2782 unsigned Opc = MIOpc == X86::DEC64r ? X86::LEA64r in convertToThreeAddress()
2804 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()
2816 if (MIOpc == X86::ADD64rr || MIOpc == X86::ADD64rr_DB) in convertToThreeAddress()
2856 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()
2912 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) in convertToThreeAddress()